ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
1
Citations
0
Influential Citations
—
Venue
2026
Year
Large language model agents can adapt to complex tasks by constructing workflows at inference time, but procedures discovered in one episode are usually discarded after execution. Existing skill libraries provide reusable executable routines, but are typically assembled offline and do not grow from the agent's own workflows. We introduce FlowEvo, a training-free framework in which workflows and skills co-evolve at inference time. FlowEvo compiles successful workflows into callable skills, stores them in a persistent bank, and uses retrieved skills either through direct execution or as context for constructing new workflows. It also tracks each skill's downstream utility and suppresses skills that cause negative transfer. Using a shared GPT-4o-mini backbone, FlowEvo achieves the highest accuracy among 8 baselines on the full standard splits of ALFWorld, HumanEval, MBPP, GSM8K, and MATH-500. On ALFWorld, it reaches 85.6%, 26.4 points above the strongest baseline, while using roughly one third as many tokens. Across 10 base models spanning 7B to 671B parameters, FlowEvo outperforms ExpeL in 49 of 50 model-dataset comparisons. Code is available at https://github.com/DEFENSE-SEU/FlowEvo.
Large language model (LLM) agents are increasingly used for complex tasks, but they often discard useful procedures after each episode. Existing skill libraries are typically built offline and do not adapt to the agent's own experiences. FlowEvo addresses this gap by introducing a training-free framework where workflows and skills co-evolve at inference time. This is significant because it enables agents to continuously improve from their own successes without requiring expensive fine-tuning, making it practical for real-world applications where data and compute are limited.
The paper demonstrates that FlowEvo not only improves accuracy across multiple benchmarks but also reduces token usage, which is crucial for cost-effective deployment. By compiling successful workflows into reusable skills and suppressing negative transfer, FlowEvo shows that inference-time learning can be both effective and efficient. This work challenges the notion that agent improvement requires offline training, opening new avenues for lifelong learning in LLM agents.
FlowEvo achieves the highest accuracy among 8 baselines on the full standard splits of ALFWorld, HumanEval, MBPP, GSM8K, and MATH-500, using a shared GPT-4o-mini backbone. On ALFWorld, it reaches 85.6%, which is 26.4 points above the strongest baseline, while using roughly one third as many tokens. This demonstrates both performance and efficiency gains.
Across 10 base models ranging from 7B to 671B parameters, FlowEvo outperforms ExpeL in 49 of 50 model-dataset comparisons, indicating strong generalization across model scales. These results suggest that FlowEvo's co-evolution mechanism is robust and beneficial regardless of the underlying model's capability.
FlowEvo represents a paradigm shift in how LLM agents can learn from experience. By enabling inference-time co-evolution of workflows and skills, it reduces the need for offline training and allows agents to adapt to new tasks on the fly. This could lead to more autonomous and self-improving AI systems in dynamic environments, such as robotics, customer support, and scientific discovery.
The token efficiency is particularly impactful for deployment, as it lowers operational costs. The framework's training-free nature also democratizes access to advanced agent capabilities, as it can be applied to any LLM without specialized hardware or fine-tuning pipelines. Future work may explore extending FlowEvo to multi-agent settings or integrating it with reinforcement learning for even greater gains.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba