Skip to main content

Context Collision

The failure mode in which two agents operating on different context sets reach contradictory conclusions about the same operational state, producing divergent outputs that propagate through the workflow as if they were correct.

Extended Definition

Context Collision is distinct from Handoff Friction and Context Leakage. Handoff Friction is a data format problem at system integration points — the receiving agent encounters an unexpected schema. Context Leakage is a within-run failure — the agent loses the intent of the original task as it progresses through a multi-step process. Context Collision is a knowledge continuity problem at agent boundaries: the receiving agent encounters unexpected reasoning, not unexpected data. It cannot validate what it has received because the upstream agent did not encode why it made the decisions it made — only what those decisions were.

The divergence propagates silently because both agents are operating correctly within their respective context sets. Neither has made an error by the rules of its own knowledge layer. The collision is visible only in the output — two branches of a multi-agent workflow producing contradictory results about the same operational state — and only if the system has audit infrastructure capable of tracing the divergence back to its origin. Without Proof of Action logs covering all agents in the chain, Context Collision manifests as an unexplained inconsistency whose source is structurally invisible.

  • Handoff Friction — Handoff Friction is the data format failure at integration points, while Context Collision is the reasoning failure at agent boundaries — both propagate silently but through different mechanisms.
  • Context Leakage — Context Leakage is a within-run failure where a single agent drifts from the original intent; Context Collision is a cross-agent failure where two agents produce contradictory conclusions from different context sets.
  • Proof of Action — Proof of Action logs covering all agents in the chain are the primary detection mechanism for Context Collision, providing the audit trail required to trace divergent outputs back to their origin.
  • Knowledge Debt — Knowledge Debt is the structural condition that makes Context Collision more likely: when the operational knowledge layer is unstructured or unversioned, agents operating on different snapshots of it will produce divergent conclusions.

Articles

References

  • Lexicon — canonical definition
  • Wiki — extended entry

Metadata

First used: 2026-05-02
Pillar: How We Think


Part of the Arco Lexicon Ecosystem — maintained by Arco Venture Studio