Handoff Friction
The failure mode that occurs at system integration points when an agent encounters an unexpected data format or schema from a receiving system and attempts to resolve the mismatch autonomously rather than reporting it — producing a hallucinated fix that propagates through the workflow as correct data.
Handoff Friction is the second of three primary failure modes in autonomous systems, and the one most often inherited from the incumbent architecture rather than generated by the agentic system itself. It does not originate in the agent's logic. It originates in the gap between what the agent expects at a handoff point and what the legacy or third-party system actually returns. Traditional automation handles this with hard-coded integrations that fail loudly when the schema changes. Agentic systems are more capable — and more dangerous. A capable agent will attempt to bridge the gap rather than halt. The result is a hallucinated resolution that the system treats as valid data and passes downstream, where it compounds silently across the workflow.
First used: March 2026