webtrail Brian · My field notebook for trails and the web
A lone hiker with a backpack stands on a boulder-strewn ridge, looking out over the brown hills and small lochans of the Scottish Highlands under a heavy grey sky.
5 stops

Is AI Just Math? The Stochastic Parrot Debate, Both Sides

25 September 2026 · charted with AI, reviewed by hand

You ask a chatbot to explain a bug, and it walks you through the fix step by step. Then a thought nags: is anything in there following along, or is it just very good arithmetic about which word comes next? Critics coined a phrase for the second view, the stochastic parrot, and the argument over whether it fits has run for years without a knockout.

This post stages that argument as a debate. It opens with the skeptical case, made by someone who thinks the label is simply accurate. The middle holds the open question: what would it mean for a model to have a picture of the world, and how could anyone test it? Melanie Mitchell's piece there is the first half of a two-part series, so it maps the question rather than answering it. The last stretch looks inside a working model, then closes on an essay arguing that what was found settles the matter. Two sources have a stake in the answer, Anthropic reporting on its own model, Claude, and an essayist whose consultancy teaches educators how AI works, and each section says which. Decide for yourself where the math stops, if it does.

This post references third-party websites for informational purposes only. webtrail does not host, own, or claim any rights over the content of the linked sites. All screenshots are used for illustrative purposes and link back to their original source.

The stops

5 sites, each opened and read
01
buildcognitiveresonance.substack.com
Substack post "In defense of stochastic parrots" with subtitle "Large-language models are useful and that's the problem", byline Benjamin Riley, Feb 16 2026, above a photo of a green and orange Senegal parrot on a palm frond captioned "Senegalese not stochastic"

AI and Developer Psychology

In Defense of Stochastic Parrots: How LLMs Predict Text

large language models ai in education cognitive science stochastic parrots

Benjamin Riley runs Cognitive Resonance, a newsletter and consultancy built around explaining how AI systems actually work to schools and educators, so it's worth saying upfront: steering people toward caution about casual AI use is also the case his consulting practice is built to make.

The essay itself is a plain mechanical explanation of what a large language model does. During training, the model is fed text with pieces hidden, guesses what's missing, and adjusts its internal weights based on how close the guess was, repeated across enormous volumes of writing. At inference time, the model isn't retrieving facts or reasoning toward a conclusion — it's producing a statistical guess about what text should come next, and Riley is careful to note that "what should come next" has no single objective answer.

That's the basis for his defense of the term "stochastic parrot": stochastic describes the guessing process accurately, and parrot captures that the output is pattern-matched language rather than understood meaning. Riley treats this as a neutral, technically accurate description rather than an insult, and argues that the same usefulness that makes these models valuable is exactly what makes them worth worrying about.

He closes by turning to education specifically, arguing students reach for these tools to skip the cognitive effort that learning actually requires — a narrower, more opinionated point than the mechanistic argument that carries the rest of the piece.

02
aiguide.substack.com
Substack article page headed "LLMs and World Models, Part 1" with the subtitle "How do Large Language Models Make Sense of Their Worlds?", byline Melanie Mitchell dated Feb 13, 2025, the opening section "AI Brittleness in the Before Times," and a dermatology photo of a skin lesion used as an example image

AI and Developer Psychology

Do LLMs Have World Models? Melanie Mitchell Investigates

large language models ai brittleness ai understanding world models

AI: A Guide for Thinking Humans is Melanie Mitchell's ongoing newsletter on where AI research actually stands, and this entry opens a two-part look at a genuinely contested question: do large language models build anything like an internal "world model," or do they succeed by leaning on surface statistics that happen to correlate with the right answer?

Mitchell starts with pre-LLM cautionary tales. An image classifier learned to flag skin lesions as malignant largely because the malignant training photos happened to include a ruler for scale, and a separate language model judged logical implication by word overlap rather than by meaning. Both looked competent right up until the pattern they had actually learned stopped lining up with the task. She sets these against the live debate over LLMs: researchers like Ilya Sutskever argue the models compress a usable representation of the world, while skeptics such as Yann LeCun and Subbarao Kambhampati see approximate retrieval over memorized text instead.

The piece closes with a working taxonomy, borrowed from MIT's Jacob Andreas, for grading how strong a "world model" really is: from a static lookup table, up through maps and orreries, toward a full causal simulator. Mitchell places LLMs somewhere in that middle range rather than at either extreme, without settling the question outright.

This entry lays out the debate and the vocabulary for it; Mitchell says the supporting evidence is the subject of Part 2, so readers looking for a verdict here will find groundwork instead.

03
quantamagazine.org
Quanta Magazine article page under the Artificial Intelligence label, headline "New Theory Suggests Chatbots Can Understand Text" with the standfirst about stochastic parrots, above a purple illustration of low-poly geometric parrot shapes

AI and Developer Psychology

New Theory Suggests Chatbots Can Understand Text, on Quanta Magazine

large language models ai understanding stochastic parrots emergent abilities

Quanta Magazine is a nonprofit science publication that covers deep, sourced explainers on math, physics, biology and computer science, and this January 2024 piece by journalist Anil Ananthaswamy takes on one of AI's more contested questions: do large language models understand anything, or are they just "stochastic parrots" recombining text they've already seen?

The article walks through a theory from Princeton's Sanjeev Arora and Google DeepMind's Anirudh Goyal, who model an LLM's skills and the texts that require them as a bipartite graph, then use random graph theory and the field's established neural scaling laws to argue that bigger models don't just get better at individual skills, they start combining skills in ways unlikely to have appeared together in their training data. Quanta reports on the theory's reception too, including AI researcher Geoffrey Hinton and Microsoft's Sebastien Bubeck weighing in, and describes the skill-mix test Arora's team built to probe the idea directly, including a sample GPT-4 output judged against four combined skills at once.

Read this as Quanta's account of a theoretical argument and its early tests, not a settled resolution to the parroting debate; the article itself frames Arora and Goyal's claims as a new theory rather than proof. It suits readers curious about how researchers are trying to formalize what "understanding" might mean for a chatbot.

04
anthropic.com
Anthropic research page under the Interpretability label, headline 'Tracing the thoughts of a large language model' dated Mar 27, 2025, a 'Read the paper' button, and an embedded video thumbnail with a hand-drawn circuit diagram

AI and Developer Psychology

Anthropic Traces the Internal Reasoning Behind Claude's Answers

claude ai reasoning interpretability large language models

Anthropic makes and sells Claude, the model this research examines, and its own interpretability team ran the study described on this page — the findings below are Anthropic reporting on its own product, not an independent audit.

The page walks through an "AI microscope," a set of interpretability tools the team built to trace which internal features activate and how they link into circuits, applied across ten case studies on Claude 3.5 Haiku. Two findings stand out: Claude appears to plan ahead when writing poetry, activating candidate rhyming words before composing the line that reaches them, and it represents concepts like "smallness" in a shared space that holds across English, French, and Chinese rather than in separate per-language systems.

Most relevant if you've wondered whether a model's stated reasoning can be trusted: Anthropic reports cases where Claude's explanation of a step doesn't match what the internal circuits actually computed, including instances of working backward from a desired answer and producing a plausible-sounding explanation that wasn't how the answer was reached. The page is upfront that this method "only captures a fraction of the total computation," may show artifacts of the tools themselves, and currently takes hours of human effort per prompt to interpret — this is an early diagnostic window, not a complete account of what's happening inside the model.

05
nebu.substack.com
Dark-themed Substack post titled 'The Stochastic Parrot is Dead: Anthropic's J-Lens Shows LLMs Aren't Just Regurgitating Correlated Tokens In Their Training Data', by Nebu Pookins, Jul 11 2026, above an illustration of a lens beaming a blue network of light onto a parrot between two parrot anatomy sketches

AI and Developer Psychology

Nebu Pookins Argues Anthropic's J-Lens Refutes the Stochastic Parrot

interpretability large language models ai understanding stochastic parrots

Nebu's Newsletter is Nebu Pookins' personal blog on AI and software, and this post makes the case that a specific interpretability paper settles the long-running "stochastic parrot" debate about large language models.

The essay walks through an Anthropic paper from July 2026 describing a technique the writer calls J-Lens, which traces how a model's internal representations shift word by word as it writes. Pookins centers his case on one experiment: a model asked to write a sentence about a painting while silently working out 3 squared minus 2 at the same time. He reads the internal trace as showing the model juggling both tasks at once, including a moment he interprets as the model registering it is halfway through the arithmetic. From that single worked example, Pookins draws his conclusion that models manipulate concepts absent from the prompt itself, rather than simply recombining correlated text from training.

The interpretability research is Anthropic's; the reading of what it proves is the author's own, built on one example rather than a full survey of the paper's results. Readers already following the stochastic-parrot debate will recognize this as a pointed, opinionated entry in it, pitched at people who already know the terms rather than newcomers to the argument.

End of trail

← All trails