JH
Jonathan Haber

Use inversion as the first model in every problem

Before solving a problem, ask what would guarantee failure — then avoid those things.

Key takeaways

  • What it is: Before solving a problem, ask what would guarantee failure — then avoid those things.
  • Why it works: Inversion exploits the asymmetry between recognizing errors and generating solutions: it is cognitively easier to identify the ways something can go wrong than to directly synthesize the optimal path. By listing failure conditions first, you remove the biggest error attractors before trying to optimize — Munger called this "avoiding stupidity" as a strategy distinct from "pursuing brilliance."
  • Evidence: Plausible mechanism, limited direct outcome data.
  • Avoid: Using inversion only once, at the start of a project, rather than at each major decision point where failure modes have likely shifted.

Why it works

Inversion exploits the asymmetry between recognizing errors and generating solutions: it is cognitively easier to identify the ways something can go wrong than to directly synthesize the optimal path. By listing failure conditions first, you remove the biggest error attractors before trying to optimize — Munger called this "avoiding stupidity" as a strategy distinct from "pursuing brilliance."

How to do it

  1. 1State your goal, then ask: "What would guarantee I fail at this?"
  2. 2List the top five to ten failure modes without censorship.
  3. 3For each, ask: "Am I already doing any of these? Could I easily fall into this?"
  4. 4Build your positive plan around avoiding those failure modes, not just chasing success criteria.

What the evidence says

Mechanistic

The pre-mortem technique (Klein) operationalizes the same inversion principle and has observational evidence for improving plan quality. Inversion as a general reasoning tool is practitioner-established; its mechanism overlaps with well-studied counterfactual reasoning research.

Honest caveat: Inversion’s specific benefit over positive planning has limited direct comparative evidence; the pre-mortem literature is the closest empirical analog.

References
  • — Klein (2007), performing a project premortem, Harvard Business Review

Common mistake

Using inversion only once, at the start of a project, rather than at each major decision point where failure modes have likely shifted.

IX Coach asks the inversion question — "what would make this fail?" — before any significant goal-setting session, ensuring the plan is built against real failure modes.

Practice this with IX Coach →

Related practices