Selection and reranking turns several candidate lists into one short, ordered list of evidence that fits inside a fixed context budget. Four operations happen in sequence. The candidate sets returned for each fan-out sub-query are merged; near-duplicates and syndicated copies are collapsed so the same claim does not occupy three slots; what remains is reordered by a model scoring how well each passage answers the specific question rather than how authoritative its domain is; and the tail is cut until the evidence fits. Google describes the same shape in first-party language: grounding retrieves pages “by relying on our core Search ranking systems”, after which “our systems then review the specific information from those retrieved pages to generate a more reliable and helpful response”.9 That review is stage four.
That a model reads the passages, rather than a formula scoring a link graph, is not a guess about closed systems. It is the published technique: an EMNLP 2023 study found properly instructed language models “can deliver competitive, even superior results to state-of-the-art supervised methods on popular IR benchmarks” as re-ranking agents.10 A reranker is a reader, and it reads chunks.
The cut is the part people underestimate. Everything upstream produced candidates in the hundreds or thousands; what reaches the writing stage is a handful. In a 602-prompt academic sample published April 2026 the mean number of citations on a finished answer was 6.88 for ChatGPT, 12.06 for Google’s AI surfaces and 16.35 for Perplexity.3 Almost all of the pool was discarded here, and nothing discarded can be recovered by better prose further down. The how AI search works stage places this stage inside the full pipeline.