Planning Fallacy¶
Core Idea¶
The planning fallacy is the pattern in which agents forecasting the time, cost, or risk of a novel task systematically underestimate them — even knowing that similar past tasks ran long. The load-bearing mechanism is inside-view substitution for the outside view: the planner mentally simulates the intended steps and produces an estimate consistent with that simulation, which structurally omits the long tail of unimaginable interruptions that the reference class of comparable past tasks captures empirically.
How would you explain it like I'm…
The Five-Minute Fib
Always Takes Longer
Inside-View Underestimate
Broad Use¶
- Megaprojects: transport, energy, and infrastructure show right-skewed time and cost overruns that do not improve over time.
- Software engineering: nearly every non-trivial project ships late; story points and velocity tracking are functionally outside-view scaffolds.
- Personal and academic work: thesis-completion estimates routinely exceeded, even worst-case ones.
- Surgery and clinical scheduling: procedures run long, so operating rooms moved to empirically calibrated per-surgeon time estimates.
- Military planning: "no plan survives contact with the enemy," met by branch-and-sequel analysis, reserves, and pre-mortems.
- Everyday tasks: cooking and home renovation, where underestimation is folklore.
Clarity¶
Locates the bias not in either strategy but in the default substitution of inside-view simulation for outside-view reference, separating three merged errors — the planner lacks information (usually false), is dishonest (sometimes true, not necessary), or is using the wrong forecasting strategy (the load-bearing claim).
Manages Complexity¶
Compresses the "why projects are late" literature into one diagnostic schema — which strategy produced this estimate, and what would the reference class predict? — while predicting a class of interventions that fail: finer decomposition and more careful planning deepen the inside view and worsen the bias.
Abstract Reasoning¶
Yields a substrate-independent commitment — unbiased forecasts of intentional action come from the empirical distribution of comparable attempts, not internal simulation — and the counterintuitive prediction that domain experts, whose simulations are most detailed and coherent, are more vulnerable, not less.
Knowledge Transfer¶
- Megaprojects → regulation: reference-class forecasting embedded as a mandatory optimism-bias uplift.
- Medicine → scheduling: per-surgeon, per-procedure empirical distributions replace inside-view estimates.
- Software → general planning: small-batch planning shortens the forecast horizon so fewer surprises accumulate; pre-mortems force the outside view everywhere.
Example¶
Students forecasting thesis completion default to simulating the steps and cluster their estimates — even worst-case ones — below realized times, because the simulation cannot contain the advisor's sabbatical or the lost data file; adding a finer Gantt chart only makes the estimate more confident and more wrong.
Relationships to Other Primes¶
Parents (2) — more general patterns this builds on
- Planning Fallacy is a kind of, typical Bias — A named systematic directional forecasting error; a bias. Secondary parent (optimism_bias is itself a child of bias).
- Planning Fallacy is a kind of, typical Optimism Bias — The file: planning_fallacy is 'optimism bias as it manifests in forecasts of one's own goal-directed tasks' — the directional skew specialized to a specific MECHANISM (inside-view simulation substituting for the outside-view reference class). A specialization of optimism_bias with extra mechanistic content (feedback-resistance, detail-worsens-it).
Path to root: Planning Fallacy → Bias
Not to Be Confused With¶
- Planning Fallacy is not Optimism Bias because the fallacy names a mechanism (inside-view substitution producing feedback-resistant underestimation in one's own tasks), whereas optimism bias names a general direction of favorable expectation.
- Planning Fallacy is not Strategic Misrepresentation because the forecaster is sincerely mistaken and bears the overrun's cost, whereas a promoter who low-balls to win approval is not mistaken at all.
- Planning Fallacy is not Scenario Planning because scenario planning is a remedy that imagines multiple futures, whereas the fallacy is the disease of defaulting to a single self-coherent simulation.