Concepts
Productivity Cognitive Biases Estimation Time

Planning Fallacy

Origin : Daniel Kahneman & Amos Tversky (1979) — developed in Thinking, Fast and Slow (2011)

The cognitive bias of systematically underestimating how long tasks take — even when you know similar projects ran over. The fix: use historical data, not the ideal plan.

The systematic tendency to underestimate the time, costs, and risks of a future task — while overestimating its benefits — even knowing that similar projects ran over in the past.

The bias applies to your own work but not others’: you can see that other people’s projects slip, but you believe yours will be different.


Why it happens

  1. Focus on the optimistic plan: you visualize the ideal case, not the interruptions, surprises, or hidden complexity
  2. Ignoring the base rate (“outside view”): you overlook the track record of similar tasks
  3. Incomplete decomposition: you estimate the whole without breaking it into sub-tasks — each one takes longer than expected
  4. Social pressure: giving a pessimistic estimate signals a lack of confidence

The fix: the “Outside View”

Kahneman recommends starting from historical data (base rates) rather than the detailed plan:

This is exactly what the Time Tracker algorithm does: avg_coef = history per category. The more tasks you log, the closer the coefficient gets to your reality — and the further from the ideal plan your brain wants to believe.

The 3-layer rule

LevelMultiplier
Optimistic×1
Realistic×1.5
Safe×2 to 2.5

In professional contexts, always quote the safe estimate. The Time Tracker’s default coefficient (×2.5) is the safe level for new tasks without history.

What this changes in practice

The Planning Fallacy isn’t a character flaw — it’s a bug in the cognitive system. The solution isn’t to “pay more attention,” it’s to replace intuition with data.

A tool that automatically corrects your estimates based on your real history isn’t an admission of weakness. It’s the direct application of what Kahneman demonstrated: the human brain is structurally poor at estimating its own future.

Sources

Concepts