Skip to main content All posts

The Strong Stochastic Parrots Claim Is Dead.

A lot of the public argument about LLMs is still being fought with 2021 categories. The strongest version of the parrots claim does not survive the evidence we have now. The caution it introduced still matters. The empirical description does not.

The phrase stochastic parrots did useful work. It forced people to separate fluent output from actual evidence. It pushed back against anthropomorphism. It made journalists, founders, and researchers spell out what they meant by understanding instead of smuggling it in through vibes.

What it does not do anymore is describe the strongest version of the empirical case. If the claim is that language models only manipulate surface form, with no causally relevant internal structure, then four years of mechanistic interpretability has moved us past that. Not to “the models are people.” Not to “the models fully understand the world.” Just past the narrower claim that there is nothing inside except statistical mimicry.

The cleanest way to say it is this: the strong parrots claim is dead, but the calibration warning survives. Three evidence lines matter here. First, models can build internal world representations that are causally involved in their behavior. Second, attention can implement optimization-like procedures rather than mere lookup. Third, researchers have identified concrete circuits doing identifiable algorithmic work.

What exactly is being rejected.

The original Bender et al. critique bundled several concerns together: social harms, environmental cost, bias, anthropomorphization, and a technical claim about what these systems are doing. Those concerns should not be collapsed into one judgment call. This article is about the technical slice only.

The version under pressure is the strong one: that a model can produce convincing text purely by recombining surface statistics, without building structured internal representations that matter to the computation. That framing was always falsifiable. If a model develops latent structure that was not given to it directly, and if editing that structure predictably changes behavior, then “just surface form” stops being the right description.

The real update is not that LLMs became magical. It is that “just a parrot” stopped being precise enough to survive causal evidence.

Evidence line one: causal world models.

Othello-GPT is the easiest place to start because the experiment is so concrete. Train a GPT model only on legal Othello move sequences. Do not show it a board. Do not supervise it on board state. Ask it only to predict the next move. Li et al. showed that the model still develops an internal representation of the board state. That alone is already awkward for the strong parrots framing.

The more important step is the causal one. The researchers did not stop at probing activations and saying, “look, the hidden states correlate with the board.” They intervened on the representation. Change the internal board state and the model changes its move predictions in board-consistent ways. That is a very different class of evidence from a clever classifier sitting on top of opaque activations.

Neel Nanda’s follow-on mechanistic work sharpened the point by showing that the representation is linearly recoverable in roughly 128 of 512 residual-stream dimensions, not just hidden behind a baroque nonlinear probe. In plain English: the board is not a ghost artifact a probe managed to tease out. It is part of the model’s working state. The multi-model replication angle matters too. Follow-up replications across the GPT-2, T5, Mistral, Llama-2, and Qwen2.5 families have reported board-state grounding accuracy up to 99% across seven models. The Othello finding is no longer one quirky toy result people can wave away with “but that was a tiny contrived system.”

None of that proves human-like understanding. It proves something narrower and still consequential: next-token prediction can induce structured internal models that the network uses to compute. That is already enough to invalidate the strongest “nothing but surface statistics” story.

Evidence line two: in-context learning is not just retrieval theater.

The second line is less intuitive to explain at a dinner table, but it matters just as much. Dai et al. and Von Oswald et al. both argue, from different directions, that transformer attention can implement gradient-descent-like adaptation in context. The wording here matters. The careful claim is not that every deployed transformer literally runs textbook gradient descent in full generality. The important claim is that attention layers can implement optimization-like updates and that trained transformers show signatures consistent with that style of computation.

Why is that bad news for the parrots framing? Because optimization is not the same thing as replay. A lookup system retrieves. An optimizer updates an internal state in response to evidence. Once you accept that a transformer can do the second kind of work inside the forward pass, “it only matches patterns from the corpus” stops being an adequate summary.

This is also why few-shot behavior feels so different from naive autocomplete intuitions. The system is not merely finding the nearest memorized continuation. It can use the examples in context to induce a task pattern and then continue under that induced rule. That is still bounded, still error-prone, and still sensitive to formatting, as Format Is a Hyperparameter makes painfully clear. But bounded optimization is not the same computational story as parroting.

Evidence line three: identified circuits doing identified work.

The third line is what keeps the whole article from sounding philosophical. Mechanistic interpretability has spent years finding components that perform recognizable operations. Olsson et al. on induction heads is one of the classic examples: a specific two-layer attention mechanism that learns to continue repeated patterns. Wang et al. on indirect object identification pushes further by decomposing a multi-step behavior into a circuit of 26 attention heads in 7 functional classes — the most complete circuit-level reverse engineering of a language task to date.

This is the decisive style of evidence because it closes the gap between “the outputs look smart” and “here is a mechanism inside the network doing a particular kind of work.” Once you can ablate or trace a circuit and watch the behavior move with it, the claim that the model is only shuffling form becomes harder to defend.

There is a useful contrast here with early public discourse about LLMs. A lot of the debate was fought at the level of metaphors: parrot, autocomplete, simulator, mind. Circuit work is less poetic and much more useful. It replaces metaphor fights with questions like: what representation is present, where is it stored, which heads route it, and what happens when we intervene?

What this does not prove.

This is the part people usually rush past. Rejecting the strong parrots claim does not imply the triumphalist opposite. The evidence does not say models are conscious. It does not say they understand in the thick human sense. It does not say every good answer comes from a robust world model rather than a surface shortcut. In many tasks, surface statistics may still do plenty of the work.

It also does not erase the calibration warning. Bender’s critique still earns its place whenever someone treats polished language as proof of grounded understanding. It still matters when teams anthropomorphize systems they have not causally inspected. It still matters when capabilities are oversold from demos instead of measured with interventions. The calibration receipt is concrete: Sclar et al.’s 76-accuracy-point swing on Llama-2-13B from format alone is the clearest reminder that strong internal structure does not insulate a model from surface-form fragility. The world model is real. The fragility is also real.

If anything, the warning gets sharper once the systems are more capable. The models are not “just parrots,” but they are also not self-certifying interpreters of their own competence. That middle position is less memeable than either pole, which is why the public debate keeps snapping back to slogans.

The charitable correction.

The best version of the parrots critique was always a demand for evidence. On that front it won. The field now talks much more carefully about what kinds of claims require what kinds of proof. A benchmark score is one thing. A probe is better. A causal intervention is better than that. A replicated mechanistic story is better still.

That progression is healthy, and it is one reason the public conversation is lagging the research conversation. The old slogan stuck, but the evidentiary standard it encouraged kept doing work underneath it. That work eventually weakened the slogan itself.

Question The strong parrots answer What the evidence now supports
Do models build internal structure? No, only surface correlations Yes, in at least some domains and tasks
Can that structure affect behavior causally? No Yes, as intervention work shows
Is next-token training limited to rote replay? Effectively yes No, it can induce optimization-like and circuit-based computation
Does this imply human-like understanding? No Still no

The practical verdict for 2026.

If you are writing about LLMs in 2026, the phrase to retire is “they are just predicting the next word” when it is used as if it settles the mechanism question by itself. Next-token prediction is the training objective. It is not a sufficient description of the internal computation that objective can induce.

The better sentence is uglier and more accurate: transformer language models learn structured internal representations and circuits through next-token training, but those structures are still partial, bounded, and easy to overinterpret. That sentence preserves both halves of the truth. It acknowledges the causal evidence against pure parroting, and it keeps the humility the original critique was trying to protect.

Generation isn’t a faculty — it’s what every faculty does. The label is a ghost.

If you want the architecture frame underneath this, read There Is No Code Mode. If you want a good example of why the calibration warning still matters, read Format Is a Hyperparameter. And if you want the long-context version of the same story, read Lost in the Middle Is Three Bugs.


Citations.

  1. Bender et al. (2021). On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? FAccT.
  2. Li et al. (2023). Emergent World Representations: Exploring a Sequence Model Trained on a Synthetic Task. ICLR. arXiv.
  3. Nanda et al. (2023). Actually, Othello-GPT Has A Linear Emergent World Representation. essay.
  4. Dai et al. (2023). Why Can GPT Learn In-Context? Language Models Secretly Perform Gradient Descent as Meta-Optimizers. arXiv.
  5. Von Oswald et al. (2023). Transformers Learn In-Context by Gradient Descent. ICML. arXiv.
  6. Olsson et al. (2022). In-Context Learning and Induction Heads. Transformer Circuits.
  7. Wang et al. (2023). Interpretability in the Wild: A Circuit for Indirect Object Identification in GPT-2 Small. ICLR. arXiv.
  8. Meng et al. (2022). Locating and Editing Factual Associations in GPT. NeurIPS. arXiv.
  9. Geva et al. (2021). Transformer Feed-Forward Layers Are Key-Value Memories. EMNLP. arXiv.
  10. Hase et al. (2023). Does Localization Inform Editing? Surprising Differences in Causal Perturbation-Based Localization vs. Knowledge Editing in Language Models. arXiv.
  11. Sclar et al. (2024). Quantifying Language Models' Sensitivity to Spurious Features in Prompt Design or: How I Learned to Start Worrying About Prompt Formatting. ICLR. OpenReview.

If your team is trying to separate “surface trick” from “real internal structure” in a model behavior, send a note through the contact form. That distinction is usually where evals get more useful and roadmap arguments get shorter.

Siddharth Jaiman

Co-founder of JAAX Labs. Builds and runs Sentinel, a live AI analytics product on Shopify. Writes about mechanistic evidence, eval design, and the practical difference between a strong demo and a strong claim.