Photo: Unsplash
Why Neuroscience Got AI Wrong for Half a Century
The brain is not a computer. This statement sounds obvious now, but from roughly 1950 to 2000, the working assumption of most cognitive science and large swaths of AI research was the opposite — that the brain was, in its essential operation, something like a digital computer: processing symbols, following rules, manipulating formal representations of the world. This metaphor was wrong. More importantly, it was wrong in ways that actively harmed the research programs built on it.
Bad metaphors aren’t neutral. They don’t just fail to explain; they generate specific false predictions, attract specific wrong approaches, and push researchers away from productive territory. The brain-computer metaphor did all three for decades. Understanding exactly how it failed — and why the replacement for it still isn’t quite right — is one of the more useful things you can know about how AI actually works.
The metaphor was seductive precisely because it was partially true. The brain does process information. Neurons do fire in patterns that encode and transmit signals. There is something like computation happening. But “something like computation” and “computation in the sense that a Turing machine computes” are not the same thing, and treating them as equivalent led researchers to import a whole stack of assumptions about information processing that didn’t apply. It’s the difference between saying the heart pumps blood and concluding that therefore the heart is basically a plumbing system — true enough to mislead, wrong enough to matter.
The story starts in 1943, when Warren McCulloch and Walter Pitts published a paper showing that networks of simplified neurons could, in principle, compute any logical function. The result was genuine and important. But it was immediately read through a particular interpretive lens: the brain computes. And computation, in the 1940s, meant something specific — Turing machines, formal logic, symbol manipulation. The timing was unfortunate. The same decade that produced McCulloch-Pitts also produced the first digital computers, and the two ideas fused in the minds of researchers who were excited about both.
John von Neumann explicitly compared brains and computers in his 1958 book “The Computer and the Brain,” published posthumously. The comparison was tentative and hedged — von Neumann was smart enough to note significant differences — but the overall thrust was influential. If the brain is processing information, and computers process information, the mechanisms must be analogous. Right?
Wrong. The brain doesn’t have a clock cycle. It doesn’t have a CPU executing instructions sequentially. Memory isn’t separated into RAM and storage. Information isn’t passed between modules via discrete signals. The brain is a massively parallel, self-organizing, thermodynamic system that runs on approximately 20 watts and changes its own structure continuously throughout life. A 1960s IBM mainframe consumed 200 kilowatts and required a team of engineers to reconfigure even slightly.
The symbolic AI program that dominated from the 1950s to the 1980s was built directly on the brain-computer metaphor. The central assumption of symbolic AI — associated with researchers like Allen Newell, Herbert Simon, and Marvin Minsky — was that intelligence is formal symbol manipulation. The General Problem Solver (1957) was designed to model how humans solve problems by manipulating symbolic representations according to formal rules. LISP, developed in 1958 for AI research, was structured around symbolic expression manipulation. Expert systems in the 1970s and 1980s encoded human knowledge as formal rule sets.
None of this worked at scale. The expert systems required enormous human effort to build and failed catastrophically outside their narrow domains. The General Problem Solver could solve puzzles that were already formalized but couldn’t acquire commonsense knowledge or handle the messiness of real-world perception. The Japanese Fifth Generation Project, launched in 1982 with $850 million in government funding, aimed to build the first truly intelligent computer using logic programming and symbolic AI. It failed. It failed expensively and publicly, and the failure helped trigger the second “AI winter.”
The failure was predictable from the metaphor’s flaw. If you think intelligence is symbol manipulation — because that’s what computers do, and computers are like brains — then you’ll try to build intelligent systems that manipulate symbols. When that doesn’t work at scale, you’ll try harder. You’ll add more rules, more domains, more sophisticated logic. You won’t question the fundamental premise that intelligence is symbol manipulation, because that premise came from a comparison with the brain, and it feels like it should be true.
The expert system era produced a specific kind of knowledge engineering: human experts were interviewed at length, their knowledge was formalized into if-then rules, those rules were loaded into inference engines. MYCIN (1972-1980) diagnosed blood infections with impressive accuracy within its narrow domain. XCON (1980) configured Digital Equipment Corporation computers and saved the company an estimated $40 million per year in its first years of operation. These were real achievements. They were also the ceiling, not the floor. Every expert system hit the same wall: commonsense reasoning, handling exceptions, learning from new cases, operating outside the explicit domain of the rules. The brittleness was not an implementation failure. It was a fundamental limitation of the symbolic approach when applied to a brain that turned out to work nothing like the approach assumed.
The pushback came from people who were paying closer attention to actual neurons. Frank Rosenblatt built the Perceptron in 1957 — a learning machine that adjusted its own weights based on experience, inspired by the biological synapse. It was not symbolic. It didn’t represent knowledge as rules. It learned statistical associations from data. Minsky and Papert published “Perceptrons” in 1969, demonstrating limitations of the single-layer perceptron, and the field mostly abandoned the approach for over a decade. The book was read as a decisive refutation when it was more accurately a specific mathematical result about a specific architecture.
Connectionism came back in the 1980s. David Rumelhart and James McClelland’s parallel distributed processing work in 1986 showed that multi-layer networks trained with backpropagation could learn complex patterns. Geoffrey Hinton, Yann LeCun, and Yoshua Bengio kept working through the 1990s and 2000s when the mainstream AI community had moved on. What they were doing was not, it should be noted, particularly brain-like. Backpropagation is not how biological neurons actually learn. Artificial neural networks use continuous-valued weights updated via calculus; biological neurons operate through spike timing, neuromodulators, and mechanisms we still don’t fully understand.
Here is the important thing: modern deep learning works well not because it accurately models the brain, but because it turned out that certain mathematical properties — universal approximation, gradient-based optimization, distributed representations — are useful for learning patterns from data. The brain metaphor provided rough inspiration, then mostly got in the way. The actual insights were mathematical.
What the brain-computer metaphor cost the field was roughly thirty years of investment in symbolic AI that didn’t scale, and the social cost of AI winters that damaged the careers of people who kept working on connectionist approaches during the lean years. Funding flows toward consensus paradigms. When the consensus paradigm is wrong, funding flows toward wrong approaches. The researchers who kept working on neural networks in the 1990s did so often without major grants, often at institutions that weren’t the prestige centers of AI research.
Geoffrey Hinton has estimated that the neural network approach was set back by approximately fifteen years due to the hostile reception of connectionism in the 1980s AI community — which was itself a direct consequence of how deeply the field had committed to the symbolic paradigm. Fifteen years is not a footnote. Given the acceleration of AI capabilities that began around 2012 with AlexNet, fifteen years earlier would have placed transformative AI capabilities in the mid-to-late 1990s. A different world.
The metaphor also distorted cognitive science in parallel. If the brain is a computer, then human cognition should be explicable as symbol manipulation — which led to decades of cognitive science research structured around information processing models of the mind. Some of this was productive. Most of it was building elegant formal models that couldn’t predict anything interesting about how humans actually behave in ambiguous or emotionally salient situations. The field of cognitive psychology spent enormous effort on box-and-arrow diagrams of information processing — sensory store, short-term memory, long-term memory, executive control — that looked scientific and weren’t especially predictive.
The cognitive revolution’s signal achievement — recognizing that behavior couldn’t be fully explained by behaviorism alone, that internal representations mattered — got tangled with the computer metaphor in ways that confused “representation” (a real phenomenon) with “formal symbolic representation” (a specific and often wrong claim about how representations work).
Neuroscience itself, once it had the tools to actually study neural activity directly — functional MRI, electrophysiology at scale, eventually optogenetics — found a brain that looked nothing like the symbolic AI picture. The brain doesn’t have modules that cleanly separate perception, memory, and reasoning. It doesn’t have a working memory buffer with a fixed capacity that you read and write to. It has densely interconnected regions that participate in multiple functions simultaneously, with activity patterns that are high-dimensional, context-dependent, and in many cases only interpretable statistically across many trials. The tools that helped us understand what the brain actually does arrived after the metaphor had already done its damage.
So what’s the right metaphor?
There isn’t one — which is the honest answer and also the productive one. The brain is a biological organ that evolved under selection pressure for reproductive fitness, not a general-purpose reasoning device. It’s good at certain things (face recognition, social inference, physical navigation) and notably bad at others (formal logic, large number arithmetic, avoiding cognitive biases under pressure). Modern AI systems are good at some things the brain is good at (pattern recognition) and terrible at things the brain handles easily (common sense, generalization from few examples).
The current temptation is to replace the brain-computer metaphor with a different metaphor: the brain as a large language model, or the brain as a transformer, or the brain as some other ML architecture. This is the same mistake in reverse. Interpretability researchers who study what’s happening inside LLMs occasionally find structures that resemble what neuroscientists have observed in biological circuits — linear representations of certain concepts, something like attention mechanisms — but “resembles” is doing a lot of work in those comparisons. We don’t understand LLMs well enough to use them as explanatory frameworks for brains we understand even less.
The useful frame isn’t a metaphor. It’s a question: what mathematical structure, trained on what data, with what objective function, produces behavior useful for this specific problem? That framing is less romantic than “artificial minds” but it’s more accurate and more actionable. The practitioners who resist the pull of grand metaphors — who ask what works and why, rather than what the mind is “really like” — tend to make more progress.
The brain-computer metaphor had one lasting positive contribution: it made AI researchers ambitious. It suggested that general intelligence was achievable in principle, that the gap between computers and minds was a matter of engineering rather than kind. That ambition drove investment and attracted talent. The metaphor was wrong about the mechanism, but it was probably right about the destination.
Whether we’ll actually reach it is not a question the metaphor can answer. Neither can the math, yet. But the math is at least asking the right questions, which is more than the metaphor could say.



