GlossaryFloor 2 · The Harnessthe block and its bolted-on plates: what gets added to itFloor 2 · The Harness
web search
No. 064 · v2026-08FR: recherche webWeb search is the tool that lets a model go and fetch pages online and read them before answering, instead of sticking to what it has learned. Like a librarian who goes out to consult the day’s newspapers rather than quoting from memory.
What it is not
Web search is not RAG. RAG queries a corpus that you have chosen, indexed and answer for; web search queries a public index you do not control, where the best and the worst live side by side. Nor is it a guarantee of accuracy: the model can choose its sources badly, read them badly, or keep asserting what it thinks it knows despite what they say. And it is not a capability of the model: it is a tool the harness gives it, and without it the model has no access to the world.
In depth
The mechanism
The mechanism is that of any tool call. The model formulates a query, the harness runs it against a search engine, retrieves extracts or whole pages, and places them in the context. The answer is then produced from this enriched context. Two steps therefore determine the quality, and neither is the model’s doing alone: the formulation of the query, which decides what will be found, and the selection of what is retained, which decides what it will read.
Depending on a public index
This dependence on a public index has consequences that are underestimated. The quality of the answer inherits that of the web on the subject: on a niche question, the first pages can be promotional or automatically generated content. Sources contradict each other, and the model has no solid criterion for deciding: it will tend to follow the most confident wording. The best use therefore consists in requiring citations, and in treating the answer as a review of sources rather than as a verdict.
With RAG, not against it
Web search and RAG combine more often than they oppose each other. A serious system first queries the internal corpus, which is authoritative on procedures and in-house data, and opens the web only for what is external and recent: a market rate, a regulatory text, a news item. Telling them apart explicitly in the answer is good practice, because a reader does not treat a sentence from the internal manual in the same way as a sentence from some website.
Relations where the neighbours live
- Often confused with
- Floor 2 · The Harnessthe block and its bolted-on plates: what gets added to itRAG
- Related comparisons
- RAG or Web search
Check 3 questions · click your answer
Level 1 · Recognise
Can an assistant with no web access answer about an event from yesterday?
Level 2 · Distinguish
What separates web search from RAG?
Level 2 · Distinguish
With search enabled, can a model still assert something false?
Lexigraph, "Web search", v2026-08, https://www.lexigraph.org/en/web-search/, CC BY 4.0.