Design decisions so they work even if some things go wrong
Ask: does this plan require everything to go right? If so, redesign it.
Key takeaways
- What it is: Ask: does this plan require everything to go right? If so, redesign it.
- Why it works: Complex plans with multiple sequential dependencies are highly sensitive to single-point failures — when any step goes wrong, the whole plan fails. Redesigning so that the acceptable outcome is achievable even if some components fail is the structural form of margin of safety. This is distinct from planning for failure; it is designing for robustness so failure of parts does not equal failure of the whole.
- Evidence: Plausible mechanism, limited direct outcome data.
- Avoid: Adding a plan B that is only reachable if plan A partially succeeds — true robustness means the fallback works even when the primary path fails completely.
Why it works
Complex plans with multiple sequential dependencies are highly sensitive to single-point failures — when any step goes wrong, the whole plan fails. Redesigning so that the acceptable outcome is achievable even if some components fail is the structural form of margin of safety. This is distinct from planning for failure; it is designing for robustness so failure of parts does not equal failure of the whole.
How to do it
- 1Map the dependencies in your plan: which steps must succeed for the outcome to work?
- 2Identify single points of failure — any step where one bad outcome ruins everything.
- 3Redesign to create fallbacks or redundancies at single-point failures.
- 4Accept a slightly lower expected upside in exchange for a substantially higher floor.
What the evidence says
MechanisticEngineering reliability theory formalizes this: series systems fail when any component fails, while parallel/redundant systems tolerate component failure. The principle that reducing single points of failure increases system reliability is mathematically well established.
Honest caveat: Redundancy adds cost and complexity; the optimal level of redundancy depends on the probability and cost of failure, which are often hard to estimate in non-engineering contexts.
Common mistake
Adding a plan B that is only reachable if plan A partially succeeds — true robustness means the fallback works even when the primary path fails completely.
IX Coach maps the dependencies in a plan you are working on and highlights where a single failure would be decisive, then helps you think through fallbacks.
Practice this with IX Coach →