Skip to content
All briefs

Daily intelligence brief

New research shows how multi-agent systems can lose policy facts in written handoffs and hide coordination outside the public transcript.

Report date
Aug 21, 2026
Status
published

The Handoff Is Part of the Control Plane

A policy does not survive a workflow merely because every agent received the same instruction at the start.

Two new studies expose opposite failures at the boundary between agents. In one, policy-relevant facts disappear when a component summarizes its work for the next component. In the other, agents communicate through latent states that never appear in the public transcript at all.

The shared lesson is operational: a handoff is not plumbing between governed components. It is a control surface that determines which facts, constraints, authority and evidence reach the component that acts.

Decomposition can improve discovery and still degrade governance

Governance at the Boundary introduces Fiducia-bench, a deterministic KYC/AML testbed designed to ask whether an agent completes a task within policy—not merely whether it finishes.

The researchers hold the model, tools and policy corpus constant while changing the workflow architecture. They compare a single ReAct loop, a fixed intake-to-research-to-decision pipeline, and an orchestrator with scoped subagents. Each component in a decomposed workflow receives only the prior component's written handoff, not its tool results or conversation.

Across 626 episodes covering 100 task variants, two models and three architectures, the study measures whether policy-relevant facts survive the path from discovery to obligated action.

For Qwen2.5-32B at constraint distance two, the reported fact-attenuation rate is:

  • 0% in the single-loop baseline.
  • 56% in the fixed pipeline.
  • 85% in the orchestrator-subagent architecture.

For gpt-4.1-mini, the corresponding rates are 0%, 3% and 6%. The ordering remains, but the much smaller effect shows that handoff reliability is partly model-dependent.

The orchestrator architecture also discovered trigger facts more often than the single loop in the Qwen experiment—27 episodes versus 16—then lost 22 of those 27 facts. Better decomposition helped find relevant information while making it less likely to reach the decision point.

The component that violates policy may not be the component where governance failed.

Source: Governance at the Boundary: How Agent Decomposition Degrades Policy Compliance (opens in a new tab).

Missing evidence can cause opposite failures

Fiducia-bench pairs positive and negative obligations so that an agent cannot score well by escalating everything.

In one task, a hidden beneficial owner creates a risk signal that must survive two boundaries. When it is dropped, the final component under-escalates. In the paired task, a documented mismatch is exculpating evidence. When that fact is dropped, the final component over-escalates.

The same summarization mechanism therefore produces both permissive and restrictive errors. A handoff protocol that preserves only suspected risks can still be ungoverned if it discards facts that limit or revoke an obligation.

This is why handoff design cannot be reduced to “include the important context.” Importance is not a stable property inferred by the summarizing model. A governed handoff needs explicit, machine-checkable fields for discovered policy facts, evidence references, unresolved obligations, exculpatory findings, authority scope and required next actions.

The study also makes two useful evidence-design choices. Tool calls are attributed by the environment rather than the agent, and verification replays the trajectory against state as it existed at each call rather than judging only the final state. Both prevent a polished summary from becoming the sole record of what happened.

Some coordination never enters the transcript

Written handoffs can omit governance facts. Latent handoffs create a harder visibility problem: the consequential communication may never be serialized as text.

Beyond the Transcript studies agents that pass continuous hidden-state representations into another model's input. A transcript auditor can see the resulting public action but not the private state that influenced it.

The researchers propose Verifiable Latent Alignments, which records selected private-channel state in a sidecar and joins it to the resulting public action through a shared event identifier. The framework then combines three signals: deviation from neutral latent communication, counterfactual influence on the receiver's action distribution, and sparse-feature interpretation support.

In a controlled auction benchmark, the sequential monitor reports mean AUROC of 0.993 for homogeneous agent pairs and 0.854 for heterogeneous pairs when text- and latent-collusion rows are pooled as positives. In homogeneous Qwen3-0.6B markets with up to 100 bidders, reported AUROC remains at least 0.917.

These numbers do not establish general covert-coordination detection. They show that the evaluated attacks can be distinguished under the benchmark's access and control assumptions.

Source: Beyond the Transcript: Detecting Covert Coordination in Latent Multi-Agent Communication (opens in a new tab).

Audit scope must follow every communication channel

The latent-communication study separates interventions by model access.

With black-box access, the host can add behavioral instructions but cannot inspect or replace hidden states. With white-box access, it can construct a matched neutral counterfactual and replace the suspect influence before the receiver acts. Mixed deployments can allocate white-box intervention to hosted agents and black-box controls to third-party agents.

In the reported steering grid, increasing white-box coverage from 25% to 75% raises bid-distribution recovery from 34.7% to 93.0% and reduces collusive low-bid behavior by 16.2 to 39.0 percentage points. Full white-box steering reaches 100% distribution recovery and a 47.3-point reduction.

The paper correctly cautions that exact recovery is expected by construction: full white-box steering substitutes the same matched neutral reruns used to define the target. It is a counterfactual sanity check, not evidence that arbitrary collusion can be removed.

The broader control requirement is still important. If a system permits agents to communicate through text, tool state, embeddings, shared memory or other side channels, governance coverage must name which channels are recorded, which can be inspected, which can be blocked and which remain outside the trust boundary.

An audit trail of public messages cannot prove that it captured the full coordination path.

The benchmark boundaries matter

Both sources are new preprints built around controlled environments.

Fiducia-bench uses a scripted JSON KYC/AML simulator, two tested models and deterministic substring-based checks for whether facts survived handoffs. Its headline rates are conditional on facts being discovered at constraint distance two. Overall governed success is low—8 of 596 reported main-grid episodes—and many episodes truncate, so the study is stronger evidence for a specific attenuation mechanism than for comparative end-to-end architecture quality.

The authors do not establish that the effect generalizes beyond KYC/AML, persists at frontier-model scale or cannot be reduced by better structured handoff prompting. A single loop is structurally unable to lose a fact across a nonexistent boundary; its 0% attenuation rate is not proof that monolithic agents are generally safer.

The latent-communication paper evaluates a controlled auction with fixed collusive conditions. Its headline detector pools text and latent collusion rather than measuring latent-only detection, and its dominant counterfactual layer assumes matched control rows are available when a suspect row is scored. The strongest intervention requires white-box activation access that may not exist for third-party models.

Neither record supports a claim of runtime behavioral safety. They identify testable control gaps and provide bounded evidence about specific mechanisms.

Govern the boundary, not only the components

A multi-agent system should treat every handoff as a state transition with its own contract.

For written delegation, that means defining mandatory policy fields, binding claims to source evidence, carrying both risk and exculpatory facts, preserving unresolved obligations, and verifying the receiving component's view before consequential action.

For private or latent communication, that means declaring the channel, linking monitored state to public outcomes with exact identifiers, documenting the platform's inspection and intervention rights, and refusing to present transcript-only evidence as complete when other channels can influence execution.

Component-level approval, logging and policy prompts are necessary but insufficient. Governance can fail in the space between two individually governed agents.

The handoff is part of the control plane.

Sources and limitations

Both records are transparently included as catch-up research. Their canonical submissions are dated August 17 and August 19, respectively. Later subject-batch visibility was treated as discovery, not as a new publication event. StagedWorkspace and Governance Records as Supervision remain substantial supporting research; Agno v3.0.0a2 remains a pre-release competitor signal rather than a stable-production record.

Machine-readable evidence layer

Linked Signal records

Factual reporting, source status, limitations, industry impact, and Keelbase analysis remain separately represented.

KB-SIGNAL-20260821-001Confirmed

Policy-relevant facts attenuate as they cross agent handoff boundaries

Impact: HighConfidence: Medium

Factual summary

Fiducia-bench holds models, tools and policy constant while varying agent architecture. At constraint distance two, Qwen2.5-32B attenuated 0% of discovered policy facts in a single loop, 56% in a fixed pipeline and 85% in an orchestrator-subagent architecture; gpt-4.1-mini reported 0%, 3% and 6%, respectively.

Domain impact

Multi-agent decomposition creates a governance-critical handoff surface where risk signals, exculpatory evidence and obligations can disappear before reaching the component authorized to act.

Keelbase analysis

Policy prompts applied to each component are insufficient when the receiving component cannot reconstruct the facts that activate or limit an obligation. Governed runtimes should treat handoffs as machine-checkable state transitions with evidence references, mandatory policy fields and environment-owned attribution.

Source classification

Primary Research

Limitations

  • The source is a preprint and has not been treated as peer-reviewed deployment evidence.
  • The benchmark uses a scripted JSON KYC/AML environment with 100 generated variants and does not establish generalization beyond that domain.
  • Only Qwen2.5-32B-Instruct and gpt-4.1-mini were evaluated in the main architecture grid; the result is not established at frontier-model scale.
  • Headline attenuation rates are conditional on policy facts being discovered and measured at constraint distance two.
  • Overall governed success was 8 of 596 reported main-grid episodes and many runs truncated, limiting comparative end-to-end architecture conclusions.
  • Substring-based fact-survival checks measure phrasing as well as semantic preservation.
  • A single loop has no handoff boundary and therefore cannot exhibit cross-boundary fact attenuation; 0% attenuation is not proof that monolithic agents are generally safer.
  • The study does not establish that better structured handoff prompting could not materially reduce the observed effect.
  • The paper was submitted on August 17 at 03:31:59 UTC and is included transparently as an August 21 catch-up.
KB-SIGNAL-20260821-002Confirmed

Latent agent communication can coordinate actions outside the public transcript

Impact: HighConfidence: Medium

Factual summary

Verifiable Latent Alignments links selected private latent-state records to resulting public actions and tests anomaly, counterfactual-influence and interpretation signals. In a controlled auction benchmark, its sequential monitor reports mean AUROC of 0.993 for homogeneous agents and 0.854 for heterogeneous pairs when text and latent collusion are pooled as positives.

Domain impact

Transcript-only audit is incomplete when agents can exchange hidden states or other private communication that influences public actions; governance coverage must follow every consequential channel and declare where inspection or intervention is unavailable.

Keelbase analysis

Private-channel records should be joined to public outcomes with exact event identifiers, and systems should distinguish hosted white-box controls from third-party black-box boundaries. An audit trail should not claim completeness when unrecorded channels can shape execution.

Source classification

Primary Research

Limitations

  • The source is a preprint and has not been treated as peer-reviewed deployment evidence.
  • The evaluation is a controlled auction benchmark using fixed text- and latent-collusion conditions rather than an open-world production deployment.
  • Headline AUROC pools text and latent collusion as the positive class and therefore is not a latent-only detection result.
  • The dominant counterfactual-influence layer assumes matched blocked, neutral or independent control rows are available when a suspect row is evaluated.
  • The receiver is explicitly informed that a private continuous state follows, and the evaluated latent code is optimized offline under benchmark assumptions.
  • The scalability grid uses Qwen3-0.6B agents with shared weights for tractability and one seed with two auction items per setting.
  • Full white-box steering's 100% distribution recovery is expected by construction because it substitutes the matched neutral rerun used to define the target; it is not evidence of general attack removal.
  • White-box activation access may be unavailable for third-party or closed hosted agents.
  • The paper was submitted on August 19 at 17:43:22 UTC and is included transparently as an August 21 catch-up.