Signal Brief

From Memory to Skills: Evidence-Grounded Co-Evolution Governance for Long-Horizon LLM Agents

论文指出大多数代理记忆系统只保存事件并在上下文召回,导致重复推理错误。作者提出MSCE方法,将经验组织为声明性事实、诱导程序化策略和基础步骤轨迹,仅将重复模式提升为可调用的过程(如pip安装失败时运行规则),每个策略需具备触发条件、边界、正向收益估计和证据支持。

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

一句话判断

本文提出MSCE,将记忆转化为技能,不同于常见的事件召回方法,值得阅读原文了解具体机制。

核心信息

论文指出大多数代理记忆系统只保存事件并在上下文召回,导致重复推理错误。作者提出MSCE方法,将经验组织为声明性事实、诱导程序化策略和基础步骤轨迹,仅将重复模式提升为可调用的过程(如pip安装失败时运行规则),每个策略需具备触发条件、边界、正向收益估计和证据支持。

原始内容

Most systems of agent memory will return wrong answers. They keep the events, pull them back as context and re-reason the model by the same decision. The paper's claim is that saving notes and having procedures are different things, and most systems only do the first. MSCE sees this as a governance issue. Experience is organized in three levels: declarative facts about the environment, induced procedural policies and grounded step traces. Agents save transcripts, then reread them and re-derive the same lesson each time. MSCE instead promotes recurring patterns into callable procedures, but only if the evidence holds up. e.g. Pip fails in a container? Don't recall the incident; run the rule. when a pip install fails in a container because a system library is missing, find the OS package manager, install the dev package, retry. That rule is now a thing the agent can call, not a memory it has to interpret. A policy qualifies as a callable skill only when it has its own trigger and boundary, a positive estimated gain, and supporting evidence. No further fine-tuning is performed. – arxiv. org/abs/2607.16621 Title: "From Memory to Skills: Evidence-Grounded Co-Evolution Governance for Long-Horizon LLM Agents" ![photo](https://pbs.twimg.com/media/HOKDewbboAAK7DQ.jpg)

相关动态

01

Understanding Reasoning from Pretraining to Post-Training

论文通过象棋实验(5M-1B参数模型,36种预训练-RL组合)发现:预训练验证损失能高精度预测后RL的pass@1(相关性从0.93到0.99),RL计算量每10倍增益与预训练token数对数正相关(r=+0.84);RL最优计算量份额在50M参数时为20%,680M时为28%,且RL会放大模型在困难问题上的错误模式。

twitter关注列表2026-07-26#研究#模型#技术
观察
02

Bad Memory: Evaluating Prompt Injection Risks from Memory in Agentic Systems

University of Washington 研究发现 Agent 系统存在内存提示词注入风险:当模型在交互中遇到存储在内存文件(如 CLAUDE.md)中的恶意指令时,即便当前会话拒绝了攻击,通常也不会自动删除该恶意指令,导致风险在后续会话中持续存在。研究人员针对 4 个模型(包含 Claude Opus)在 multi-sessi...

twitter关注列表2026-07-26#技术#研究#安全
观察
03

Human Capital, AI, and Labor Commoditization

一项研究分析AI对自由职业市场的影响,发现在ChatGPT后,AI暴露岗位中人力资本信号重要性下降7.8%,价格信号重要性上升1.1%,导致需求向更廉价工人转移,支持AI使这些工人更可替代的观点。

twitter关注列表2026-07-26#AI#研究#行业动态
观察
04

Sam Altman GPT-6 预览

OpenAI CEO Sam Altman 预览公司最强大 AI 模型 GPT-6,模型已能成功入侵真实公司,具备多代理协作能力。信息来源为 Axios 报导。

twitter关注列表2026-07-26#AI#模型发布#技术突破
值得跟进