Multiplying by Zero

A single failure mode can zero the outcome (eg, safety, compliance).

Author

General usage (probability, reliability engineering, decision theory)



Some outcomes are the product of several factors: reliability across components, conversions across a funnel, steps in a process, survival across risks. If any factor drops to 0 (component down, step blocked, licence expired, cash = 0), the overall result collapses. Unlike additive trade-offs, deficiencies here are non-compensatory: excellence in one area can’t cancel a zero elsewhere.

How it works


Product rule – Overall result ≈ f₁ × f₂ × … × fₙ. If any fᵢ = 0, the product is 0.

Series reliability – System uptime = Π(availabilityᵢ). A single SPOF with 0% availability takes uptime to 0.

Funnel math – Total conversion = Π(stage conversionᵢ). A broken stage (0%) kills the funnel.

Geometric mean logic – Long-run performance tends to the geometric mean; ruin events (wealth → 0, trust → 0) dominate.

AND vs OR – If success requires all steps (AND), guard against zeros; if any will do (OR), add alternatives to avoid zeros.

Use-cases


Ops & reliability – remove single points of failure; N+1 servers, second suppliers, offline modes.

Finance & risk – avoid ruin; cap position sizes, diversify uncorrelated risks, keep cash buffers.

Growth & product – fix the lowest funnel step first; ensure a non-zero “first value” rate.

Compliance & safety – one lapse can zero the licence or trust; design three-layer controls.

Supply chain – dual-source critical parts; safety stock on bottlenecks.

People & teams – minimum bars on ethics, security, and handoffs; one failure zeros outcomes.

Pitfalls & Cautions


Linear thinking – treating multiplicative chains as additive; “over-investing” elsewhere can’t offset a zero.

Hidden correlation – redundant paths that fail together (same region, vendor, library).

Over-buffering – redundancy everywhere raises cost/complexity; protect SPOFs and one-way doors first.

Complacent averages – great mean performance hides a few zero days; watch percentiles and minima.

Ethics/trust zeros – a single breach can zero reputation; prevention beats apology.

Related Mental Models

Click below to learn other mental models

  • Leverage

    Leverage

    Use small inputs to create large outputs by applying amplifiers — capital, code, media, process, partnerships. Leverage magnifies both gains and losses.

  • Distributions

    Distributions

    Outcomes don’t all follow the normal curve. Know the shape and tails of your data and choose metrics, forecasts and safeguards to match.

  • Falsification

    Falsification

    Popper’s rule: scientific theories must be testable and killable by evidence.

Preparing reader…