--- id: ins_planning-fallacy-launch-timelines operator: Daniel Kahneman operator_role: Nobel laureate; Princeton emeritus; co-founder of behavioral economics source_url: https://en.wikipedia.org/wiki/Planning_fallacy source_type: book source_title: "Thinking, Fast and Slow — The Planning Fallacy" source_date: 2011-10-25 captured_date: 2026-05-05 domain: [product, engineering, leadership] lifecycle: [strategy-bets, launch-go-to-market, risk-quality] maturity: foundational artifact_class: framework score: { originality: 4, specificity: 4, evidence: 5, transferability: 5, source: 5 } tier: A related: [ins_system1-system2-thinking] raw_ref: raw/expert-content/experts/daniel-kahneman.md --- # The planning fallacy guarantees every launch timeline is optimistic, the fix is the outside view ## Claim Teams systematically underestimate the time, cost, and risk of future projects while overestimating their benefits, because they plan from the inside view (this specific plan) and ignore the outside view (base rates from comparable past projects). The corrective is reference-class forecasting, not heroic discipline. ## Mechanism When estimating a project, System 1 constructs a coherent "best-case" narrative from the specific facts of *this* project: the team you have, the spec you wrote, the obstacles you can imagine. It does not consult the base rate of how long similar projects actually took for similar teams in similar conditions. The inside-view estimate is therefore systematically low. Reference-class forecasting forces System 2 engagement: identify the reference class, gather the actual distribution of outcomes for that class, and adjust the inside-view estimate toward the class mean. ## Conditions Holds when: - The project resembles enough past projects that a reference class is identifiable. - The team is willing to accept a number that contradicts the plan they just built. - Estimates are infrequent and high-stakes enough to justify the outside-view exercise. Fails when: - The project is genuinely novel and no reference class exists. - The team is incentive-compelled to be optimistic (fundraising commitments, board promises, pre-announced launch dates). - The reference class is mis-chosen, too narrow (n=2) or too broad (averaging across irrelevant projects). ## Evidence > "you systematically underestimate the time, cost, and risk of future projects while overestimating their benefits (why every product launch timeline is optimistic)" · synthesized from Kahneman's published work; see `raw/expert-content/experts/daniel-kahneman.md` line 16. ## Signals - Post-launch retros that recover the original target date and the actual ship date for every shipped feature for the past 12 months, and the median multiple is >1.0. - Pre-mortems ("imagine this fails, why?") run before timelines are committed. - Estimates given as ranges with explicit confidence intervals, not single dates. ## Counter-evidence Scrum/agile attempts to neutralize the planning fallacy by shrinking the prediction horizon to two weeks; that works for stable feature work but breaks down for cross-cutting product launches with external dependencies. Hofstadter's law ("it always takes longer than you expect, even when you take into account Hofstadter's law") suggests reference-class forecasting itself is subject to the same bias if not done formally. ## Cross-references - `ins_system1-system2-thinking`, planning fallacy is a System-1 effect that requires explicit System-2 process to override.