reviews
The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win
I picked this up expecting a dry DevOps manual dressed up as a story. What I got instead was a book that made me genuinely uncomfortable — because I'd see...
30 Apr 2026
I picked this up expecting a dry DevOps manual dressed up as a story. What I got instead was a book that made me genuinely uncomfortable — because I'd seen nearly every scenario in it play out in real teams I'd worked on or worked alongside.
The Phoenix Project is a novel, technically. Gene Kim, Kevin Behr, and George Spafford tell the story of Bill Palmer, an IT manager at a fictional manufacturing company called Parts Unlimited, who gets thrown into the role of VP of IT mid-crisis. A major project called Phoenix is overdue, the business is bleeding money, and IT is everyone's scapegoat. Bill has 90 days to fix it or the entire department gets outsourced.
The Setup Rings True
The reason this book works where most "business fiction" falls flat is that the pain is specific. Bill's team isn't failing because they're incompetent. They're failing because every stakeholder can bypass the normal process, because there's no shared view of what work is actually in flight, and because a single person named Brent knows how everything critical works and is involved in every incident. The bus factor isn't mentioned by name, but it's the core disease.
I've seen a Brent. Most engineers working in companies over 50 people have. The book doesn't just name the problem — it traces exactly why Brent keeps getting pulled into everything (nobody documented the systems he built, nobody else was trained, and fire-fighting is always faster than knowledge-sharing). It's frustrating to read because it's accurate.
The Three Ways
The mentor character, Erik, introduces the Three Ways as a framework for how high-performing technology organisations operate:
The first is about fast flow — work should move through the system from development to operations to the customer without piling up. Anything that slows flow (handoffs, approvals, missing environments) is waste.
The second is about feedback loops. Problems should be caught early and close to where they were introduced. A defect found in production after a two-week deployment cycle is far more expensive — in time, confidence, and customer trust — than one caught during a code review or a CI check.
The third is about continuous learning and experimentation. Teams should be set up to try things, fail safely, and improve. Not just in a platitude-on-the-wall way, but structurally: low blast radius deployments, blameless post-mortems, time actually allocated to fix the things everyone knows are broken.
None of this is groundbreaking if you've already read the DevOps Handbook (also by Kim, and probably the more useful reference). But hearing it through narrative — watching Bill understand each principle through lived chaos — makes it stick in a way that bullet points don't.
What It Gets Right About Business-IT Tension
There's a character called Sarah, the business SVP who keeps pushing Phoenix features without any process, and she's easy to read as the villain. The book is careful not to let her stay that way. Sarah's under pressure too. Her department is trying to win against competitors and IT keeps being the bottleneck. From her vantage point, the IT team doesn't understand urgency.
That tension — business speed versus operational stability — is the real subject of the book. It's not "developers vs ops" or even "business vs IT." It's a system problem. Everyone is optimising locally in ways that make the whole system worse. That diagnosis is correct, and it's what makes the book worth reading even for people who already understand CI/CD pipelines and Kanban boards.
Where It Strains
The novel format has real limits. Erik is too convenient — a mysterious mentor who always shows up at the right moment with a Socratic question and a manufacturing metaphor. The dialogue is sometimes wooden. Some subplots (a romantic tension between colleagues, some family stress) feel grafted on to make it feel like a real novel rather than a case study. They don't land.
And the transformation Bill achieves in 90 days is genuinely implausible at the pace depicted. Real change of this kind takes years, not weeks. That's not a small thing to gloss over. The book shows what to aim for, but the compression makes it feel easier than it is.
Who Should Read It
If you're a senior engineer who's mostly operated inside a team and wants to understand why larger organisations seem designed to obstruct progress, this book gives you language for it. The Three Ways, work-in-progress limits, the concept of deployment lead time as a health metric — these become much easier to talk about when you have a shared story to point to.
If you're moving toward a staff or principal role, the value is different. It's about understanding the system you're operating in, not just your own code. Bill's biggest breakthroughs aren't technical — they're about seeing the entire value stream, from a business need to a deployed feature to customer feedback, and identifying where the real bottlenecks are. That's a skill the book models reasonably well.
If you're already deep in DevOps practice and have read the Accelerate metrics, the DORA research, or the DevOps Handbook, you'll find this a lighter read. Worth an afternoon, but it won't change much.
The Lasting Bit
The thing I kept thinking about after finishing it: most IT disasters aren't caused by bad technology or even bad people. They're caused by invisible queues. Nobody knows what Brent is working on. Nobody knows which projects are blocked waiting on security approval. Nobody can see the WIP. And because it's invisible, nobody questions it — they just work harder and wonder why things keep breaking.
Making work visible is one of those ideas that sounds obvious until you're in a room where three separate managers think they have the same person working full-time on three separate things. The Phoenix Project doesn't solve that problem for you. But it puts a spotlight on it clearly enough that it's hard to look away.
If you're thinking about the leap from senior engineer to tech lead or staff role, the newsletter Monday BY Gazar covers exactly this kind of transition — the systems thinking, the stakeholder navigation, the shift in how you measure your impact. Worth a look.