Agents don't paginate: the first chunk is the whole answer
When a tool returns more text than fits in an agent's turn, something gets cut, and the comfortable assumption is that the agent will ask for the rest. Across 4,175 file-search responses in production logs these authors saw not one request for a second chunk, so they measured the thing that follows from that: how often the file the agent needed was ranked first in the chunk it did get. A keyword scorer lifted that from 24.2% to 35.0%, and downstream the gain evaporated — the accuracy of naming the right file moved by at most 2.8 points across five models, none of it significant, because agents read the whole chunk and find the item wherever it sits. Spend your effort on what survives the cut rather than on ordering what already survived, and note that bolting four extra signals onto the keyword score — directory depth, file extension, recency, filename match — cost 4.8 points of first-place accuracy instead of adding any.