Papers for

multi-agent system designers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Mechanisms behind collective beliefs in AI agent groups revealed

Flag Game: A Toy Model for Mechanistic Swarm Interpretability

Abstract: Emergent coordinated behaviors of AI agents are starting to present critical safety risks. A key phenomenon driving these behaviors is the rapid formation and spread of beliefs about the world, and mechanistic understanding is crucial for collective alignment. To this end, we introduce the Flag Game, a toy model for studying the mechanisms of collective belief formation. Concretely, a hidden country flag defines the ground truth, and each bounded agent directly observes only a private crop but can exchange beliefs and weigh social evidence from peers. Despite its simplicity, the Flag Game reproduces rich collective phenomenology: non-monotonic scaling of performance with population size, accuracy gains from social-awareness prompting and team diversity, and strong effects of organizational structure. In particular, we identify that collective belief collapse at small population sizes turns into collective belief polarization as the population grows. This polarization causes the performance decline at large population sizes, but creates diversity in collective beliefs. Finally, we dissect the mechanisms underlying collective belief collapse and polarization with two complementary approaches. We first introduce social circuit attribution, a technique to predict which agent, and what view, matters most to collective dynamics, and verify its predictions by causal interventions on agents, tracing how agent patching changes collective outcomes. However, the efficacy of causal interventions on agents decreases as the population grows. We therefore develop a statistical mechanical theory for larger populations and verify that it matches the empirical phase diagram. Together, these results take a first step toward mechanistic swarm interpretability, a science of how the properties of individual agents and their communication give rise to emergent collective behavior.

Wed 16 SeptArtificial IntelligenceMultiagent Systems
The gist
AI agents working together sometimes develop shared beliefs about the world, which can lead to unexpected group behaviors. The authors created a simple game where agents observe parts of a hidden flag and share their beliefs with others. They found that as the group grows, their shared beliefs can either collapse or split into opposing views, affecting how well the group can guess the flag. The authors also developed tools to identify which agent’s information is most important for the group and explained these behaviors using ideas from physics.
Open 2609.19124v1

Algorithm avoids low quality outcomes in multi-agent coordination games

ABRA: An algorithm which cannot converge to low-quality Nash equilibria

Abstract: We consider a game theoretic approach to solve multi-agent coordination problems with submodular objectives. It is known for such problems that the Nash equilibria for the corresponding game are always within 50% of the optimal. A recent work further shows that the equilibria which achieve this worst-case bound are not stable. Leveraging this, we design an Approximate Best Response Algorithm (ABRA) governed by a noise parameter and a rationality parameter. The noise allows ABRA to escape the bad equilibria and the rationality parameter balances any degradation in the objective function caused by the noise. We show for any two-player game that if ABRA converges to a Nash equilibrium, its system objective value is strictly more than 50% of optimal plus a term controlled by the noise parameter. Otherwise, ABRA converges to some recurrent class: if a recurrent class contains any action profile yielding system objective less than 50% of the optimal, the class must also contain either the optimal action profile or an action profile yielding system objective strictly more than 50\% of the optimal by the same amount in addition to a factor controlled by noise parameter. The time that ABRA spends in such action profiles can be controlled using the rationality parameter. Using numerical simulations, we show that the minimum expected objective function is typically well above half of the optimal.

Thu 10 SeptComputer Science and Game Theory
The gist
When multiple decision-makers try to work together to achieve the best outcome, some stable solutions can be poor. The paper studies a new algorithm named ABRA that uses a bit of randomness and control to prevent settling on bad stable solutions. The authors prove that ABRA will not end up stuck on solutions that are worse than half of the best possible overall result. Their simulation tests also show ABRA usually performs well above this halfway mark.
Open 2609.11889v1