# Key Decision-Makers in Multi-Agent Debates: Who Holds the Power?

Source: https://www.youtube.com/watch?v=9cKzkCYLwzM
Recap page: https://rapidrecap.app/video/9cKzkCYLwzM
Generated: 2025-11-18T19:05:10.059+00:00

---
## Quick Overview

The key decision-makers in multi-agent debates, according to the research discussed, are determined by the speaking order; specifically, the agent speaking last holds the most power, as demonstrated by experiments where agents strategically positioned last consistently steered the consensus, regardless of the correctness of their initial arguments.

**Key Points:**
- The research investigates power dynamics in multi-agent debates using Large Language Models (LLMs) like GPT-4 and DeepSeek.
- The key finding is that the agent speaking last in a sequence holds significantly more influence over the final consensus.
- Experiments showed that the agent speaking last achieved a consensus matching their viewpoint 50% more often than the agent speaking first.
- Two primary strategies were tested: a fixed speaking order (Agent A first, Agent B second) and a random, shuffled order.
- The fixed-order strategy consistently resulted in the last speaker dominating, leading to a potentially biased outcome despite the first speaker having the correct information.
- The mechanism causing this is positional bias, where the final speaker frames the debate conclusion, even if their initial argument was weaker.
- The study suggests that for robust, accurate outcomes, systems must actively manage speaking order, perhaps by using adversarial training or ensuring the most reliable agent speaks last.

![Screenshot at 01:23: Agents taking turns presenting arguments in a structured, turn-based debate framework to test positional influence.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-01-23.png)

**Context:** This video analyzes a research paper exploring power dynamics within multi-agent debates, focusing on how the sequence in which agents (simulated by LLMs like GPT-4 and DeepSeek) present their arguments affects the final group consensus. The context involves setting up controlled debates where agents, assigned roles like advisor or critic, argue complex logical or geometric tasks to see who ultimately controls the decision.

## Detailed Analysis

The core finding of the research is that positional bias heavily influences multi-agent debate outcomes, making the agent who speaks last the most powerful decision-maker. Experiments involving LLMs like GPT-4 and DeepSeek were conducted using two main strategies: fixed roles (Agent A always speaks first, Agent B second) and randomized speaking orders. In the fixed-role setup, the last speaker consistently dictated the final consensus, even if their initial reasoning was flawed or if the first speaker possessed the correct information. This effect was quantified: the last speaker's viewpoint was upheld 50% more often than the first speaker's, and the final consensus was skewed towards the last speaker by up to 22.8% on geometric tasks. The researchers call this the 'power concentration' effect. They suggest that this positional bias is a structural vulnerability that can be exploited to force specific conclusions. To mitigate this, they propose strategies like dynamic role switching (where the critic or advisor role rotates) or using an adversarial training layer (MADDC) to monitor and reorder agents based on path consistency, ensuring the most reliable viewpoint is last, thereby preventing manipulation and improving overall system robustness.

### Multi-Agent Debate Setup

- Agents (LLMs like GPT-4, DeepSeek) debate complex tasks
- Roles include advisor, critic, strategist
- Goal is to reach consensus.

### Fixed Role Experiment Results

- Last speaker consistently dictates consensus
- 50% more consensus matching last speaker's view than first speaker's view
- Positional bias confirmed.

### Quantified Bias

- Last speaker's viewpoint upheld by 22.8% on geometric tasks
- Strategy of truth-last failed, yielding low entropy consensus on the wrong answer.

### Mitigation Strategies

- Dynamic role switching
- Using MADDC layer to monitor path consistency and reorder agents
- Stress testing systems during development.

![Screenshot at 00:00: Advertisement banner prompting viewers to 'Become a member today!' overlaying a grid visualization.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-00-00.png)
![Screenshot at 00:40: Visual representation of the debate structure where agents argue, overlaid with a fluctuating waveform.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-00-40.png)
![Screenshot at 01:13: Speaker A and Speaker B roles being discussed in the context of the debate structure.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-01-13.png)
![Screenshot at 01:54: Introduction of the initial experiment setup using the MAD framework.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-01-54.png)
![Screenshot at 02:57: Definition of truth as the initial outcome agents must agree upon, contrasted with the actual result.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-02-57.png)
![Screenshot at 05:08: Speaker pointing out the 'massive game' and the implication of positional power.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-05-08.png)
![Screenshot at 06:36: Comparison showing the 'truth last' strategy resulted in low entropy consensus on the wrong answer.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-06-36.png)
![Screenshot at 08:47: Illustration of the structural imbalance where the last speaker's influence is disproportionate.](https://ss.rapidrecap.app/screens/9cKzkCYLwzM/00-08-47.png)
