低延迟系统中的工具制作与自进化大语言模型智能体 / Tool-Making and Self-Evolving LLM Agents in Low-Latency Systems
1️⃣ 一句话总结
本文提出了一种让大语言模型智能体在部署前自动将重复的操作步骤(SOP)编译成验证过的工具,从而避免每次请求都重新生成代码,在实际工业告警系统中,该方法将响应延迟降低了42%,错误率最多降低53%,并使系统更易于审计和维护。
Production LLM agents often waste latency and reliability by regenerating code for the same procedural steps on every request. We replace this inference-time coding loop with an agentic tool-making pipeline that compiles repeated SOP steps into validated, versioned tools before deployment. The tool-maker grounds synthesis in the live environment as it collects execution traces, observes backend schemas and values, generates candidate tools, and repairs them against labeled cases. At runtime, the production agent calls these tools directly and falls back to code generation only when needed. We deploy the approach in a Fulfillment Center alarm-triage system, where an agent diagnoses alarms against a 44-node SOP over heterogeneous metric backends. In production, tool calls reduce p50 latency by 42%. On 1,500 historical alarms, they reduce end-to-end error rate by up to 53% by suppressing run-to-run variance in repeated steps. Because tools return compact structured verdicts, they also enable a simpler direct-call architecture, reducing p50 latency by a further 62% in a controlled ablation. Versioned tools also improve auditability and expose specification gaps and upstream data drift. Our results show that self-evolving agents can make industrial LLM systems faster, more reliable, and easier to operate.
低延迟系统中的工具制作与自进化大语言模型智能体 / Tool-Making and Self-Evolving LLM Agents in Low-Latency Systems
本文提出了一种让大语言模型智能体在部署前自动将重复的操作步骤(SOP)编译成验证过的工具,从而避免每次请求都重新生成代码,在实际工业告警系统中,该方法将响应延迟降低了42%,错误率最多降低53%,并使系统更易于审计和维护。
源自 arXiv: 2607.08010