Cargo cult
Description
Copying the surface shape of a successful thing without the underlying causal force that produced it. Named after Pacific cargo cults that imitated airfield rituals expecting cargo to arrive. Generalizes far beyond the anthropological origin — common failure mode in process imitation, ML benchmarks, code patterns “because the senior engineer does it that way,” and any imitation lacking the load-bearing mechanism.Triggers
User-initiated: The literal label is rarely invoked directly; the agent reaches for it as a diagnosis after observing the structural shape (shape-without-force) in the user’s described situation. Three recurring sub-shapes:- Process-imitation diagnosis — an artifact (lint directive, sprint cadence, code pattern, defensive
eslint-disablecomment) exists without its causal mechanism. Canonical example: “someone wrote// eslint-disable-next-linecomments in a repo that had no active linter — they were doing defensive cargo-cult lint hygiene, anticipating rules that never ran.” - Uniformity-without-dividend — forced consistency without the cost-curve that justifies it. Canonical example: “this is a textbook case of ‘ambient instrumentation captures the easily-observable signal, not always the load-bearing one’… the uniformity is wrong when the metadata isn’t faithful to content.”
- Catalog-graph role — cargo-cult as the named anti-pattern terminus of
graduation-promotion → uniformity-dividend → cargo-cultand the third vertex of theload-bearing ↔ cargo-cult ↔ shapediagnostic triangle.
Exclusions
- Legitimate “fake it till you make it” — imitation acknowledged as exploration toward eventually learning the force-dynamic.
- Aesthetic / ritual contexts — when the shape itself IS the goal (ceremony, art), not the absent mechanism.
Structure
Relationships
- load-bearing — diagnostic relationship — the load-bearing test (“what if we removed this?”) is the cargo-cult detector.
- uniformity-dividend — anti-pattern — uniformity without the dividend mechanism is cargo cult of standardization.
Examples
Anthropological origin (Melanesian cargo cults, 1940s-1960s); generalized by Richard Feynman ("Cargo Cult Science", 1974 Caltech commencement) · anthropology
Anthropological origin (Melanesian cargo cults, 1940s-1960s); generalized by Richard Feynman ("Cargo Cult Science", 1974 Caltech commencement) · anthropology
The anthropological literature documents postwar Melanesian religious movements in which communities, having observed Allied and Japanese military operations bring large quantities of manufactured goods (“cargo”) during the Pacific theater of WWII, reconstructed the visible apparatus of those operations — runways cleared from jungle, mock control towers, headphones woven from cane, ritualized drilling that mirrored military formation — in expectation that cargo would follow. The cults emerged across multiple islands independently in the 1940s through 1960s and were studied by anthropologists (Peter Lawrence, Peter Worsley, and others) interested in the structure of millenarian movements.Feynman’s 1974 Caltech commencement address took the cult as analogy and lifted it into a general critique of science-shaped activity without scientific discipline. The naming has since become standard vocabulary in engineering critique — “cargo-cult programming,” “cargo-cult agile” — making the structural primitive (shape without force-dynamic) transmissible far beyond its anthropological origin.
Workflow imitation · business
Workflow imitation · business
adopting another team’s process artifacts (standups, retros, sprint cadences) without their cultural force-dynamic.
Imitating process without understanding why · computer-science
Imitating process without understanding why · computer-science
codebase patterns adopted without the underlying constraint that originally motivated them.
Richard Feynman, *Cargo Cult Science* (1974). · philosophy
Richard Feynman, *Cargo Cult Science* (1974). · philosophy
Feynman delivered “Cargo Cult Science” as the 1974 Caltech commencement address. He took the Melanesian cargo cults — postwar communities in the South Pacific who reconstructed wooden runways, headphones, signal flags, and the visible forms of wartime air operations expecting cargo planes to land — and used them as an analogy for fields that adopt the visible apparatus of science (statistical procedures, citation conventions, peer-reviewed venues) without the discipline that gives science its predictive power: the obligation to disclose disconfirming evidence, the demand for replication, and the relentless self-skepticism toward one’s own results.The speech’s contribution to engineering and scientific critique is the naming: once “cargo cult” exists as a portable label, you can point at a code review, a research paper, or a corporate process and say “the shape is there but the load-bearing mechanism is missing,” and the conversation about what would actually make it work can begin in shared vocabulary.