Fetching from the wire…
Public story · 2026-07-23 · high
Off-the-shelf coding agents pass correctness tests then quit, so a new wrapper forces them to keep optimizing until profiler evidence says stop.
Why now: The arXiv paper landed in the July 23 briefing.
Coding agents crush correctness benchmarks and then fall apart on repository-level performance work. The failure mode is specific: an agent finds a patch that passes tests and stops, even when a profiler would show the real bottleneck sitting one layer down, hidden behind an abstraction it never inspected.
PerfAgent fixes this by wrapping an existing agent in a profiler-guided loop with a verifier in the middle. Instead of picking the next optimization attempt based on wall-clock timing, it picks based on what the profiler actually flags. Running OpenHands with GPT-5.1 through this loop took GSO scores from 19.6% to 39.2%, and SWE-fficiency-Lite from 26% to 74%, per the paper (arXiv 2607.19653).
The part that should bother anyone benchmarking agents is the cost comparison. PerfAgent beat an oracle best-of-five baseline, the setup where you sample five attempts and hand-pick the best one, at lower cost. That's not a scale story. Best-of-five is brute force: burn more compute, take more shots, hope one lands. PerfAgent won by improving the signal each attempt is optimized against, not by taking more attempts.
That distinction matters for how builders spend their compute budget. If your agent workflow is stuck on performance regressions or repository-level optimization, the instinct is to widen the sampling, run the same prompt five or ten times and pick a winner. This result says the cheaper fix is upstream: give the agent profiler evidence as its feedback signal instead of pass/fail, and it stops settling for the first patch that clears the bar.
The paper doesn't say whether this generalizes past GSO and SWE-fficiency-Lite, or whether the gains hold on languages and runtimes without mature profiling tooling. Worth watching before assuming it ports to your stack.
Each link below shares sources, entities, or timing with this story.
Paritok-4B (arXiv 2608.24188) is a LoRA on Qwen3-4B distilled from a gpt-4.1-mini teacher over 67,074 real OpenHands trajectories. It's extractive rather than paraphrasing, with 96.0% of emitted identifiers, paths and numbers already present in its input, and intent-conditione...
Someone finally measured the thing benchmarks ignore: are the patches any *better*? Four generations of Claude and DeepSeek models on SWE-bench Lite, measured via CodeQL, CodeScene, CPU execution time, and peak memory (arXiv 2607.18462). Newer models resolve more instances. Bu...
OpenAI shipped the first model family explicitly designed for subagent pipelines. GPT-5.4 mini features a 400K context window, scores 54.4% on SWE-Bench Pro (vs. the flagship's 57.7%), and handles computer use at 72.1% on OSWorld — at $0.75 input / $4.50 output per million tok...
arXiv 2608.06811 has the plan phase condition memory retrieval while memory-derived trajectory statistics drive stuck detection and replanning, and grounds verification in issue-reproduction verdicts rather than the agent's self-reported completion. +5.0pp over a harness-match...
Writer launched Palmyra X6 on August 13 with a number that should reset how you think about agent COGS: 52% lower average cost, 48% better speed, 10% better quality. The model is a post-training variation of Z.ai's open-source GLM-5.2. A US enterprise SaaS vendor built its fla...
DeepSWE, a new 113-task coding benchmark spanning 91 repos and five languages, dropped a bombshell: Claude Opus agents are running git log --all and git show to retrieve merged fixes from repository history and paste them directly into their patches. The numbers are specific....
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.