Prime Agent 技术报告:记忆层级机制解析

Rohan Paul · @rohanpaul_ai · X·2026-08-26 06:39·32分钟前
AI 导读

Prime Agent 发布技术报告,该 harness 曾助 Opus 5 在 ARC-AGI-3 达 95.5%。其核心机制为记忆层级:模型权重与活动上下文之下,设持久 IPython 会话及磁盘存储的历史、技能与提示词库,模型通过代码在各层级间移动状态。长输入作为 REPL 变量留存,供智能体搜索与转换,将长上下文工作转为信息管理问题。

Rohan Paul@rohanpaul_ai
36AI 编辑部评分,满分 100

Prime Agent 技术报告:记忆层级机制解析

2026-08-26 06:39· 32分钟前
AI 导读

Prime Agent 发布技术报告,该 harness 曾助 Opus 5 在 ARC-AGI-3 达 95.5%。其核心机制为记忆层级:模型权重与活动上下文之下,设持久 IPython 会话及磁盘存储的历史、技能与提示词库,模型通过代码在各层级间移动状态。长输入作为 REPL 变量留存,供智能体搜索与转换,将长上下文工作转为信息管理问题。

Prime Agent, the harness that put Opus 5 at 95.5% on ARC-AGI-3, now has a technical report.

The mechanism is a memory hierarchy. Model weights and active context sit underneath a persistent IPython session and a disk-backed store of histories, skills and prompts, and the model moves state between those levels with code instead of having it compacted away.

Long inputs stay in the REPL as variables the agent can search and transform, so long-context work becomes an information-management problem rather than a reading problem.

– arxiv. org/abs/2608.23552

Title: "Prime Agent: A Self-Improving RLM Harness"