Skip to content
Clause 8 — The Four Governance Layers

Clause 8 — The Four Governance Layers

8. The Four Governance Layers

(Normative)

8.1 Architecture Overview

A conformant Governance Architecture SHALL address four governance concerns in the following vertical composition. These four concerns constitute the governance context — the intent infrastructure that must be in place before authorized work can be coordinated, integrated, and executed. Each layer’s output SHALL constitute governing input for the layer below it. Intent SHALL flow downward through the stack. Evidence SHALL flow upward through the stack. Intent MAY also flow upward when agent recommendations update principal understanding.

A conformant implementation SHALL treat each layer’s translation of intent as potentially lossy. Governance SHOULD account for accumulated translation losses across multiple layer boundaries.

NOTE — The Intent Stack addresses four governance context concerns. Three additional execution governance concerns — orchestration, integration, and execution — are specified by the companion BPM/Agent Stack specification (bpmstack.org). Together, the two companion specifications address seven governance concerns across the full governance lifecycle.

8.2 Layer 4 — Intent Discovery

Governance question addressed: What does this principal actually intend?

A conformant L4 implementation SHALL conduct discovery rather than extraction — surfacing intent that principals may not have fully articulated, rather than capturing what they say at a moment in time.

L4 SHALL produce endorsed intent: intent that the principal has examined, understood, and endorsed, not merely declared. L4 SHALL operate at cold start — it requires no prior signal to begin. There is no pre-governance state.

Constraint inventory. A conformant L4 implementation SHALL produce, as a discovery output, a constraint inventory — the set of constraints that shape the principal’s available choices, each classified as hard (a fact of the world: geography, economics, embodiment), soft (a changeable circumstance), or chosen (a self-imposed limit adopted to serve a declared value, carrying the value it serves). The constraint inventory is the discovery-side record of what bounds the principal’s possibility; it is distinct from the five Intent Primitives (§5.1), which record what the principal intends. A chosen constraint corresponds to a Boundary with purpose-grounding (§5.1 NOTE, §5.3) and SHALL also be expressible as such in the principal’s intent specification; hard and soft constraints have no Boundary form — they are discovered facts, not declarations. The constraint inventory SHALL be retrievable by L1 at runtime, where it is the input the gap-interpretation requirement of §8.5 traces against. Where the inventory is stored — as a standalone L4 artifact or as a typed section of an existing discovery output — is implementation-determined; the conformance requirement is that the three constraint kinds are produced as endorsed L4 output and are retrievable at L1.

8.3 Layer 3 — Intent Formalization

Governance question addressed: How do we represent this intent in machine-processable form?

A conformant L3 implementation SHALL transform discovery signal into structured, machine-processable representations that preserve meaning retrievably. L3 SHOULD operate across a spectrum of formalization depth, from lightweight semantic capture through periodic pattern detection to deep structural analysis, as governance context justifies.

A conformant L3 implementation SHALL make translation losses explicit. A formalized intent specification SHOULD include not just what was captured but what was identified as present but not yet formalizable, and what was not explored. L3 SHALL support versioning of intent representations to track how intent evolves over time.

8.4 Layer 2 — Specification

Governance question addressed: Given this intent, what SHALL we actually do?

A conformant L2 implementation SHALL produce specifications that are traceable to L3/L4 output. Every specification choice SHOULD be derivable from discovered and formalized intent. Specification that cannot demonstrate derivation from governing intent SHALL be treated as potentially drifted.

L2 SHOULD account for both Discovered Intent (what the principal wants) and Emergent Intent (what the organizational system will actually do) in producing actionable direction.

8.5 Layer 1 — Runtime Alignment

Governance question addressed: Is what is happening aligned with what was intended?

L1 is the pivot layer of the stack — the boundary between governance context (this specification) and execution governance (the companion BPM/Agent Stack). A conformant L1 implementation SHALL perform closed-loop assessment of whether execution is producing outcomes aligned with the intent established by the layers above. L1 SHALL monitor alignment across all four intent sources continuously.

A conformant L1 implementation SHALL:

a) Classify alignment events against all four intent sources;

b) Detect drift from governing intent;

b-bis) Before escalating a stated-observed gap as misalignment, classify the gap as drift, aspiration, or constraint-response, per the gap-interpretation requirement below;

c) Trigger escalation when drift, as classified per (b-bis), exceeds thresholds established by the governing principal;

d) Maintain an append-only evidence trail that supports progressive trust development;

e) Support per-boundary trust calibration as described in Clause 10.

Gap interpretation (drift / aspiration / constraint-response). A stated-observed gap is a divergence between what the principal has declared and what the principal’s behavior or outcomes show. (This declared-versus-behavior sense of drift is distinct from the cascade-shape drift of §5.5, which concerns a primitive’s failure to trace across a hierarchy interface; the two senses do not interact.) Before triggering misalignment escalation on such a gap, a conformant L1 implementation SHALL classify it as exactly one of:

  • drift — divergence not traceable to a governing constraint or an endorsed-but-unrealized intent; the principal is going off-course;
  • aspiration — the intent is endorsed and the divergence is an outcome not yet realized; the principal means it but has not yet arrived;
  • constraint-response — the divergence serves the governing value through a named constraint in the constraint inventory (§8.2), established by a traceable purpose chain from the divergent behavior to the declared value.

Only drift exceeding the governing principal’s thresholds SHALL trigger misalignment escalation. A gap classified as constraint-response SHALL NOT be escalated as misalignment. The classification SHALL cite the constraint inventory entry and the purpose chain it traced, so the determination is a retrieve-and-trace operation over governance state rather than an unrecorded judgment. This requirement strengthens the drift-detection obligation (b): drift detection alone, applied to a constraint-shaped principal, mis-escalates value-serving behavior — for example, a faith practice or a family commitment — as misalignment; the discriminator is what prevents that failure.

NOTE — The discriminator is specifiable, not advisory, precisely because constraint-response is defined by the existence of a purpose chain through a named constraint, which the runtime retrieves and traces; it does not require the runtime to judge whether the divergence is warranted. This keeps the requirement inside the specification’s separation of specification from inference: L1 retrieves and traces; it does not adjudicate. The constraint inventory (§8.2) is the precondition — without it, the classification has nothing to trace against and regresses to judgment.

The term “runtime” distinguishes L1’s concern from training-time alignment (the Constitutional AI substrate below L1). Training-time alignment shapes the agent’s character before deployment. Runtime alignment assesses whether that character, operating within organizational context, is producing outcomes consistent with governing intent. Both are necessary; neither substitutes for the other.

When execution evidence indicates misalignment, L1 SHALL determine which intent source is implicated. Constitutional Intent violations SHALL trigger immediate hard stops. Other misalignment types SHALL trigger appropriate responses as defined by trust calibration at the relevant boundary.

8.6 Execution Governance

Execution governance — how authorized work is coordinated, integrated with systems, and executed within governing constraints — is specified by the companion BPM/Agent Stack specification (bpmstack.org). The BPM/Agent Stack addresses three execution governance concerns:

  • Orchestration — how multiple agents are coordinated to execute specifications, how intent translates across delegation levels, and how knowledge is provisioned as a governance act.
  • Integration — how governed agents connect to external systems, how access scope is determined by governing intent, and how governance context is carried through integrations.
  • Execution — how actual work is performed within the full governance context, how hard constraints remain non-negotiable, and how execution produces high-quality evidence as its primary governance output.

The Intent Stack’s L1 (Runtime Alignment) provides the governing context within which the BPM/Agent Stack operates. Evidence from execution flows upward through L1 for alignment assessment. Intent from the governance context flows downward through L1 to constrain execution.

8.7 Constitutional AI as Substrate

Below the governance layers sits the Constitutional AI substrate — the AI model’s training-time values and character. This substrate is not a layer of the Intent Stack. It is the foundation that makes all other governance possible.

The Intent Stack is not an alternative to Constitutional AI. It is the organizational deployment infrastructure that Constitutional AI requires in order to achieve its purpose at scale. Model developers govern the model’s character. The Intent Stack governs the model’s operation within the specific organizational contexts where that character is exercised.

A conformant Governance Architecture SHALL treat the Constitutional AI substrate as a non-negotiable foundation. Implementations SHALL NOT attempt to override or circumvent training-time values through runtime governance mechanisms.

8.8 Knowledge Architecture

Governance question addressed: How does accumulated knowledge serve governance across layers?

The governance layers both produce and consume knowledge. A conformant implementation SHALL provide knowledge infrastructure that supports all layers. Knowledge that exists but cannot be retrieved is governance-equivalent to knowledge that does not exist.

A conformant knowledge architecture SHALL follow a three-tier principle:

Tier 1 — Real-time semantic store. SHALL capture every governance signal at the point of origin and make it available for retrieval through semantic similarity search. Tier 1 SHALL operate with low latency and low cost. Value SHALL begin with the first signal captured — there is no minimum dataset or required preprocessing before Tier 1 provides governance utility.

Tier 2 — Emergent pattern detection. SHOULD perform periodic synthesis over the Tier 1 store, producing structured observations about the knowledge landscape — recurring themes, declining references, contradictions, gaps. Tier 2 output SHALL feed L1 (knowledge-health signals) and L2 (planning inputs).

Tier 3 — Discovery-driven deep structure. SHALL be available on demand for governance decisions requiring structural understanding beyond semantic proximity — typed relationships between entities, causal chains, dependency maps. Tier 3 MAY be invoked when governance context justifies the cost.

A conformant knowledge architecture SHALL avoid two failure modes: the empty-until-complete trap (no value until a comprehensive knowledge graph is built) and the shallow-forever trap (signal captured but never structured). Tier 1 SHALL prevent the first; Tier 2 and Tier 3 SHALL prevent the second.