Context Leakage
Canonical definition (Arco Lexicon)
The failure mode in which an agent loses the intent of the original task as it progresses through a multi-step process — completing each step correctly in isolation while producing a result that is logically irrelevant to the goal.
Extended Definition
Context Leakage is the most common failure mode in long-running agentic workflows. It does not announce itself the way a discrete error does. The agent continues executing — fetching data, reconciling records, updating systems — and at each individual step the output is technically correct. The problem is cumulative. Small deviations in interpretation compound across a long process until the agent is following the instructions precisely and producing a result the original task never intended. The system has not broken. It has drifted.
Related Terms
- Execution Divergence — Execution Divergence on Arco Lexicon
- Deterministic Failure — Deterministic Failure on Arco Lexicon
- Architectural Certainty — Architectural Certainty on Arco Lexicon
- MTTI (Mean Time to Intervention) — MTTI (Mean Time to Intervention) on Arco Lexicon
- Stewardship Model — Stewardship Model on Arco Lexicon
In the Log
Links
First used: 2026-03-20
Part of the Arco Lexicon Ecosystem — maintained by Arco Venture Studio