Probabilistic Thinking

5 min read

Core idea

Almost nothing is certain — so estimate well

Probabilistic thinking is the habit of asking how likely? rather than yes or no? Very few things in the world are 100 percent certain, and pretending otherwise is the single largest source of avoidable error in everyday decisions. The discipline is to assign rough numerical weights — even ranges — to the possible outcomes of a situation and to act on the expected balance rather than on the most vivid option. It does not require a math degree. It requires the willingness to say "I think there is about a one-in-five chance this works" instead of "it could go either way."

Three sub-models do most of the work

Parrish breaks probability down into three practical sub-tools you can use without a textbook:

  • Bayesian thinking — start from the relevant base rate, then update as new evidence arrives.
  • Fat-tailed curves — recognize when the world is not bell-shaped and rare events dominate the average.
  • Asymmetries — notice when the cost of being wrong on one side dwarfs the cost of being wrong on the other, and let that asymmetry steer the decision.

Use all three together and you have most of what professional forecasters, insurance underwriters, and good poker players actually do.

Why it matters

Your gut evolved for a different world

The mental machinery we inherit — the heuristics famously studied by Kahneman and Tversky — was tuned for a world of small bands, immediate threats, and short-horizon survival. It is excellent at "is that shape behind the bush dangerous?" and terrible at "what is the chance the second-round VC funding closes in time?" Modern decisions sit in social, financial, and technological systems our intuitions were never calibrated for, so the gut needs a deliberate probabilistic overlay or it will keep firing the wrong alarms — afraid of plane crashes, calm about saturated fat.

Better probabilities, better lives

Almost every big life choice — career, partner, investment, surgery, where to live — is a bet under uncertainty. The person who reasons probabilistically does not always pick the outcome that happens; they pick the action with the best expected result given what is knowable in advance. Over many decisions, this difference compounds the same way interest does. Probabilistic thinking is the closest thing decision-making has to a free upgrade.

Key takeaways

Mental model

Mental model

Practical application

The aim is not to compute exact probabilities. It is to install a small set of habits that bend your estimates in the right direction.

  1. Anchor on the base rate first. Before you reason about this startup, this relationship, this lawsuit, ask: what percent of similar startups / relationships / lawsuits work out? Most people skip straight to the unique features of the case and never anchor on the population. The base rate is usually your single best estimate before you know anything else.

  2. Update proportionally, not violently. When new evidence arrives, ask how much it really discriminates between the worlds where your hypothesis is true and the worlds where it is false. A single strong data point is rare; most evidence nudges. Avoid the swing between "I was completely wrong" and "that doesn't count."

  3. Check whether the curve has fat tails. Heights and weights live on a bell curve — outliers are bounded. Wealth, market returns, pandemic deaths, social-media virality, and terror events do not — a single event can dwarf the entire prior history. Ask: in this domain, can one observation be a thousand times bigger than the average? If yes, plan for it.

  4. Think in expected value, not most-likely outcome. A 5 percent chance of a $10 million payoff is worth $500,000 in expectation, even though the single most likely outcome is "nothing." Cheap bets on huge upside (or cheap insurance against huge downside) often look stupid one-by-one and brilliant across many repetitions.

  5. Separate correlation from causation. Two things moving together is the start of an investigation, not a conclusion. Ask: could a third factor drive both? Could the direction be reversed? Until you have eliminated those, treat the link as a hypothesis, not a finding.

  6. Score your past forecasts. Write down probabilities for things you say in meetings: "60 percent we ship by Friday." Six months later, look back. The people who do this for a year become noticeably better forecasters; the people who do not, do not improve at all.

Example

Reading a positive test result

A friend texts: "I just tested positive for a disease that affects 1 in 1,000 people. The test is 99 percent accurate. How worried should I be?"

The intuitive answer is "very" — 99 percent sounds like near-certainty. The Bayesian answer is different. Imagine 10,000 random people taking the test:

  • True positives: ~10 people actually have the disease, and 99 percent test positive → about 10 correct positives.
  • False positives: ~9,990 people do not have the disease, but 1 percent still test positive → about 100 false positives.
  • Total positives: about 110, of whom only 10 are real.

So a single positive result, in this base-rate, means roughly a 9 percent chance of actually having the disease — not 99 percent. The right response is not panic. It is to get a confirmatory second test, because a second independent positive collapses the false-positive count dramatically and the posterior jumps to near-certainty.

This is not a curiosity. The same arithmetic governs how mammograms, drug screens, security screenings, fraud-detection alerts, and AI content classifiers should be read. The accuracy of the test alone tells you almost nothing without the base rate of the thing being tested for.

Continue exploring

Tags