In 1958, a programming language shipped with if-then-else. That sounds like nothing. But the dominant language of the day, Fortran I, didn’t have it — if you wanted a decision, you wrote a conditional jump and managed the consequences yourself. The same small language carried eight other ideas: functions you could pass around like values, programs that could read and rewrite themselves, memory that cleaned up after itself. Garbage collection — the machine tidying its own memory — waited roughly thirty-five years before Java made it something ordinary programmers just had. Two of those nine ideas still haven’t fully arrived, almost seventy years later.
Hold that number. Thirty-five years for an idea that was written down, published, working, and demonstrably better. Nobody had to invent anything new to adopt it. They just had to move.
The usual explanation is ignorance or stubbornness — people didn’t know, or knew and refused. But the people building languages and systems in the decades after read the papers. They knew. The better explanation is quieter and more structural: everyone was holding still because everyone else was holding still.
There’s a shape game theorists call an equilibrium — a state where no single player improves their position by moving alone. It shows up in markets, in supply chains, in engineering culture. Your compiler is written for the hardware people buy; the hardware is designed for the code people write; the programmers are trained on the tools employers use; the employers hire for the tools the industry runs on. Every link in that chain is locally rational. And a good idea that requires the whole chain to move at once can sit on the shelf for a generation, not because anyone rejected it, but because no one could adopt it by themselves at an acceptable cost. The lock isn’t stupidity. It’s interdependence. Each hand holds the other hands still.
Now put the opposite case next to it, because the contrast is where this gets uncomfortable. Bad ideas don’t wait thirty-five years. Bad ideas clear customs in an afternoon.
The difference between material poison and intellectual poison is flavor. Most things that will kill your body taste wrong — bitterness is an old and honest warning system. Things that will rot your thinking tend to taste wonderful on the way in: the shortcut that skips the hard part, the metric that flatters the quarter, the framework that explains everything and predicts nothing. There’s no bitterness receptor for a flattering idea. So the speed at which an idea spreads ends up correlated with how it tastes, not what it does — and every feed, every market, every attention system we’ve built selects on taste, because taste is measurable this week and nutrition takes a decade to show up in the bloodwork.
Put the two mechanisms together and you get the real picture. Good ideas face an equilibrium problem: adopting them alone is expensive, so everyone waits. Attractive bad ideas face no such problem: adopting them alone is cheap and immediately rewarding, so nobody waits. The system isn’t neutral. It has a tilt, and the tilt runs against the slow, true thing.
Which raises the only question worth asking: what actually breaks the lock?
Not better arguments. The garbage collection papers didn’t get more persuasive between 1960 and 1995. What changed is that someone absorbed the switching cost on everyone else’s behalf. A platform made the good idea the default, packaged it, tooled it, made adopting it cheaper than not adopting it. The equilibrium didn’t dissolve because minds changed. It dissolved because the payoffs changed — one player moved in a way that made moving safe for everyone downstream.
There’s a rough sorting of minds that maps onto this. Some people use what they know to stand over others — knowledge as altitude. Some use it to climb — knowledge as a ladder. And a few use it to lower the ladder behind them — building the tooling, writing the guide, open-sourcing the thing, making the better way the easy way. That third move is the only one that touches the equilibrium. The first two leave the lock intact; one person’s private advantage changes no one’s payoff. The person who makes a good idea cheap to adopt does more for its spread than the person who proved it was good. Proof creates the idea. Generosity creates the adoption curve.
The practical reading of all this is an audit. Some of what you do, you do because you examined it and chose it. Some of what you do, you do because moving alone felt expensive and everyone around you was holding still — an equilibrium habit wearing the costume of a decision. The two are indistinguishable from the inside until you check. And somewhere out there, right now, is this era’s version of the 1958 idea: published, working, better, and sitting in plain sight, waiting not for a believer but for someone willing to make it cheap.
The ideas were never the bottleneck. The price of moving first was. Find the good idea everyone already agrees with, and pay down its adoption cost — that’s the whole game.

Leave a Reply