18 Mental Models for Problem Solving
Summary
A practical guide for framing problems, finding root causes, designing solutions, and improving through review.
18 Mental Models for Problem Solving
Problem solving fails when people rush from symptom to solution.
A better process is: define the problem, identify the real cause, design a small intervention, and review what changed.
When the problem is poorly defined
Use:
- First Principles : remove assumptions and rebuild from facts.
- Map Is Not the Territory : separate your representation from reality.
- MECE Principle : split the problem into non-overlapping parts.
When you need the root cause
Use:
- Five Whys : repeatedly ask why until the deeper cause appears.
- Root Cause Analysis : distinguish symptoms from causes.
- Iceberg Theory : look below events to patterns, structures, and mental models.
When the problem keeps coming back
Use:
- Systems Thinking : map variables and relationships.
- Feedback Loops : find loops that reinforce or balance the result.
- Constraint Theory : identify the bottleneck that limits the whole system.
When you need a safer solution
Use:
- Inversion : ask what would make the solution fail.
- Premortem : imagine failure in advance and list causes.
- Margin of Safety : leave buffer for error and uncertainty.
Simple workflow
- Write the problem as one sentence.
- Separate symptoms from causes.
- Pick one model that changes your next action.
- Design the smallest intervention.
- Review the result and update the model.