advanced 3 min answer

What distinguishes a postmortem that changes the system from one that produces a document, and what makes blamelessness a technical practice rather than a cultural nicety?

googlesrepostmortemblamelessincidentlearning
Show the full answer Hide the answer

Why blamelessness is technical

A postmortem that assigns blame gets incorrect information, which is a technical problem rather than an emotional one. People under threat omit details, present decisions as more considered than they were, and avoid mentioning the shortcut that seemed reasonable at the time.

Those omitted details are the analysis. The reason the engineer ran the command without checking is the finding — the checking was inconvenient, or the tool did not surface the state, or the runbook said to. Remove the incentive to disclose and you lose the only route to the systemic cause, and the postmortem concludes with "be more careful", which changes nothing.

The reframing that makes it work: "why did this action seem correct at the time?" Everyone acts reasonably given their information and incentives, so an action that seemed correct and was harmful indicates a system that misled them — which is fixable, unlike human carelessness.

What distinguishes an effective postmortem

  • A timeline with what was known at each point, not only what happened. The gap between the state of the system and the responders' understanding of it is where most of the duration lives, and it is invisible in a purely factual timeline.
  • Contributing factors rather than a root cause. Complex failures have several necessary conditions; "the root cause" is a narrative convenience that discards most of the learning and usually stops at the most proximate human action.
  • Explicit attention to why detection took as long as it did, and why diagnosis did, separately from why the failure occurred. These are three different problems with three different remedies, and time-to-restore is usually dominated by the second and third.
  • Actions with owners, dates and a place in the ordinary backlog. A postmortem's only output that matters is a change to the system, and actions on a separate list reviewed quarterly are not changes.
  • Fewer, better actions. Twenty actions means none will be completed; three that are completed is a better outcome, and requires choosing.
  • A "what went well" section, which is not decoration: the mechanisms that limited the damage are the ones to invest in further, and they are invisible if only failures are recorded.
  • Actions that address the class, not the instance. Fixing the specific bug is necessary; asking "what else could fail this way?" is what produces leverage.

The organisational mechanics

  • A trigger that is not negotiable — every incident above a severity threshold, plus any near miss someone requests.
  • Written by the responders, with a facilitator, so the knowledge comes from the people who have it.
  • Reviewed in a forum where actions are accepted or explicitly declined, since an action nobody accepts is a finding that will recur.
  • Read. The single largest waste in postmortem practice is documents nobody outside the team ever sees. A short regular forum where one recent postmortem is discussed across teams transfers more learning than any archive.
  • Action completion tracked, publicly. Uncompleted postmortem actions are the best available predictor of the next incident, and most organisations do not track them at all.

The failure mode to name

The postmortem as a compliance artefact: written to a template, filed, never read, actions never completed, and the same incident recurring the following quarter — at which point the organisation concludes that postmortems do not work, when what does not work is writing without acting.