paper-with-me

홈 › Papers

RoboPhD: Evolving Diverse Complex Agents Under Tight Evaluation Budgets

2026-04-06 · Andrew Borthwick, Stephen Ash, Anthony Galczak arxiv

2026 has brought an explosion of interest in LLM-guided evolution of agentic artifacts, with systems like GEPA and Autoresearch demonstrating that LLMs can iteratively improve prompts, code, and agent architectures across diverse domains. As adoption accelerates, a central question emerges: given the same information, the same seed agent, and the same objective, which optimization algorithm yields the best results under the same evaluation budget? This question becomes critical when evaluations are expensive, such as when they require human judgment or multiple LLM calls. We present the first systematic comparison of three optimization paradigms -- Elo tournament selection (RoboPhD), Pareto-based selection (GEPA), and greedy hill-climbing (Autoresearch) -- across four benchmarks spanning abstract reasoning, cloud scheduling, SQL generation, and financial QA, all under a fixed budget of 1,500 evaluations. RoboPhD introduces validation-free evolution: instead of splitting the budget between training and validation, it uses Elo competition on training data to simultaneously evaluate agents and drive evolution. All three systems receive seed agents with diagnostic print() statements that evolution can grow, enabling self-instrumenting agents that develop increasingly informative diagnostics for the benefit of their evolutionary successors. Using a single default configuration, RoboPhD outperforms both GEPA and Autoresearch on three of four benchmarks, losing only on the simplest task, where the winning solution (from our Autoresearch adaptation) required under 90 lines of code. On ARC-AGI, RoboPhD evolves a 22-line seed agent into a 1,013-line multi-strategy system, improving accuracy from 27.8% to 65.8% using Gemini 3.1 Flash Lite as the solver. We release RoboPhD as a versatile toolkit under the MIT license with a simple optimize_anything() API for evolving diverse complex agents.

📄 PDF Abstract BibTeX arXiv:2604.04347

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RoboPhD: Self-Improving Text-to-SQL Through Autonomous Agent Evolution

2026-01-03 · Andrew Borthwick, Stephen Ash arxiv

We present RoboPhD, a system where AI agents autonomously conduct research to improve Text-to-SQL performance. RoboPhD implements a closed-loop evolution cycle with two coordinated components: a SQL Generation agent comp…

AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?

2026-07-31 · Dong Yan, Jian Liang, Dapeng Hu, Ran He 외 hf

Large language model (LLM) agents can self-evolve by continually improving from their own accumulated experience. However, existing studies predominantly adopt independent evaluation. Consequently, the behavior of self-e…

APEX: Autonomous Policy Exploration for Self-Evolving LLM Agents

2026-05-20 · Yibo Li, Jiashuo Yang, Zhi Zheng, Zhiyuan Hu 외 arxiv

LLM agents have shown strong performance across a wide range of complex tasks, including interactive environments that require long-horizon decision making. But these agents cannot learn on the fly at test time. Self-evo…

Decision Making

Evolution in Simulation: AI-Agent School with Dual Memory for High-Fidelity Educational Dynamics

2025-10-13 · Sheng Jin, Haoming Wang, Zhiqi Gao, Yongbo Yang 외 arxiv

Large language models (LLMs) based Agents are increasingly pivotal in simulating and understanding complex human systems and interactions. We propose the AI-Agent School (AAS) system, built around a self-evolving mechani…

Multi-Agent Collaboration via Evolving Orchestration

2025-05-26 · Yufan Dang, Chen Qian, Xueheng Luo, Jingru Fan 외

Large language models (LLMs) have achieved remarkable results across diverse downstream tasks, but their monolithic nature restricts scalability and efficiency in complex problem-solving. While recent research explores m…