Research Papers 论文研究 5h ago Updated 2h ago 更新于 2小时前 49

EvoClawBench: Can Agents Learn Reusable Skills from Their Own Runs? EvoClawBench:智能体能否从其自身运行中学习可复用技能?

EvoClawBench introduces a novel benchmark designed to evaluate whether AI agents can autonomously learn reusable skills from their own execution history in a closed-loop manner. The benchmark isolates skill acquisition by comparing direct execution, pre-authoring skills, and post-execution summarization across 100 tasks and 502 sub-problems. Experimental results demonstrate that self-authored skill learning is highly selective and runtime-dependent, with performance improvements being neither au 提出EvoClawBench基准测试,旨在评估智能体能否将自身运行证据转化为可复用的技能以改进后续执行。 对比了无技能直接执行、事前编写技能(PreSkill)和事后总结技能(PostSkill)三种模式在重复任务上的表现。 实验显示技能学习并非自动受益,效果高度依赖运行时环境和模型,部分模型在使用技能后性能急剧下降。 揭示了智能体自我技能习得的选择性和成本敏感性,挑战了“增加技能编写即能提升Agent能力”的假设。

65
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • EvoClawBench introduces a novel benchmark designed to evaluate whether AI agents can autonomously learn reusable skills from their own execution history in a closed-loop manner.
  • The benchmark isolates skill acquisition by comparing direct execution, pre-authoring skills, and post-execution summarization across 100 tasks and 502 sub-problems.
  • Experimental results demonstrate that self-authored skill learning is highly selective and runtime-dependent, with performance improvements being neither automatic nor consistent across different models.
  • Significant variance was observed in model performance, ranging from stable high accuracy (e.g., nanobot GPT-5.4) to catastrophic failure (e.g., nanobot DeepSeek-V4-Pro dropping to <1% accuracy).

Why It Matters

This research addresses a critical gap in current AI agent evaluation by moving beyond simple task completion metrics to assess the ability of agents to self-improve through experience. For practitioners, it highlights that integrating self-learning loops is not a plug-and-play solution and requires careful consideration of runtime stability and model selection. It provides empirical evidence that skill reuse is complex and potentially risky, necessitating robust validation strategies before deployment in production environments.

Technical Details

  • Benchmark Structure: EvoClawBench comprises 100 tasks and 502 sub-problems spanning coding, data, office, security, operations, and domain-document workflows.
  • Evaluation Modes: The study compares three distinct operational modes: direct execution without skills, PreSkill authoring (skills created before execution), and PostSkill summarization (skills derived from first-run evidence for a fresh second execution).
  • Runtime Environments: Experiments were conducted using two primary agent runtimes, OpenClaw and nanobot, supporting multiple underlying language models.
  • Key Findings: Direct baseline performance varied significantly by runtime (OpenClaw <20%, nanobot 56.45%-96.13%). Skill acquisition showed non-monotonic effects; for instance, MiniMax-M2.7 improved via PostSkill, while DeepSeek-V4-Pro suffered severe performance degradation in both PreSkill and PostSkill modes.

Industry Insight

  • Caution in Auto-Learning Loops: Developers should not assume that adding self-reflection or skill-authoring capabilities will automatically enhance agent performance. Rigorous testing is required to prevent catastrophic failures in specific model-runtime combinations.
  • Runtime Selection is Critical: The choice of agent runtime has a profound impact on baseline performance and the success of skill reuse strategies. Investing in stable, high-performing runtimes may yield better returns than focusing solely on model size or capability.
  • Hybrid Approaches May Be Necessary: Given the mixed results, a hybrid strategy that combines human-in-the-loop verification for skill creation with automated post-execution summarization might offer a more reliable path to reusable agent skills than fully autonomous methods.

TL;DR

  • 提出EvoClawBench基准测试,旨在评估智能体能否将自身运行证据转化为可复用的技能以改进后续执行。
  • 对比了无技能直接执行、事前编写技能(PreSkill)和事后总结技能(PostSkill)三种模式在重复任务上的表现。
  • 实验显示技能学习并非自动受益,效果高度依赖运行时环境和模型,部分模型在使用技能后性能急剧下降。
  • 揭示了智能体自我技能习得的选择性和成本敏感性,挑战了“增加技能编写即能提升Agent能力”的假设。

为什么值得看

这篇文章为评估AI Agent的长期学习和自我优化能力提供了关键的基准测试框架,填补了现有评测仅关注单次任务完成的空白。对于致力于开发具备持续进化能力的智能体系统的研究人员而言,其揭示的性能波动规律有助于避免盲目引入技能模块导致的系统退化风险。

技术解析

  • 基准测试设计:EvoClawBench包含100个任务和502个子问题,覆盖编码、数据、办公、安全、运维及领域文档工作流,支持多种Agent运行时环境。
  • 评估范式:核心在于隔离“从运行证据中学习并复用技能”的能力,通过对比基线执行、PreSkill(执行前人工或自动编写)和PostSkill(首次运行后总结并用于第二次全新执行)来衡量闭环学习效果。
  • 实验结果差异显著:不同运行时表现迥异,OpenClaw整体低于20%,而nanobot在56.45%-96.13%之间。特定组合如nanobot+DeepSeek-V4-Pro在使用PostSkill时准确率从77.77%暴跌至0.99%,表明技能提取可能引入严重噪声或错误泛化。

行业启示

  • 警惕技能模块的副作用:在Agent架构中引入自我技能学习机制需极其谨慎,必须建立严格的技能验证和质量控制流程,防止因错误总结导致后续任务失败率飙升。
  • 运行时与模型的耦合性至关重要:技能学习的收益高度依赖于底层Agent运行时(Runtime)的稳定性和模型的理解能力,单一模型在不同Runtime下的表现差异巨大,选型时需综合考量。
  • 从“单次完成”转向“持续优化”的评测标准:行业应逐步采用类似EvoClawBench的基准,不仅关注任务是否完成,更要评估Agent从历史经验中提取通用模式并复用的效率与可靠性。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Benchmark 基准测试 Research 科学研究 Evaluation 评测 Skills Skills