出典:arXiv · cs.CL原文を見る ↗
原文の著作権は出典元に帰属します。当サイトでは収録、翻訳、体裁調整のみを行います。
事実関係
arXiv:2608.11338v1 Announce Type: new Abstract: Recently, the practice of augmenting LLM agent capability with skills has gained prevalence. We explore the cost effective adaptation of agents to novel domains by means o
解説と影響
程序化技能学习:降低智能体成本的新路径
所谓「技能」(skill),指的是智能体在基础模型之上所具备的可复用能力模块——比如一段经过验证的操作脚本、一套可靠的交互协议,或是对某类失败案例的警示规则。论文摘要指出,近年来的实践趋势是不断用技能来补强 LLM 智能体的能力边界,而本研究试图回答的正是「如何以成本最优的方式完成这种适应」。摘要原文在关键处截断,完整的方法细节与实验结论尚未在现有素材中展开,但标题本身已经点明了核心判断:程序化(programmatic)的技能学习方式,在降低智能体成本方面表现最佳。
这一结论放在同期 arXiv 的智能体研究语境中,指向一个更广泛的趋势:智能体的性能不再仅仅取决于模型权重本身,而是越来越依赖于围绕模型所构建的技能体系与治理机制。例如,同批发布的《Self-Evolving Embodied Agents via Skill-Harness Evolution》同样强调,具身智能体的表现「不仅取决于模型权重,还取决于技能」;《Harnessing agent memory to build lifelong AI partners for materials scientists》则从材料科学领域印证了「积累经验——可用的脚本、可信的协议、失败计算的警告」作为技能资产的价值。程序化技能学习的思路,正是要把这些分散的经验沉淀为结构化、可复用、低边际成本的程序模块,而非每次遇到新领域都从头微调模型或依赖大规模提示工程。
对开发者而言,这意味着在构建领域专用智能体时,优先考虑将领域知识编码为可执行的技能程序,可能比扩充上下文或反复调用大模型更经济。对企业来说,程序化技能的可审计性和可移植性也意味着更低的维护成本和更清晰的权责边界。对普通用户而言,这种趋势最终会转化为更便宜、更稳定、响应更快的智能体服务。当然,原文未提供具体的实验数据、对比基线或成本量化指标,上述判断仍需等待完整论文的进一步披露。
参考資料
出典原文
arXiv:2608.11338v1 Announce Type: new Abstract: Recently, the practice of augmenting LLM agent capability with skills has gained prevalence. We explore the cost effective adaptation of agents to novel domains by means of learning skills. Existing works focus on performance gain over cost effectiveness. As a result, little is known about what skill learning strategies save cost. We argue that among all the different skill learning methods, those that view skills as programs can achieve the best cost reduction. By executing sequences of actions deterministically, a program-augmented agent can reliably and cheaply achieve goals that would otherwise require trial and error and risk degenerate behavior over long horizons. An agent can learn at inference time by incrementally discovering these programs and equipping them for future tasks. We hypothesize that past trajectories contain enough signal to guide skill learning, even without replay or validation, provided the agent can learn to analyze them. To test our claims, we propose SpeedRunner, a coding agent that analyzes trajectories and refactors skills for better performance on future tasks. Across three different embodied environments, we show that SpeedRunner consistently achieves the frontier in learning and cost reduction while remaining robust against distribution shifts and environmental randomness.