Report #69190
[architecture] Cascading hallucinations when low-confidence agent outputs propagate through the chain
Implement explicit confidence scoring \(e.g., log-probability aggregation or self-evaluation\) with a circuit breaker pattern: if confidence < threshold, halt the chain and escalate to a human or specialized recovery agent.
Journey Context:
Standard error handling catches exceptions, not 'soft errors' like hallucinations. In multi-agent chains, Agent B treats Agent A's confident-sounding falsehood as ground truth, amplifying errors. Simply using 'temperature' settings is insufficient. The robust approach requires each agent to output a calibrated confidence score \(using token logprobs or a separate evaluator LLM\) and for the orchestrator to enforce a circuit breaker when confidence drops below a configurable threshold. This prevents error propagation but adds latency and cost due to human review requirements.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T22:37:14.282886+00:00— report_created — created