内容
精选全部 AI 动态AI 日报主题收藏
接入
Agent 接入
更多
关于更新日志反馈
京ICP备2026012723号-2
原文
elvis@omarsar0
42
2026-07-28 22:06· 27分钟前
跳到正文
AI 摘要

Meta与CMU联合研究提出智能体上下文管理(ACM)方法,为AI智能体提供上下文编辑工具,使其能自主决定压缩或卸载旧信息至外部存储,并在需要时查询。该方法在BrowseComp-Plus上取得27%的相对性能提升,接近比其大40倍的开源模型。代码、数据和模型权重已开源。

New research from Meta and CMU.

This one is on agentic context management for long horizon tasks.

(bookmark it)

Production agents accumulate context every turn. The usual fix compresses on a token threshold and throws the remainder away, so the trigger sometimes fires for reasons unrelated to what the agent is currently working on.

ACM hands the agent purpose-built context editing tools. It decides when to compress, offloads what it drops into an external memory store, and queries that store later when it needs the detail back. Compression shifts from short-term to long-term memory.

They also build a post-training pipeline on high-quality context management demonstrations. That yields a 27% relative gain on BrowseComp-Plus and gets close to open-source models 40 times larger.

Better context management lowers peak token pressure, lets the agent explore longer before running out of room, and produces more consistent solutions across independent trials of the same task.

Code, data, and checkpoints are released.

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

Learn to build effective AI agents in our academy: https://academy.dair.ai/

elvis@omarsar0 · X
42导出 Markdown
2026-07-28 22:06·27分钟前
在 X 看原推· x.com
AI 摘要

Meta与CMU联合研究提出智能体上下文管理(ACM)方法,为AI智能体提供上下文编辑工具,使其能自主决定压缩或卸载旧信息至外部存储,并在需要时查询。该方法在BrowseComp-Plus上取得27%的相对性能提升,接近比其大40倍的开源模型。代码、数据和模型权重已开源。

New research from Meta and CMU.

This one is on agentic context management for long horizon tasks.

(bookmark it)

Production agents accumulate context every turn. The usual fix compresses on a token threshold and throws the remainder away, so the trigger sometimes fires for reasons unrelated to what the agent is currently working on.

ACM hands the agent purpose-built context editing tools. It decides when to compress, offloads what it drops into an external memory store, and queries that store later when it needs the detail back. Compression shifts from short-term to long-term memory.

They also build a post-training pipeline on high-quality context management demonstrations. That yields a 27% relative gain on BrowseComp-Plus and gets close to open-source models 40 times larger.

智能体
Meta
论文/研究
部署/工程
在 X 查看原推导出 Markdown

Better context management lowers peak token pressure, lets the agent explore longer before running out of room, and produces more consistent solutions across independent trials of the same task.

Code, data, and checkpoints are released.

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

Learn to build effective AI agents in our academy: https://academy.dair.ai/

智能体Meta论文/研究部署/工程
在 X 查看原推x.com