Signal Brief

PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning

PRO-LONG方法通过保留所有过去动作的搜索日志,使编码代理在长期任务中更可靠。在ARC-AGI-3的25个隐藏规则游戏中,该方法将基础代理性能平均提升18个百分点,同时使用4.2到5.8倍更少的计费令牌。

twitter关注列表 Rohan Paul (@rohanpaul_ai) 发布 2026-07-24 收录 2026-07-24 观察

一句话判断

与常见的摘要式记忆不同,该方法证明了无损存储与可编程检索的有效性,建议阅读原文了解具体实现细节。

核心信息

PRO-LONG方法通过保留所有过去动作的搜索日志,使编码代理在长期任务中更可靠。在ARC-AGI-3的25个隐藏规则游戏中,该方法将基础代理性能平均提升18个百分点,同时使用4.2到5.8倍更少的计费令牌。

原始内容

The paper shows that agents reason better over long periods when no past information is thrown away. Keeping every past action in a searchable log helped coding agents solve long tasks far more reliably. Long-running agents often lose crucial details because summaries discard information before anyone knows what will matter later. PRO-LONG instead records every observation, action, result, and short plan in one structured text log. The agent then uses ordinary coding tools, such as search commands and Python, to recover relevant evidence. On 25 hidden-rule games in ARC-AGI-3, the method improved the same base agents by 18 percentage points on average. It also matched or nearly matched stronger specialized systems while using 4.2 to 5.8 times fewer billed tokens. overall, shows long-term agent memory may work best when storage stays lossless and retrieval becomes programmable. – arxiv. org/abs/2607.20064 Title: "PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning" ![photo](https://pbs.twimg.com/media/HN-6jUobEAAx4li.jpg)

相关动态

01

Offloop多智能体超越Claude Code

Offloop 4 人团队公布其多智能体 harness 在 GDPval 基准上以 84.9 分、单任务成本 $1.65 超越 Claude Code(Opus 4.8 得 82.4 分、$14.38) 与 Codex(GPT 5.6 Sol 得 83.3 分、$5.20),并声称在 GDP.pdf(44 分) 与 JobBench(6...

twitter关注列表2026-07-23#评测#技术突破#行业动态
观察
02

SANA-Video 2.0 发布

Enze Xie 团队发布 SANA-Video 2.0,采用混合线性-softmax 注意力、块注意力残差和 Sol-Engine 加速,统一 5B 和 14B 模型,在 16 节点 H100 上训练 5B 模型,VBench 总分 84.30,单 H100 生成 720p/5s 仅需 13.06s,速度比 Wan 2.2-A14B 快...

twitter关注列表2026-07-24#模型发布#技术突破#多模态
观察
03

Ant Ling 发布 Ling-3.0-flash 模型

Ant Ling 发布 Ling-3.0-flash 混合推理 MoE 模型,124B 参数,仅 5.1B 活跃参数,采用 KDA+MLA 混合注意力机制,支持 256K 上下文。以 1/8 总参数量和 1/12 活跃参数量,在多数基准上匹配或超越其 1T 旗舰模型。SGLang 正与其团队合作提供 day-0 支持。

twitter关注列表2026-07-23#模型发布#大模型#技术突破
观察