Fetching from the wire…
Public story · 2026-08-07 · high
A trained retrieval agent cut token use 19%, but researchers found weaker search tools make the same agent worse, not slower.
Why now: The CodeGrep paper measuring these token costs was on arXiv as of August 7, 2026.
An OpenHands coding agent burns 631,000 tokens and 23 rounds resolving a single SWE-Bench Verified issue. Most of that goes to grepping, globbing and viewing files, per the CodeGrep paper.
That's the compute bill for finding the code, before the agent writes a line of the actual fix. File search is the cost center, not reasoning.
Researchers built a 14 billion parameter retrieval agent trained end to end with GRPO and dropped it into the same loop. Resolve rate on SWE-Bench Verified climbed to 27.0% from 25.8%, while rounds fell 15% and tokens dropped 19% on resolved instances.
They also ran off-the-shelf retrievers through the same test, and the results split hard on one number: precision.
BM25 measured 0.375 precision and made the agent's results worse, not just slower. Jina hit 0.445 and came out neutral, no gain, no loss. CodeGrep, at 0.677 precision, is the only one that helped the agent resolve more issues.
The paper tests one benchmark and one agent size. It doesn't say whether that precision line holds for larger models or codebases outside SWE-Bench Verified.
Each link below shares sources, entities, or timing with this story.
Coding agents ace correctness benchmarks and flail at repository-level performance work, because bottlenecks hide behind abstraction layers and the agent stops at the first passing patch. PerfAgent wraps an off-the-shelf agent with a profiler-guided, verifier-in-the-loop workf...
Everyone spent yesterday arguing about benchmark numbers. Tencent quietly published data suggesting the numbers belong to your infrastructure, not the model. The WorkBuddy Bench leaderboard reports every model under two different agent harnesses — CodeBuddy Code and Claude Cod...
Terminal-Bench 2.1 results (entries dated June 17) put Codex CLI on GPT-5.5 first at 83.4%, Claude Code on Fable 5 second at 83.1%, and Claude Code on Opus 4.8 at 78.9%. The asterisk matters more than the ranking: Fable 5 and Mythos 5 have been export-suspended since June 12,...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
GPT-5.6 Sol Ultra tops out at 91.9%. The public leaderboard is led by Codex CLI plus GPT-5.5 at 83.4%, with Claude Code plus Opus 4.8 the top usable Claude pairing at 78.9%, and Gemini CLI plus Gemini 3.1 Pro at 70.7% (Morph). There are now roughly 35 actively maintained CLI c...
While the capability stories pile up, here's the counterweight. As SWE-bench Verified scores cluster near saturation on July leaderboards, an enhanced analysis (SWE-Bench+, on the AIware 2026 benchmark track) found 60.83% of commonly resolved issues contain solution leakage ri...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.