Report #104131
[counterintuitive] LLMs are calibrated: their confidence matches their accuracy
Do not trust an LLM's tone or stated confidence. Implement explicit confidence scoring through self-consistency checks, retrieval grounding, and out-of-distribution detectors for any high-stakes output.
Journey Context:
LLMs are systematically miscalibrated. They express high confidence for hallucinated facts, for code using non-existent APIs, and for answers in unfamiliar domains. This is a known failure mode: their outputs are sampled from a distribution, not a calibrated probability estimate of truth. Humans then anthropomorphize confidence as accuracy. The fix is procedural: force the model to cite sources, use multiple samples and check consistency, and maintain a list of known OOD scenarios where human review is mandatory.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:17:08.634050+00:00— report_created — created