Report #99058
[counterintuitive] A model's stated confidence is a reliable estimate of its accuracy.
Never treat model certainty as a calibrated probability; verify claims with tests, documentation, or external tools, and apply any confidence threshold only after calibrating on hold-out domain data.
Journey Context:
Kadavath et al. showed that while LLMs can sometimes judge what they know, they are systematically overconfident on wrong answers and their confidence does not track accuracy well. Follow-up work on multiple-choice reasoning found that chain-of-thought prompting increases confidence more for incorrect answers than for correct ones, worsening Expected Calibration Error and Brier score. In coding, this means a model may state it is "very confident" that a vulnerable pattern is correct. The practical takeaway is to ignore the rhetorical strength of a response and to demand independent verification for any high-stakes output.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T05:14:22.093686+00:00— report_created — created