Fermi Estimation
Table of Contents
Example
Question: How many piano tuners are in Chicago?
Decomposition:
- Chicago ~3M people รท 3/household = 1M households
- ~1 in 20 has piano = 50,000 pianos, tuned once/year
- Tuner: 250 days/year ร 4 tunings/day = 1,000/year
- 50,000 รท 1,000 = ~50 piano tuners (Actual: ~80-100, within order of magnitude)
Workflow
Copy this checklist and track your progress:
Fermi Estimation Progress:
- [ ] Step 1: Clarify the question and define metric
- [ ] Step 2: Decompose into estimable components
- [ ] Step 3: Estimate components using anchors
- [ ] Step 4: Bound with upper/lower limits
- [ ] Step 5: Calculate and sanity-check
- [ ] Step 6: Triangulate with alternate path
Step 1: Clarify the question and define metric
Restate question precisely (units, scope, timeframe). Identify what decision hinges on estimate (directional answer sufficient? order of magnitude?). See resources/template.md for question clarification framework.
Step 2: Decompose into estimable components
Break unknown into product/quotient of knowable parts. Choose decomposition strategy (top-down, bottom-up, dimensional analysis). See resources/template.md for decomposition patterns.
Step 3: Estimate components using anchors
Ground estimates in known quantities (population, physical constants, market sizes, personal experience). State assumptions explicitly. See resources/methodology.md for anchor sources and calibration.
Step 4: Bound with upper/lower limits
Calculate optimistic (upper) and pessimistic (lower) bounds to bracket answer. Check if decision changes across range. See resources/methodology.md for constraint-based bounding.
Step 5: Calculate and sanity-check
Compute estimate, round to 1-2 significant figures. Sanity-check against reality (does answer pass smell test?). See resources/template.md for validation criteria.
Step 6: Triangulate with alternate path
Re-estimate using different decomposition to validate. Check if both paths yield same order of magnitude. Validate using resources/evaluators/rubric_estimation_fermi.json. Minimum standard: Average score โฅ 3.5.
Common Patterns
Pattern 1: Market Sizing (TAM/SAM/SOM)
- Decomposition: Total population โ Target segment โ Addressable โ Reachable โ Price point
- Anchors: Census data, industry reports, analogous markets, penetration rates
- Bounds: Optimistic (high penetration, premium pricing) vs Pessimistic (low penetration, discount pricing)
- Sanity check: Compare to public company revenues in space, VC market size estimates
- Example: E-commerce TAM = US population ร online shopping % ร avg spend/year
Pattern 2: Infrastructure Capacity
- Decomposition: Users โ Requests per user โ Compute/storage per request โ Overhead
- Anchors: Similar services (Instagram, Twitter), known capacity (EC2 instance limits), load testing data
- Bounds: Peak (Black Friday) vs Average load, Growth trajectory (2x/year vs 10x/year)
- Sanity check: Cost per user should be < LTV, compare to public cloud bills of similar scale
- Example: Servers needed = (DAU ร requests/user ร ms/request) รท (instance capacity ร utilization)
Pattern 3: Staffing/Headcount
- Decomposition: Work to be done (features, tickets, customers) โ Productivity per person โ Overhead (meetings, support)
- Anchors: Industry benchmarks (engineer per X users, support agent per Y customers), team velocity, hiring timelines
- Bounds: Experienced team (high productivity) vs New team (ramp time), Aggressive timeline (crunch) vs Sustainable pace
- Sanity check: Headcount growth should match revenue growth curve, compare to peers at similar scale
- Example: Engineers needed = (Story points in roadmap รท Velocity per engineer) + 20% overhead
Pattern 4: Financial Projections
- Decomposition: Revenue = Users ร Conversion rate ร ARPU, Costs = COGS + Sales/Marketing + R&D + G&A
- Anchors: Cohort data, industry CAC/LTV benchmarks, comparable company metrics, historical growth
- Bounds: Bull case (high growth, efficient scaling) vs Bear case (slow growth, rising costs)
- Sanity check: Margins should approach industry norms at scale, growth rate should follow S-curve not exponential forever
- Example: Year 2 revenue = Year 1 revenue ร (1 + growth rate) ร (1 - churn)
Pattern 5: Impact Assessment
- Decomposition: Total impact = Units affected ร Impact per unit ร Duration
- Anchors: Emission factors (kg CO2/kWh), conversion rates (program โ behavior change), precedent studies
- Bounds: Conservative (low adoption, small effect) vs Optimistic (high adoption, large effect)
- Sanity check: Impact should scale linearly or sub-linearly (diminishing returns), compare to similar interventions
- Example: Carbon saved = (Users switching ร Miles driven/year ร Emissions/mile) - Baseline
Guardrails
State assumptions explicitly: Every Fermi estimate rests on assumptions. Make them visible ("Assuming 250 workdays/year", "If conversion rate ~3%"). Unstated assumptions create false precision.
Aim for order of magnitude, not precision: Goal is 10^X, not X.XX. Round to 1-2 significant figures (50 not 47.3, 3M not 2,847,291). If the decision needs precision, get real data instead.
Decompose until components are estimable: Break down until you reach quantities you can estimate from knowledge/experience. If a component is still "how would I know that?", decompose further.
Use multiple paths (triangulation): Estimate same quantity via different decompositions (top-down vs bottom-up, supply-side vs demand-side). If paths agree within factor of 3, confidence increases. If they differ by 10x+, investigate which decomposition is flawed.
Bound the answer: Calculate optimistic and pessimistic cases to bracket reality. If the decision holds across the range, bounds matter less. If the decision flips, invest in a better estimate.
Sanity-check against reality: Compare to known quantities, use dimensional analysis (units should cancel correctly), and check extreme cases (what if everyone did X? does it break physics?).
Calibrate on known problems: Practice on questions with verifiable answers to identify personal biases (overestimate? underestimate? anchoring?).
Acknowledge uncertainty ranges: Express estimates as ranges when appropriate ("10-100k users", "likely $1-5M").
Common pitfalls:
- โ Anchoring on the wrong number: Using irrelevant or biased starting point. If someone says "Is it 1 million?" you anchor there even if no reason to.
- โ Double-counting: Including same quantity twice in decomposition (counting both businesses and employees when businesses already includes employees).
- โ Unit errors: Mixing per-day and per-year, confusing millions and billions, wrong currency conversion. Always check units.
- โ Survivor bias: Estimating based on successful cases (average startup revenue from unicorns, not including failures).
- โ Linear extrapolation: Assuming linear growth when exponential (or vice versa). Growth rates change over time.
- โ Ignoring constraints: Physical limits (can't exceed speed of light), economic limits (market can't grow faster than GDP forever).
Quick Reference
Key resources:
Common Anchors:
Demographics:
- US population: ~330M, Households: ~130M, Labor force: ~165M
- World population: ~8B, Urban: ~55%, Internet users: ~5B
Business:
- Fortune 500 revenue: $100k to $600B (median ~$30B)
- Startup valuations: Seed ~$5-10M, Series A ~$30-50M, Unicorn >$1B
- SaaS metrics: CAC ~$1-5k, LTV/CAC ratio >3, Churn <5%/year
Technology:
- AWS EC2 instance: ~10k requests/sec, S3 storage: $0.023/GB/month
- Mobile app: ~5-10 screens/day per user, 50-100 API calls/session
- Website: ~2-3 pages/session, 1-2min session duration
Physical:
- Person: ~70kg, 2000 kcal/day, 8 hours sleep
- Car: ~25 mpg, 12k miles/year, $30k new, 200k mile lifetime
- House: ~2000 sq ft, $300k median US, 30-year mortgage
Conversion factors:
- 1 year โ 250 workdays โ 2000 work hours
- 1 million seconds โ 11.5 days, 1 billion seconds โ 32 years
- 1 mile โ 1.6 km, 1 kg โ 2.2 lbs, 1 gallon โ 3.8 liters
Decomposition Strategies:
- Top-down: Start with total population, filter down (US population โ Car owners โ EV buyers)
- Bottom-up: Start with unit, scale up (1 store revenue ร Number of stores)
- Rate ร Time: Flow rate ร Duration (Customers/day ร Days/year)
- Density ร Area/Volume: Concentration ร Space (People/sq mile ร City area)
- Analogous scaling: Known similar system, adjust for size (Competitor revenue ร Our market share)
Typical estimation time:
- Simple question (1-2 levels of decomposition): 3-5 minutes
- Market sizing (3-4 levels): 10-15 minutes
- Complex business case (multiple metrics, triangulation): 20-30 minutes
When to escalate:
- Decision requires precision (< factor of 2 uncertainty)
- Estimate spans >2 orders of magnitude even with bounds
- No reasonable decomposition path (too many unknowns)
- Stakeholders need confidence intervals and statistical rigor
โ Invest in data collection, detailed modeling, expert consultation
Inputs required:
- Question (what are we estimating? units? scope?)
- Decision context (what decision hinges on this estimate? required precision?)
- Known anchors (what related quantities do we know?)
Outputs produced:
estimation-fermi.md: Question, decomposition, assumptions, calculation, bounds, sanity check, triangulation, final estimate with confidence range