The Four Causes: The Ultimate Post-Mortem
It is the Monday after Black Friday, and the mood in the executive boardroom is grim.
Over the weekend, the company’s core payment processing system went down for forty-two minutes during peak traffic with revenue evaporating. The VP of Engineering leads the incident post-mortem using the standard industry framework: The 5 Whys.
- Why did the system crash? Because the payment API timed out.
- Why did it time out? Because the database was overwhelmed by queries.
- Why was it overwhelmed? Because a new, unindexed query was pushed to production on Wednesday.
- Why was it pushed? Because the deployment script bypassed the standard load-testing environment.
- Why did it bypass the environment? Because an engineer manually overrode the safety check to hit the holiday deadline.
The conclusion is drawn: Human error. The "fix" is to revoke manual override permissions. The executives nod, satisfied that the problem is solved.
The Chief Wise Officer knows the problem is not solved at all. The 5 Whys is a linear tool; it almost always leads you straight down to a single, tactical error, usually blaming the last person who touched the keyboard.
To conduct a true, systemic post-mortem, the CWO upgrades the diagnostic tool to a 2,400-year-old framework: Aristotle’s Four Causes.
The Anatomy of an Event
Aristotle argued that to truly understand why a thing exists (or why an event happened), looking for a single cause is intellectually lazy. You must examine the event from four entirely different, simultaneous dimensions.
If you are building a marble statue, the Four Causes are:
- The Material Cause: What is it made of? (The marble).
- The Formal Cause: What is its shape or design? (The blueprint or the sculptor's vision of a horse).
- The Efficient Cause: What action created it? (The sculptor hitting the chisel with a hammer).
- The Final Cause: What is its ultimate purpose? (To be placed in a temple to honor a god).
If the statue shatters, a bad investigator only looks at the Efficient Cause ("The hammer hit it too hard"). A wise investigator looks at all four ("The marble was cheap, the design was top-heavy, the hammer hit it too hard, and it was rushed because the festival was starting").
The CWO Strategy: The 4-D Post-Mortem
When a catastrophic failure hits your company, the CWO forces the executive team to abandon the linear 5 Whys and examine the outage through Aristotle’s Four Causes.
1. The Efficient Cause (The Trigger) This is where standard post-mortems stop. The Efficient Cause is the immediate action that triggered the failure. The engineer manually overrode the deployment script. Yes, this is a cause, but it is just the tip of the iceberg. Fixing the Efficient Cause only patches the symptom; it does not cure the disease.
2. The Material Cause (The Raw Infrastructure) What were the physical limits of the materials involved? Our payment gateway was running on outdated, heavily constrained database instances that simply could not handle concurrent Black Friday read/write volumes. The engineer’s bad code was the spark, but the Material Cause was the dry powder waiting to explode.
3. The Formal Cause (The Architecture & Process) What was the structure of the system that allowed this to happen? The architecture lacked a fallback queuing system, meaning when the database slowed down, it dropped the transactions entirely instead of holding them in a retry loop. Furthermore, the organizational structure (process) allowed a single engineer to bypass QA without a secondary peer review. The Formal Cause reveals that the system was fundamentally designed to fail under pressure.
4. The Final Cause (The Incentive & Business Goal) This is the CWO’s ultimate diagnostic tool. Why was the engineer rushing in the first place? The Final Cause was the Q4 executive OKRs. The C-Suite mandated that the new checkout feature be launched before Black Friday, tying massive executive bonuses to that specific date. The engineer didn't bypass the safety check because they were reckless; they bypassed it because the business explicitly incentivized speed over stability.
Conclusion: Designing Resilience
If you only address the Efficient Cause (the engineer), your company will experience the exact same outage next year under a different name.
A world-class tech company does not hunt for scapegoats. It hunts for structural weaknesses. By using Aristotle's Four Causes, the Chief Wise Officer elevates the post-mortem from a blame-game into a masterclass in organizational design. You fix the hardware (Material), you redesign the fallback systems (Formal), you automate the safeguards (Efficient), and, most importantly, you realign your executive incentives (Final).
No spam, no sharing to third party. Only you and me.
Member discussion