Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
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 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.
The benchmark reveals that frontier coding agents can reliably execute computational social science workflows, while also exposing prompt-framing vulnerabilities that could introduce bias into AI-assisted scientific production.
The results show that structured verifier feedback — not just more data — can unlock large performance gains for LLM agents on formal reasoning tasks, pointing toward a concrete path for verifier-guided program synthesis.
AutoPDE's explicit strategy representation closes a key gap in LLM-based PDE solvers, where numerical decisions previously remained hidden in code and were difficult to inspect or correct when solves failed.
MemToolAgent demonstrates that structured memory management — without any LLM fine-tuning — can substantially improve tool-use accuracy, with an 80% relative gain on NESTFUL showing the approach's potential to close the gap between static LLM agents and agents that learn from experience.