Unified-MAS: Universally Generating Domain-Specific Nodes for Empowering Automatic Multi-Agent Systems

arXiv cs.AI / 3/24/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces Unified-MAS, a method for generating domain-specific nodes for Automatic Multi-Agent Systems that addresses bottlenecks in knowledge-intensive areas like healthcare and law.
  • Unified-MAS decouples node implementation from multi-agent topology orchestration by performing offline node synthesis in two stages: search-based blueprint generation using external open-world knowledge and reward-based optimization guided by perplexity.
  • Experiments across four specialized domains show improved performance–cost trade-offs, including up to a 14.2% gain when integrated into four Automatic-MAS baselines.
  • The approach is reported to be robust across different “designer” LLMs and also effective on standard tasks such as mathematical reasoning, suggesting broader applicability beyond purely domain knowledge.
  • By reducing architectural coupling between orchestration and domain-logic generation, Unified-MAS aims to improve overall system efficacy relative to frameworks that rely on static or on-the-fly generated nodes.

Abstract

Automatic Multi-Agent Systems (MAS) generation has emerged as a promising paradigm for solving complex reasoning tasks. However, existing frameworks are fundamentally bottlenecked when applied to knowledge-intensive domains (e.g., healthcare and law). They either rely on a static library of general nodes like Chain-of-Thought, which lack specialized expertise, or attempt to generate nodes on the fly. In the latter case, the orchestrator is not only bound by its internal knowledge limits but must also simultaneously generate domain-specific logic and optimize high-level topology, leading to a severe architectural coupling that degrades overall system efficacy. To bridge this gap, we propose Unified-MAS that decouples granular node implementation from topological orchestration via offline node synthesis. Unified-MAS operates in two stages: (1) Search-Based Node Generation retrieves external open-world knowledge to synthesize specialized node blueprints, overcoming the internal knowledge limits of LLMs; and (2) Reward-Based Node Optimization utilizes a perplexity-guided reward to iteratively enhance the internal logic of bottleneck nodes. Extensive experiments across four specialized domains demonstrate that integrating Unified-MAS into four Automatic-MAS baselines yields a better performance-cost trade-off, achieving up to a 14.2% gain while significantly reducing costs. Further analysis reveals its robustness across different designer LLMs and its effectiveness on conventional tasks such as mathematical reasoning.