How Much Should You Trust an AI's Confidence Score?
That percentage next to an AI's answer feels like a fact. It's actually a bet the model is making about itself, and it's worth knowing the difference.
Short answer
An AI confidence score reports how strongly a model favoured its top answer over the alternatives it considered, not the probability that the answer is true. Only a calibrated system, measured across thousands of predictions, earns a literal reading. Treat the figure Raven shows as a signal about evidence, never as proof.

You have seen the number before. A tool returns an answer with something like 92% printed beside it, and it is hard not to read that as close to a guarantee. It looks precise. It carries a percent sign, the universal badge of a fact you can build on. But the figure is not a measurement of truth. It is a measurement of how strongly the model preferred its own answer to the other answers it weighed, which is a related but importantly different thing.
The gap between the model is confident and the model is right causes more misunderstanding than almost any other part of using these tools. It is worth taking apart properly, because the fix is not to dismiss every percentage on sight. It is to know what the percentage is actually reporting.
What does an AI confidence score actually measure?
It measures how decisively the model's internal scoring favoured its top candidate over the runners-up it considered. That is a statement about the shape of the evidence as the model saw it, not an independent check against the world, so a high number can sit on top of a wrong answer.
Most systems that print a percentage are reporting some version of the same quantity: the score the model assigned to its leading candidate once all the candidates have been squashed into a set of numbers that add up to one. If a model chooses between cat and dog and returns 90% for cat, it means its scoring favoured cat strongly over the alternatives it evaluated. It does not mean that nine times out of ten, in photographs resembling this one, the animal turns out to be a cat.
The distinction matters because that internal score is shaped entirely by patterns in the training data. Where the data was thin, skewed, or simply unrepresentative of the picture in front of it, the model can be emphatic and wrong at the same time. Nothing in the pipeline verifies the answer; the number describes the model's own preference, and the model has no second source to check itself against. The mechanics of how those preferences are formed are covered in how an image model reads a photograph.
There is a second, quieter problem. The score says nothing about how much evidence was available. A model can arrive at the same figure from one overwhelming clue or from a dozen faint ones that happened to agree. Read as an amount of evidence, the number will mislead you; read as a margin of victory between candidates, it behaves sensibly.
Why is calibration the part everyone skips?
Calibration is the property that would make a percentage literally meaningful: a calibrated model's 80% answers should prove correct about 80% of the time. It can only be measured over thousands of predictions, so no single result on your screen can tell you whether the system has it.
A well-calibrated model that says 80% is right roughly four times in five, across a long run. A poorly calibrated one might say 80% and land half the time, or say 60% and land nine times in ten. Calibration is a property of a system in aggregate, not a property of the single answer you are looking at, and this is the part that trips people up: there is no way to audit it from one interaction. A 92% from a beautifully calibrated model and a 92% from a wildly overconfident one look identical.
The field has a scoring rule for exactly this. The Brier score, proposed in 1950 for weather forecasting, rewards a forecaster for being both accurate and honest about uncertainty. It is the reason a forecast of rain tomorrow is a serious claim rather than a mood: forecasters are kept honest by decades of scored predictions. Image models generally are not scored that way in public, which is the single best reason to keep a percentage at arm's length.
Work on modern neural networks has repeatedly found them tilted toward overconfidence: the probability attached to the leading answer tends to run ahead of the observed hit rate, and the effect grows with model size. That does not make the number useless. It makes it a relative signal, best read against the same tool's other answers rather than as an absolute claim about reality.
How do people misread the number?
Four ways, mostly: treating one high score as certainty, reading it as an amount of evidence, comparing scores across unrelated tools as if they shared a scale, and skimming past the stated reasoning because a percentage is quicker to absorb than a sentence.
- Reading one score as certainty. A single 95% can still be wrong. It only says that answers of this kind are ones the model rarely doubts, which is a claim about the model's habits, not about your photograph.
- Reading it as an amount of evidence. One decisive clue and ten weak but agreeing clues can produce the same figure. The score does not distinguish thin evidence from thick evidence, only how cleanly it pointed one way.
- Comparing across tools. Two products showing 70% are not saying the same thing. Each number is calibrated, or miscalibrated, against its own training and its own scoring method.
- Skipping the reasoning. The explanation behind a guess is almost always more diagnostic than the percentage. If the stated clues are things you can check in the photograph yourself, you can judge the answer directly.
- Forgetting that the photograph sets the ceiling. Some pictures simply cannot support a precise answer, however good the model is, which is the subject of what makes a photo hard to geolocate.
A worked example: reading Raven's confidence ring
Raven is a small, honest case study, because it puts its confidence on screen as a ring next to the guess. Upload a street scene in which a legible shopfront, a national road-sign shape and a distinctive kerb all agree, and the figure runs high: several independent clues converged on one region, and the model's leading candidate beat the field comfortably. Upload a bare beach at midday and it drops, because the evidence genuinely does fit a dozen coastlines at once.
Read that way, a low number is not a malfunction. It is the most useful thing the tool can tell you about a photograph: that the picture, not the model, is the limiting factor. The single most valuable line in a Raven result is usually not the percentage but the sentence beside it naming what the model noticed, which is why signage carries so much weight in the reasoning. A partially visible word in an unfamiliar alphabet can do more than the entire building behind it, as the way script on signs narrows a location sets out in detail.
It also helps to know what is not in the pipeline. Raven reads pixels; it does not read the file's location metadata, does not search a database of your pictures, and does not keep the image once the answer is returned. The full route from upload to answer is documented in how Raven works, and the reason a single model can weigh signage, plants and light together at all is the subject of multimodal AI explained simply.
How should you read a confidence score sensibly?
Read the reasoning first, treat the figure as a margin between candidates rather than a probability of truth, corroborate independently whenever the answer matters, and never compare one tool's number against another's as though they shared a scale.
- Start with the explanation. If the model names clues you can verify in the frame, you can grade the answer yourself instead of grading the number.
- Treat the figure as a ranking. It tells you the top candidate beat the others by some margin. Useful, but not the same claim as a nine-in-ten chance of being correct in the world.
- Ask what the photograph could support. An interior with no window cannot yield a city-level answer no matter what percentage appears beside it.
- Corroborate when it matters. If anything at all depends on the answer, find independent confirmation rather than trusting a self-reported score.
- Watch the same tool over many guesses. Calibration only becomes visible in aggregate, and after twenty or thirty tries you will have a genuine feel for what its 80% is worth.
Where does this scepticism apply beyond photo guessing?
Everywhere a system reports its own certainty: symptom checkers, spam filters, fraud alerts, document classifiers and transcription tools. In each case the number describes the model's preference among its own options, and only long-run scoring shows whether it deserves a literal reading.
The habit transfers cleanly. A spam filter that is 99% sure, a bank alert that is 80% sure and a transcription tool that flags a word as low confidence are all making the same kind of statement: this is where my scoring landed, given what I have seen before. None of them has checked the world. What separates the trustworthy ones is not the size of the number but whether anyone measures, over time, how often those numbers turn out to be right.
That is the whole of the skill, really. Confidence is a self-report. Take it as a useful signal about how tangled the evidence was, pair it with the reasoning, and keep your own judgement in the loop. Do that and a percentage becomes genuinely informative rather than quietly persuasive.
Upload a photo and see how the confidence figure moves as the clues get thinner.
Upload a photo →The most interesting experiment is a deliberate one: run the same scene twice, once wide and once cropped tight, and watch what happens to the ring. The subject has not changed. The evidence has, and an honest score should follow it down.
Frequently asked questions
- Does 90% confidence mean a 90% chance of being right?
- Not on its own. It means the model's own scoring favoured that answer decisively over the others it weighed. Whether 90% corresponds to a real-world hit rate of 90% depends on whether the system is calibrated, which can only be measured across a large batch of predictions.
- Can a model be confident and completely wrong?
- Yes, and it happens most often when a scene resembles a place it has seen a great deal of. A Parisian-style cafe front in Las Vegas or a Bavarian-themed street in the United States can produce a high figure attached to the wrong continent.
- Are confidence numbers comparable between different tools?
- No. Each system produces its number from its own scoring method and its own training, so one tool's 70% and another's 70% are not on a shared scale. Compare a tool against itself over many guesses instead.
- What should I look at instead of the number?
- The reasoning. A short explanation naming the clues it used, such as the script on a sign or the side of the road the traffic is on, tells you far more about whether to believe an answer than the percentage attached to it.
Sources
- Calibration (statistics) — WikipediaThe formal version of the test used here: among the events a calibrated forecaster gives 70% probability, close to 70% should actually occur.
- Brier score — WikipediaProposed in 1950 for weather forecasting, and still the standard way to score a probability rather than a yes-or-no answer.
- Probabilistic classification — WikipediaExplains why a classifier's output over its candidate labels sums to 1, which is exactly why the top score is a ranking rather than a truth claim.
Reminder
Raven is built for entertainment and curiosity. Its guesses are AI estimates that can be wrong, and it must never be used to track or identify real people. Uploaded photos are processed in memory and immediately discarded — never stored.


