Tool-Making and Self-Evolving LLM Agents in Low-Latency Systems
Production agents often burn latency and reliability re-solving the same multi-step routine on every request. This paper's fix: once a step repeats, compile it into a validated, versioned tool the agent calls directly, falling back to code generation only for genuinely new steps. Deployed in a real alarm-triage system, that cut p50 latency 42% and errors up to 53%, with a simpler direct-call architecture cutting latency a further 62%. If your agent keeps re-solving the same routine, this is the pattern worth copying.