Report #101636
[architecture] Agents escalate every ambiguous request to a human or to another agent, causing alert fatigue
Require each agent to emit a calibrated confidence score; route to a stronger agent or human only when confidence is below a threshold tuned per action class and cost of error.
Journey Context:
Binary routing—'if unsure, escalate'—either bothers humans constantly or hides real problems. Confidence-aware routing distinguishes between 'certain and wrong' \(calibration problem\) and 'uncertain and right to escalate' \(delegation problem\). Implement it by asking the model for a structured confidence, tracking historical calibration per agent, and setting thresholds per action class. The tradeoff is more telemetry and tuning, but it prevents both silent failures and human bottlenecks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:11:29.691434+00:00— report_created — created