Cargo Cult Process - The Structural Read
The Structural Read
SubscribeSign in
Cargo Cult Process<br>How useful process drifts into ritual, and the question that catches it<br>Jun 01, 2026
Share
After World War II, islanders in the South Pacific built runways that no plane would ever land on.<br>During the war, foreign militaries had set up bases on their islands. Planes arrived constantly, carrying food, medicine, and equipment. When the war ended, the bases closed and the planes stopped coming. Hoping to bring the cargo back, the islanders recreated what they had watched the soldiers do. They cleared landing strips, carved headsets out of wood, and lit signal fires along the runways. They copied every visible detail of the thing that had delivered the cargo. Nothing came.
Feynman used this image to describe bad science. It works just as well for engineering teams: you can reproduce the form of something perfectly and still miss the part that made it work.<br>But the islanders at least had an excuse. They never saw the machinery behind the cargo. Most of our ceremony is sneakier than that, because it doesn’t begin as a copy of something we never understood. It begins as a real solution. Standups surface blockers, retros capture lessons, sprint planning creates alignment. Then the underlying problem shifts, or the team gets good enough that the problem shrinks, and the process stays on the calendar anyway. The justification fades. The meeting continues. Each small accommodation feels reasonable on its own, and the gap between the process and its purpose widens so slowly that no one can name the moment it stopped working.<br>There’s a second way ceremony takes hold, and it’s the one the islanders would recognize: imitation. A company sees that high-performing teams at Google use OKRs and adopts them, without checking whether it shares any of the conditions that made OKRs work at Google’s scale. The practice travels without the reasoning.
Metrics ritualize faster than meetings. A meeting at least announces its cost. You sit through it, and now and then you resent it. A number just sits on a dashboard and asks nothing of anyone, so nobody thinks to question it.<br>A metric starts as a question. How long does it take to get a change into production? Useful question. Then it lands on a dashboard, gets tied to a quarterly goal, and stops being a question. People start treating the proxy as if it were the thing it was meant to approximate. Researchers call this surrogation . Story points completed quietly turns into “engineering output”. Time to merge turns into “code quality”. PRs reviewed turns into “mentorship”.<br>This almost always happens in good faith. People forget there was ever a gap between the proxy and the thing. One bank decided that accounts opened per customer was a fair proxy for the strength of its customer relationships. Employees went on to open thousands of fraudulent accounts, many of them believing they were doing the job well.<br>The way to resist surrogation is to never let one number carry a whole construct. DORA tracks four metrics for delivery performance (deploy frequency, lead time, change failure rate, recovery time) precisely because any one of them can be gamed in isolation. Track only deploy frequency and you can inflate it by shipping smaller, emptier deploys. The other three make that move visible.<br>There’s an inverse problem too, which Hubbard documented after years of measurement audits. The variables with the highest information value in an organization are usually the ones getting the least measurement attention. It’s the same habit running the other direction: people measure what is easy to count, not what would tell them the most.
The instinct, once you spot ceremony, is to tear the process out. That instinct is its own trap.<br>Coordination cost doesn’t vanish when you remove the process. It moves into DMs and the head of the one engineer who “just knows what everyone is doing”. Fine until they leave, the team doubles, or someone has to onboard without their bandwidth as the documentation.<br>“We move fast, we don’t do process” starts as a tactic and quietly turns into an identity. It shows up in the pitch deck, recruiting copy, the daily pride of not being one of those companies. The cost is identical to ceremony, the gap between practice and purpose widens, just without a meeting on the calendar. The team runs five “quick syncs” a day with whoever holds the context, and calls it momentum. By the time the team needs structure, adding any feels like an admission of failure instead of a normal part of growing . The team postpones the structure conversation until something forces it. A key person burning out, a major incident, a hire quitting. Then it overcorrects.
Three questions I’ve found useful for evaluating any recurring process.<br>What decision does this process inform?<br>A specific decision, made by a specific person. “We’ll build x instead of y”, “we need to staff this differently”, “the...