PulseAugur
EN
LIVE 09:59:12

StateM runtime boosts AI agent accuracy on long-horizon tasks

A new research paper introduces StateM, an agent-native runtime designed to improve the performance of long-horizon AI agents. StateM focuses on enhancing the execution system around an agent without altering its core model weights, by organizing execution around durable states, phase-local context, and versioned procedural practices. The system demonstrated significant accuracy improvements on the Terminal-Bench 2.1 benchmark, boosting GPT-5.5 xhigh to 92.1% and achieving 95.3% with GPT-5.6 Sol xhigh. Furthermore, StateM improved DeepSeek-V4 Flash's accuracy from 82.7% to 88.1% with minimal adaptation cost and reduced API usage significantly. AI

IMPACT Enhances long-horizon agent capabilities and reduces inference costs, potentially accelerating adoption of complex AI workflows.

RANK_REASON Research paper detailing a new methodology for improving AI agent performance. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

StateM runtime boosts AI agent accuracy on long-horizon tasks

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Ziheng Qin, Yaxin Lu, Zhangyang Atlas Wang, Kai Wang ·

    StateM: Reaching 95.3% Raw Accuracy, or a \$15 Frontier Run, on Terminal-Bench 2.1 via Harness Scaling

    arXiv:2608.15089v1 Announce Type: new Abstract: Long-horizon agents can fail even when their underlying models can solve the constituent steps. They may lose track of mutable state, fail to reactivate lessons from earlier executions, skip known procedures, or stop prematurely. We…