- The paper proposes a novel Skill-MAS framework that evolves a Meta-Skill to orchestrate multi-agent systems with enhanced performance and cost-effectiveness.
- The paper details a closed-loop optimization protocol using multi-trajectory rollouts, selective reflection, and targeted skill updates to improve MAS coordination.
- The paper demonstrates robust transferability across LLMs and tasks, outperforming traditional methods while reducing computational overhead.
Motivation and Positioning
LLMs have catalyzed progress in Automatic Multi-Agent Systems (MAS) generation, but the dichotomy between inference-time and training-time paradigms presents a persistent bottleneck. Inference-time MAS leverages frozen frontier LLMs with strong reasoning ability but no experience retention, whereas training-time MAS incorporates cumulative learning but is restricted to weaker models due to compute and data constraints. The need for a scalable, cost-effective approach that both harnesses high-capability LLMs and achieves experience retention motivates the introduction of Skill-MAS—a “third path” that conceptualizes orchestration not as parametric, model-weight-based learning but as an evolvable Meta-Skill.
Figure 1: Overview of MAS paradigms; Skill-MAS bridges the gap between capability and retention and provides superior cost-performance trade-offs.
Methodological Framework
Skill-MAS formalizes MAS orchestration as a structured, evolvable Meta-Skill S with three modules: Task Decomposition, Agent Engineering, and Workflow Orchestration. This abstraction allows high-level architectural knowledge to be captured, refined, and retained independently of LLM parameter updates. Skill-MAS operates via a closed-loop optimization protocol:
Empirical Evaluation
Skill-MAS is benchmarked across four challenging domains: DeepResearchBench, Humanity’s Last Exam-Math, BrowseComp-Plus, and VitaBench. The evaluation spans four frontier LLMs (Gemini-3.1-Flash, GPT-5.4-Nano, Qwen3.5-Plus, DeepSeek-V4-Flash), with rigorous comparisons against leading inference-time (EvoAgent, AOrchestra, AFlow) and training-time (MAS2, MAS-Orchestra) MAS baselines.
Key findings:
- Performance: Skill-MAS-optimized achieves the highest average scores across all models and benchmarks, significantly outperforming both baseline categories. Notably, Skill-MAS-init is competitive even without iterative evolution, underscoring the impact of architectural knowledge abstraction.
- Cost-Performance Trade-off: Skill-MAS incurs moderate inference overhead while delivering superior performance, outperforming inference-time MAS in efficiency and training-time MAS in capability.
Skill Evolution and Transferability
Meta-Skills evolved by Skill-MAS encode robust architectural strategies, exhibiting strong transferability across tasks and LLMs. Cross-domain evaluation reveals:
Ablation Studies and Skill Evolution Trajectory
Analysis of rollout numbers validates monotonic improvement with increased sampling but with diminishing returns, suggesting a computational trade-off. Selective Reflection ablation demonstrates the criticality of priority-driven task selection; label-free settings degrade performance, highlighting avenues for unsupervised trajectory scoring.
Multi-task learning on aggregated datasets yields domain-dependent results, revealing potential for further optimization via principled multi-task skill evolution.
Skill evolution on BrowseComp-Plus (DeepSeek-V4-Flash) traces a transition from generic decomposition to constraint-aware search topologies, calibrated agent evaluation, and resilient orchestration with dynamic backtracking and evidence recovery.
Figure 4: Illustration of Meta-Skill evolution trajectory on BrowseComp-Plus, emphasizing architectural and epistemic advancements.
Structural Comparison
Structural analysis demonstrates that Skill-MAS-optimized generates MAS with explicit decomposition, parallel evidence retrieval, link verification, and robust integration—qualitatively and quantitatively outperforming baseline MAS workflows, which tend to rely on linear or loosely coordinated search routines lacking structural resilience.
Implications and Future Directions
Skill-MAS establishes a scalable framework for automatizing MAS generation without expensive parametric updates. The abstraction of orchestration into evolvable Meta-Skills decouples architectural learning from LLM weight optimization, enabling high-capability models to achieve progressive improvement and transfer. Practically, this unlocks new opportunities for adaptive agent deployment in cost-sensitive, rapidly shifting environments. Theoretically, Skill-MAS bridges gaps in LLM-based system design by formalizing experience distillation as reusable architectural artifacts rather than ephemeral search traces.
Challenges remain in unsupervised skill evolution and domain-agnostic transfer, motivating future work on label-free trajectory scoring, multi-task learning frameworks, and further formal exploration of skill evolution dynamics in the MAS context.
Conclusion
Skill-MAS presents an authoritative paradigm shift in automatic MAS generation, conceptualizing orchestration as a modular, evolvable Meta-Skill and operationalizing a closed-loop evolution protocol for experience distillation. It achieves superior performance, excellent transferability, and favorable cost-performance balance, substantiating its efficacy for both research and practical AI system engineering.