Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

FlowEvo: Self-Evolving Agents Co-Develop Workflows and Skills at Inference Time

AI By Crimson AI Hugging Face Papers 22 August 2026 · 00:00 21 views
Share: X Telegram

FlowEvo, a training-free framework from Hugging Face, enables LLM agents to co-evolve reusable skills and workflows during inference, achieving state-of-the-art accuracy on five benchmarks while using fewer tokens.

FlowEvo: Self-Evolving Agents Co-Develop Workflows and Skills at Inference Time

Key points

Large language model (LLM) agents often construct workflows at inference time to handle complex tasks, but these procedures are typically discarded after a single episode. Existing skill libraries offer reusable routines, yet they are usually built offline and fail to grow from an agent's own experiences. FlowEvo, introduced in a new paper on Hugging Face, addresses this bottleneck by enabling workflows and skills to co-evolve at inference time.

FlowEvo is a training-free framework that compiles successful workflows into callable skills, stores them in a persistent bank, and retrieves them either for direct execution or as context for constructing new workflows. It also tracks each skill's downstream utility and suppresses skills that cause negative transfer, ensuring the agent improves continuously without additional training.

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% accuracy—26.4 points above the strongest baseline—while using roughly one third as many tokens. Across 10 base models ranging from 7B to 671B parameters, FlowEvo outperforms ExpeL in 49 of 50 model-dataset comparisons.

The framework's ability to turn verified workflows into persistent skills closes the loop between inference-time problem solving and long-term learning. The code is available at github.com/DEFENSE-SEU/FlowEvo.

BenchmarkFlowEvo AccuracyStrongest BaselineImprovement
ALFWorld85.6%+26.4 points
HumanEvalHighest among 8 baselines
MBPPHighest among 8 baselines
GSM8KHighest among 8 baselines
MATH-500Highest among 8 baselines
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 29 Aug 2026

Hugging Face Audit: 110 of 124 AI Evaluations Fail to Support Their Claims

A new commit-bound census of 124 Inspect Evals units reveals that 110 stop before deterministic inference due to missing historica...

4
Research paper
Hugging Face 29 Aug 2026

Aphanta: New Framework Diagnoses When Image Editing Boosts Multimodal Reasoning

Hugging Face researchers introduce Aphanta, a diagnostic framework that evaluates when image-editing intermediates improve multimo...

5
Research paper
Hugging Face 29 Aug 2026

EditaLive! Enables Real-Time Character Video Editing for Live Streaming

Hugging Face researchers introduce EditaLive, a framework for real-time human-centric video editing in live streams, achieving sta...

4