Representativeness Heuristic

aka Representativeness Bias · Similarity Heuristic · Prototype Heuristic

Judging probability by how closely something matches a mental stereotype rather than by actual statistics.

Illustration: Representativeness Heuristic
WHAT IT IS

The glitch, explained plainly.

Imagine you have a bag full of 90 red marbles and 10 blue marbles. Someone pulls out a marble and tells you it 'feels smooth and cool.' You might think, 'That sounds like a blue marble!' and guess blue — even though there are way more red marbles in the bag. You're matching the description to what you think a blue marble is like, instead of remembering that almost all the marbles are red. That's the representativeness heuristic: you go by what something looks like, not by what's actually most likely.

The representativeness heuristic leads people to estimate the probability that something belongs to a particular category by assessing how similar it looks to their mental image of that category, while systematically ignoring relevant statistical information such as base rates, sample sizes, and prior probabilities. This creates a cascade of predictable errors: people neglect how common a category actually is in the population, assume small samples mirror the larger population perfectly, fall prey to the conjunction fallacy by rating detailed scenarios as more likely than simple ones, and expect random sequences to 'look' random rather than understanding true statistical randomness. The heuristic is deeply tied to pattern-matching and categorization processes, making it one of the most pervasive and consequential mental shortcuts in human judgment under uncertainty.

SOUND FAMILIAR?

Where it shows up.

  1. 01 A venture capitalist reviews a pitch from a young founder who dropped out of Stanford, wears a hoodie, and speaks with intense passion about disrupting an industry. The VC rates this founder as highly likely to succeed, even though only a tiny fraction of startups reach profitability, because the founder closely resembles the stereotypical image of successful tech entrepreneurs like Mark Zuckerberg.
  2. 02 A hiring manager reads that a candidate is 'methodical, detail-oriented, enjoys working alone, and has no interest in politics.' Given that the candidate pool is 80% marketing professionals and 20% data analysts, the manager confidently predicts the candidate is a data analyst. She barely considers the pool composition and bases her judgment almost entirely on how well the description matches her mental image of an analyst.
  3. 03 A doctor sees a patient presenting with fatigue, joint pain, and a butterfly-shaped facial rash. She immediately suspects lupus because the symptoms closely match the textbook presentation, even though the patient is a 65-year-old male (a demographic where lupus is extremely rare) and a far more common condition like rosacea combined with osteoarthritis would better fit the population-level probabilities.
  4. 04 An investor notices that a biotech company's growth chart over the last two quarters closely mirrors the early trajectory of a company that later became a massive success. He invests heavily, reasoning that the pattern similarity signals a comparable outcome, without analyzing the base rate of biotech companies with similar early growth that ultimately failed.
  5. 05 A jury is told that a suspect matches an eyewitness description: 'tall, wearing a dark hoodie, with a distinctive limp.' Because this description vividly matches the defendant sitting in the courtroom, jurors rate the probability of guilt as very high — neglecting that the description also fits hundreds of people in the city, and that the base rate of any single match being the actual perpetrator is very low.
IN DIFFERENT DOMAINS

Where it shows up at work.

The same glitch looks different depending on the terrain. Finance, medicine, a relationship, a team — same mechanism, different costume.

Finance & investing

Investors tend to categorize stocks based on how closely a company's narrative resembles past successes or failures (e.g., 'the next Amazon'), leading them to ignore base rates of company survival, overweight vivid growth stories, and chase patterns in random market fluctuations as though they signal meaningful trends.

Medicine & diagnosis

Clinicians may diagnose conditions based on how well a patient's symptoms match a textbook prototype of a disease, while underweighting the actual prevalence (base rate) of that disease in the patient's demographic — leading to overdiagnosis of rare but 'classic-looking' conditions and underdiagnosis of common but atypical presentations.

Education & grading

Teachers may form expectations about a student's academic potential based on how closely the student matches their prototype of a 'gifted student' (articulate, well-dressed, eager), leading them to overlook high-potential students who don't fit the stereotype and to overestimate students who do.

Relationships

People judge potential romantic partners by how well they match an idealized prototype — someone who 'looks like' the kind of person who would be a good partner — while ignoring statistical predictors of compatibility such as shared values, communication style, and life goals.

Tech & product

Product teams may assume a new feature will succeed because the user scenario 'looks like' a past success case, ignoring that the base rate of feature adoption is low and that surface-level similarity between scenarios does not guarantee comparable outcomes.

Workplace & hiring

Interviewers frequently judge candidates based on how closely they resemble the prototype of a successful employee in appearance, demeanor, and background, rather than weighting objective performance predictors — perpetuating homogeneity and overlooking high performers who don't fit the mold.

Politics Media

Voters and media consumers judge political candidates or policy proposals based on how closely they resemble prototypes of success or failure ('this feels like the lead-up to another recession'), rather than analyzing the actual statistical indicators and base rates of different outcomes.

HOW TO SPOT IT

Ask yourself…

  • Am I judging this based on how much it resembles my mental image of a category, rather than on actual data about how common that category is?
  • Have I considered the base rate — how frequent is this category in the relevant population — before being swayed by the description?
  • Am I treating a vivid, detailed story as more probable than a simpler explanation, just because it 'sounds right'?
HOW TO DEFEND AGAINST IT

The playbook.

  • Always ask 'What is the base rate?' before making a probability judgment — force yourself to estimate how common the category is in the relevant population.
  • Translate probability problems into frequency formats: instead of 'How likely is it that X is a Y?', think 'Out of 100 people like X, how many are actually Y?'
  • Deliberately generate alternative explanations that fit the description equally well but belong to more common categories.
  • Treat detailed, vivid descriptions as a red flag for the conjunction fallacy — more detail does not mean higher probability.
  • Use decision checklists that require documenting objective statistical evidence before registering an intuitive judgment.
FAMOUS CASES

In history.

  • The widespread pre-2005 medical belief that stomach ulcers were primarily caused by stress, because stress 'resembled' a plausible cause of stomach problems — when in fact the bacterium H. pylori was the true cause, as demonstrated by Barry Marshall and Robin Warren.
  • The 'Moneyball' revolution in baseball, where Oakland A's GM Billy Beane identified that scouts were systematically evaluating players based on how much they 'looked like' successful athletes (prototype matching) rather than using objective statistical performance data.
  • Widespread overreaction to terrorist threats post-9/11, where security profiling relied heavily on how closely individuals matched the stereotype of a terrorist, leading to base rate neglect about the actual probability of any given individual being a threat.
WHERE IT COMES FROM
Academic origin

Daniel Kahneman and Amos Tversky, 1972. First formally described in 'Subjective Probability: A Judgment of Representativeness' (Cognitive Psychology, 1972), and further elaborated in 'Judgment under Uncertainty: Heuristics and Biases' (Science, 1974).

Evolutionary origin

In ancestral environments, rapid categorization based on surface features was essential for survival. Identifying whether a rustling bush contained a predator or prey, or whether a stranger belonged to a friendly or hostile tribe, required fast pattern-matching against stored prototypes. Since base rates were often stable and learned implicitly through experience, the cost of occasionally misjudging was outweighed by the speed advantage of quick classification in dangerous situations.

IN AI SYSTEMS

How the machines inherit it.

Machine learning classifiers can replicate the representativeness heuristic when trained on biased datasets: they learn to classify inputs based on surface-level feature similarity to training prototypes rather than accounting for true base rates. This leads to stereotyped predictions — for example, resume screening algorithms that favor candidates whose profiles 'look like' past hires, reinforcing demographic homogeneity. AI systems can also overfit to representative-looking patterns in small samples, mirroring human insensitivity to sample size.

Read more on Wikipedia
FREE FIELD ZINE

10 glitches quietly running your life.

A free field-zine PDF — ten cognitive glitches named, illustrated, with a defense move for each. Plus the weekly Glitch Report on Fridays — one bias named, two spotted in the wild, one defense move. Unsubscribe any time.

EXPLORE MORE

Related glitches.

LAUNCH PRICE

Train against your blindspots.

50 cards are free to preview. Buyers unlock the rest of the deck plus the interactive training — Spot-the-Bias Quiz unlimited, Swipe Deck with spaced repetition, My Blindspots, Decision Pre-Flight, the Printable Deck + Cheat Sheets, and the Field Guide e-book. $29.50$59.

Unlock the full deck

Everything below — yours forever. Pay once, use across every device.

Half-off launch — limited to the first 100 readers. Auto-applied at checkout.
$59 $29.50
one-time payment · lifetime access
  • All interactive digital cards — search, filter, flip, shuffle on any device
  • Five training modes — Spot-the-Bias Quiz, Swipe Deck, Pre-Flight, Blindspots, Journal
  • Curated Lenses + Decision Templates + Defense Playbook
  • Printable Deck PDFs + Field Guide e-book + Cheat Sheets + Anki Export
  • Every future improvement, included
Unlock  $29.50

30-day refund · no questions asked

Unlock the full deck

Everything below — yours forever. Pay once, use across every device.

Half-off launch — limited to the first 100 readers. Auto-applied at checkout.
$59 $29.50
one-time payment · lifetime access
  • All interactive digital cards — search, filter, flip, shuffle on any device
  • Five training modes — Spot-the-Bias Quiz, Swipe Deck, Pre-Flight, Blindspots, Journal
  • Curated Lenses + Decision Templates + Defense Playbook
  • Printable Deck PDFs + Field Guide e-book + Cheat Sheets + Anki Export
  • Every future improvement, included
Unlock  $29.50

30-day refund · no questions asked