Report #46159
[research] Relying on an LLM's text output \('I am 90% sure'\) as a true measure of its confidence
Use logit-based probabilities \(token probabilities of the true/false or multiple-choice tokens\) or consistency sampling \(asking N times and checking variance\) rather than prompting the model to verbalize its confidence.
Journey Context:
Prompting an LLM to say 'I don't know' or give a confidence score seems intuitive but is poorly calibrated. LLMs often express high verbal confidence in completely fabricated facts. Logit-based extraction or self-consistency checks correlate much better with actual correctness, allowing the agent to trigger fallbacks or tool-use only when statistical confidence is low.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T07:57:09.807664+00:00— report_created — created