English

AgentArk: Distilling Multi-Agent Intelligence into a Single LLM Agent

Artificial Intelligence 2026-05-26 v3 Multiagent Systems

Abstract

While large language model (LLM) multi-agent systems achieve superior reasoning performance through iterative debate, practical deployment is limited by their high computational cost and error propagation. This paper proposes AgentArk, a novel framework to distill multi-agent dynamics into the weights of a single model, effectively transforming explicit test-time interactions into implicit model capabilities. This equips a single agent with the intelligence of multi-agent systems while remaining computationally efficient. Specifically, we investigate three hierarchical distillation strategies across various models, tasks, scaling, and scenarios: reasoning-enhanced fine-tuning; trajectory-based augmentation; and process-aware distillation. By shifting the burden of computation from inference to training, the distilled models preserve the efficiency of one agent while exhibiting strong reasoning and self-correction performance of multiple agents. They further demonstrate enhanced robustness and generalization across diverse reasoning tasks. We hope this work can shed light on future research on efficient and robust multi-agent development. Our code is at https://github.com/AIFrontierLab/AgentArk.

Keywords

Cite

@article{arxiv.2602.03955,
  title  = {AgentArk: Distilling Multi-Agent Intelligence into a Single LLM Agent},
  author = {Yinyi Luo and Yiqiao Jin and Weichen Yu and Mengqi Zhang and Srijan Kumar and Xiaoxiao Li and Weijie Xu and Xin Chen and Jindong Wang},
  journal= {arXiv preprint arXiv:2602.03955},
  year   = {2026}
}
R2 v1 2026-07-01T09:34:58.091Z