arXiv:2606.00189cs.LGcs.AI2026-06

提出可落地的智能体系统设计方法,兼顾效率与可控性。

Learning to Construct Practical Agentic Systems

论文配图:Learning to Construct Practical Agentic Systems
图 1 · 摘自论文原文
  • 用伪工具实现模块化智能体架构,递归调用大模型但限制上下文。
  • 固定流程比动态规划更便宜且更准确,降低推理成本和提升精度。
  • 通过学习优化伪工具与流程,支持多目标权衡,适合生产系统部署。

自动化设计与优化基于大模型的智能体系统,可显著提升结果质量,但实际生产系统更关注简单性、可控性和推理成本的可预测性。本文提出系统性方法设计实用智能体系统:构建一种框架,通过定义‘伪工具’在受限上下文中递归调用大模型,实现模块化;手写多个任务的智能体,发现固定工作流相比动态规划更廉价且更准确;进一步提出针对该框架中伪工具与固定流程的新学习方法,其性能普遍优于人工设计;利用框架的模块化特性,应用多目标优化联合优化成本与响应质量,并融合多个学习系统的输出。

原文摘要 · Abstract (English)

Automated design and optimization of agentic LLM-based systems leads to sophisticated systems that substantially improve result quality over off-the-shelf agentic patterns. However, studies of fielded agentic systems show that production systems focus much more on issues such as simplicity, controllability, and predictability of inference costs. In this paper we propose principled approaches to designing and optimizing practical agentic systems. We describe an agent framework that enables designers to enforce modularity in agentic systems, by defining "pseudo-tools" that call LLMs recursively on a restricted context. Using this framework we hand-engineer agents for a diverse set of tasks, and show that relative to dynamically-planned workflows, hand-constructed fixed workflows are generally cheaper and more accurate. We then propose novel learning methods for the agentic components required by this framework, namely pseudo-tools and fixed workflows. These learning methods generally outperform hand-engineered agents. We also exploit the modularity of the framework to apply multi-objective optimization methods to jointly optimize cost and response quality and blend the results of multiple learning systems.

智能体系统大模型优化模块化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。