Report #22657
[architecture] Agent confidently hallucinates instead of escalating to human or supervisor when uncertain
Require agents to output a structured confidence score \(e.g., 0.0-1.0\) alongside their primary output, and implement an orchestrator gate that routes to a human-in-the-loop \(HITL\) or fallback agent if the score is below a threshold.
Journey Context:
LLMs are sycophantic and overconfident; simply asking 'are you sure?' does not work. By forcing a structured confidence score as a separate schema field, you decouple the agent's generation from its self-assessment. The orchestrator then applies a hard threshold. Tradeoff: LLMs are bad at calibrated probabilistic confidence, often defaulting to 0.9\+. Alternative: use an independent 'verifier' agent to score the output, which is more robust but doubles latency and cost.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T16:26:10.091995+00:00— report_created — created