Fetching from the wire…
Public story · 2026-07-30 · high
Inference time drops up to 52 percent too, and a second paper posted the same day reaches the same diagnosis: redundant context, not model size.
Why now: As of July 30, MRCoder and a second paper, VITAL-RAG, had posted to arXiv the same day, independently landing on the same diagnosis.
MRCoder cuts the code context an AI coding agent has to process by 30 to 50 percent, per the MRCoder paper on arXiv.
That's the overhead anyone running coding agents against real repositories feels. Every extra file in the context window adds cost and latency to each call.
The method splits a repository into partitions and runs a lightweight draft model over each one. Then Structure-Aware Draft-Guided Selection scores each draft by API consistency and logical similarity to the task. A reduce phase merges the winning drafts into one working context. Parallel verification during decoding pushes the inference-time savings as high as 52 percent. The team tested it on the CoderEval and DevEval benchmarks, using Qwen2.5-Coder and DeepSeek-Coder as the underlying models.
A second paper, VITAL-RAG, landed on arXiv the same day with an unrelated method. It reaches the same diagnosis: repo-level coding agents lose more to redundant context than to any gap in model capability.
The next jump in coding-agent quality probably won't come from a bigger model. It'll come from cheaper filtering in front of it. Worth watching whether Qwen2.5-Coder or DeepSeek-Coder teams fold MRCoder's selection step into a default harness, or whether it stays a research-only technique nobody ships.
Each link below shares sources, entities, or timing with this story.
DeepSeek competes with Anthropic / Shared entity: RAG / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (DeepSeek competes with Anthropic); both cover RAG; reported by the same outlet (arxiv.org).
Lindy uses DeepSeek / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Lindy uses DeepSeek); both cover DeepSeek, RAG; overlapping topics (coding, model).
DeepSeek partners with Huawei / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (DeepSeek partners with Huawei); both cover DeepSeek, RAG; overlapping topics (context, model).
DeepSeek competes with Anthropic / Shared entity: DeepSeek / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (DeepSeek competes with Anthropic); both cover DeepSeek; overlapping topics (coding, model).
DeepSeek partners with Huawei / Shared entities / Earlier coverage
Linked by a graph relationship (DeepSeek partners with Huawei); both cover DeepSeek, RAG; earlier DeepSeek coverage from 2026-04-24.
DeepSeek competes with Anthropic / Same source domain / Shared topic / Tension
Linked by a graph relationship (DeepSeek competes with Anthropic); reported by the same outlet (arxiv.org); overlapping topics (agent, apply, model).
Ollama supports DeepSeek / Shared entity: DeepSeek / Shared topic / Earlier coverage
Linked by a graph relationship (Ollama supports DeepSeek); both cover DeepSeek; overlapping topics (agent, coding, context).
DeepSeek competes with Anthropic / Shared entity: DeepSeek / Shared topic / Earlier coverage
Linked by a graph relationship (DeepSeek competes with Anthropic); both cover DeepSeek; overlapping topics (agent, coding).