SYNTHESIS NOTE
TopicsLinguistics, NLP, NLUthis note

Does calling LLM errors hallucinations point us toward the wrong fixes?

Explores whether the metaphor of 'hallucination' for LLM errors misdirects our efforts. The terminology we choose shapes which interventions we prioritize and how we conceptualize the underlying problem.

Synthesis note · 2026-02-21 · sourced from Linguistics, NLP, NLU
What kind of thing is an LLM really? How do you navigate synthesis across fragmented research topics?

Post angle: The word "hallucination" for LLM errors is not just imprecise — it's actively misleading in a way that shapes what we try to fix.

Hallucination is a perceptual phenomenon: you perceive something that isn't there. The fix is better perception — better access to ground truth, better verification against sensory experience. If LLMs "hallucinate," the solution is to ground them better: give them access to real-time data, retrieval-augmented generation, external verification.

But this is the wrong frame. LLMs don't perceive. They generate. The process that produces a true statement is identical to the process that produces a false one. Both are statistical pattern completions from training data. There is no internal mechanism that would allow a correctly-grounded output to be distinguished from a fabricated one, because neither is "grounded" in the sense that perception is.

"Confabulation" — the other common term — imports psychology. Confabulation is a memory compensation mechanism: producing plausible narratives to fill gaps in functioning memory, typically associated with neurological conditions. LLMs don't have functioning memory with gaps. They have trained weights that produce outputs.

"Fabrication" is more honest: generating text without grounding in shared context or world experience, where the generative process is the same regardless of output accuracy. This reframes the problem correctly: the issue is not detection of bad outputs from good ones, but the absence of grounding that would make any output verifiable.

The practical difference: "hallucination" points toward better grounding at inference time. "Fabrication" points toward verification systems, calibrated uncertainty, and use case design that doesn't require reliability without verification infrastructure.

Inquiring lines that read this note 27

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Do accurate-looking LLM outputs hide structural failures in learning and reasoning? Can language model hallucination be prevented or only managed? Why do multi-turn conversations degrade AI intent and coherence? How should models express uncertainty rather than forced confident answers? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? How does AI adoption affect human skill development and labor equality? Why do LLM chatbots fail as independent therapeutic agents? What critical LLM failures do standard benchmarks hide?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
15 direct connections · 126 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

llms are fabricators not hallucinators — why terminology shapes how we fix ai