The Myth of the 10x Engineer and Individual Genius
Where did the myth of the individual genius engineer come from?
It came from a misreading of variance data combined with a cultural preference for heroic narratives. The 1968 Sackman study measured variance in individual task completion, not in system-building capability. Building systems is a distributed cognitive activity that no individual, however talented, can perform alone.
I once worked with an engineer who was, by every individual metric, extraordinary. They could write more code, debug faster, and understand complex systems more quickly than anyone I had ever seen. They also made the team worse. Their speed meant they made architectural decisions before others could contribute. Their skill meant their code was too complex for anyone else to maintain. Their brilliance was real. Their net impact on the team’s output was negative.
This is not an argument against talent. It is an argument against the cult that has formed around individual talent in software engineering. The cult assumes that because variance exists between individuals (which it does), the right strategy is to find and elevate exceptional individuals. Social epistemology suggests the opposite: the right strategy is to build teams where knowledge flows effectively between minds of varying capability.
Why does the cult of individual genius undermine team intelligence?
Because it creates knowledge monopolies. When one person becomes the oracle, the team stops developing its own understanding. The team becomes dependent on a single mind, and that dependency is both a knowledge risk and an architectural flaw.
I have seen this pattern in 4 organizations. The “genius” engineer becomes the bottleneck. Every complex decision routes through them. The team defers to their judgment not because the team has evaluated it but because the team has stopped evaluating. This is what social epistemologists call “epistemic dependence,” and it is the organizational equivalent of a single point of failure.
When that engineer leaves (and they always leave, eventually), the team discovers that the knowledge they thought they had was actually held in one person’s head. The bus factor was 1. The organizational structure had shaped the architecture around a single mind, and when that mind departed, the architecture became incomprehensible to those who remained.
What does distributed cognition look like in engineering teams?
Distributed cognition means that the knowledge required to build and maintain a system is held across multiple people, with no individual being a single point of knowledge failure. It requires deliberate practices: pair programming, architecture decision records, and shared ownership.
- Pair programming: Not because two people write better code (sometimes they do, sometimes they do not), but because pair programming distributes architectural understanding across two minds instead of one.
- Architecture decision records: Every significant decision documented with context, alternatives considered, and rationale. When the decision-maker leaves, the decision record remains as institutional memory.
- Rotating system ownership: No single person “owns” a critical system for more than 6 months. Ownership rotates, distributing knowledge and preventing the formation of expertise silos.
- Collective code review: Reviews distributed across the team, not concentrated in one senior reviewer. This is slower. It is also how team intelligence grows.
How should organizations measure engineering value?
By measuring team outcomes, knowledge distribution, and collective capability rather than individual output. The question is not “who is our best engineer?” but “does our team know enough, collectively, to build and maintain this system without depending on any single person?”
I now evaluate engineering teams using 3 metrics that have nothing to do with individual productivity. First, bus factor: how many people would need to leave before the team could not maintain its core systems? If the answer is 1, the team has a critical vulnerability regardless of how talented that 1 person is. Second, knowledge distribution: can every team member explain the architecture of every major system? If not, knowledge is concentrated rather than distributed. Third, collective learning rate: how quickly does the team absorb new information and translate it into improved practice? This is the team’s true “multiplier,” and it has nothing to do with individual genius.
According to research on distributed cognition, the most effective problem-solving systems are not those with the smartest individual component but those with the best information flow between components. An engineering team is a cognitive system. Its intelligence is a property of its connections, not its nodes. The infrastructure of psychological safety is what enables those connections to function.
“The knowledge required to build complex systems is necessarily distributed. No individual mind can hold it. The genius is the team, or there is no genius at all.”
The myth persists because it flatters both the exceptional and the organizations that employ them. It is comforting to believe that hiring one brilliant person will solve your engineering problems. It is less comforting, but more accurate, to recognize that your engineering capability is a function of how well knowledge flows between people. The 2.4x team multiplier from the GitHub analysis is not achieved by adding a genius. It is achieved by building a system where ordinary engineers, working together with good information flow, produce extraordinary results. That is not a myth. That is social epistemology in action.