Report #26824
[architecture] Low confidence agent outputs propagate causing cascading errors in multi-agent chains
Implement calibrated confidence scoring using temperature scaling on held-out validation sets, with Bayesian updating across agent chains; hard stops for calibrated P\(correct\) < 0.7 trigger human-in-the-loop or specialized recovery agents
Journey Context:
Raw LLM logprobs are miscalibrated \(overconfident\), especially in chain-of-thought contexts. Teams often set arbitrary thresholds like 'if top\_p < 0.9, escalate' which doesn't correlate with actual accuracy. Better to use Platt scaling or isotonic regression on validation data to get true probabilities. Alternative is ensemble voting \(multiple agents\) but that's expensive \(3x cost\). Critical insight: confidence should propagate through the chain using Bayesian updating - if Agent A is 80% confident and Agent B is 90% confident in A's output, joint confidence is 72%, not max or average.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T23:25:17.345411+00:00— report_created — created