StateM: Reaching 95.3% Raw Accuracy, or a \$15 Frontier Run, on Terminal-Bench 2.1 via Harness Scaling
StateM demonstrates that you can beat frontier model performance on long-horizon agent benchmarks not by swapping in a better model, but by engineering a better runtime around the same model. By organizing agent execution around durable states, phase-local context, checked transitions, and versioned runbooks, StateM pushes GPT-5.5 past GPT-5.6 Sol Ultra on Terminal-Bench 2.1 — and achieves 95.3% accuracy at roughly $15 in API costs versus $575 for the reference run. This is a strong empirical argument that harness engineering is currently one of the highest-ROI investments in agent development.
Takeaways3
- Harness scaling — improving the execution runtime without touching model weights — can outperform simply upgrading to a more expensive frontier model.
- Durable state management and structured runbooks directly address the most common long-horizon agent failure modes: lost context, skipped procedures, and premature stopping.
- The same runbook structure transferred across multiple models (GPT-5.5, GPT-5.6, DeepSeek) with minimal adaptation, suggesting these runtime patterns are model-agnostic.