Case study · Agent retrieval
The tally
Where the 199 calls actually went.
The greps searched inside files already located; the reads and edits were the work. The only calls that reached across the whole machine to find a file were the five in blue.
The raw calls
Every whole-machine lookup: real numbers, tidier layout.
Reformatted for reading: the queries, filters, timings, and results are exactly what the tool returned. Note the scope and extension filters, the sub-millisecond timings, and the graph riding along on each hit (sibling repos and shared commit-words), so the agent knows which result matters before it opens anything.
The find that mattered
One call. Not seventy-one.
The file the agent needed lived in a different sub-path than the one it was working in: the kind of file a folder-scoped grep silently misses. The index returned it in 1.52 ms, with the graph attached. Our own benchmark for one un-indexed file lookup: 71 tool calls, 6 min 57 sec.
find one file
The momentum
Finding was a rounding error. Then it just built.
Five calls located everything the session touched. The other 194 were reads, edits, writes, and checks (the actual work). On our homepage we show the reverse: an un-indexed agent burns ~58% of a session just finding files. Here it was 2.5%.
The blue bar is real. At this scale it is 0.004% as long. Same job, same machine.
What it saved
Five finds. Under 15 milliseconds, total.
At the industry rate for one un-indexed lookup (71 calls apiece), those five finds would have cost on the order of ~350 tool calls and half an hour of grepping. The index turned that into a rounding error, and left the whole call budget for building.
The search is not the feature. The search is what makes every other call worth spending.
Give an agent instant retrieval, and it stops hunting.
The session happened to be tidying a design system. The topic is beside the point. What the log shows is the shape of every agent session once search is free: five instant lookups, then a long, uninterrupted run of real work. That is the layer under everything your AI does on a real machine.
Put it on your machine, free forever