Grounding changes the question
The single most effective structural change is to stop asking the model what it knows and start asking what a provided document says.
An ungrounded question requires the model to produce information from its parameters, where there is no boundary between recalled and constructed. A grounded question supplies the material and asks for extraction or synthesis, which is a task the model is far better at and, crucially, a task whose output can be checked against something.
That second property is the important one. Grounding does not only reduce the error rate. It creates a reference against which faithfulness becomes measurable, converting an unverifiable claim about the world into a verifiable claim about a document. Every detection method in this lesson depends on that reference existing.
The retrieval mechanics, chunking, hybrid search, reranking and query rewriting, are covered properly in the Advanced RAG cursus and are not repeated here. What matters for this lesson is what grounding does and does not buy.
What it buys: a large reduction in extrinsic hallucination, and a verification surface.
What it does not buy: immunity. The next step is about the ways a grounded system still fails, because teams that deploy retrieval and consider the problem solved are the ones surprised in production.

