Skip to main content
anthropology business computer-science philosophy

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-disable comment) exists without its causal mechanism. Canonical example: “someone wrote // eslint-disable-next-line comments 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-cult and the third vertex of the load-bearing ↔ cargo-cult ↔ shape diagnostic triangle.
Agent-initiated: Engine evaluates whether a proposed/existing pattern is actually doing work — most often during architectural review (post-implementation or pre-commit) when a shape “sounds architectural” but doesn’t change observable behavior. The load-bearing test (“what if we removed this?”) is the agent’s cargo-cult detector. Vocabulary cues: “cargo cult,” “performative,” “decorative,” “without the underlying,” “without the mechanism,” “sounds architectural,” “doesn’t change observable behavior,” “imitation,” “copying the shape,” “copying the surface,” “shape without force,” “ritual,” “uniformity without dividend.” Situation-shape signals: A defensive artifact (lint comment, validator, retry, doc) exists for a constraint that isn’t actually present; uniformly-applied doctrine with no diagnostic for when it earns its keep; copying another project’s structural moves without copying the constraint that motivated them.

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

Internal structure of cargo-cult: a table of its component slots and the concepts that fill them. = shape + force-dynamic. The shape is what gets copied (the visible pattern); the missing force-dynamic is the causal mechanism that originally produced it. Cargo cult is shape without force.

Relationships

Relationship neighborhood of cargo-cult: a graph of the concepts it connects to and the concepts it is a part of.
  • load-bearingdiagnostic relationship — the load-bearing test (“what if we removed this?”) is the cargo-cult detector.
  • uniformity-dividendanti-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

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

adopting another team’s process artifacts (standups, retros, sprint cadences) without their cultural force-dynamic.
codebase patterns adopted without the underlying constraint that originally motivated them.
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.