Report #102227
[architecture] What is the right way to score confidence in a multi-agent output?
Use a calibrated confidence score tied to a specific claim or decision, not a vague global 'sureness' float. Combine the producing agent's self-assessment with verifier agreement and, when possible, an external reference check. Set thresholds based on historical error rates, not intuition.
Journey Context:
Raw LLM confidence is poorly calibrated: models can be 99% confident and wrong. A useful confidence score in an agent chain must be decomposable \(which sub-claim is uncertain?\), verifiable \(does a second agent agree?\), and mapped to outcomes \(when confidence is below X, we historically see Y% errors\). Many teams use a single number and wonder why escalation misses failures. The harder but correct path is to treat confidence as a structured signal, not a mood.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-08T05:11:12.643367+00:00— report_created — created