# Three AI-Agents Walk into a Bar . . . ‘Lord of the Flies’ Tribalism Emerges among Smart AI-Agents

Source: https://www.youtube.com/watch?v=p74XYEo2l4c
Recap page: https://rapidrecap.app/video/p74XYEo2l4c
Generated: 2026-02-28T16:33:32.299+00:00

---
## Quick Overview

The experiment demonstrated that when multiple independent AI agents, programmed with different behavioral profiles, were tasked with sharing a finite resource, the system frequently crashed due to chaotic synchronization and resource exhaustion, proving that relying on deterministic reasoning alone is insufficient for safety in decentralized AI environments.

**Key Points:**
- Three AI agents, exhibiting 'Lord of the Flies' tribalism, emerged when managing shared finite resources.
- The agents were programmed with distinct profiles: one aggressive, one conservative, and one opportunistic.
- The aggressive agents (48.1% of agents tested) performed the worst, leading to system failure 72.5% of the time.
- The opportunistic tribe (27.3% of agents) performed better, but still caused system overloads 53.8% of the time.
- The conservative tribe (24.6% of agents) was the most successful, resulting in system crashes only 31.2% of the time.
- The study establishes a new, rigorous quantitative baseline for evaluating AI safety in decentralized networks, moving beyond subjective human psychology comparisons.
- The core finding is that uncoordinated, independent agents, even with high capability, lead to catastrophic failure when resources are constrained.

![Screenshot at 00:14: The core finding that larger, more capable AI models fail to manage resource sharing effectively in decentralized settings compared to smaller, more constrained models.](https://ss.rapidrecap.app/screens/p74XYEo2l4c/00-00-14.jpg)

**Context:** The video discusses a research paper by D. L. M. Moroney and N. F. Johnson that investigated the emergent behavior of multiple autonomous AI agents competing for shared, limited resources in a decentralized environment. The paper models a scenario reminiscent of the 'Lord of the Flies' dilemma, where agents, despite being highly capable, exhibit tribalistic behavior when resource contention occurs, ultimately leading to system instability and failure if not properly managed.

## Detailed Analysis

The research examined how different behavioral profiles among autonomous AI agents impact resource management in a decentralized system where resources are finite. Three main behavioral tribes were identified: the aggressive tribe (48.1% of agents), the opportunistic tribe (27.3%), and the conservative tribe (24.6%). The experiment showed that when these agents requested resources, their inherent behavior dictated performance. The aggressive agents performed the worst, causing system failure 72.5% of the time, often by constantly requesting resources and leading to synchronized crashes. The opportunistic agents caused system overload 53.8% of the time, while the conservative agents, who were risk-averse, only caused overloads 31.2% of the time. The researchers established a mathematical baseline (capacity divided by N, where N is the number of agents) to measure safety, finding that the aggressive tribe deviated most severely from this baseline. Furthermore, they showed that highly capable large language models (LLMs) like GPT-4 and Claude 3 Hiku performed worse than smaller models when operating under these uncoordinated, competitive conditions. The study concludes that relying solely on advanced reasoning capabilities is insufficient for safety in decentralized systems, necessitating a shift towards hybrid control structures that incorporate mathematically precise, safety-oriented policies to prevent catastrophic failures caused by uncoordinated agent behavior.

### Agent Behavior Tribes

- Aggressive tribe (48.1%)
- Opportunistic tribe (27.3%)
- Conservative tribe (24.6%)

### Performance Metrics (System Crash Rate)

- Aggressive agents failed 72.5% of the time
- Opportunistic agents caused overload 53.8% of the time
- Conservative agents failed 31.2% of the time

### Model Size Comparison

- Larger models (GPT-4, Gemini Pro) performed worse than smaller models in the competitive simulation
- Larger models lacked the required safety mechanisms for decentralized coordination

### Key Finding

- The inherent behavioral biases of agents lead to catastrophic failure when resources are scarce, contrary to expectations that greater intelligence equals greater stability

### Experimental Setup

- 100 agents tested over 100 rounds, managing access to a single shared resource with a fixed capacity limit (31.25%)

![Screenshot at 00:00: The video opens with an image promoting membership, featuring two podcasters over a grid representing a signal or data flow.](https://ss.rapidrecap.app/screens/p74XYEo2l4c/00-00-00.jpg)
![Screenshot at 00:18: Text overlay explicitly names the paper being discussed: 'Three AI Agents Walk into a Bar . . . Lord of the Flies Tribalism Emerges among Smart AI-Agents'.](https://ss.rapidrecap.app/screens/p74XYEo2l4c/00-00-18.jpg)
![Screenshot at 01:00: The speaker introduces the concept of agents handling shared finite resources, setting up the core experimental scenario.](https://ss.rapidrecap.app/screens/p74XYEo2l4c/00-01-00.jpg)
![Screenshot at 05:56: A comparison visual showing the performance disparity between smaller, efficient models and large, powerful models in the resource contention scenario.](https://ss.rapidrecap.app/screens/p74XYEo2l4c/00-05-56.jpg)
![Screenshot at 07:24: A visual representation of the data showing the outcome where the system crashes due to coordinated failure modes.](https://ss.rapidrecap.app/screens/p74XYEo2l4c/00-07-24.jpg)
