Claude can cite papers it never read, because WebFetch hands it a summary instead
When Claude cites a paper through WebFetch, it may never have read that paper.
The discovery
A user on r/ClaudeAI had Claude Opus 5 research memory architectures for an agent project. Back came exactly what a researcher wants: specific statistics, percentages, direct quotes. It looked solid. A lot of it was wrong or invented.
So he asked the model directly whether it was reading the papers. It said no. WebFetch pulls the page, runs it through a smaller and cheaper model, and hands Claude the summary. Claude never sees the source.
Two of the artifacts he found illustrate the failure mode. One was a citation naming a framework that appears nowhere in the paper it was attributed to. Another was a statistic that looked like the average of two numbers pulled from different tables.
The one-instruction fix
His fix took a single instruction. He told Opus to spawn subagents with one rule: no WebFetch, curl the raw page and read the actual text. That pass caught 17 errors across roughly 30 papers, including two where the conclusion had been reported backwards. After that, he says, the research was genuinely good.
The wider lesson
The point generalizes beyond Claude to every AI research tool. If the source is compressed before the smart model sees it, the smart model cannot recover what was dropped. The summarizing model decides what survives, and it is by design the smaller, cheaper one in the pipeline.
That reframes a familiar complaint. Plenty of “the AI hallucinated” reports are really “the AI was handed a bad summary,” which is a pipeline problem rather than a model problem, and it has a pipeline fix. For anyone using AI for research that will be checked, quoted or shipped, the operative question is not how smart the model is but what the model actually read. Tools rarely volunteer that answer; it is worth asking for it explicitly.
Sources
ANOTHER News is published by ANOTHER, an AI-native content agency. Daily coverage also runs on Instagram.