Atlas 6,943 concepts
☆ Favorites

Planning Fallacy

Cognitive Biases Cognitive bias Empirical
Temporal Planning Systems
Also known as: Planning Fallacy Optimism, Planning Fallacy Underestimation
Detection: medium Stability: durable Level: intermediate
The planning fallacy is when people expect tasks to take less time than they really do. They forget delays and unexpected problems and end up late or over budget.
The planning fallacy is a cognitive bias where forecasted project durations systematically underestimate actual completion times due to neglect of external delays and complexity. It reflects optimistic time estimates and insufficient incorporation of empirical reference information into schedules.
A student estimates a research paper will take two hours to write, forgetting that they'll need extra time to gather sources, deal with writer's block, and proofread. They start the night before it's due and end up submitting late.
A software development team commits to a six-week sprint for a new API integration, basing their estimate on the ideal task sequence in their internal timeline. They underweight precedence constraint weighting for third-party dependency approvals, omit buffer allocations for code review cycles, and neglect duration prior miscalibration from two prior similar integrations that each ran 40–60% over estimate. Upon encountering an unexpected authentication protocol change at week four, schedule infeasibility propagates across downstream milestones, resulting in a ten-week actual completion time. A reference class forecasting correction applied pre-commitment—drawing on the historical distribution of comparable integrations—would have yielded an eight-to-nine-week estimate with explicit adaptive slack allocation for external vendor dependencies.
People remember similar tasks finishing quickly and assume the same will happen. They ignore past delays and choose a short deadline.
Optimistic bias arises from asymmetric weighting of internal plans versus external reference cases, where the plan representation favors ideal task sequences and minimizes variance contributions from contingencies; this occurs within the temporal planning module. Structural elements like milestone segmentation and dependency links are downweighted, creating a constrained estimate that underrepresents real-world delay sources.
Set longer deadlines using past examples and add extra time for surprises. Check similar past tasks and use that time instead of just your guess.
Apply reference class forecasting and empirical buffers to adjust estimates based on historical distributions; include explicit contingency allocations per dependency. Use milestone-based reviews to recalibrate timelines against observed progress and external constraints.
Missed deadlines; Budget overruns; Reduced quality
Project sponsors, vendors, or political actors can deliberately solicit optimistic deadline commitments from teams to lock in underestimated schedules, then use those commitments as contractual leverage when overruns occur. Adversarial procurement or negotiation contexts can exploit planning fallacy by anchoring initial bids to best-case internal timelines, forcing competitors or counterparts to accept unrealistic delivery terms. Political or organizational actors can use artificially compressed timelines to manufacture urgency, bypassing due diligence and contingency review that would surface true project risk.
Apply reference class forecasting by systematically collecting historical completion distributions for analogous projects and anchoring new estimates to those empirical base rates rather than internal best-case plans. Mandate explicit contingency allocations per dependency node in the temporal constraint graph, with milestone-based reviews that recalibrate against observed progress. Institutionalize pre-mortem exercises before deadline commitment so that known delay sources and interdependency constraints are surfaced and incorporated into schedule buffers.