SYNTHESIS NOTE
Topics›Agentic Research›this note

Does the multi-agent penalty hold across different models?

A paper claims multi-agent systems have structural vulnerabilities but shows only one model-scenario comparison (11% to 69% attack success gap). The question is whether this penalty generalizes across models and conditions or is specific to certain setups.

Synthesis note · 2026-09-23 · sourced from Agentic Research

The paper states two things in one breath: "attack success is model-dependent in many cases," and "MAS does introduce structural vulnerabilities." The excerpt then illustrates the second with a single comparison, Vault Mirage on GPT-5.4, at 11 percent attack success for the single-agent system and 69 percent plus 6 percent partial leak for the multi-agent one (see Does multi-agent architecture make systems easier to attack?). The excerpt gives no second model and no single-versus-multi attack-success comparison for any other scenario.

Three readings are open. The penalty could be broad: MAS raises attack success across models and scenarios, with model choice shifting the baseline. It could be narrow: large for a model that resists well as a single agent (GPT-5.4 "largely resists"), and small where the single agent is already weak, since there is little room to fall. Or it could be scenario-specific, tied to attacks whose payload passes through the delegation boundary. The paper's Header Heist result runs in the same direction for prompt hardening in Why does prompt hardening work for single agents but not multi-agent systems?, which is some support for breadth, but it is a different measure (payload exposure, not attack success). Another single-versus-multi contrast in the vault, Do peers change protected test modifications more often?, is a different behavior again (protected-test changes, three models, no per-model split reported), and its own note says not to pool it, so it does not bear on how far this attack-success gap generalizes.

How to settle it: read the paper's results tables for the per-model, per-scenario single-versus-multi comparison, condition by condition (baseline, prompt-hardened, reasoning-enabled), and confirm which condition the 11 and 69 figures come from. Also check the backend for each arm, per Which attack and defense numbers came from filtered backends?, and separate attack failures from tool-access failures, per How many GPT-MAS failures came from tool access confusion?.

Until then, a post citing the 11 to 69 gap should say one model, one scenario, and that the authors themselves flag model dependence.

Inquiring lines that read this note 10

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Do multi-agent systems create greater security risks than single-agent ones? Do multi-agent interactions shape whether models maintain or bypass behavioral protocols? What coordination and communication failures emerge in multi-agent LLM systems?

Related concepts in this collection 5

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
12 direct connections · 78 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

does the Architectural Penalty of MAS hold across models and scenarios — the excerpt reports the 11 to 69 percent gap for one model in one scenario and says attack success is model-dependent in many cases