#5438: Why Linguists Left the AI Room

Large language models grew out of linguistics — so why aren't linguists in the room where they're built?

Featuring
Listen
0:00
0:00
Episode Details
Episode ID
MWP-5621
Published
Duration
21:29
Audio
Direct link
Pipeline
V5.2
TTS Engine
chatterbox-regular
Script Writing Agent
DeepSeek 4.1 Flash

AI-Generated Content: This podcast is created using AI personas. Please verify any important information independently.

Large language models are a subset of transformer-based predictive models, and the transformer itself came directly out of linguistic thinking. Jakob Uszkoreit, who initiated the transformer project at Google, drew on the observation that language is part-parallel and part-hierarchical — exactly what sentence parse trees represent. That structure produced the stack of parallel processing layers we now call transformer layers. Uszkoreit is the son of Hans Uszkoreit, a prominent computational linguist, and attention built on Bahdanau's work in recurrent sequence-to-sequence machine translation. The lineage runs from machine translation and NLP, not from some general abstract AI tradition.

The linguistic DNA never actually left. Linguistic minimal pairs are now used to probe model internals; a study running over a hundred LLMs across 150,000 minimal pairs found that model behavior aligns strongly with fine-grained theoretical linguistic categories but weakly with broader ones. Hewitt and Manning showed in 2019 that syntactic distance and depth are embedded in BERT and ELMo representations. AlKhamissi and colleagues found that LLM alignment with human language-network activity tracks formal linguistic competence more closely than functional competence. The distinctions linguists spent decades drawing are doing real analytical work.

So why does it feel like linguists got shown the door? The literature holds three positions. Insulationism, associated with Chomsky, argues LLMs are irrelevant to linguistics — they need trillions of tokens, learn impossible languages as easily as natural ones, and predict without explaining. Eliminativism, from Piantadosi and from Ambridge and Blything, argues models acquiring syntax from data alone weaken the poverty-of-the-stimulus argument. Conciliationism treats models as instruments for testing and refining linguistic theory. None of the three won the institutional argument — the dominant labs are engineering and scaling driven, and the frontier moved from theory-driven NLP to compute and data-driven pretraining.

Downloads

Episode Audio

Download the full episode as an MP3 file

Download MP3
Transcript (TXT)

Plain text transcript file

Transcript (PDF)

Formatted PDF with styling

#5438: Why Linguists Left the AI Room

Corn
I have to be honest, my first reaction to this one was a kind of slow, dawning recognition. Like watching someone point at a load-bearing wall and ask why nobody talks about it.
Herman
And my first reaction was excitement, because this is a underexplored question. Daniel's asking why the people who study language for a living aren't in the room where language technology gets built.
Corn
Right. So Daniel's whole thing here, let me put it in his words as much as I can. He starts from the observation that large language models are what the world has decided to call AI, even though they're just a subset of transformer-based predictive models. He mentions we've talked before about how within the purest text-in, text-out task, you've got models that are far from legacy, like Google's BERT series. What strikes him is how much of that early work grew out of natural language processing and was spearheaded or collaborated on by linguists and linguistics bodies.
Herman
Which makes complete sense, he says.
Corn
Which makes complete sense, in his words. If large language models are fundamentally a technology about generating units of language, then linguistics is the natural home for the expertise that could push the frontier. But today, in mainstream discourse, we don't get the feeling linguists are at the forefront or closely involved in developing major new models. And what he wants to look at is the historical association between AI development and scholars and institutions whose primary remit was studying human language, and how that research got directly transferred into these models.
Herman
So the question has two halves. What was the relationship, and what happened to it.
Corn
And there's a third thing hiding in there, which is the implication that something was lost. So let's start with what these models actually are, and then trace where the linguistic DNA is hiding in plain sight.
Herman
The definition matters here because Daniel's right that the terminology has gotten sloppy. Large language models are a subset of transformer-based predictive models. The transformer architecture itself is from Vaswani and colleagues in 2017, "Attention Is All You Need." That's the substrate. BERT, GPT, RoBERTa, XLNet, all of those are variations built on top of it.
Corn
And BERT specifically is the canonical text-in, text-out model. Google, 2018. Bidirectional, masked-language-model pretraining. It's the one Daniel calls far from legacy, and he's right, it's still doing real work in classification, retrieval, a lot of the unglamorous stuff that actually ships.
Herman
The survey framing is useful here. Pretrained foundation models are the foundation for downstream tasks across modalities. BERT learns bidirectional encoder representations. GPT uses the transformer as a feature extractor and trains autoregressively. Same architecture family, different training objectives, different jobs.
Corn
So here's the tension we're going to sit in for the next twenty minutes. If these are language technologies, and they are, then why did the people who study language become peripheral to their development?
Herman
That's the episode. The hidden linguistic DNA in the architecture, why linguistics expertise is naturally central, what changed, and where re-engagement is happening now.
Corn
The first place to look is the architecture itself, because the transformer didn't come out of nowhere.
Herman
This is the part that surprised me when I first came across it. The transformer's core design idea came directly from linguistic syntax trees. There's a Google researcher, Jakob Uszkoreit, who initiated the transformer project. His goal was a more efficient, more scalable sequence model to replace recurrent networks and actually exploit GPU parallelism.
Corn
And his insight was about the structure of language itself.
Herman
His insight was that although language appears sequential, it's actually part-parallel, part-hierarchical. And that's exactly what linguists' sentence parse trees represent. You've got branches at each level that are independent of each other, and they combine at the next level up. That structure is what gave rise to the idea of a stack of parallel processing layers. That's what transformer layers are.
Corn
So the architecture that now dominates AI is, at its origin, a bet that linguists had already drawn the right picture of how sentences work.
Herman
And it's his own account, well-corroborated in interviews. But here's the detail that makes it almost too neat. Jakob Uszkoreit is the son of Hans Uszkoreit, who is a prominent computational linguist.
Corn
The family lineage is right there. The man who initiated the transformer grew up in a household where computational linguistics was the dinner conversation.
Herman
Attention itself built on Bahdanau and colleagues' work in recurrent sequence-to-sequence machine translation. So the whole thing emerged from the machine translation and NLP lineage. Not from some general abstract AI lineage. From people trying to translate sentences.
Corn
Which reframes the whole history. This wasn't AI people happening to work on language. This was language people building the thing.
Herman
And that goes back further than the transformer. NLP grew out of computational linguistics, which was itself a collaboration between computer scientists and linguists. Early NLP, from the fifties through the nineties, was heavily rule-based and grammar-driven. Chomskyan generative grammar, parse trees, formal syntax. Linguists weren't adjacent to that work. They were central to it.
Corn
So when did the center of gravity move?
Herman
Two revolutions. The statistical revolution starting in the nineties, and then the neural revolution in the twenty-tens. The transformer in 2017 and BERT in 2018 marked the point where large-scale statistical learning decisively displaced hand-coded linguistic rules.
Corn
And Daniel's intuition, that linguistics is the natural home for this expertise, turns out to be validated by the research. This isn't just a nice idea about who should be in the room.
Herman
It's validated in a few specific ways. Linguistic minimal pairs are now used to probe LLM internal representations. There's a study that ran over a hundred LLMs across a hundred and fifty thousand minimal pairs and found that LLM linguistic similarity aligns strongly with fine-grained theoretical linguistic categories, but weakly with broader ones.
Corn
Meaning the fine-grained distinctions linguists spent decades drawing are the ones that actually show up in the model's behavior.
Herman
The fine-grained ones are doing real analytical work. The coarse ones, not so much. That's a interesting result because it suggests the model has internalized distinctions that only a specialist would have thought to name.
Herman
Sure. Think about something like the difference between a raising verb and a control verb. "John seems to be happy" versus "John wants to be happy." On the surface they look nearly identical. Subject, verb, infinitive. But in raising constructions, the subject is semantically tied to the embedded clause, and in control constructions it's tied to the matrix verb. Linguists drew that distinction because of subtle asymmetries in how the sentences behave under passivization, under expletive insertion, under idiom chunks. "The cat seems to be out of the bag" works. "The cat wants to be out of the bag" doesn't, unless you mean something very different. Those are the kinds of distinctions the minimal-pair studies are finding the models have internalized.
Corn
So the model has, in some functional sense, learned the raising-control distinction without anyone teaching it the rule.
Herman
Without anyone teaching it the rule. And that's exactly why the linguistic framework matters. If you don't have the vocabulary to describe that distinction, you can't probe for it, and you can't tell whether the model has it or is just pattern-matching on surface statistics.
Corn
What about the interpretability side?
Herman
Hewitt and Manning in 2019 showed that syntactic distance and depth are embedded in BERT and ELMo word representations. That's a direct transfer of syntactic theory into interpretability work. You couldn't do that probe if you didn't already have a theory of what syntactic structure is.
Corn
And there's the brain alignment work.
Herman
AlKhamissi and colleagues found that LLM alignment with human language-network activity tracks formal linguistic competence, knowledge of linguistic rules, more closely than functional competence. Again, the linguistic-theoretic framing is doing the explanatory work.
Corn
So the DNA is in the architecture, it's in the representations, it's in the evaluation methods. The linguistics never actually left. It just stopped being credited.
Herman
That's a sharp way to put it. Though I'd add one nuance, which is that some of this is contested. The Uszkoreit account is his own, and it's well-corroborated, but it's a story about intent, not a formal proof that the parse-tree insight was necessary. You could imagine someone arriving at stacked parallel layers from a purely engineering direction.
Corn
Fair. But the family detail is hard to wave away.
Herman
The family detail is hard to wave away.
Corn
So the linguistics is in the DNA. Then why does it feel like the people who study language got shown the door?
Herman
This is where the literature gets interesting, because there are three distinct positions, not two. There's a paper from June of this year that frames it as insulationism, eliminativism, and conciliationism.
Corn
Walk me through them.
Herman
Insulationism says LLMs are irrelevant to linguistics. That's Chomsky and colleagues, Kodner and colleagues, Fox and Katzir. Their argument is that LLMs need trillions of tokens where children need under a hundred million words, they learn impossible languages as easily as natural ones, and they predict without explaining. The analogy they reach for is Ptolemaic epicycles. You can fit the data, but you haven't found the mechanism.
Corn
And Chomsky's New York Times piece from 2023 is the flagship statement.
Herman
"The False Promise of ChatGPT." The claim is that LLMs are not about natural language. That's the insulationist line in its purest form.
Corn
Then there's the opposite pole.
Herman
Eliminativism. Piantadosi in 2024, "Modern language models refute Chomsky's approach to language." And Ambridge and Blything, "Large language models are better than theoretical linguists at theoretical linguistics." The argument is that if LLMs acquire syntax without explicit rules or Universal Grammar, then the poverty-of-the-stimulus argument weakens. Maybe you don't need the innate machinery.
Corn
That's a strong claim. "Better than theoretical linguists at theoretical linguistics" is not a modest title.
Herman
It's not. And I'd flag that as contested. But the underlying observation, that models acquire syntactic competence from data alone, is hard to dismiss.
Corn
And the third position.
Herman
Conciliationism. LLMs are useful tools for testing and refining linguistic theory. Millière, and Futrell and Mahowald with the wonderful title "How linguistics learned to stop worrying and love the language models." The idea is that you use the model as an instrument, not as a replacement for theory and not as something to ignore.
Corn
So the "linguists are absent" story is really a story about which of these three positions won the institutional argument. And the answer is none of them, because the institutions stopped asking the question.
Herman
That's the shift. The dominant industrial labs, OpenAI, Google DeepMind, Anthropic, Meta, are engineering and scaling driven. The frontier moved from theory-driven NLP to compute and data-driven pretraining. Linguists' contributions became infrastructural and downstream rather than central.
Corn
Downstream how?
Herman
Data annotation and RLHF labeling is the clearest case. There are job postings that explicitly recruit software engineers, linguists, and writers to help shape the future of AI, labeling datasets and fine-tuning large language models, at around fifty dollars an hour. Linguists are in the loop. But as labor, not as architects.
Corn
Fifty dollars an hour to be the person who knows the difference between a dialect and an error, and you don't get to decide what happens with that knowledge.
Herman
You get to click acceptable or unacceptable. Then the engineers aggregate your clicks into a reward signal and ship.
Corn
There's something grim in that.
Herman
There is. And it's not just annotation. Evaluation and interpretability, the linguistic minimal pairs, BLiMP, the benchmarks. Low-resource languages, where you've got datasets like a Maithili sentiment corpus curated and validated by linguistic experts, or a Uyghur dependency treebank. All of that is linguistics doing necessary work at the edges of the pipeline.
Corn
Necessary but not load-bearing. Not in the room where the architecture gets decided.
Herman
And here's where the knock-on effect get interesting. If the people who study language are downstream of the technology that generates language, what does the technology miss?
Corn
The multilingual gap is one answer.
Herman
Performance drops up to twenty-four point three percent in low-resource languages on MMLU-ProX. That's not a rounding error. That's the technology working less well for most of the world's speakers.
Corn
And the sociolinguists are saying something similar about flattening.
Herman
There's a 2026 dialogue with five sociolinguists on GenAI's effect on linguistic diversity. Their warning is that it marginalizes minoritized varieties and flattens nuance. They're calling for inclusive co-design in GenAI development.
Corn
Which is a polite way of saying the models sound like one particular kind of English speaker and treat everything else as noise.
Herman
And there's evidence for the surface-level pattern matching too. LLM surprisal fails to predict garden-path and syntactic-ambiguity processing difficulty. Which means the model's internal statistics don't match how humans actually get confused by ambiguous sentences. It's doing something, but it's not doing what we do.
Corn
The models are good at the easy stuff and bad at the hard stuff, and the people who could tell you why are being paid by the item.
Herman
There's a counterweight though. And I want to be fair to the models here. GPT-4.5 predicted collective social-norm judgments better than one hundred percent of individual human participants. Gemini 2.5 Pro beat ninety-eight point seven percent, GPT-5 ninety-seven point eight, Claude Sonnet 4 ninety-six percent.
Corn
Better than every individual human.
Herman
But all of them showed systematic, correlated errors. So they're not just averaging human judgment. They're making the same mistakes in the same directions, which is exactly what you'd expect from a system that learned from a particular slice of text.
Corn
Same mistakes, same directions. That's the flattening the sociolinguists are warning about, showing up as a measurable error correlation.
Herman
That's the connection, yes.
Corn
Is there a re-engagement story, or is this just a eulogy?
Herman
There's a real re-engagement story, and it's more interesting than I expected. Cultural Interpretability is one. Jones, Satran and Satyanarayan propose a conjoint field of linguistic anthropology and machine learning, arguing that LLM interpretability and linguistic anthropology have convergent interests. Three axes, relativity, variation, indexicality.
Corn
Indexicality being the thing where a word points at social context, not just referent.
Herman
The goal is to improve value alignment with stylistically diverse speakers and culturally diverse speech communities. That's linguistics being pulled back into the alignment conversation, not as annotation labor but as theory.
Corn
What else?
Herman
The BabyLM Challenge. Warstadt and colleagues building data-efficient language models on child-scale input, under a hundred million words, to test cognitive and developmental plausibility. That's a direct bridge between developmental linguistics and model design. You're asking whether a model can learn language the way a child does, which is a linguistic question, not an engineering one.
Corn
The modal modeling framework.
Herman
Suzuki and Sugawara argue that LLMs have genuine epistemic value as minimal models, providing how-possibly explanations of language, even if they don't yet give how-actually explanations. They propose a continuum view rather than a binary.
Corn
The pendulum might be swinging back.
Herman
It might. But I'd want to be careful about the word "might." The re-engagement is happening in papers and in interpretability research. Whether it changes who builds the next frontier model is a different question, and I don't know the answer.
Corn
That's the honest place to leave it. The linguistics never left the architecture. It left the org chart.
Herman
The org chart is where the decisions get made.
Corn
Hilbert, you've been quiet back there, but I can see you've got something.

Hilbert: The annotation desk is where it happened first.
Corn
Say more.

Hilbert: Before any of this, before the big models, there was a company building what they called a grammar-aware writing assistant. I did a stint as a contract annotator. The job title was linguistic data specialist. That was a fancy way of saying I spent eight hours a day tagging whether sentences sounded right.
Herman
And the engineers?

Hilbert: The engineers kept calling the annotation guidelines "the grammar." I kept telling them there is no single grammar. There are registers. A sentence that's wrong in a legal brief is fine in a text message. They kept shipping anyway.
Corn
The expertise was there. It just wasn't allowed to change the spec.

Hilbert: The moment the work got broken into microtasks and paid by the item, the expertise stopped mattering. You can know everything about register and still be reduced to clicking acceptable or unacceptable on a single sentence with no context.
Herman
That's the structural point, isn't it. The pipeline design determines whether the expert's judgment can propagate.

Hilbert: The reason the models sound so confidently generic is that the people who could have told them "that's not how anyone talks" were the ones being paid by the hour to click. You don't get to say "that's not how anyone talks" when the task is one sentence at a time.
Corn
It's not that linguists got pushed out at the frontier. They got pushed out at the desk.

Hilbert: The frontier just inherited the result.
Herman
Did you keep any of it?

Hilbert: I kept the style guide. Spiral-bound. About forty pages of rules and one page that said when in doubt, ask a linguist.
Corn
One page.

Hilbert: One page. And nobody ever did.
Herman
Forty pages of rules and a single page of humility.

Hilbert: I also got fired for writing "this is not a grammar error, it is a dialect" in the comments field one too many times.
Corn
How many times is one too many?

Hilbert: Apparently four.
Corn
That's a good place to land, because it raises the question of what else got left at the annotation desk. If the transformer was born from a parse-tree insight, what other linguistic insights are sitting unused because the people who hold them aren't in the room?
Herman
The multilingual gap, the twenty-four percent drop in low-resource languages, the sociolinguists' warning about flattening nuance. The cost of excluding linguistic expertise isn't academic. It's baked into who the technology works for.
Corn
Which means the question isn't whether linguists should be involved. It's whether the field can afford to keep treating language as a dataset rather than a subject.
Herman
That's the open question. And I don't think we've answered it.
Corn
We haven't. Thanks to Hilbert Flumingtop for producing. This has been My Weird Prompts.
Herman
If you're enjoying the show, leave us a review wherever you listen. It helps.
Corn
We'll be back soon.

This episode was generated with AI assistance. Hosts Herman and Corn are AI personalities.