The tendency of language models to produce confident false statements is frequently discussed as a defect to be fixed in the next version.

It's more accurately understood as arising from how these systems generate text, which changes what mitigation looks like.

Why it happens

A language model produces text by generating likely continuations. It has no separate store of verified facts and no mechanism for checking a claim against a source.

Everything it produces is generated the same way, whether the content happens to be accurate or not.

From the mechanism's perspective, a real citation and a fabricated one are the same kind of object — a plausible sequence of tokens matching the pattern of a citation.

Which is why fabrications look so convincing. They're generated by the same process that produces correct output, and they match the expected form precisely.

The characteristic pattern

Fabrication concentrates in predictable places.

Specific details. Numbers, dates, names, quotations, page references. Precisely the elements that carry a specific form the model has learned without having reliable content.

Sparse territory. Topics with limited training data. The model produces something plausible because that's what it does, and there's nothing to constrain it.

Under pressure to be complete. When asked for a specific number of items, or for a definitive answer, models fill the requested shape.

When contradicted. Pushing back frequently produces a revised answer that's equally confident and may be equally wrong, because the training that shaped behaviour rewarded agreeableness.

Why scaling doesn't solve it

Larger models trained on more data are more accurate, and they don't eliminate the phenomenon.

The reason is that the mechanism is unchanged. A better model has more reliable patterns to draw on, which reduces frequency; it still has no way to distinguish generating from recalling.

There's also a theoretical argument that some rate of error is unavoidable for a system that must produce output for arbitrary queries without the ability to abstain reliably.

Which suggests the goal should be management rather than elimination.

What reduces it

Retrieval. Supplying relevant source documents so the model is summarising provided material rather than generating from parameters.

This substantially improves factual reliability. It doesn't eliminate the problem — models can still misstate what a document says, or draw on parameters when the retrieved material is insufficient.

Tool use. Delegating to systems that are reliable: calculators for arithmetic, search for current information, databases for records.

Citation with verification. Requiring the model to cite sources, and then checking the citations. Note that citations themselves can be fabricated, so this only helps if the checking actually happens.

Constrained output. Restricting responses to a defined set, or requiring structured output validated against a schema.

Asking for uncertainty. Requesting explicit confidence, or asking what would need to be verified. Imperfect, since expressed confidence correlates imperfectly with accuracy, and better than nothing.

The verification problem

The practical difficulty in deployment.

These systems are most useful where they save effort. Verification costs effort. If verifying output takes as long as producing it, the benefit disappears.

Which means the useful applications are those where verification is cheap or unnecessary.

Cheap to verify: code that can be run, calculations that can be checked, factual claims in a domain you know well, summaries of documents you have.

Expensive to verify: claims in an unfamiliar domain, comprehensive coverage of a topic, research where the point was that you don't know the answer.

That second category is where the risk concentrates, and it's where the technology is most tempting to use.

The professional cases

Documented incidents illustrate the risk.

Legal filings containing fabricated case citations have resulted in sanctions in multiple jurisdictions. The citations looked correct, followed the right format, and referenced cases that did not exist.

The general pattern: a professional in a domain where accuracy is required, using the technology for a task where verification was expensive, and where the output's plausibility substituted for checking.

Practical rules

Treat every specific factual claim as unverified until checked.

Never accept a citation without confirming it exists and says what's claimed.

Use it for tasks where you can evaluate the output, or where accuracy isn't the criterion.

Provide sources rather than relying on recall for anything factual.

Notice when fluency is doing the persuading. In human writing, well-structured confident prose correlates with expertise. In generated text it doesn't, and the instinct that connects them is actively misleading.

The confidence signal problem

One further practical point. People generally use expressed confidence as a signal about reliability, and in this context that signal is broken.

These systems produce fluent, structured, assured output regardless of whether the content is well grounded. There is no observable difference in tone between a correct answer and a fabricated one.

Which means the ordinary heuristics for assessing a source — does this sound authoritative, is it well organised, does the writer seem to know the subject — all return false positives.

Recognising that a well-honed instinct has been disabled is genuinely difficult, and it is the single most important adjustment for anyone using these tools regularly.