Google 新研究:SKILL.state 以显式状态替代对话历史

DAIR.AI · @dair_ai · X·2026-09-01 01:08·23小时前
AI 导读

Google 等机构提出 SKILL.state,用显式可变执行状态替代不断增长的对话历史,解决长程任务中智能体变慢和上下文污染问题。模型每步仅读取技能规范、当前状态和最新观测,中间推理在生成有效状态更新后即被丢弃。在多个数据集、模型和执行环境中,任务准确率提升,累计 token 消耗下降,且该抽象与架构无关,可移植到现有技能运行环境。

DAIR.AI@dair_ai
48AI 编辑部评分,满分 100

Google 新研究:SKILL.state 以显式状态替代对话历史

2026-09-01 01:08· 23小时前
AI 导读

Google 等机构提出 SKILL.state,用显式可变执行状态替代不断增长的对话历史,解决长程任务中智能体变慢和上下文污染问题。模型每步仅读取技能规范、当前状态和最新观测,中间推理在生成有效状态更新后即被丢弃。在多个数据集、模型和执行环境中,任务准确率提升,累计 token 消耗下降,且该抽象与架构无关,可移植到现有技能运行环境。

Great paper from Google and colleagues.

It proposes an interesting approach to improve agents on long-horizon tasks.

Long-running agents slow down and start poisoning their own context.

Both symptoms come from the same design choice, which is keeping execution alive by appending every observation, action, and reasoning trace to a growing conversation.

SKILL.state replaces that history with an explicit mutable execution state.

At each step the model sees only the immutable skill specification, the current structured state, and the latest observation.

Intermediate reasoning gets discarded the moment it produces a validated state update, so the prompt stops growing with the run.

Across several datasets, models, and execution environments, task accuracy improves while cumulative token consumption drops.

The abstraction is architecture-agnostic, so it ports into existing skill runtimes.

Paper: https://arxiv.org/abs/2608.26263

Chat with Paper: https://academy.dair.ai/papers/explicit-execution-state-replaces-append-only-history-2608.26263