Wavelength
Glossary

Plain-language definitions — no jargon for jargon's sake.

All terms
Industry

Stochastic Parrot

A critical framing of LLMs as systems that produce statistically plausible text without genuine understanding, coined in a 2021 paper arguing the risks of large language models were being underestimated.

A stochastic parrot is a language model that generates fluent, convincing text by stitching together statistical patterns from its training data — without understanding any of it. The output can sound expert while being nothing more than high-probability word sequences.

The term comes from Bender et al.'s 2021 paper "On the Dangers of Stochastic Parrots," which argued that LLMs are pattern-matching engines and that the risks of scaling them were being underestimated. The paper became a flashpoint partly because Google fired two of its co-authors, igniting debate over machine intelligence safety and corporate research independence.

Whether you accept the framing or not, it's a useful corrective against treating model output as inherently trustworthy. LLMs produce text that looks right. Looking right and being right are different problems, and the gap is where production failures live — hallucinations, confidently wrong recommendations, fabricated citations. Teams that deploy machine intelligence successfully build verification into the pipeline and treat model output as a draft, not a source of truth.

Critics of the framing, including many working on emergent capabilities, argue it undersells what large models can demonstrably do. That's fair. The philosophy isn't settled; the engineering lesson is. Build systems that assume the model will be wrong sometimes, and you'll be fine either way.