[research] A specialized retrieval agent cuts coding-agent tokens by 19% #397
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-08-18T10:06:30.103Z.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🔬 The Finding
Researchers introduced CodeGrep, a 14B RL-trained retrieval agent that handles repository exploration on behalf of downstream coding agents (like OpenHands). On SWE-Bench Verified, the typical 30B coding agent burns 631K tokens and 23 rounds per issue — mostly on
grep/glob/view_filecalls just to find the right file. Adding CodeGrep reduced token use by 19% and rounds by 15% while slightly improving the resolve rate (27.0% vs 25.8%).⚙️ What It Means for Agentic Workflows
🔗 Source
CodeGrep: An RL-Trained Retrieval Agent for LLM Coding Agents — Submitted August 6, 2026
All reactions