Report #98587
[counterintuitive] More capable LLMs are well-calibrated: their confidence matches their code correctness
Never trust an LLM’s stated confidence as a quality signal. Use external validators \(test suites, type checkers, linters, formal checks\) and, if log-prob access exists, apply temperature or Platt scaling calibrated on a held-out task sample.
Journey Context:
Code-model calibration research shows large models are poorly calibrated on synthesis tasks, with negative Skill Scores and exact-match calibration that masks test-passing failures. General LLM calibration research finds instruction-tuned models are systematically overconfident, RLHF reward models favor high-confidence responses regardless of accuracy, and even distractor-augmented prompts only partially mitigate miscalibration. High capability does not imply well-calibrated uncertainty.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-27T05:13:38.541958+00:00— report_created — created