Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
The paper demonstrates that static-environment benchmarks fail to capture real-world agent deployment challenges, and that EvoMem's structured update histories directly improve agent accuracy on both the new EvoArena benchmark and established benchmarks like GAIA and LoCoMo.
The benchmark reveals that functional pass rates overstate LLM patch quality on security-critical MPC code by up to 40%, establishing that cryptographic and numerical-fidelity verification is a necessary — and currently missing — evaluation layer for agentic code repair in this domain.
The work removes the rollout stage as the key bottleneck in RL training pipelines by showing that a pre-RL MTP training recipe with TV loss and rejection sampling sustains high acceptance rates throughout RL without costly online updates, delivering up to 1.8x end-to-end acceleration.
HORMA reduces agent token consumption to at most 22.17% of baseline while maintaining or improving task performance, directly addressing the inference cost and latency penalties that make long-horizon LLM agents expensive to run.
The paper demonstrates that fabricated success in unattended LLM agents is a structural problem solvable by gate enforcement rather than model selection, reducing SWE-bench Lite fabrication by over 33 percentage points compared to the StateFlow baseline.
The benchmark demonstrates that adapter/harness design can swing Pass@1 by over 54 percentage points on the same model, showing that existing SWE-bench evaluations of general-purpose agents conflate harness quality with model capability — a gap Claw-SWE-Bench is designed to isolate.
The findings demonstrate that how procedural knowledge is structured for LLM agents — not just what it contains — measurably changes agent search behavior and task outcomes, establishing Skill organization as a distinct design variable for agent systems.
The pre-action gate introduces a governance layer that actively prevents AI coding agents from repeating known-failed actions, addressing a token-costly statelessness problem the authors identify as a bottleneck in current AI-assisted development.
The paper fills a documented gap by writing down, for the first time in a consolidated form, the end-to-end practice for building production custom AI agents — knowledge the authors note has previously existed only in informal sources like podcasts, blogs, and leaked system prompts.
The paper demonstrates that replacing linear repository traversal with domain-scoped parallel agent spawning improves multi-file change localization for a small model, while also identifying that naive filesystem access and forced multi-agent consultation can actively harm performance or inflate costs.