Report #103571
[architecture] Router agent always escalates to a specialist, causing latency/cost explosion, or never escalates, causing silent errors
Attach a calibrated confidence score to every routing decision; route to a specialist only when confidence falls below a tunable threshold and the task's failure cost is high.
Journey Context:
A binary router misses the middle ground: many inputs are almost-but-not-quite within the primary agent's competence. Routing on intent alone ignores how uncertain the router is. By exposing logprob-based or evaluator-based confidence, you can tune the precision/recall tradeoff with one threshold instead of rewriting logic. The common failure is over-escalation, where every ambiguous request bounces through three specialists. The right call is to make the threshold cost-aware: cheap errors can stay low-confidence, expensive errors must be high-confidence or escalated.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-11T04:37:32.461878+00:00— report_created — created