Cargo Cult
The practice of imitating the surface behaviors or rituals of successful entities without understanding the underlying principles that actually produce results.
Also known as: Cargo cult programming, Cargo cult science, Cargo cult mentality
Category: Psychology & Mental Models
Tags: mental-models, critical-thinking, psychology, strategies, anti-patterns
Explanation
A cargo cult is a pattern of behavior where people replicate the superficial forms of something successful — the rituals, aesthetics, vocabulary, or visible practices — without understanding or reproducing the underlying mechanisms that actually create the desired outcomes.
**Historical Origin:**
The term comes from a phenomenon observed in Melanesian and Pacific Island societies during and after World War II. Indigenous peoples who had witnessed the arrival of military cargo — supplies, equipment, medicine — built imitation landing strips, control towers from bamboo, and wooden headphones, believing that replicating the physical forms would cause the cargo planes to return. They had observed a correlation (infrastructure → cargo arrives) without understanding the causal mechanism.
**Richard Feynman and Cargo Cult Science:**
Physicist Richard Feynman popularized the concept in his 1974 Caltech commencement address, coining the term 'cargo cult science' to describe research that follows all the apparent forms of scientific investigation but is missing the essential rigor — the honest self-criticism, the willingness to report negative results, the careful control of variables. It looks like science, but it doesn't work like science.
**Cargo Cult in Technology and Business:**
- **Cargo cult programming**: Copying code patterns (like design patterns or architectural choices) without understanding why they exist. Using microservices because Google does, without having Google's scale problems.
- **Cargo cult agile**: Running standups, sprints, and retrospectives while ignoring the values behind them — responding to change, delivering working software, empowering teams.
- **Cargo cult startups**: Copying the visible trappings of successful startups (ping pong tables, hoodies, pitch decks full of hockey-stick graphs) without the product-market fit or execution that actually matters.
- **Cargo cult management**: Adopting OKRs because Intel and Google use them, without the cultural context that makes them effective.
**Why It Happens:**
- Surface behaviors are visible and easy to copy; underlying principles are invisible and hard to understand
- Social proof and prestige: 'If it works for them, it'll work for us'
- Confusing correlation with causation: Google has open offices and is successful, therefore open offices cause success
- It's easier to adopt rituals than to do the hard work of understanding first principles
**The Antidote:**
Before adopting any practice, ask: 'What problem was this designed to solve? Do we have that problem? What are the underlying conditions that make this work?' If you can't answer these questions, you're building bamboo control towers.
Related Concepts
← Back to all concepts