AIDB Daily Papers
低遅延システムにおけるLLMエージェントのツール生成と自己進化
※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。
ポイント
- 繰り返し実行される手順を検証済みのツールとして事前にコンパイルするパイプラインを構築した。
- 推論時のコード生成をツール呼び出しに置き換えることで、処理の遅延と実行ごとのばらつきを抑制した。
- 実環境での検証により、遅延を大幅に削減しつつエラー率を最大53%改善することに成功した。
Abstract
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.
Paper AI Chat
この論文のPDF全文を対象にAIに質問できます。
質問の例: