ArXiv

MAS-PromptBench: When Does Prompt Optimization Improve Multi-Agent LLM Systems?

Authors
Juyang Bai, Laixi Shi
Categories
cs.LG, cs.MA
arXiv
https://arxiv.org/abs/2606.23664v1
PDF
https://arxiv.org/pdf/2606.23664v1

Brief

MAS-PromptBench investigates system-prompt optimization for multi-agent LLM systems by benchmarking two optimizers across diverse tasks, workflows, communication protocols, and team sizes. The authors report that prompt tuning can yield significant improvements at the system level without finetuning, but gains are sensitive to configuration and constrained by an exponentially growing prompt search space; code and a project page are provided.

Why it matters

Juyang Bai and Laixi Shi (arXiv:2606.23664v1, published 2026-06-22) introduce MAS-PromptBench and systematically evaluate system-prompt optimization across multi-agent LLM setups varying task, workflow, communication protocol, and team size, showing prompt optimization can unlock significant system-level gains without model finetuning.

Key details

  • They benchmark two prompt optimizers that extend state-of-the-art single-agent methods and highlight a key MAS challenge: an exponentially growing prompt search space; project page and code are available (https://juyangbai.github.io/MAS-PromptBench/, https://github.com/juyangbai/MAS-PromptBench).
Source evidence

Abstract

Multi-agent systems (MAS) offer a scalable path forward for agentic AI, comprising multiple LLM-based agents, each assigned a system prompt and a position within a workflow that governs inter-agent coordination and output aggregation. System prompts thus form a critical and accessible optimization surface: they specify agents' roles and behaviors, enabling system-level improvements without model finetuning. Although prompt optimization has shown substantial potential for single LLMs, extending it to MAS poses distinct challenges, notably an exponentially growing search space. It remains unclear whether, when, and by how much prompt optimization improves MAS performance, and how sensitive such gains are to system configuration. In this work, we systematically study system-prompt optimization across a broad range of MAS setups varying in task, workflow, communication protocol, and team size, benchmarking two prompt optimizers that naturally extend state-of-the-art single-agent methods. The results reveal its potential to unlock significant gains while exposing open challenges, characterizing when and how much prompt optimization helps across diverse MAS settings.

Comment: Project page: https://juyangbai.github.io/MAS-PromptBench/ ; Code: https://github.com/juyangbai/MAS-PromptBench