Skip to content
Mental Models

Thinking in Probabilities: How Likely, Not Whether

Thinking in Ranges, Not Points

A single-number estimate is a lie of confidence; replace it with a low/likely/high range, learn why the flaw of averages drowns people, and fix the overprecision that makes your '90% sure' wrong half the time.

7 min Updated Jun 22, 2026

Three lessons in, you can read a base rate, compute an expected value, and tell a possibility from a probability. Now we attack the most seductive habit left standing: the point estimate — the urge to answer “how long?” or “how much?” with a single, clean, confident number. “The project will take six weeks.” “We’ll do $2M in revenue.” “I’ll be there in twenty minutes.” Every one of those sentences is wrong in the same way: not because the number is bad, but because there’s only one of it. The future doesn’t come as a number. It comes as a spread, and pretending otherwise is the quiet mistake underneath a thousand blown deadlines and busted budgets.

This lesson teaches you to think in ranges instead — and, just as importantly, to make those ranges honest, because the first ranges you produce will be far too narrow.

Before you read — take a guess

Your engineer says a feature will take exactly 6 weeks. Before any work starts, what's the single most important thing wrong with that estimate?

A single number is a lie of confidence

Imagine two weather forecasts for tomorrow. The first says: “12°C.” The second says: “8 to 16°C, most likely around 12.” The first sounds more authoritative — it’s crisp, it’s decisive, it commits. And it’s the worse forecast, because it quietly claims a precision the atmosphere never offered. The second tells you what you actually need to dress for: bring a layer, it might hit 8.

A point estimate is a forecast collapsed to a single number. A range (more formally, a distribution) keeps the spread: a low, a likely (or central) value, and a high. The point estimate isn’t just less informative — it’s actively misleading, because the listener reads the false confidence right off the decimal. When you say “six weeks,” your boss hears “six weeks, bank on it.” When you say “four to eleven, probably six,” your boss hears the truth: this could slip, plan for it.

The home discipline: any time you’re about to commit to a single number for something that hasn’t happened yet, give three instead — low / likely / high. Not because three numbers are fancier, but because the gap between low and high is the information. A tight range says “I know this.” A wide one says “I don’t, and you should plan around that.” Both are useful; the point estimate is the only one that lies.

Worked example. You’re estimating next quarter’s sales for a new product.

Estimate styleWhat you sayWhat it communicates
Point”$500,000”Bank on half a million. (False confidence.)
Range”$300K low, $500K likely, $850K high”Could disappoint at $300K; could surprise at $850K; plan for the middle but don’t over-commit cash.

The range costs you nothing and tells the reader where the risk lives. The point estimate is the same guess with the uncertainty amputated.

Tip:

The reflex to build

When anyone hands you a lone number for a future event — a deadline, a budget, a forecast — silently ask: “…plus or minus what?” If they can’t answer, they haven’t finished thinking. Neither have you, until you can.

Confidence intervals in plain language

Once you accept that estimates are ranges, the next question is how wide? The honest tool here is the confidence interval. Strip the statistics jargon and it’s simple: a 90% confidence interval is a low value and a high value chosen so that you’d be 90% sure the true answer falls between them. You’re allowed to be wrong one time in ten — but only one.

The trick to building one isn’t to ask “what’s my best guess and a little wiggle around it?” That produces a range that’s far too tight. Instead, build it from the edges inward. Ask two separate questions:

  • The surprising low: “What value is low enough that I’d be genuinely surprised — not just mildly off — if the truth came in below it?” That’s your lower bound.
  • The surprising high: “What value is high enough that I’d be genuinely surprised if the truth came in above it?” That’s your upper bound.

If there’s only a 5% chance the truth is below your low and a 5% chance it’s above your high, the 90% lives in the middle by construction.

Worked example — the length of the Nile. Suppose you have no idea. A point estimate (“4,000 km”) is a wild dart. A 90% interval is a real answer to a different, more honest question: what range am I 90% sure contains it? You might reason: “Surely longer than 1,000 km, surely shorter than 12,000 km.” So your interval is 1,000–12,000 km. Wide? Yes — and correct: the Nile is about 6,650 km, comfortably inside. A confident “4,000 km” would have been wrong; the embarrassingly wide range was right. That’s the lesson in one number: a calibrated wide range beats a confident narrow one.

You're asked to give a 90% confidence interval for a quantity you know little about. Which interval is the BETTER answer?

The flaw of averages

Here’s the famous one-liner, usually credited to statistician Sam Savage: “Never cross a river that is on average four feet deep.” The average says four feet — wadeable. The river, though, is two feet deep at the banks and ten feet deep in the middle. The average is true and it drowns you, because you don’t experience the average; you experience the spread, and the spread has a ten-foot hole in it.

The flaw of averages is the error of plugging a single average into a decision and ignoring the distribution around it. It bites hardest whenever outcomes are variable and your exposure to the extremes isn’t symmetric — when the bad tail hurts more than the good tail helps.

Worked example — staffing for “average” demand. A support team gets 100 tickets per day on average. So you staff for 100, right? Look at the actual spread:

Day typeTicketsFrequencyWhat happens with staff-for-100
Quiet6040% of daysAgents idle — mild waste
Normal9040% of daysFine
Spike22020% of daysMassive backlog, blown SLAs, furious customers

The average is a real 100 ((60×0.4) + (90×0.4) + (220×0.2) = 24 + 36 + 44 = 104, near enough). Staffing to that central number leaves you fine on calm days and on fire 20% of the time. The variability — not the average — is what determines whether you survive the spike days. You have to plan for the range, with a buffer or surge plan for the high end, because the cost of the spike day dwarfs the cost of an idle quiet day.

This connects straight back to lesson 03. There you met expected value and the idea of ruin: a bet with positive EV can still wipe you out if a single bad draw is fatal, because you don’t get to play the average — you have to survive every individual outcome. The flaw of averages is the same trap wearing estimation clothes. The average outcome is irrelevant if one trip across the deep part of the river ends the game.

Warning:

The average can be a comfortable lie

A plan built on a single average is silently a bet that variability won’t hurt you. Sometimes that’s safe. But when the downside is steep — a stockout, an overdraft, a drowning — the average is exactly the number that makes a fatal plan look fine. Always ask: what does the bad tail look like, and can I survive it?

In the river and the support queue, the extremes are bounded — a river is only so deep. But many real-world quantities have fat tails: rare events that are far more extreme and far more frequent than a “normal” bell-curve intuition expects. Market crashes, viral demand spikes, supply-chain failures. With fat tails, the average is even more dangerous, because a single trip into the tail can be many times worse than anything in your sample so far. You won’t formalize this until the advanced material, but the instinct to plant now is: the rarer and the more extreme the bad tail, the less you should trust the average and the more you should plan for the edge.

The planning fallacy and overprecision

Now the uncomfortable part. When researchers ask people to give 90% confidence intervals for a batch of trivia, the truth lands inside the range only about 30–50% of the time — not 90%. People’s “90% sure” is really more like “40% sure.” This is overprecision: the systematic tendency to give ranges that are far too narrow, because a tight range feels knowledgeable and a wide one feels like an admission of ignorance.

Its most famous special case is the planning fallacy — our chronic, almost unkillable habit of underestimating how long our own projects will take (and how much they’ll cost), even when we know every similar project ran long. The new kitchen, the thesis, the software feature: each one was going to be the exception. None were. The point estimate (“six weeks”) is overprecision in its purest form: a 0-width interval, which is wrong essentially always.

Worked example of the fix. Your gut says the feature is “six weeks.” Don’t ship that. Force a range, and force it wide — because you already know your honest 90% interval is narrower than reality:

ScenarioEstimateHonest takeaway
Gut point estimate6 weeksAlmost certainly optimistic — it’s the planning fallacy talking.
Naive range5–7 weeksStill overprecise: a tight band around the same wish.
Calibrated 90% range4–13 weeks, likely 7Wide because integration, review, and the unknown unknowns always show up.

The calibrated range looks alarming next to “six weeks.” That alarm is the point — it’s the planning fallacy becoming visible. The fix for overprecision is mechanical and slightly humbling: take your honest range and widen it, because you are reliably overconfident, and consciously knowing that is the only known countermeasure.

Studies show people's '90% confidence' ranges actually contain the true answer only about 40% of the time. What's the correct response when YOU build a 90% range?

Best case / worst case / base case

Here’s the everyday version of all this, simple enough to do on a napkin: instead of one number, force out three scenariosworst case, base case (most likely), and best case — and, crucially, attach a rough probability to each. That last step is what marries ranges to the expected value from lesson 03: once each scenario has a probability, you can weight them into a single planning figure and still see the spread.

Worked example — a product launch’s first-year revenue.

ScenarioRevenueProbabilityContribution (revenue × prob)
Worst case (flops)$200,00025%$50,000
Base case (steady)$600,00050%$300,000
Best case (takes off)$1,400,00025%$350,000

The expected (probability-weighted) value is $50K + $300K + $350K = $700,000. But notice — the EV of $700K isn’t even the most likely outcome ($600K); it’s pulled up by the fat best case. And the range is the other half of the answer: you could land as low as $200K. So you get two numbers that work together: plan your spending around the $700K expectation, but make sure the business survives the $200K worst case. The single point estimate would have given you one of those and hidden the other — and which one it hid would depend entirely on whether the estimator was an optimist or a pessimist.

Using the launch table — worst $200K (25%), base $600K (50%), best $1.4M (25%) — which pair of numbers should actually drive your plan?

Where ranges lie to you

Ranges are honest by default, but they can be gamed — usually self-gamed — in two opposite ways, and you should be able to spot both.

Failure mode 1 — the useless-wide range (false humility). A range so wide it can’t be wrong is also a range that can’t be useful. “The project will take somewhere between two days and two years” is technically a great confidence interval and a completely worthless one — it informs no decision. This is false humility: hiding behind width to avoid being pinned down. A good range is as narrow as honesty allows, and no narrower — wide enough to actually contain the truth 90% of the time, but tight enough to discriminate between plans.

Failure mode 2 — the fake range centered on a wish. This is overprecision in disguise: someone produces a low / likely / high, but all three are clustered around the answer they wanted. “$950K, $1M, $1.05M” isn’t a range; it’s a single optimistic point estimate wearing a costume of three. The tell is that the low case isn’t actually painful — a genuine worst case should make you wince.

Both failures point at the same missing skill: calibration — whether your “90% sure” is actually right 90% of the time. You can’t eyeball your own calibration; it has to be scored over many predictions. (The expert “Calibration” course later in this path does exactly that — it tracks your confidence against reality until your 90% means 90%.) For now, the working defense is to interrogate both ends: Is my low case genuinely painful? Is my range narrow enough to actually decide something?

A manager presents a 'range' for next quarter: low $980K, likely $1.0M, high $1.02M. The CEO is suspicious. What's the trap?

When to reach for it

Reach for ranges on anything that hasn’t happened yet and that you’d otherwise answer with one number — a deadline, a budget, a sales forecast, an arrival time, a project’s cost, a market’s size. The rule is blunt: give a range, not a point. Three numbers (low / likely / high), built from the surprising edges inward, deliberately widened against your own overconfidence, and — when a decision needs a single figure — collapsed into an expected value while keeping the worst case in view. The point estimate is only ever appropriate for things already measured and certain; for the future, it’s a lie of confidence every time.

Tip:

The complete move

Replace every point estimate with low / likely / high. Build the range from the surprising edges, widen it because you’re overconfident, and weight the scenarios into an expected value when you need one number — but always keep the worst case visible, because the spread, not the average, is what you actually have to survive.

Recap

Check yourself: thinking in ranges

Question 1 of 40 correct

What is the core problem with a point estimate like 'the project will take 6 weeks'?

Check your answer to continue.

Where this goes next

You can now refuse the single number. You replace it with a range, build that range from the surprising edges, widen it against your own overconfidence, and — when a decision demands one figure — weight the scenarios into an expected value while keeping the worst case in plain sight. That’s the difference between a forecast that sounds confident and one that’s actually useful.

There’s one trap left, and it’s the subtlest in the course. You’ve now made decisions under uncertainty — with base rates, expected values, and ranges. But a good decision under uncertainty can still produce a bad outcome, and a reckless one can get lucky. The next lesson, Decision vs. Outcome, is about judging the quality of the decision separately from the roll of the dice — so you stop punishing good calls that got unlucky and stop rewarding bad ones that got away with it.

Mark lesson as complete