下一代智能体强化学习系统实现自我进化智能体

Rohan Paul · @rohanpaul_ai · X·2026-07-03 14:24·60天前
AI 导读

新论文提出自我进化智能体架构,解决企业智能体无法从日常杂乱交互中持续改进的问题。当前团队依赖人工检查、修改提示和重新部署,效率低下。论文提出三部分机制:1)以统一格式记录每一步交互;2)通过数据代理清洗、治理、存储并重放真实工作轨迹;3)控制层决定是否更新记忆、技能、提示、工具或模型权重。AREAL2.0展示了窄实现——将在线智能体的LLM调用路由至在线强化学习服务,用真实交互轨迹训练模型更新。作者指出关键缺失并非更聪明的优化器,而是将智能体活动转化为可用学习数据的系统。未来智能体需具备安全、可重放的更新方式而不失控。

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

下一代智能体强化学习系统实现自我进化智能体

2026-07-03 14:24· 60天前
AI 导读

新论文提出自我进化智能体架构,解决企业智能体无法从日常杂乱交互中持续改进的问题。当前团队依赖人工检查、修改提示和重新部署,效率低下。论文提出三部分机制:1)以统一格式记录每一步交互;2)通过数据代理清洗、治理、存储并重放真实工作轨迹;3)控制层决定是否更新记忆、技能、提示、工具或模型权重。AREAL2.0展示了窄实现——将在线智能体的LLM调用路由至在线强化学习服务,用真实交互轨迹训练模型更新。作者指出关键缺失并非更聪明的优化器,而是将智能体活动转化为可用学习数据的系统。未来智能体需具备安全、可重放的更新方式而不失控。

Great paper on Self-evolving agents.

Enterprise agents cannot truly improve until their messy daily work becomes safe learning data.

A future enterprise agent may improve by updating memory before changing its underlying model.

The problem is that deployed agents generate many useful traces, but teams usually improve them through slow manual inspection, prompt edits, retraining, and redeployment.

They propose a 3-part mechanism: first, record every agent step in a shared learning-ready format; second, use a data proxy to clean, govern, store, and replay real agent work; third, use a control layer to decide whether to update memory, skills, prompts, tools, or model weights.

AREAL2.0 shows one narrow version of this idea, where live agent LLM calls are routed through an online RL service so real interaction traces can train future model updates.

The authors say the main gap is a system that turns agent activity into usable learning data, not another clever optimizer.

Future agents will need safe, replayable ways to update memory, skills, prompts, tools, or models without becoming uncontrolled.

----

Link – arxiv. org/abs/2607.01120v1

Title: "Next-Generation Agentic Reinforcement Learning Systems Enable Self-Evolving Agents"