Fetching from the wire…
Public story · 2026-09-18 · high
SERBench tests whether retrieved passages cover every fact an agent's next decision needs, not just how well each one matches the query.
Why now: The paper posting September 18 puts a number on a gap coding-agent builders have felt but not measured.
Most retrieval systems score each passage against the query and rank by relevance. A paper posted to arXiv on September 18 argues that's the wrong unit for coding agents: relevance is a property of a single passage, but whether an agent can actually make its next decision depends on the whole set of passages together, per arXiv 2609.20050.
The failure mode is specific. A ranker rewarded for relevance will happily fill its budget with five near-duplicate passages that all confirm the same fact, and leave out the second fact the agent needed. High relevance scores, incomplete answer.
To measure this, the paper introduces SERBench: 500 held-out agent states pulled from 45 repositories, where a retrieved set only gets credit if it covers every fact the underlying decision required. That's a binary, decision-level bar instead of a graded relevance score.
The paper's own method, MSS-Complement, targets that bar directly. It makes three semantic calls: propose a candidate set, check what's missing, then fill the gap, returning 4 to 8 intact source units within a 6,144-token budget. On SERBench it reaches a complete set for 73.0% of states at five items and 80.6% at eight items. A Qwen3 embedding model with reranking, evaluated on the same states, hits 61.4% and 72.4%.
That's roughly an 8 to 12 point gap in favor of building toward completeness over ranking by similarity, on the same held-out states, at the same set sizes. The paper doesn't say whether that gap holds on languages or repo sizes outside its 45-repository sample, or what the three extra semantic calls cost in latency next to a single-pass reranker. For anyone building retrieval into a coding agent, that's the real question before adopting this approach: is a completeness check worth the extra round trip.
Each link below shares sources, entities, or timing with this story.
Activation probes are usually evaluated against agents who don't know they're monitored, which is a generous assumption. This study held models, probes and thresholds fixed and varied only the disclosure: nothing, monitor present, or monitor present plus last round's score. Ac...
The comparison is against GB300 NVL72, with 35x lower cost per million tokens, measured on the SemiAnalysis AgentX benchmark using real recorded agentic coding sessions with context growth, tool calls and sub-agent spawning preserved (NVIDIA). DeepSeek V4 Pro and Qwen3.5 were...
The authors define goal-directed execution as four repeated behaviors: selecting goals, constructing task-relevant state, maintaining fidelity to higher-level objectives, verifying completion against the environment. Post-training Qwen3.5-122B-A10B on 363 long-horizon multi-to...
arXiv 2607.27146 attacks from-scratch program synthesis, where agents get only natural-language docs and an execute-only binary as oracle. The pipeline auto-converts open-source command-line programs into source-free training environments and uses GLM-5.2 as teacher for synthe...
TAK builds an imatrix from a task-specific corpus, finds the smallest size before collapse, then promotes and demotes tensors within a byte budget. No pruning, no fine-tuning, no merging. Held-out reasoning: 82.81% against 83.59% for BF16 and 77.34% for byte-matched Unsloth UD...
A September 1 analysis rebuilds Artificial Analysis's chart on a linear rather than logarithmic cost axis and prices models at what third-party providers actually charge. The spread is roughly 250x top to bottom: Fable 5.1 at $3.69 per task for intelligence 66, GLM-5.3-Flash a...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.