Base Rate Neglect in Product: What Google Flu Trends Got Wrong
Psychology The Book of Life
Psychology

Base Rate Neglect in Product: What Google Flu Trends Got Wrong

12 min read · Jul 17, 2026 · By Orvi
Google Flu Trends over-predicted flu in 100 of 108 weeks. Harvard-trained doctors failed the same test. What base rate neglect is, why the algorithm failed, and how the same bias is built into your dashboards.

In February 2013, someone at the CDC pulled up two charts on the same screen. One was the agency’s own weekly count of doctor visits for influenza-like illness, built the slow way. Clinics reporting in, data cleaned, a report published days later. The other was Google Flu Trends, the company’s real-time estimate of flu prevalence, built from search queries and updated instantly. The two lines were supposed to track each other. They didn’t. Google’s line was cresting nearly twice as high as the CDC’s actual count, and had been running hot for months. A tool built to predict a real-world event, at planetary scale, with more data than any epidemiologist had ever touched, was simply wrong, and the reason traces back to the same psychology of probability bias that trips up individual humans making individual bets. That’s the uncomfortable part. It wasn’t a data problem. It was a human one, laundered through code.

Google Flu Trends launched in 2008 to justified fanfare. By correlating search terms with CDC flu data, it could estimate outbreak levels two weeks before official reports existed. A genuine edge in a domain where two weeks is the difference between containing an outbreak and chasing one. For a few years it worked well enough to be cited in Nature as a landmark of what “big data” could do. Then it didn’t. In the 2012–2013 season, it overshot actual flu prevalence by more than 100%. Looking back over a two-year stretch, researchers found it had over-predicted flu prevalence in 100 of 108 weeks. Google quietly retired the public tool in 2015.

Google Flu Trends failed because search volume measures public attention, not infection, and because nothing in the system forced its estimates to reconcile with the CDC’s slower ground truth. Between August 2011 and September 2013 it ran hot in 100 of 108 weeks, and at the 2012–13 peak it put flu-like illness at roughly 11% of US doctor visits against the CDC’s eventual ~6%.

The published diagnosis, from a 2014 Science paper by David Lazer, Ryan Kennedy, Gary King, and Alessandro Vespignani, names two failures: “big data hubris” and “algorithm dynamics.” The second one is the interesting one, because it’s a probability-judgment error wearing an engineering costume.

It helps to know how the thing was actually built. The original 2009 Nature paper by Jeremy Ginsberg and colleagues screened 50 million candidate search queries against CDC regional flu data and kept the 45 that correlated best. On validation data it hit a mean correlation of 0.90 with CDC-reported illness. That is a genuinely good number, and it is exactly the kind of number that ends an argument in a room full of engineers. Nobody selects 45 terms out of 50 million and then asks whether the 45 are measuring the disease or measuring the weather.

Because Google’s model treated search-term frequency as a stable proxy for illness. It isn’t. When flu became a media story (front-page coverage of a bad season, panicked friends texting about it), people searched flu-related terms whether or not they were sick. The searches spiked because the topic was salient, not because the virus was spreading. That’s the availability heuristic at population scale: people, and by extension the model trained on their behavior, mistook how easily flu came to mind for how likely flu actually was. Amos Tversky and Daniel Kahneman described this exact substitution in 1974. People estimate frequency and probability by how readily examples come to mind, not by counting the actual base rate. Google’s algorithm didn’t have a mind, but it inherited the bias anyway, because it was trained on the search behavior of millions of minds that had one.

A predictive model doesn’t need a mind to inherit a cognitive bias, it just needs training data generated by minds that have one. That’s the finding that should unsettle anyone building a product on user behavior data, not just epidemiologists. Google stopped publishing public estimates on 9 August 2015, seven years after launch, handing the raw signal to research groups instead.

What Is Base Rate Neglect?

Base rate neglect is the tendency to judge how likely something is from vivid, case-specific evidence while ignoring the underlying rate at which that thing actually occurs in the population. It is why a positive test result for a rare disease feels like a diagnosis when, statistically, it is usually a false alarm.

The canonical demonstration is almost forty years older than Google Flu Trends. In 1978, researchers Ward Casscells, Arno Schoenberger, and Thomas Graboys asked 60 physicians, house officers, and fourth-year Harvard Medical School students a simple question: a disease has a prevalence of 1 in 1,000; a test for it has a 5% false-positive rate; a patient tests positive; what’s the probability they actually have the disease? The correct answer, using Bayes’ theorem, is about 2%. The most common answer given, by nearly half the sample, was 95%. Only about 18% answered correctly. Trained physicians, at Harvard, on a question core to their job, got the actual base rate almost backward, off by a factor of roughly fifty.

The structure of the error is always the same. The 5% false-positive rate is loud and specific and sitting right there in the question. The 1-in-1,000 prevalence is quiet, contextual, and easy to read past. Out of 1,000 people, one has the disease and about fifty test positive anyway, which is why a positive result is fifty-to-one against meaning anything. A base rate is boring by construction: it’s the number that was already true before anything interesting happened, which is exactly why nobody looks at it.

Why Did the Algorithm Get Worse the Longer It Ran?

Because nobody was checking it against a stable outside anchor, and the errors were self-reinforcing rather than self-correcting. Google’s system had no mechanism forcing it to reconcile its probability estimate against a slower, boring, less exciting ground truth on any regular cadence. It was optimized to predict search behavior, and search behavior increasingly reflected media coverage of Google Flu Trends’ own prior predictions, plus unrelated winter-season searches (the 2012 update, released right after a bad 2009 H1N1 season, had been tuned on data contaminated by pandemic-driven searching).

This is base rate neglect at institutional scale. The vivid, specific, immediate signal (a spike in searches) crowded out the boring, stable prior rate that should have disciplined the estimate, and then the discrepancy compounded season over season instead of washing out.

Google’s engineers were not less capable than Harvard physicians. They were subject to the same bias, at the level of system design rather than individual judgment: the vivid, immediate, high-resolution signal (millions of live searches) crowded out the boring, delayed, low-resolution one (the CDC’s lagged but accurate counts) that should have been anchoring the estimate.

Isn’t This Just a Data Science Failure, Not a Psychology One?

No. Overfitting and base rate neglect are the same error described at two different scales, one in a model’s loss function and one in a person’s head. Both consist of letting a vivid in-sample correlation override a duller prior that should have constrained it.

This is the point most retrospectives on Google Flu Trends dance around. The technical post-mortems focus on overfitting, on the 45 search terms the model latched onto that correlated with flu for spurious seasonal reasons (searches for high school basketball, it turned out, correlated with flu season for the boring reason that both happen in winter). That’s a real technical failure. But overfitting itself is what base rate neglect looks like when you give it a training corpus: the model, like the physicians, like most people asked to estimate a probability, gravitated toward whatever correlated vividly with the outcome in the sample it had, and discounted the slower, harder-to-see prior that should have constrained it.

The counterargument is that this is unfair to the humans, that the Casscells study and its descendants are lab artifacts, word problems dressed up as medicine, and that real clinicians with real patients don’t actually reason this badly. The evidence says otherwise, and also says something more useful: the failure isn’t in the human, it’s in the format. Gerd Gigerenzer and Ulrich Hoffrage showed in 1995 that when the identical probability problem is reframed from percentages into natural frequencies, not “a 5% false-positive rate” but “out of every 1,000 people, 50 will test positive without the disease”, the rate of correct Bayesian reasoning roughly doubled, from about 16% of responses to about 46%. The physicians weren’t incapable of the math. The percentage framing was actively hostile to how the human mind tracks probability; the frequency framing worked with it instead of against it.

That’s not a minor caveat. It’s the whole thesis in miniature. Bad probability judgment isn’t a fixed trait of unsophisticated people. It’s what happens when a probability is presented in a format the brain didn’t evolve to parse, to a person (or a system trained on people) who has no reason to distrust the number they’re looking at.

How Does Base Rate Neglect Show Up in Product Metrics?

It shows up anywhere a model hands a human a bare percentage with no prior attached: churn scores, lead scores, fraud flags, and the “95% significant” badge on an A/B test. Every dashboard, churn score, and confidence badge in your product is a percentage framing wearing a business-intelligence costume, and it’s producing the same failure mode Google Flu Trends produced, at smaller scale, every day.

A churn-prediction model that outputs “this customer has an 82% probability of canceling” is asking a human (a customer success manager, a VP reading a board deck), to do exactly the Bayesian reasoning the Harvard physicians failed. Without the base rate of overall churn, without knowing how the model was trained, without a frequency framing, that 82% gets treated as a near-certainty rather than what it usually is: a noisy point estimate with a wide, unstated confidence interval. Teams then take actions (discount offers, executive check-in calls, resourcing decisions), calibrated to 82%-as-fact rather than 82%-as-estimate-with-error.

A/B testing tools have the identical failure built into the “95% significant” badge that half of practitioners still treat as “95% chance this is real,” when it’s actually the inverse conditional. The probability of seeing this data if there were no real effect, not the probability the effect is real. It’s the same confusion the physicians made about the lab test, replayed in a growth team’s Slack channel, and it is not a junior-analyst problem: when Sabine Haller and Stefan Krauss put six statements about a p-value to German academic psychologists in 2002, around 80% of the people who taught statistics endorsed at least one false one, and nearly 90% of the working scientists did.

The base rate is the missing half of that badge. Ron Kohavi’s team at Microsoft reported in 2009 that only about one third of ideas tested on their experimentation platform actually improved the metric they were designed to improve. That number is the prior. A 95%-significant result on a feature drawn from a pool where two thirds of features do nothing is a meaningfully weaker claim than a 95%-significant result on a well-motivated change, and almost no experimentation tool shows you which situation you’re in.

Recommendation and personalization systems have their own version of Google’s algorithm-dynamics trap: a model trained on what users click will over-index on what’s vivid and recent rather than what’s actually predictive of what they want, and because clicks generate more of the same clicks, the error compounds instead of correcting, precisely the loop that took Google Flu Trends from mildly optimistic to reporting flu at double the true rate before anyone pulled the plug.

How Do You Design Around Base Rate Neglect?

You anchor the exciting real-time signal to a boring, stable one on a fixed schedule, and you put the base rate in the interface next to the estimate rather than in a footnote. Not better engineers, and not more data. Google Flu Trends had both, in abundance, and failed anyway.

The Science paper’s authors ran the counterfactual themselves. Over the out-of-sample period, Google Flu Trends alone had a mean absolute error of 0.486. A model combining Google’s real-time signal with the CDC’s slower, lagged, boring historical data (plus lagged GFT error and seasonality terms) cut that roughly in half, to 0.232. The detail that should sting is the middle row of that table: the lagged CDC data on its own, with no search queries at all, scored 0.311. The dull public-health spreadsheet, three weeks behind the world, beat the billion-query real-time machine. The fix wasn’t a smarter algorithm. It was forcing the vivid, immediate signal to answer to a dull, stable prior on a fixed schedule, instead of letting it run unchecked because it felt more current and more precise.

That’s the one change that would have saved it, and it’s the one most products still refuse to make: build the boring base rate into the interface itself, not as a footnote the reader has to go looking for, but as the number sitting right next to the exciting one, every single time.

The Book of Life Orvi · 2026
base rate neglectprobability biascognitive biasGoogle Flu Trendsbehavioral psychologydecision makingproduct designKahneman TverskyBayesian reasoningA/B testingdata sciencerisk perception