• 6D Amplifying Analysis
Amplifying · AI Governance · Multi-Agent Systems

The Coordination Gap: Intent Governance Is the Layer Nobody Built

Microsoft ships runtime governance for what agents do. Karpathy describes markdown workarounds for what agents remember. Neither addresses what agents mean across handoffs. Five tools built independently for different problems converged on the same answer: a governance primitive with three required properties — immutability, addressability, provenance. The primitive was discovered, not designed. That is the strongest possible evidence it is structurally necessary.

3
Required properties
5
Tools converged independently
21%
Orgs with mature agent governance
Aug 2026
EU AI Act enforcement
2,665
FETCH score
6/6
Dimensions affected

6D Foraging Methodology™

01

The Insight

The governance conversation in 2026 is split across two layers. At the action layer, Microsoft's Agent Governance Toolkit intercepts every tool call before it reaches the wire — deterministic, sub-millisecond, covering all ten OWASP agentic AI risks.[1] At the memory layer, Andrej Karpathy describes building markdown wikis and CLAUDE.md files so agents don't rediscover context from scratch on every session.[2] Both are real problems. Both are being addressed. Neither addresses what happens between agents — when one pipeline stage hands its findings to the next and the constraint that was declared as critical arrives as a suggestion.

Only 21% of organizations report having a mature model for agent governance, and the gap compounds as agent networks grow.[3] The multi-agent coordination problem is not a model quality problem. Frontier models are capable. The failure mode is structural: when two agents operate from isolated memory stores with different definitions of the same term, the supervisor has no mechanism to resolve the conflict on principled grounds.[4] The intent evaporated at the handoff. Not because the model failed — because the architecture provided no container for the intent to travel in.

The EU AI Act's high-risk AI system requirements take effect August 2, 2026 — mandating traceability, human oversight, technical documentation, and audit trails for every consequential AI decision.[5] The regulation does not distinguish between what an agent does and what an agent means. Proving to a regulator that an agent operated lawfully requires demonstrating that the intent authorizing each action survived the pipeline intact. Runtime policy enforcement catches unauthorized actions. It cannot prove authorized intent traveled correctly.

Five tools built independently for different problems — RECALL (publishing), Wake Intelligence (temporal memory), EMBER (agent artifact language), Rune Protocol (reactive binding), and Mere (workbook format) — converged on the same three-property structure at their coordination boundaries: immutability (constraints cannot be softened in transit), addressability (every constraint is queryable by downstream agents), and provenance (the origin and authorization of every constraint is permanently traceable).[6] The convergence was not by design. Each tool was solving its own problem. The primitive emerged from the intersection. Convergent discovery across five independent implementations is the strongest possible evidence that the structure is architecturally necessary — not a design preference.

21%
Organizations with mature agent governance

The governance gap is an orchestration architecture problem that compounds as agent networks grow — Atlan, April 2026

02

The Two Governance Layers Already Built

The action layer and the memory layer have received the industry's attention. Microsoft AGT governs what agents are permitted to do — blocking destructive operations, enforcing identity, sandboxing execution.[1] The toolkit covers all ten OWASP agentic AI risks with deterministic enforcement that makes unauthorized actions structurally impossible, not merely unlikely. Karpathy's wiki pattern governs what agents remember — compiled markdown that survives session resets, reducing the rediscovery cost of context across runs.[2] These layers are necessary. They are not sufficient. The third layer — what intent means as it crosses agent boundaries — remains structurally unaddressed by any major framework. Microsoft AGT's own open issues include a blocked RFC on governing agent skills across context injection boundaries, and an unresolved feature request for human-in-the-loop approval chains in the policy evaluator. The action layer cannot govern what it cannot see — and intent drift happens before any action is taken.

The key risk is not intelligence. It is coordination failure at scale. — Multi-Agent Orchestration in 2026, Medium

DimensionEvidence
Quality (D5) Origin · 78 Semantic drift across agent handoffs is a quality failure — not a model failure. Intent declared as critical arrives as a suggestion. Five independent tools converged on the same structural answer.[6]Structural Quality Failure
Regulatory (D4) L1 · 72 EU AI Act high-risk system requirements take effect August 2, 2026. Traceability, provenance, and audit trails are mandatory. Runtime action governance cannot prove intent traveled correctly across agent boundaries.[5]EU AI Act August 2026
Operational (D6) L1 · 65 Multi-agent pipelines fail structurally when context is inconsistent across isolated memory stores. Supervisors have no principled mechanism to resolve conflicting agent outputs when definitions diverge at handoffs.[4]Pipeline Fragility
Employee (D2) L2 · 62 DORA research confirms AI amplifies existing conditions. Senior developer judgment becomes more valuable, not less, as the governance layer that knows which constraints cannot be softened.[8]Senior Judgment Irreplaceable
Customer (D1) L2 · 58 Only 21% of organizations have mature agent governance. Enterprises deploying multi-agent systems face governance blind spots that compound with each additional agent in the network.[3]Governance Gap Visible
Revenue (D3) L2 · 55 Agentic AI market projected to grow from $5.76B to $7.26B in 2026. Only 24% of enterprises could pass a governance audit within 90 days despite 52% reporting AI-driven revenue growth.[7]Commercial Opportunity Emerging
03

The Primitive That Emerged From Practice

A governance primitive is not a framework applied to a domain. It is what the domain is built from. The distinction matters because frameworks are adopted — primitives are discovered. The three-property structure (immutability, addressability, provenance) appeared independently across five production systems solving different problems in different domains. RECALL embeds source and authorship in every compiled artifact — the AUDIT DIVISION enforces provenance as a compile-time constraint, not a logging afterthought.[6] Wake Intelligence stores causal memory with WHY chains that survive agent session resets. EMBER carries artifact state across a seven-agent legacy modernization pipeline in .sil files that every downstream agent reads without prior context. Rune Protocol's ? sigil makes intent machine-readable, co-located with the code it governs, version-controlled, queryable at runtime. Mere workbook format carries screens, state, and behavior as a single sovereign artifact. The pattern in all five: the constraint travels with the artifact. The intent is not reconstructed at each handoff — it is read from a structure that carries its own authorization. That is the primitive. The EU AI Act's August 2026 enforcement deadline makes it urgent. The 79% of organizations without mature agent governance make it commercially relevant. The five-tool convergence makes it structurally necessary.[5][7]

The authorship dimension is the governance primitive's most concrete consequence. In a multi-agent pipeline, a human-approved risk threshold and an agent-inferred optimisation threshold may appear as identical structured data in the same context package. Without structural authorship, they are indistinguishable. Three tools independently addressed this: RECALL enforces CREATED-BY — Human, AI compositor, or AI agent — at compile time; a document without an authorship declaration does not compile.[6] Rune Protocol carries metadata.author on every ? binding annotation in rune.schema.json. Wake Intelligence stores authorType on every saved context, surfaced via the auditor personality mode — which groups retrieved contexts by author class, immediately distinguishing load-bearing human constraints from negotiable agent optimisations.[6] UC-234 extends the Semantic Intent as Single Source of Truth framework established in 2025[11] — applying the same WHAT+WHY governance contract from the two-party developer-AI context to the multi-agent pipeline.

FETCH Score Breakdown

Chirp: 65.0
|DRIFT|: 50
Confidence: 0.82
FETCH = 65.0 × 50 × 0.82 = 2,665  →  EXECUTE — HIGH PRIORITY (threshold: 1,000)
Calibration: Chirp 65.0 × DRIFT 50 × Confidence 0.82 = 2,665. Calibrated against UC-198 (Vibe Coding Cascade, FETCH 2,860 — same sector, D5 origin) and UC-199 (Human in the Loop, FETCH 2,234 — amplifying counterplay). Lower than UC-198 because this case documents emergence of a solution rather than a failure cascade. Higher than UC-199 because regulatory pressure (D4:72) accelerates urgency.
6/6
Dimensions Hit
5×–8×
Multiplier
2,665
FETCH Score
Origin D5 Quality
L1 D4 Regulatory+ D6 Operational
L2 D2 Employee+ D1 Customer
L3 D3 Revenue
CAL Source Multi-agent governance primitive — convergent emergence across five production systems
-- UC-234: The Coordination Gap
-- Semantic Intent as Governance Primitive for Agentic Systems
-- Sense → Analyze → Measure → Decide → Act

FORAGE agent_pipelines
WHERE intent_drift_at_handoff = true
  AND action_governance_present = true
  AND intent_governance_absent = true
  AND eu_ai_act_enforcement < '2026-08-02'
ACROSS D5, D4, D6, D2, D1, D3
DEPTH 3
SURFACE coordination_gap

DIVE INTO governance_layers
WHEN action_layer_coverage = 'complete'
  AND memory_layer_coverage = 'partial'
  AND intent_layer_coverage = 'none'
TRACE primitive_emergence
EMIT coordination_gap_signal

DRIFT coordination_gap
METHODOLOGY 85    -- governance frameworks exist (OWASP, EU AI Act, NIST)
PERFORMANCE 35    -- intent layer structurally unaddressed by all major toolkits

FETCH coordination_gap
THRESHOLD 1000
ON EXECUTE CHIRP critical 'Intent governance primitive discovered through convergent emergence across 5 independent production systems. EU AI Act enforcement deadline August 2026. 79% of organizations remain ungoverned at the intent layer.'

SURFACE analysis AS json
SENSE FORAGE agent_pipelines WHERE intent_drift_at_handoff = true AND action_governance_present = true AND intent_governance_absent = true — governance coverage gap identified across all major toolkits
ANALYZE DIVE INTO governance_layers — action layer (Microsoft AGT) complete, memory layer (Karpathy wiki pattern) partial, intent layer structurally absent across all frameworks including open RFC in AGT issues
MEASURE DRIFT 50 — Methodology 85 (governance frameworks exist: OWASP, EU AI Act, NIST AI RMF) vs Performance 35 (intent layer unaddressed, 79% orgs ungoverned at handoff boundary)
DECIDE FETCH 2,665 → EXECUTE HIGH PRIORITY — five-tool convergent emergence, EU AI Act August 2026 deadline, 21% mature governance maturity rate compound urgency
04

Key Insights

Three layers, one missing

Action governance (what agents do) and memory governance (what agents remember) are both being addressed. Intent governance — what constraints mean as they cross agent boundaries — has no structural solution in any major framework. Microsoft AGT's own open issues confirm it: governing context injection across agent skills remains blocked.

Convergent discovery is the strongest evidence

Five tools built for different problems in different domains all arrived at the same three-property structure at their coordination boundaries. Immutability, addressability, provenance. The primitive was not designed — it emerged. Convergent emergence across independent implementations is stronger evidence of structural necessity than any single designed solution.

The EU AI Act makes provenance mandatory

August 2, 2026 enforcement of high-risk AI system requirements mandates traceability and audit trails. Runtime action governance can prove what an agent did. It cannot prove that the intent authorizing the action traveled correctly through the pipeline. The governance primitive addresses the gap the regulation creates.

Workshop thinking vs factory thinking

Microsoft AGT addresses factory-scale governance — 10,000 autonomous agents, 24/7 operation, sub-millisecond enforcement. The governance primitive addresses workshop-scale governance — ensuring that what one agent declares, the next agent honors. The two are complementary, not competitive. Complete governance requires both layers.

Sources

Ten sources across primary research publications, industry analysis, regulatory documentation, and production implementation evidence. Source quality reflects the convergent nature of this case — the Zenodo DOI is Tier 1 primary evidence; industry surveys and regulatory sources confirm the structura

Tier 1 — Official & Structural Data
[1]
Microsoft Open Source Blog — Introducing the Agent Governance Toolkit, April 2, 2026microsoft.com
[2]
VentureBeat — Karpathy shares LLM Knowledge Base architecture, April 3, 2026venturebeat.com
[3]
Atlan — How to Orchestrate Multi-Agent AI Systems at Scale in 2026, April 24, 2026atlan.com
[5]
AI News — Agentic AI governance challenges under the EU AI Act in 2026, April 9, 2026artificialintelligence-news.co
[6]
Zenodo — Semantic Intent as Governance Primitive for Agentic Systems, Shatny M., May 29, 2026zenodo.org
[8]
StratIQX UC-199 — The Human in the Loop: DORA 5,000-respondent study confirms AI amplifies existing conditionsuc-199.stratiqx.com
[10]
Secure Privacy — EU AI Act 2026: Key Compliance Requirements for Enterprises, April 26, 2026secureprivacy.ai
[11]
Shatny, M. — Semantic Intent as Single Source of Truth: Immutable Governance for AI-Assisted Development, 2025. Foundation paper establishing the WHAT+WHY governance contract that UC-234 extends to multi-agent systems.zenodo.org
Tier 2 — Industry Analysis
[4]
Medium — Multi-Agent Orchestration in 2026: When AI Systems Start Talking to Each Other, April 28, 2026medium.com
[7]
Actuary.info — Multi-Agent Orchestration Carrier AI Playbook 2026, May 2026actuary.info
[9]
Communications of the ACM — Multi-Agent Systems Will Rescript Enterprise Automation in 2026, January 29, 2026cacm.acm.org

The coordination layer is where governance compounds — or evaporates.

234 maps the structural gap between what agents do and what agents mean. The primitive is published. The regulatory deadline is August 2026. The 79% gap in mature agent governance is the market.