4. The ladder: four rungs, and retrieval is one of them
One
Four ways to hand over the model, measured on the same forty questions.
Forty tasks on this deck, Sonnet 5: a view 0.17, here a completeness report rendered from the model, the raw slice 0.59, retrieval 0.51, tools 0.90. The whole model 0.68 on GPT-5 mini over forty; Sonnet 5's own whole-model arm ran five tasks, at 0.60.
A view of the model is a report rendered from it, and this one averages 0.17 over the forty. Seventeen files of source text, pasted in whole, average 0.59. That jump is the biggest single gain on the ladder, and it is paid for in tokens every time somebody asks.
Two
Retrieval fetches the part of the graph a question touches, and sends only that.
Retrieval 0.51 at 10,276 tokens in, against the raw slice's 0.59 at 76,658. Sonnet 5, forty tasks.
An index is built over the model's own structure rather than over pages of text, the question is searched against it, and the neighbourhood around the answer comes back. The arm averages about half the points for about a seventh of the slice's tokens. That is real, and it is one pass.
Three
The three obvious ways to improve that pass were each measured, and each came back null.
All three on the first corpus under Sonnet 4: vector search against plain search 0.880 to 0.880; graph traversal at two to three hops 0.493 against search's 0.528, at about 69 times the tokens; planning tools +0.035 on hard tasks, underpowered.
Switch one on and the bar jiggles and settles back where the recording left it. Check your guess from chapter one here: stuffing does beat a bare view, and retrieval on its own beats neither.