Evolving Excellence: Automated Optimization of LLM-based Agents
Abstract
Agentic AI systems built on large language models (LLMs) offer significant potential for automating complex workflows, from software development to customer support. However, LLM agents often underperform due to suboptimal configurations; poorly tuned prompts, tool descriptions, and parameters that typically require weeks of manual refinement. Existing optimization methods either are too complex for general use or treat components in isolation, missing critical interdependencies. We present ARTEMIS, a no-code evolutionary optimization platform that jointly optimizes agent configurations through semantically-aware genetic operators. Given only a benchmark script and natural language goals, ARTEMIS automatically discovers configurable components, extracts performance signals from execution logs, and evolves configurations without requiring architectural modifications. We evaluate ARTEMIS on four representative agent systems: the \emph{ALE Agent} for competitive programming on AtCoder Heuristic Contest, achieving a \textbf{ improvement} in acceptance rate; the \emph{Mini-SWE Agent} for code optimization on SWE-Perf, with a statistically significant \textbf{10.1\% performance gain}; and the \emph{CrewAI Agent} for cost and mathematical reasoning on Math Odyssey, achieving a statistically significant \textbf{ reduction} in the number of tokens required for evaluation. We also evaluate the \emph{MathTales-Teacher Agent} powered by a smaller open-source model (Qwen2.5-7B) on GSM8K primary-level mathematics problems, achieving a \textbf{22\% accuracy improvement} and demonstrating that ARTEMIS can optimize agents based on both commercial and local models.
Cite
@article{arxiv.2512.09108,
title = {Evolving Excellence: Automated Optimization of LLM-based Agents},
author = {Paul Brookes and Vardan Voskanyan and Rafail Giavrimis and Matthew Truscott and Mina Ilieva and Chrystalla Pavlou and Alexandru Staicu and Manal Adham and Will Evers- Hood and Jingzhi Gong and Kejia Zhang and Matvey Fedoseev and Vishal Sharma and Roman Bauer and Zheng Wang and Hema Nair and Wei Jie and Tianhua Xu and Aurora Constantin and Leslie Kanthan and Michail Basios},
journal= {arXiv preprint arXiv:2512.09108},
year = {2025}
}