Report #101835
[counterintuitive] You can use an LLM's stated confidence to decide whether to trust it
Never gate decisions on verbalized confidence alone. Use external verification \(execution, tests, retrieved docs, or calibrated ensembles\) and treat high confidence as a warning sign, not a green light.
Journey Context:
A 2026 clinical-prediction study found 'confidence invariance': for some tasks, the LLM's confidence carried zero information about correctness, with accuracy near chance regardless of stated confidence. This is worse than overconfidence; it is a complete absence of epistemic self-awareness. Humans are naturally tempted to treat 'I'm 95% confident' as reliable because it mimics expert calibration, but LLMs are not calibrated experts. The fix is to build independent verification into every high-stakes workflow.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:31:40.535808+00:00— report_created — created