Sanity-check against known extremes
Test your estimate against the clearly too-high and too-low bounds to calibrate your range.
Why it works
Even when the precise estimate is unknown, the extremes are often knowable: the number of piano tuners in Chicago cannot be zero and cannot be ten million. Bounding the estimate from both sides constrains the plausible range and catches answers that drift outside the plausible region due to an error in the decomposition. The bounds provide a consistency check without requiring the answer itself.
How to do it
- After your initial estimate, ask: what is the lowest it could plausibly be? What is the highest?
- Identify what would have to be true for the answer to be at each extreme.
- Check whether your estimate is inside the plausible range.
- If it is near an extreme, re-examine the decomposition step that is driving it there.
Evidence
Bounding techniques are a standard element in expert estimation and risk analysis. They reduce the impact of overconfidence and anchoring by forcing engagement with the tails of the distribution before settling on a central estimate. (mechanistic)
Sanity checks catch large errors but not small ones — an estimate can pass the extreme test while still being significantly off. They are a minimum check, not a verification.
Common mistake
Setting the bounds symmetrically around your central estimate (e.g., ±50%) rather than thinking independently about what would need to be true for the extreme cases to hold.
Practice this with IX Coach
7 days free, then $40/month (~$1.30/day).
More practices for Fermi Estimation
- Decompose the unknown into knowable sub-problems
Break the question you cannot answer directly into smaller questions you can.
- Anchor on what you know and scale from there
Start from a number you are confident about, then reason to the unknown.
- Estimate in ranges, not point estimates
Instead of "my estimate is 500," say "I think it is between 200 and 2000."
- Check units and scales for consistency
Catch order-of-magnitude errors by ensuring your units are consistent across the estimate.
- Track your estimates and calibrate
Compare your Fermi estimates to actual figures when you can, and use the gap to improve future estimates.
Related concepts
- Thinking in Bets
Probabilistic thinking, separating luck from skill, and building a better decision process
- Thinking, Fast and Slow, Made Usable
Two systems, the biases they create, and when to slow down
- Circle of Competence
Know what you know, know what you do not know, and act accordingly
- First-Principles Thinking, Made Usable
Reasoning up from fundamentals, with the mechanism behind why it beats analogy