Do We Always Need Query-Level Workflows? Rethinking Agentic Workflow Generation for Multi-Agent Systems
Zixu Wang, Bingbing Xu, Yige Yuan, Huawei Shen, Xueqi Cheng
TL;DR
The paper investigates the necessity of query-level workflow generation in large-language-model–driven multi-agent systems and reveals that a small set of top task-level workflows can achieve as good or better query coverage while avoiding the high cost of per-query generation. It demonstrates that exhaustive execution-based evaluation at the task level is expensive and often unreliable, motivating SCALE, a low-cost framework that replaces full validation with self-prediction plus few-shot calibration to estimate workflow quality. Across six diverse benchmarks, SCALE achieves comparable performance to strong baselines while reducing token usage by up to 83%, validating its practicality for scalable MAS deployment. The work provides both empirical insights and a concrete methodology for cost-efficient MAS workflow synthesis, with ablations showing calibrated surrogate scores offer robust guidance for search and ranking.
Abstract
Multi-Agent Systems (MAS) built on large language models typically solve complex tasks by coordinating multiple agents through workflows. Existing approaches generates workflows either at task level or query level, but their relative costs and benefits remain unclear. After rethinking and empirical analyses, we show that query-level workflow generation is not always necessary, since a small set of top-K best task-level workflows together already covers equivalent or even more queries. We further find that exhaustive execution-based task-level evaluation is both extremely token-costly and frequently unreliable. Inspired by the idea of self-evolution and generative reward modeling, we propose a low-cost task-level generation framework \textbf{SCALE}, which means \underline{\textbf{S}}elf prediction of the optimizer with few shot \underline{\textbf{CAL}}ibration for \underline{\textbf{E}}valuation instead of full validation execution. Extensive experiments demonstrate that \textbf{SCALE} maintains competitive performance, with an average degradation of just 0.61\% compared to existing approach across multiple datasets, while cutting overall token usage by up to 83\%.
