esc
Anthology / Yagnipedia / The Phoenix Project

The Phoenix Project

s/factory/IT department/g
Artifact · First observed 2013 (Gene Kim, Kevin Behr & George Spafford) · Severity: Moderate

The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win (2013) is The Goal with the following substitutions applied:

sed -e 's/Alex Rogo/Bill Palmer/g' \
    -e 's/plant manager/VP of IT Operations/g' \
    -e 's/factory/IT department/g' \
    -e 's/manufacturing line/deployment pipeline/g' \
    -e 's/Jonah/Erik/g' \
    -e 's/physicist/eccentric board member/g' \
    -e 's/widgets/deployments/g' \
    -e 's/bottleneck machine/Brent/g' \
    -e 's/Julie/probably still Julie/g' \
    the_goal.txt > the_phoenix_project.txt

This is not a criticism. This is the highest compliment available in engineering: the pattern was so correct that it transferred to an entirely different domain with minimal modification.

Bill Palmer is Alex Rogo. Erik is Jonah. Brent is Herbie. The constraint is still the constraint. The Theory of Constraints is still the Theory of Constraints. The marriage subplot is still skipped. The only meaningful difference is that the factory floor has been replaced by a deployment pipeline, and the reader now nods in recognition instead of analogy.

The Phoenix Project is the book that taught an entire generation of IT professionals about flow, work-in-progress limits, and the Three Ways — who would have learned the same lessons from The Goal if anyone had told them that a book about a factory was about them.

Nobody told them. Gene Kim told them. That’s the contribution.

Read The Goal.

See Also