ATLAS : Adaptive Self-Evolutionary Research Agent with Task-Distributed Multi-LLM Supporters
Ujin Jeon, Jiyong Kwon, Madison Ann Sullivan, Caleb Eunho Lee, Guang Lin
TL;DR
ATLAS presents a robust framework for self-evolving AI agents by decomposing long-horizon learning into task-distributed supporter roles and an adaptive EvoDPO loop with phase-indexed references. The core algorithm integrates Direct Preference Optimization with a gated, KL-regularized reference update to combat drift and stagnation, formalized via a non-stationary contextual bandit regret analysis. Empirical results in non-stationary bandits and SciML PINN tasks demonstrate that ATLAS outperforms static baselines and simple ablations, improving stability and performance under changing environments. The work offers a principled path toward reliable, autonomous scientific problem solving and code generation in challenging regimes, while outlining safety and alignment considerations for autonomous self-improvement.
Abstract
Recent multi-LLM agent systems perform well in prompt optimization and automated problem-solving, but many either keep the solver frozen after fine-tuning or rely on a static preference-optimization loop, which becomes intractable for long-horizon tasks. We propose ATLAS (Adaptive Task-distributed Learning for Agentic Self-evolution), a task-distributed framework that iteratively develops a lightweight research agent while delegating complementary roles to specialized supporter agents for exploration, hyperparameter tuning, and reference policy management. Our core algorithm, Evolving Direct Preference Optimization (EvoDPO), adaptively updates the phase-indexed reference policy. We provide a theoretical regret analysis for a preference-based contextual bandit under concept drift. In addition, experiments were conducted on non-stationary linear contextual bandits and scientific machine learning (SciML) loss reweighting for the 1D Burgers' equation. Both results show that ATLAS improves stability and performance over a static single-agent baseline.
