PRIMER · AI WEB SEARCH

AI Web Search: What It Finds, What It Misses

A plain-English guide to what happens when a chatbot searches the web: how the retrieval layer works, why summaries drift away from their sources, why old pages do not announce that they are old, and why a real citation can still sit under a claim the source never made.

On this page
  1. What Changes When an AI Searches the Web
  2. What Happens After You Ask the Question
  3. Why Summaries Can Distort Sources
  4. Example: Planning a Trip to Machu Picchu
  5. Problem 1: The Web Rewards Popularity, Not Accuracy
  6. Recent News Example: An AI Overview That Cited Four Sources and Was Still Wrong
  7. Why History Is Especially Vulnerable
  8. Problem 2: Old Pages Do Not Announce That They Are Old
  9. Recent News Example: What Happens When Journalists Grade the Answers
  10. Problem 3: AI Can Still Invent Sources and Facts
  11. The Answer Box Changes How People Read
  12. When a Regular Search Engine Is Still Better
  13. When Ordinary Web Search Is Not Enough
  14. The Paywall Problem
  15. How to Get Better Answers
  16. Better Prompts
  17. Final Takeaway
  18. References
  19. Footnotes

Web search makes AI much more useful. First, it lets a chatbot look up current information instead of relying only on what it learned during training. But it also creates a new problem: a chatbot with links can look more reliable than it really is. Specifically, the presence of a citation does not mean the answer is accurate, current, or supported by the source.

To use AI well, it helps to understand the basic machinery. You do not need to be technical, but you do need to know where things can go wrong.

The machinery

What Changes When an AI Searches the Web#

A chatbot is built around a language model. A language model is software trained on huge amounts of text until it learns patterns in how people write, explain, argue, summarize, and answer questions. It does not “know” things in the human sense. Rather, it has learned which words and ideas tend to go together.

That training gives the model a kind of stored knowledge. Researchers sometimes call this parametric memory. In plain English, parametric memory means information that is baked into the model during training. To illustrate, it is like a person remembering facts from books they read years ago. Some of that memory may be useful, but it can also be incomplete or out of date.

Web search is different. Specifically, it is an added tool that lets the model look outside its training data after you ask a question. The technical name for this is retrieval-augmented generation.1 That simply means the model retrieves documents, uses them to supplement what it already “knows,” and then generates an answer.

This distinction explains much of what goes wrong later. The model itself may be fluent and capable, but the search layer can still feed it bad, stale, biased, or distorted information.

Go deeper

This piece is about the search layer. The three questions underneath it have their own articles: what the model stored during training is What Pre-Trained Knowledge Can and Cannot Do, why that store goes stale is Why AI Models Fall Behind the Real World, and how to ask better questions in general is How to Prompt AI in 2026 Without Getting Garbage Back.

Two parts, one voice

What Happens After You Ask the Question#

One simple way to understand AI search is to imagine two parts working together.

First, the chatbot you are speaking to reads your question and writes the final answer.

Second, a research assistant component searches the web, collects pages, summarizes them, and passes those summaries back to the chatbot. This happens when your question appears to need current or specialized information.

youquestionanswerTHE CHATBOTwrites the answerTHE SEAMSEARCH ASSISTANTfetches and shortenstheindexwhat you can see and judgewhat actually decides the answerOne voice comes out. Two very different jobs went in.
Fig. 1 · Two parts, one voice. You talk to the left-hand box and the left-hand box talks back, so the whole thing feels like one mind. The work that decides whether the answer is any good happens on the right, at the seam: which pages were fetched, and what survived the trip back as a summary.

The search assistant usually queries a search index. A search index is the search engine’s catalogue of the web. In essence, it is a massive pre-built map of pages, titles, snippets, keywords, and links.2 Without an index, a search engine would have to crawl the live internet every time you asked a question, which would be far too slow.

Some AI search systems also use query fan-out. Query fan-out means the system breaks your question into smaller related searches.3 For example, if you ask, “What should I know before hiking Machu Picchu?”, the system might search for altitude sickness, current entry rules, rainy season, local transport, guided tours, permit requirements, and safety tips. In other words, you ask one question, but the system asks many.

YOUR ONE QUESTIONhiking Machu Picchualtitude sicknessgovcurrent entry rulesgovrainy seasonbloglocal transportforumguided toursoperatorpermit requirementsgovsafety tipsblogoneparagraphThe tags on the right are for you. The answer does not carry them.
Fig. 2 · One question in, seven questions out. Fan-out is why AI search covers ground a single query would miss. It is also why you cannot tell, from the answer alone, which of the seven searches found a government page and which found a tour operator's brochure. They arrive back looking identical.

That can be very useful. At the same time, it can also create problems.

What gets lost

Why Summaries Can Distort Sources#

The chatbot writing your answer often does not read every source in full. Instead, it may receive shortened summaries of web pages.

Summaries are convenient, but they lose detail. For instance, a source might say:

“One small 2019 study suggested a possible link, but the sample was limited and later studies have not confirmed the result.”

A compressed summary might become:

“Studies show a possible link.”

That is not exactly false, but it is much weaker and less careful than the original source. This loss of meaning is sometimes called summarization drift, or generalization bias in the research literature.4 Summarization drift means the answer gradually moves away from what the source actually said.

THE SOURCE”One small 2019 study suggested a possible link, but the sample waslimited and later studies have not confirmed the result.”FETCHED AND SHORTENED”A 2019 study suggested a possible link; later work is mixed.”SUMMARIZED AGAIN FOR THE ANSWER”Some research suggests a possible link.”WHAT YOU READ”Studies show a possible link.”everyhedgegone
Fig. 3 · Where the hedges go. Each step is defensible on its own. The end of the chain is a sentence the original authors would not have written. In a study of 4,900 summaries across ten models, the broadening happened in a quarter to three-quarters of cases depending on the model — and newer models were worse, not better.

That is why an AI answer may cite a real page, while the page itself does not support the claim attached to it. In other words, the citation may be real, but the interpretation may be wrong.

This matters because AI answers are written smoothly. Consequently, they do not show you the uncertainty, missing context, or disagreement that may exist in the sources.

A worked example

Example: Planning a Trip to Machu Picchu#

Suppose you ask:

“What should I know before hiking Machu Picchu?”

First, the AI system may search for weather, altitude, permits, entry circuits, local customs, and transportation. Then, it may find official tourism pages, government rules, travel blogs, Reddit posts, tour company pages, and old articles.

A good answer might warn you about altitude sickness, explain that permits can sell out, mention seasonal rain, and tell you to check current entry rules.5

But a flawed answer might pull from an old travel blog and give outdated information about tickets or access routes. Alternatively, it might summarize a tour company’s marketing page as if it were neutral advice. Or it might recommend something that was true five years ago but is no longer accurate.

In all these cases, the answer can sound polished while still being wrong in important details.

Problem one

Problem 1: The Web Rewards Popularity, Not Accuracy#

Source bias means the system is more likely to use some kinds of sources than others. Often, those sources appear because they are easy to find, popular, recent, or heavily linked. That does not mean they are the most reliable.

Search engines are good at finding pages that match a query. However, they are much weaker at judging whether a page is trustworthy. That issue is sometimes called epistemic quality, the philosopher’s term for how much a claim’s backing is actually worth. Epistemic quality means the reliability of a source and the standards behind it. To illustrate, a peer-reviewed medical article, a government safety notice, a company blog, and a Reddit comment can all appear in search results, but they do not carry the same weight.

HOW EASY IT IS TO FIND →what the search engine sorts byHOW CAREFULLY IT WAS CHECKED →peer-reviewed articlearchival documentgovernment noticenews articleforum commentmarketing pagehard to find, worth the mosteasy to find, worth the least
Fig. 4 · Two different axes. A search engine is extremely good at the horizontal axis and has almost no opinion about the vertical one. The sources you most want tend to sit top-left, which is precisely the quadrant that ranks worst. Nothing in the pipeline corrects for that unless you ask it to.

This happens because the open web is uneven. Specifically, there is far more text from forums, social media, marketing pages, blogs, and search-optimized websites than from academic journals, official archives, government agencies, and specialist books. As a result, if you do not tell the model what kind of sources you want, it may draw from whatever is most available.

That is especially risky for health, finance, law, science, and history.

A case in point

Recent News Example: An AI Overview That Cited Four Sources and Was Still Wrong#

A useful example comes from Wolf River Electric, a solar installer in Isanti, Minnesota. Specifically, people searching for the company were shown a Google AI Overview stating that it was facing a lawsuit from the Minnesota Attorney General over deceptive sales practices. That was not true. The Attorney General had sued four other solar companies, and Wolf River was not among them.6

The detail that matters most is what sat underneath the claim. The AI Overview cited four sources. None of them said what the summary said they said. In other words, the citations were real, the pages were real, and the sentence they appeared to support was invented somewhere between the search results and the answer.

The company says it lost roughly $25 million in sales, and it is suing Google for damages it puts between $110 million and $210 million.6 Google has denied the allegations and moved the case to federal court.

The mechanism is the point. A system that can merge four unrelated pages into one confident sentence about a named business can do the same to a medical guideline, a tax rule, or a person.

Where it bites hardest

Why History Is Especially Vulnerable#

History is especially vulnerable to source bias. First, the open web contains a huge amount of confident popular history, conspiracy history, nationalist history, outdated textbook history, and simplified school-level history. Meanwhile, professional scholarship is often harder to reach because it sits in books, academic journals, archival collections, or paywalled databases.

That creates a problem. Search can tell the model that a claim exists online, but it cannot always tell whether trained historians take that claim seriously.

Take the Library of Alexandria. Many popular accounts describe a single catastrophic fire that destroyed ancient knowledge and set civilization back centuries. Historians generally see the story as more complicated. Specifically, the library declined over time because of political instability, loss of royal funding, changing scholarly institutions, and repeated conflicts in Alexandria.7 There was no single clean moment when “the ancient world’s knowledge burned.”

Or take the phrase “Dark Ages.” It remains common online, but many medieval historians dislike it because it implies that Europe between the fall of Rome and the Renaissance was simply backward and stagnant.8 That framing ignores major developments in law, agriculture, theology, architecture, manuscript culture, trade, and political organization.

Similarly, take the claim that China discovered America in 1421. That idea was popularized by Gavin Menzies, but it is rejected by mainstream historians — one review in the Journal of World History called its evidence spurious, its research derisory, and its assertions preposterous.9 Nevertheless, search results may still surface it beside legitimate material on Norse settlement at L’Anse aux Meadows, which tree-ring dating has pinned to exactly 1021.10 A model may summarize both unless you ask it to distinguish fringe claims from mainstream scholarship.

A better prompt is not:

“Tell me about the causes of World War I.”

A better prompt is:

Prompt → Claude
Summarize the historical debate over the causes of World War I. Include the Fischer thesis, Christopher Clark's 'sleepwalkers' interpretation, and broader structural explanations. Explain these schools of thought in beginner-friendly language. Prioritize university-press books, peer-reviewed scholarship, and named historians. Flag claims that come only from blogs, popular media, or unsourced websites.

Send to Claude

That prompt does several important things.11 First, it tells the model what level of source to prefer. Second, it asks for disagreement rather than a single smooth answer. Third, it asks the model to mark weakly supported claims instead of blending them into the main narrative.

Problem two

Problem 2: Old Pages Do Not Announce That They Are Old#

The web has no built-in expiry date. Specifically, a page from 2004 can sit beside a page from last week in search results. Furthermore, the old page may still rank well because many other pages link to it.

RESULTS, IN ORDERComplete guide to entry permits2004Everything you need to know before you go2011Official ticketing noticelast weekTen things nobody tells you2009Updated rules and circuits2026twenty yearsof inbound linksThe years are shown here for you. In the answer, they are not shown at all.
Fig. 5 · Nothing on the shelf carries a date. A result list is sorted by relevance and authority, not by age, and authority accrues with time. The 2004 page has had twenty years to collect links. That is the same signal that puts it first.

This creates obvious problems for practical questions. For instance, a restaurant may have closed. Similarly, a visa rule may have changed. A running track may no longer be open to the public. A product may have been discontinued. A law may have been amended. In all these cases, the AI may not notice unless the search results make the date clear or unless you ask it to prioritize recent sources.

It also creates problems in science and history. Specifically, older claims often have more pages written about them because they were accepted for longer. Meanwhile, newer research may be more accurate but less visible online.

Consider three examples from world history and archaeology.

First, the peopling of the Americas. For much of the twentieth century, many textbooks taught versions of the “Clovis First” model, which placed the first major human presence in the Americas around 13,000 years ago. More recent evidence, including fossilized footprints at White Sands in New Mexico, has pushed serious discussion much earlier, possibly around 21,000 to 23,000 years ago.12 Nevertheless, many older web pages still reflect the older model.

Second, the age of Homo sapiens. For a long time, popular accounts often described anatomically modern humans as appearing roughly 200,000 years ago in East Africa. Finds at Jebel Irhoud in Morocco, published in 2017, pushed that timeline closer to 300,000 years and complicated the simple “single cradle” story.13 Even so, older summaries are still everywhere online.

Third, Göbekli Tepe and early civilization. Older narratives often assumed that agriculture came first, then settled villages, then temples and monuments. However, sites such as Göbekli Tepe and the broader Taş Tepeler region have complicated that sequence.14 Specifically, monumental ritual architecture appears very early, forcing historians and archaeologists to rethink how religion, settlement, and farming interacted.

THE OLDER TEXTBOOK ANSWERTHE REVISIONFirst people in the Americas”Clovis first” — about 13,000 years agoWhite Sands — 21,000 to 23,000Age of Homo sapiensabout 200,000 years, one cradleJebel Irhoud — about 300,000Monuments and farmingfarming, then villages, then templesGöbekli Tepe — monuments earlyThe longer a view was held, the more pages it left behind.
Fig. 6 · Three consensus changes the web has not caught up with. In each case the revision is well established in the field and the superseded version still has more pages written about it, because it was the standard answer for decades. Volume of coverage is a measure of how long something was believed, not of whether it is true.

The solution is simple: ask for dates. Useful prompts include:

  1. “Prioritize sources published after 2022.”
  2. “Tell me where the scholarly consensus has changed in the last ten years.”
  3. “Give the publication date for each major source.”
  4. “Separate older views from current scholarship.”
  5. “If older information still appears online, explain whether it has been revised or rejected.”

How often this happens

Recent News Example: What Happens When Journalists Grade the Answers#

Another useful example comes from the largest audit of AI search answers yet run. In October 2025, the European Broadcasting Union and the BBC published News Integrity in AI Assistants, in which professional journalists at 22 public-service media organizations across 18 countries and 14 languages evaluated more than 3,000 answers from ChatGPT, Copilot, Gemini, and Perplexity.15

The results were not close. Specifically, about 45 percent of the answers had at least one significant problem, and roughly one in five had a major accuracy problem, including invented or outdated details. Most relevant here, about 31 percent had a sourcing problem: a citation that did not support the claim, a source misattributed, or a link that led somewhere other than where the sentence came from. One assistant had sourcing problems in 72 percent of its answers.15

This is not a story about one bad answer. Namely, it is a measurement of how often the seam between the search layer and the written answer fails, taken across four major products in fourteen languages by people whose job is checking sources. Therefore, if the question affects money, law, health, travel, or safety, the original source still matters.

Problem three

Problem 3: AI Can Still Invent Sources and Facts#

A hallucination is a false answer that looks normal. Specifically, it may have the right tone, the right structure, and even a realistic-looking citation, but the information is invented, distorted, or unsupported.

This happens because language models are very good at producing text that looks like the kind of text you asked for. For instance, a legal citation has a pattern. Similarly, a journal article has a pattern. A government report has a pattern. Unless the system checks the citation against a real source, it may generate something that has the shape of a reference but does not correspond to a real case, article, or report.

The most famous legal example is Mata v. Avianca, a 2023 case in which lawyers submitted a brief containing fake cases generated by ChatGPT. The citations looked legal, but the cases did not exist. Consequently, the lawyers were sanctioned.16

The lesson is not just “lawyers should be careful.” Rather, the deeper lesson is that format is not proof. Specifically, a fake citation and a real citation can look almost identical on the screen.

The practical defense is simple: open the cited source. If a claim matters legally, medically, financially, professionally, or academically, check whether the source actually says what the AI says it says.

Open the citations

Four real sources. Not one of them says this.

Below is the kind of answer AI search returns: calm, specific, and carrying four citations. Every linked page exists and every publisher is who it appears to be. Open each one and read what is actually on it.

You can buy Machu Picchu tickets at the entrance on the day of your visit, and the Inca Trail is open year-round . Most visitors spend around four hours on site and can move freely between the terraces and the Sun Gate .

Pick a citation marker above. None opened yet.

0 of 4 opened · 1 supports a narrower version of its sentence · 0 support the sentence as written

A constructed example. The answer paragraph is wrong in the four ways this article describes; the ticketing and closure rules behind it were checked against Peru's Ministry of Culture on 8 August 2026. The point is the pattern, not the destination.

The interface is the argument

The Answer Box Changes How People Read#

Traditional search results are messy. First, you see ten links. Then, you compare titles. Next, you notice different sources. You may see a government page, a blog, a company page, and a news article side by side. That messiness reminds you to judge.

AI search changes that experience. Instead of a list, it gives you one polished answer. That can be convenient, but it can also reduce skepticism. When the answer is written in a calm and confident tone, the reader may assume that the system has already compared the sources properly.

TEN LINKSThe mess is the reminder to judge.ONE ANSWERthe comparison already happened,using rules you cannot inspectSmoothness is a property of the writing.
Fig. 7 · The judging happens somewhere either way. On the left the comparison is visibly yours to do, and the mess is the prompt to do it. On the right the comparison has already happened, out of sight, using rules you cannot inspect. The confidence of the paragraph is a property of the writing, not of the evidence.

This is sometimes described as presentation bias, and psychologists studying it call it the fluency heuristic: information that is easy to process is judged more likely to be true.17 Presentation bias means the format of information affects how credible it feels. In other words, a neat paragraph at the top of the page can feel more authoritative than the messy sources beneath it, even if the paragraph depends on weak sources.

That is why AI search should not be treated as a final answer. Rather, it is better understood as a starting point.

Picking the tool

When a Regular Search Engine Is Still Better#

A regular search engine is still better when you need to:

  1. Find a specific website whose name you have forgotten.
  2. Compare many sources with your own eyes.
  3. Reach original material, such as a court filing, government form, historical archive, product listing, or dataset.
  4. Buy something specific, book a ticket, or check live availability.
  5. Verify exact wording in a source.

An AI model is more useful when you need to:

  1. Summarize several sources into one clear explanation.
  2. Compare arguments for and against a claim.
  3. Understand a technical topic in plain language.
  4. Translate difficult writing into simpler terms.
  5. Identify what questions you should ask next.
  6. Build a research plan.

The difference is simple. On one hand, search engines are better for finding and checking. On the other hand, AI is better for summarizing and explaining. For serious work, you often need both.

Going deeper

When Ordinary Web Search Is Not Enough#

Deep research is what you use when a quick answer is not enough.

A normal AI search might run a few searches, read a few pages, and produce a short answer. In contrast, a deep research system works more slowly. Specifically, it searches repeatedly, reads across more sources, notices gaps, searches again, compares claims, and builds a longer report.

This kind of system is sometimes called an agent. An agent is an AI system that can take multiple steps toward a goal without asking you for permission at every step. In research, that might mean searching, reading, extracting claims, checking contradictions, and organizing the final report.

Deep research can be genuinely useful. For instance, it can save hours when you need a broad map of a complicated subject. It is especially helpful for questions such as:

  1. “What are the main arguments about why the Roman Empire fell?”
  2. “How has the interpretation of the Mongol Empire changed in recent scholarship?”
  3. “What are the strongest arguments for and against using nuclear power in Europe?”
  4. “What do current medical guidelines say about this treatment, and where do they disagree?”
  5. “What changed in AI regulation across the United States, European Union, and China in the last two years?”

But deep research still has the same problems as ordinary AI search. Specifically, it can use weak sources. It can summarize badly. It can miss newer material. It can misunderstand technical language. It can attach a claim to a source that does not really support it.

Furthermore, it also adds another problem: access.

The locked shelf

The Paywall Problem#

Many of the best sources are not freely available on the open web. This is especially true for history.

For example, a serious historian working on the Thirty Years’ War might use academic monographs, edited volumes, archival documents, specialist journals, German-language scholarship, and databases such as JSTOR or Project MUSE.18 However, a public AI search tool may not have access to much of that material.

As a result, the output may look like a full research report, but it may actually reflect only the sources the tool could access. That can mean open-access articles, encyclopedia pages, popular essays, museum pages, digitized public-domain books, and blog posts.

Those sources may be useful, but they are not the whole field.

A good prompt is:

Prompt → Claude
What sources or databases were you unable to access? What would a specialist consult that you could not? Separate open-web sources from academic sources.

Send to Claude

For history, you can also ask:

Prompt → Claude
Distinguish primary sources, academic secondary sources, popular history, and fringe claims. Tell me which claims are widely accepted by historians and which are debated.

Send to Claude

That single instruction can dramatically improve the answer.

The workarounds

How to Get Better Answers#

The best way to use AI search is to be specific about what kind of answer you want and what kind of sources you trust.

Here are practical habits that work.

First, specify source quality. Say whether you want government agencies, peer-reviewed journals, university presses, official statistics, court records, primary sources, or expert commentary.

Second, exclude weak sources when necessary. Say, “Do not rely on Reddit, Quora, unsourced blogs, company marketing pages, or SEO articles unless you clearly label them.”

Third, ask for publication dates. This helps prevent old pages from being treated as current.

Fourth, ask where experts disagree. A smooth consensus answer can hide real debate.

Fifth, ask for confidence levels. Tell the model to mark claims as well supported, disputed, speculative, or weakly sourced.

Sixth, ask for primary sources. For history, primary sources are materials from the period being studied, such as letters, laws, inscriptions, chronicles, treaties, coins, or archaeological evidence.

Seventh, ask for secondary sources. Secondary sources are later interpretations by historians, archaeologists, scientists, or other scholars.

Finally, verify important claims yourself. If the answer affects health, money, law, travel, publication, or reputation, open the source.

Before and after

Better Prompts#

Weak prompt:

“Are green market peptides safe?”

Better prompt:

Prompt → Claude
Assess the safety risks of green market peptides. First, prioritize sources from the FDA, European Medicines Agency, World Health Organization, peer-reviewed medical literature, and clinical guidelines. Second, clearly separate approved medical uses from unregulated sales. Third, flag claims that come from sellers, forums, or anecdotal reports.

Send to Claude

Weak prompt:

“Who discovered America?”

Better prompt:

Prompt → Claude
Explain the main historical and archaeological evidence for human arrival in the Americas. First, separate Indigenous settlement, Norse settlement at L'Anse aux Meadows, Columbus's 1492 voyage, and fringe claims. Second, prioritize archaeological evidence, peer-reviewed scholarship, and primary sources where available.

Send to Claude

Weak prompt:

“Why did Rome fall?”

Better prompt:

Prompt → Claude
Summarize the major scholarly explanations for the fall of the Western Roman Empire. First, include political fragmentation, military pressures, fiscal problems, administrative complexity, migration, climate, disease, and religious change. Second, explain where historians agree and where they disagree.

Send to Claude

Weak prompt:

“Tell me about the Crusades.”

Better prompt:

Prompt → Claude
Give a balanced historical overview of the Crusades. First, separate medieval Christian, Muslim, Byzantine, and modern nationalist interpretations. Second, prioritize academic historians and primary sources in translation. Third, flag outdated or polemical claims.

Send to Claude

Parametric memory
Information baked into a model during training, rather than looked up when you ask.
Retrieval-augmented generation
Fetching outside documents at question time and using them to supplement what the model already learned.
Search index
A search engine's pre-built catalogue of the web — pages, titles, snippets, keywords and links.
Query fan-out
Breaking one question into many smaller related searches.
Summarization drift
The answer gradually moving away from what the source actually said. In the research literature, generalization bias.
Source bias
The system being more likely to use some kinds of sources than others, usually because they are easy to find.
Epistemic quality
The reliability of a source and the standards behind it.
Hallucination
A false answer that looks normal — right tone, right structure, sometimes a realistic-looking citation.
Presentation bias
The format of information affecting how credible it feels. Studied as the fluency heuristic.
Deep research
A slower AI mode that searches repeatedly, reads across more sources, and builds a longer report.
Primary source
Material from the period being studied — letters, laws, inscriptions, chronicles, treaties, coins, archaeological evidence.
Secondary source
A later interpretation by a historian, archaeologist, scientist or other scholar.

The takeaway

Final Takeaway#

AI search is useful because it can gather and summarize information quickly. But at the same time, it can also make weak information look stronger than it is. Specifically, a forum comment, an old blog post, a company page, and a peer-reviewed article can all be turned into the same smooth paragraph.

That is why source quality, publication date, and verification matter.

In conclusion, the best way to use AI is to treat it as a fast research assistant, not as an authority. Tell it what sources to use. Ask where the evidence is weak. Ask what has changed recently. Ask what experts disagree about. And when something matters, check the source yourself.

Ultimately, AI can save hours of research, but it cannot replace judgment.

In one line

The link proves a page exists. It does not prove the sentence in front of you came from it.

Sources

References#

Study figures, damages claims and dating ranges below are snapshots verified 2026-08-08 against the cited primary sources. The Wolf River litigation is ongoing and its figures are the plaintiff’s claims, not findings.

Footnotes#

  1. Lewis, Perez, Piktus, Petroni, Karpukhin, Goyal, Küttler, Lewis, Yih, Rocktäschel, Riedel, Kiela, “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks,” NeurIPS 2020. arxiv.org.

  2. Google, “How Search organizes information.” google.com.

  3. Google, “AI Mode in Search” — “Under the hood, AI Mode uses our query fan-out technique, breaking down your question into subtopics and issuing a multitude of queries simultaneously on your behalf.” blog.google.

  4. Peters & Chin-Yee, “Generalization bias in large language model summarization of scientific research,” Royal Society Open Science 12(4): 241776, Apr 2025, doi:10.1098/rsos.241776. 4,900 summaries across ten models; overgeneralization in 26–73% of cases depending on model, and newer models performed worse than earlier ones. Open access: pmc.ncbi.nlm.nih.gov.

  5. Ministerio de Cultura del Perú, official Machu Picchu ticketing and circuit rules. tuboleto.cultura.pe.

  6. Star Tribune, “Lawsuit against Google centers on false information in AI Overview,” Jun 2025. startribune.com; Minnesota Lawyer, “Solar firm sues Google over AI-generated false claims,” 13 Jun 2025. minnlawyer.com. 2

  7. Roger S. Bagnall, “Alexandria: Library of Dreams,” Proceedings of the American Philosophical Society 146(4), Dec 2002, pp. 348–362 — free copy at archive.nyu.edu; see also The Open University, “The Library of Alexandria: the destruction of the library.” open.edu.

  8. Getty, “There’s No Such Thing as the Dark Ages.” getty.edu.

  9. Robert Finlay, “How Not to (Re)Write World History: Gavin Menzies and the Chinese Discovery of America,” Journal of World History 15(2), 2004, pp. 229–242 — “The reasoning of 1421 is inexorably circular, its evidence spurious, its research derisory, its borrowings unacknowledged, its citations slipshod, and its assertions preposterous.” muse.jhu.edu.

  10. Kuitems, Wallace, Lindsay, Scifo, Doeve, Jenkins, Lindauer, Erdil, Ledger, Forbes, Vermeeren, Friedrich, Dee, “Evidence for European presence in the Americas in ad 1021,” Nature, Oct 2021. nature.com.

  11. The two schools named in the prompt are Fritz Fischer, Griff nach der Weltmacht (1961), and Christopher Clark, The Sleepwalkers: How Europe Went to War in 1914 (2012).

  12. Pigati, Springer, Honke, Wahl, Champagne, Zimmerman, Gray, Santucci, Odess, Bustos, Bennett, “Independent age estimates resolve the controversy of ancient human footprints at White Sands,” Science, Oct 2023. Two further independent dating methods returned the same 21,000–23,000-year range as the 2021 study. science.org.

  13. Hublin, Ben-Ncer, Bailey, Freidline, Neubauer, Skinner, Bergmann, Le Cabec, Benazzi, Harvati, Gunz, “New fossils from Jebel Irhoud, Morocco and the pan-African origin of Homo sapiens,” Nature 546, 8 Jun 2017. nature.com.

  14. UNESCO World Heritage Centre, “Göbekli Tepe” (inscription 1572). whc.unesco.org.

  15. European Broadcasting Union & BBC, “News Integrity in AI Assistants,” 21 Oct 2025. 22 public-service media organizations, 18 countries, 14 languages, 3,000+ responses from ChatGPT, Copilot, Gemini and Perplexity. ebu.ch. 2

  16. Mata v. Avianca, Inc., No. 1:22-cv-01461 (S.D.N.Y.), opinion and order of Judge P. Kevin Castel, 22 Jun 2023 — $5,000 sanction against two attorneys and their firm over six fabricated decisions. law.justia.com.

  17. Alter & Oppenheimer, “Uniting the Tribes of Fluency to Form a Metacognitive Nation,” Personality and Social Psychology Review 13, 2009, pp. 219–235, doi:10.1177/1088868309341564 — author copy at pages.stern.nyu.edu.

  18. JSTOR, “About JSTOR” — access terms and institutional licensing. about.jstor.org.

Loading…

Sign in or create an account.

Enter your email and we will send you a sign-in link. No password needed.

or continue with