Research2026-08-26

Three researchers proposed a new way to run AI agents on long, multi-step tasks. Their design, SKILL.state, replaces the ever-growing chat history with a structured record of progress. At each step the model sees only the task specification, that record, and the newest observation. Intermediate reasoning is thrown away once it has produced a validated update. The authors say this stops the prompt from growing as work continues. They report better task accuracy and much lower total token use across several datasets, models and environments. They argue the approach does not depend on any particular model or system design. The paper was accepted at EMNLP and posted to arXiv, with a revised version on 28 August 2026.

What changed

Agent runtimes kept appending every action and observation to a growing conversation history.

What it unlocks

Running long, multi-step agent tasks without the prompt growing at each step.

What you need to act on it

  • ability to build or modify an agent runtime

Sources

Send this to someone who needs it

Shares the story and its sources. Nothing about you.

What does this mean for your job?

This is the story as everyone gets it. Once a week we send you the version written for your role — what changed, why it matters for the work you actually do, and one thing to try. Free while we tune it.