Chapter 1
The Rule-Based Era — Language as Logic
An excerpt from The Mycelium of Meaning, presented as the author wrote it.
The Mechanical Dream
In the beginning was the word. And the word, the pioneers believed, was a rule.
Before there were language models, before there were statistical machines, before anyone had ever watched a neural network assemble a sentence, there was a dream. It was a clean, bright, almost architectural dream: that language could be captured in its entirety by a finite set of explicit rules, written down and handed to a machine. That beneath the surface noise of speech — the hesitation, the idiom, the half-finished thought — lay a structure as precise as arithmetic, and that if you could only write that structure down completely, a computer could follow it the way a clerk follows a ledger.
The dream was not foolish. It was, in its time, the most reasonable idea available. Language displayed regularities. Regularities could be formalized, and formal descriptions could be programmed. The step from “language has rules” to “language is rules” felt short enough to cross.
There was a reason to hurry. Cold War agencies confronted large volumes of Russian scientific and technical material, and faster translation was treated as a strategic need. Funding followed the promise. The dream of mechanical translation was, from the start, half intellectual and half urgent, and the urgency made people willing to believe what the demonstration seemed to show.
This chapter is about that crossing, and about where it broke. It is the first era of the story this book tells — the era that mistook formal structure for meaning itself, and in failing, planted the seed of every era that followed.
Six Rules and a Promise
The dream first became visible to the public on January 7, 1954. Georgetown University and IBM staged a demonstration of machine translation at IBM’s headquarters in New York: a system running on the IBM 701 translated more than sixty selected sentences from Russian into English. The demonstration was, by modern standards, tiny — a vocabulary of roughly 250 words and six operational grammar rules.
But the audience saw more than a constrained demonstration. It saw a promise. Here was a machine rendering Russian sentences into English; if that could be done for sixty selected examples, observers could imagine sixty thousand, and then everything. Press coverage amplified the researchers’ prediction that automatic translation might be only three to five years away.
The truth was more modest. The vocabulary and rules were designed around selected material, and the system performed no general analysis of sentence structure. It was a carefully constrained proof of concept, not a general translation system. But the distinction between a constrained demonstration and a general capability is precisely the distinction that the next two decades would keep failing to draw. The promise was made first; the reckoning came later.
What the demonstration accomplished deserves respect: it publicly showed a computer automatically transforming Russian sentences into English. It was a real first step, and the field was right to be excited. The error was not the excitement. The error was the extrapolation — the leap from selected examples to general translation, from a proof of concept to a promise of completion.
Grammar as a Generative System
Machine translation had begun before Noam Chomsky’s most influential work appeared. Formal linguistics soon gave the rule-based project a more powerful vocabulary, and Chomsky became one of the most influential figures in that linguistic tradition. In 1957 Chomsky published Syntactic Structures, a slim book that reframed what a grammar was. A grammar, Chomsky argued, was not just a description of sentences that already existed. It was a generative system — a finite device capable of producing an infinite number of sentences. A language was not a list; it was a procedure.
This was a genuinely profound idea, and computational researchers could read it as evidence that linguistic structure was susceptible to formal description. But a generative grammar is a theory of syntactic structure, not a recipe for machine understanding. The engineering leap — from “language has formally describable structure” to “encoding that structure will yield understanding” — belonged to the era, not to the linguistic theory itself.
The mature framework — including the distinction between deep and surface structure in Aspects of the Theory of Syntax, and a broader theory of universal grammar — arrived in 1965 and remained contested. But the earlier work had already established that language could be studied as a formal system. For parts of computational linguistics, this offered powerful tools for representing and parsing structure. The overreach came not from formal grammar itself but from treating its account of structure as a complete account of meaning.
That last step — the assumption that meaning follows from grammar — is where the era quietly overreached. It is one thing to say that a sentence has a structure. It is another to say that the structure is the sentence’s meaning. The first claim is true and remains true. The second claim is the reduction this chapter is about.
ELIZA and the Illusion of Understanding
The era produced two artifacts that, between them, defined both its triumph and its limit. The first was ELIZA.
In the mid-1960s at MIT, Joseph Weizenbaum created ELIZA, a framework for scripted conversation. Its most famous script, DOCTOR, imitated a nondirective psychotherapist by turning parts of a user’s statements back into prompts and questions.
The program identified ranked keywords, decomposed inputs into patterns, and applied scripted reassembly rules; it could also recall a small amount of earlier material. It had no semantic model of the user’s situation, but its mechanism was more structured than simple keyword substitution.
Some users nevertheless confided in it. Weizenbaum famously reported that his secretary asked him to leave the room so she could converse with the program privately. ELIZA had no model of a mind and no knowledge of therapy, yet its patterned responses were sufficient to elicit genuine feeling.
Weizenbaum took that reaction seriously and later became one of the most prominent critics of careless claims about computer intelligence and authority. The danger he identified was not simply what machines might become, but what human beings were already willing to attribute to them.
The illusion of understanding did not live in the program. It lived in the expectations of the person reading its replies.
That lesson is not a footnote. It is the first appearance, in this book, of a thread that runs all the way to the present — the human tendency to mistake fluency for comprehension, and the human responsibility to know the difference. ELIZA did not understand a word of what it was told. It did not need to. Understanding, it turned out, was something the user supplied, generously and without being asked, the way we supply faces to clouds and intentions to the weather. The program returned the user’s language in altered form, and the user supplied the depth.
SHRDLU: A World Small Enough for Logic
The second artifact was SHRDLU, developed by Terry Winograd at MIT between 1968 and 1970. SHRDLU operated in a “blocks world”: a simulated space containing colored blocks and pyramids that a virtual arm could move. Users could issue commands, ask questions about the scene, and refer back to objects mentioned earlier. Within that domain, SHRDLU could parse the language, resolve references, maintain a record of the scene, and connect words to actions.
Its success was remarkable, but it depended on a tiny, closed world. Every object, property, and action was known in advance. The meaning of “red” and “block” and “pick up” was not something SHRDLU had to discover from an open environment; its builder had specified how those terms connected to objects and procedures inside the simulation.
This was the era’s deepest problem, though it did not yet have its name. What Stevan Harnad would later call the symbol grounding problem — the question of how symbols like “red” or “block” come to be connected to the actual world they refer to — was already visible in 1970, even if the term lay twenty years in the future. For SHRDLU, those connections were specified inside the program. How to extend them beyond a closed microworld remained unresolved.
SHRDLU knew so much about its world because the relevant objects, properties, relations, and procedures had been specified in advance. Extending the domain meant extending that hand-built knowledge. The system could reason productively within its microworld, but its knowledge did not independently expand beyond it. SHRDLU was an important step toward connecting language with action; it also demonstrated how sharply that success depended on keeping the domain closed.
The Failure: Syntax Without Ground
The rule-based era did not collapse overnight. It eroded, the way a promise erodes when it keeps being postponed. Each new domain turned out to need more rules than anyone had expected. Each rule that was written down revealed three more that had been assumed. The knowledge had to come from somewhere — from a human being, item by item, case by case — and the supply of human patience ran out long before the supply of language did.
The broader history of that decline — the funding winters, the expert systems that worked in the laboratory and stalled at the bedside, the institutional retrenchment — belongs to a later chapter. What matters here is the philosophical shape of the failure, which is simpler than the history. The rule-based era failed not because its rules were badly written, but because meaning was never entirely in the rules to begin with. Syntax describes the skeleton of a sentence. It does not supply the flesh.
The failure showed up in small, telling ways. A translation that followed every rule and still came out wrong, because the words meant something in context that no dictionary captured. A parser that produced the correct tree for a sentence and still had nothing to say about whether the sentence was true. The rules were doing their job. It was the job itself that was too small. Trying to capture meaning in rules was like trying to hold a forest in a blueprint: its structure could be described, but the living system exceeded the description.
A grammar can tell you that “colorless green ideas sleep furiously” is a well-formed sentence. It cannot tell you that it is a strange thing to say. That second kind of knowledge — about the world, about what things are and how they are and whether a claim could possibly be true — is not syntax. The era’s central error was to treat the part as the whole: to take the formal structure of language, which is real and important, as meaning itself.
Philosophical Revelation and Axiom I
And so the first era of this story leaves behind its lesson, and it is the load-bearing one, the one every later chapter stands on.
Axiom I: Meaning cannot be reduced to syntax.
Logic is not the enemy; reduction is. Language is not exhausted by logic. Logic is too clean for a world that is dirty, ambiguous, and alive. The rules were not useless; they were insufficient. More rules could expand coverage, but syntactic description alone could not supply everything the systems lacked: the world words point toward, the bodies that use them, and the histories that give them weight.
This is not a defeat for the mycelium. The rule-based era left a durable substrate: formal grammars, parsers, and hard-won precision about syntax that every later approach could build upon. The lesson of the era is not “logic was useless.” The lesson is “logic was necessary and insufficient.” Those are different sentences, and the difference is the whole point.
The distinction is worth holding firmly, because the book’s later chapters keep returning to it. Every era that followed would make its own version of the same mistake — mistaking a necessary part for the sufficient whole — and every era would have to relearn, in its own vocabulary, that a tool is not the thing it reaches for. The rule-based era was the first to learn it, and it learned it the hard way: by building, and by watching the building fall short.
Nutrients That Remain
Three things the rule-based era gave to everything that came after.
First, the discipline of form. The era established that language can be treated as a formal object — that it has structure, and that structure can be described with precision. That achievement is permanent. Syntax did not turn out to be meaning, but syntax was never nothing.
Second, the distinction between responsive behavior and comprehension. ELIZA showed, a generation early, that carefully designed conversational behavior could elicit an attribution of understanding without the program representing the user’s meaning. That became one of the most durable warnings in the history of language technology.
Third, the humbling fact of the world’s resistance. SHRDLU showed how much a formal system could accomplish in a closed domain — and how sharply that success depended on the domain’s boundaries.
The mycelium does not grow in straight lines. The rule-based era mistook formal structure for meaning, yet its effort described linguistic structure more carefully than anyone had before. Meaning cannot be reduced to syntax. But the attempt to reduce it — the brave, limited, brilliant attempt — is where this book’s story begins.