Fetching from the wire…
Public story · 2026-08-31 · high
A new paper finds 88% of actual developer requests are bare problem statements, versus 7% of the benchmark problems models get graded on.
Why now: The paper's 381 new tasks, posted to arXiv in August 2026, are built to close that exact gap.
A paper posted to arXiv in August 2026 argues the industry has been grading coding agents on the wrong kind of question. RealSWE built a six-category taxonomy of what information a bug report contains, plus four style dimensions, then ran it against real prompts pulled from SWE-chat and compared them to the problems in SWE-bench Verified and Pro.
The gap is stark. 88% of real prompts are bare problem statements: no repro steps, no stack trace, no suggested fix, just "this is broken." Only 7% of SWE-bench problems look like that. On the style side, 87% of real prompts read as casual, dashed off the way a developer actually talks. 94% of the benchmark prompts are formally written, closer to a ticket a technical writer polished than a note a tired engineer fired off at 11pm.
That mismatch matters because SWE-bench scores are the number everyone quotes when comparing coding agents. If the benchmark prompt is unusually complete and unusually formal, a model can look sharp at parsing well-specified tickets while never being tested on the ambiguous, underspecified request that shows up in an actual issue tracker. The paper's answer is 381 multi-variant tasks built to cover the real distribution instead of the sanitized one.
What the paper doesn't say is how much of the SWE-bench score gap is style versus real information loss. A bare problem statement might just take an extra clarifying turn, or it might strip out details a model needs and can't recover on its own. RealSWE gives the taxonomy to measure that. It doesn't yet say which failure mode dominates.
Each link below shares sources, entities, or timing with this story.
RETRACE has a verifier infer what problem the patch appears to solve using only the patch and trajectory, then compares that inference against the real issue. Training-free, lifted Pass@1 by 7.0% and 3.6% on mini-SWE-agent over SWE-bench Verified. The information-hiding trick...
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...
The study extracted 130 clean atomic state transitions from 707 real issues in SWE-bench Lite and Verified. Plain RAG scored 0.57-0.59 answer accuracy; an LLM reranker didn't help and added latency, about 18 seconds against 2.1. A (subject, relation, object) supersession memor...
Agent Lightning v1.0 (arXiv 2608.17528) inverts the standard agentic RL architecture, and the inversion is the whole point. Normally the training engine owns the environment loop. It drives the agent, collects trajectories, computes rewards. Which means your training setup and...
The standard criterion for LLM-generated bug reproduction tests, fails on buggy code and passes on the golden fix, turns out to be insufficient. Many F→P tests are "lax": they reproduce the symptom while still admitting plausible-but-wrong patches. Worse, co-generating the tes...
Unisound's U2 is a 266B-total / 10B-active MoE tuned for agents, citing 72.2% SWE-bench Verified at $0.15/$0.30 per 1M tokens, while GLM-5.2 is getting named the strongest open-weight coding model across July roundups. Both are roundup-sourced, so verify the benchmarks against...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.