FG—01AI Design Field Guide

Search the field guide

Search chapters, principles, patterns, worksheets, and glossary terms

PTN—24

Calibrated confidence

Express uncertainty at the strength the evidence supports, so hedges and firm answers both mean something.

Language models produce fluent prose at every level of correctness, which means tone carries no signal unless you engineer one. Calibrated confidence is the pattern of making expressed certainty track actual reliability: firm phrasing when grounding is strong, explicit uncertainty when it is thin, and a visible difference between the two. A system that hedges everything is as uninformative as one that hedges nothing — both flatten the signal people need to decide how much to verify.

Calibration is mostly a language problem, not a widget problem. Resist the urge to slap a percentage on prose: “87% confident” on a generated paragraph is pseudo-precision, because nobody — including the system — knows what the number denominates. Reserve numeric confidence for genuinely scored tasks like classification and extraction, where it can be validated. For generative answers, calibrate the prose itself: “X is Y” versus “the sources disagree; the most recent says Y” versus “I couldn’t find this — here’s my best inference and why.”

The payoff is differential trust. When a system reliably distinguishes what it knows from what it is guessing, people learn to skim the confident parts and scrutinize the flagged parts — effort lands where the risk is. That learned behavior is worth more than any single correct answer, and it is destroyed by one confidently wrong response, which is why calibration failures should be treated as sev-1 trust bugs, not tone issues.

Anatomy

Fig. 01Calibrated confidenceLive specimen

Forecast · next month

Expected service revenue

$48,200

Stated as a single settled number — no range, no source, no signal of how much to trust it.

The flat assertion reads as fact — even though the underlying estimate is identical.

A response that renders strong and weak claims differently instead of flattening them into one confident voice.

  1. 1Grounded claim. Stated plainly and firmly — well-supported content should not hedge.
  2. 2Uncertainty flag. A visually distinct treatment on the low-confidence span, so it can’t be skim-read as fact.
  3. 3Reason for doubt. Names why confidence is low — stale sources, conflicting sources, no sources — not just that it is.
  4. 4Next step. Pairs the flag with an action: verify, search again, or narrow the question.

When to use

Design considerations

Pitfalls

In the wild

Claude
Trained to express graded uncertainty in prose — flagging when it may be misremembering niche facts or when a question falls near its knowledge cutoff — rather than emitting scores.
ChatGPT
Notes when questions exceed its training data and pivots to browsing for time-sensitive answers instead of asserting stale facts.
GitHub Copilot
Ranks completions internally and shows suggestions as ghost text a keystroke can dismiss — the interaction encodes “draft, not verdict.”
Gemini
Its double-check feature externalizes calibration, marking statements it could corroborate differently from ones it could not.

Principles served

Discussed in the guide