Confidence Scores That End in a Verb

In production

AI Design · Trust Patterns · Last updated June 2026

Part of A Field Guide to Trust · updated June 2026

I watched traders at the UK’s largest out-of-home advertiser override a model that beat them on a public scoreboard, week after week. The number wasn’t the problem — the number was excellent. The problem was that 87% is not an instruction. These five patterns are the ways I’ve made a score resolve into something a professional will actually move on — each with the trade-off I paid to learn.

The principle this page proves

An unexplained 87% is a shrug with decimals. A score earns its pixels only when it resolves to a verb.

Confidence Scores pattern A confidence gauge reading mapped to a three-band action scale of act, review and ignore, beside a thirty-day track-record sparkline. Confidence Scores A number anchored to an action — with its own track record. CONFIDENCE 78 % confident 0 100 ACTION Act 75–100 Review 40–74 Ignore 0–39 30-DAY TRACK RECORD Day 1 Day 30 Calibration: 91%

Try it — the pattern, live

The same live demo that runs in the book edition’s field guide. Synthetic data; nothing leaves the page.

1. Numeric Score with Threshold Hiding

Show a confidence percentage (0–100%) only when it clears a threshold (typically 60–70%). Below that line, say “Low confidence” or drop the number entirely.

  • Stops the freeze: A user never stares at a 42% score and stalls. The system says “I’m not confident enough to recommend this,” and the decision moves on.
  • Trusts the expert: High confidence earns a number; low confidence becomes a “flag for review” instead.
  • Quiets the screen: Not every recommendation needs a number on it.
ConfidenceDisplayUser Interpretation
90%+“92% confident” (number + badge)“I should trust this”
70–89%“Moderate confidence” (label only)“Reasonable but worth verifying”
<70%Hidden or “Low confidence” warning“Manually verify this”
Wireframe: Threshold-Based Badges
92%
Moderate
Low confidence

Use when confidence varies recommendation to recommendation (ML models), the user has the expertise to override, and a false negative is expensive. Avoid when every recommendation lands at the same confidence, or the user has no domain knowledge to check the call.

2. Color Gradient (Red → Yellow → Green)

Map confidence onto three colors. <50% = red. 50–80% = yellow. 80%+ = green. It reads instantly because the user already knows red = warning, green = go — you borrow a meaning they arrived with.

Strengths: Scans fast down a long list; reads at a glance; carries straight into color-coded reports.

Weaknesses: Colorblind users can’t tell red from green, so color always rides with a number or an icon. Color alone misleads when “safe enough” shifts by context. And red doesn’t read as danger everywhere on the map.

Use when the workflow is bulk review, scanning beats reading, and the user is sighted and color-aware. Avoid when accessibility leads the brief, or the context that makes a score “safe” isn’t on screen.

3. Confidence Language (Qualitative Labels)

Drop “87% confident” for “Very likely,” “Likely,” “Possible,” or “Unlikely.” For a non-technical user, words beat numbers — they already say “likely” when they mean it, so the label needs no translation.

RangeLabelWhen It Fits
90%+“Very likely”Medical, high-stakes
70–89%“Likely”Medium-stakes
50–69%“Possible”Exploratory search
<50%“Unlikely”Flag for review

Strength: A non-technical user gets it on sight. Weakness: “Likely” carries different odds in different fields, so the labels need calibrating per domain.

The strongest objection, kept in

“Showing low confidence makes the product look weak.” Backwards, in every deployment I’ve shipped: the product that says “I’m not sure” is the one experts stop double-checking. In the private-equity screening tool, low-confidence claims were flagged as abstentions rather than bluffed — and analysts went from ignoring the model to leading their deal memos with it. Confidence you can’t doubt is confidence you can’t trust.

4. Confidence + Reasoning (Show the “Why”)

Attach 1–3 reasons to the score — the signals the model actually leaned on. Example: “87% confident this is a quality lead. Reasons: (1) Similar to your top 10% of past leads, (2) High engagement in past campaigns, (3) Matches target industry.”

Reasons turn a bare number into a decision the user can argue with. They may still reject the call — but now they can see how the model got there, and reject it for a reason.

Shines for expert users who want the model’s logic in front of them — finance, healthcare, legal. Fails on mobile, where there’s no room; on non-experts, who drown in it; and where the reasoning is proprietary and can’t be shown.

5. Confidence Spectrum (Range / Distribution)

Show confidence as a range, not a fixed point: “We’re 60–80% confident this lead is qualified.” The range tells the truth about uncertainty without faking false precision.

Or plot a histogram: “Past leads with similar confidence scores had a 75% conversion rate. Conversions ranged from 60% to 85%.” Now the user knows what a score like this one has actually meant before.

Strength: Honest about uncertainty — it won’t claim 1% precision when the model’s real spread is ±15%. Weakness: More to render, and the user has to be taught how to read it.

Ship it: the checklist.

  • Set the ranges your domain runs on (usually 50%, 70%, 90%).
  • Tie it to an action. Show what the user should do with the score, not just the number.
  • Show the calibration. “Previous leads with 85% confidence had 78% conversion.”
  • Leave an override. Confidence isn’t the final decision. The user dismisses or flags.
  • Watch a user use it. Does 75% feel “safe to act on”? Run the research — intuitions vary.
  • Accessibility. Color never travels alone — pair it with a number, label, or icon.
  • Mobile. Scores eat space — collapse to an icon when the screen’s tight.

Every pattern charges rent: the trade-offs.

PatternBest ForTrade-off
NumericExpert users; finance, healthFalse precision; confuses non-experts
Color gradientVisual scanning, dashboardsInaccessible without backup
QualitativeConsumer apps, non-technicalAmbiguous across domains
ReasoningBuilding trust, expert workflowsSpace intensive
RangeHonest uncertaintyVisual complexity; user education

Where these patterns earned their keep

Get AI design patterns in your inbox

One pattern a month — the tradeoffs I paid for, plus the templates I use.

Companion essay
How I Design Confidence Scores for AI Products →
Where this breaks — do not use it here

Don’t show a score when the user can’t act differently on 62 versus 68 — a number without a decision attached is decoration that invites false precision. And never surface confidence from an uncalibrated model: score theater is worse than no score, because it teaches users to trust a liar with good posture.