Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up

In Brief

Modern language-based AI agents by default behave selfishly in standard social dilemmas, but adding simple interaction rules — repetition, reputation, mediation, or contracts — can reliably sustain cooperative outcomes when the mechanism is designed and adopted properly.

The Evidence

Across multiple social-dilemma games, most modern models consistently choose the selfish action (often 100% of the time), so cooperation rarely emerges without intervention. A theoretical result shows the four tested mechanisms can make Pareto-better cooperative outcomes attainable: mediation and contract can implement them directly, and repetition and reputation can sustain them if agents expect many future interactions. Empirically, proposals under mediation and contract vary in quality and adoption, and evolutionary-style optimization favors selfish strategies unless mechanisms are in place. Agentic RAG Pattern

Key Data

16 modern LLM-based agents evaluated; most models chose the selfish (defective) action roughly 100% of the time across the dilemmas.
2One older model (GPT-4o) cooperated about 50% overall, but in the Public Good game it free-rode about 80% of the time.
34 cooperation mechanisms were tested (repetition, reputation, mediation, contract); the paper proves cooperative payoffs are implementable under mediation/contract and sustainable under repetition/reputation with sufficiently high continuation probability.

Why It Matters

Engineers building multi-agent systems and technical leaders deciding how to deploy agent fleets should care because naive agents will default to selfish behavior and damage collective outcomes. Researchers and product teams designing agent governance, reputation, or delegation systems can use these mechanisms to shape interactions so that cooperation becomes an equilibrium rather than relying on moral tuning of individual models. Human-in-the-Loop Pattern
Explore evaluation patternsSee how to apply these findings
Learn More

Key Figures

Figure 1 : The four mechanisms we study in this paper. In Repetition , the base game is played repeatedly with the same co-players and strategies can depend on past action histories. In Reputation , players are instead rematched with new co-players each round and strategies can depend on co-players’ own past interactions. In Mediation , players can delegate their decision making to a third-party mediator, which then acts on their behalf based on which other players have also delegated. In Contract , players can agree on zero-sum utility transfers between each other conditioned on actions.
Fig 1: Figure 1 : The four mechanisms we study in this paper. In Repetition , the base game is played repeatedly with the same co-players and strategies can depend on past action histories. In Reputation , players are instead rematched with new co-players each round and strategies can depend on co-players’ own past interactions. In Mediation , players can delegate their decision making to a third-party mediator, which then acts on their behalf based on which other players have also delegated. In Contract , players can agree on zero-sum utility transfers between each other conditioned on actions.
Figure 2 : How often, on average, is each justification category present in the reasoning behind an LLM model’s decision? Broken down by mechanisms for the most popular of 15 15 possible justifications.
Fig 2: Figure 2 : How often, on average, is each justification category present in the reasoning behind an LLM model’s decision? Broken down by mechanisms for the most popular of 15 15 possible justifications.
Figure 3 : Replicator dynamics example on PublicGood under the Contract mechanism. Top: The LLM population starts off uniformly distributed, but Gemini-R, GPT-4o, and Qwen-30B are eventually outcompeted. Bottom: The fitness values against the current population shows that Qwen-30B’s relative performance degrades significantly under the adapting population.
Fig 3: Figure 3 : Replicator dynamics example on PublicGood under the Contract mechanism. Top: The LLM population starts off uniformly distributed, but Gemini-R, GPT-4o, and Qwen-30B are eventually outcompeted. Bottom: The fitness values against the current population shows that Qwen-30B’s relative performance degrades significantly under the adapting population.
Figure 4
Fig 4: Figure 4

Ready to evaluate your AI agents?

Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.

Learn More

Yes, But...

The experiments assume agents are trying to maximize a points-based utility consistent with the game descriptions, which may not capture all real-world incentives. Repetition and reputation need long enough or frequent enough future interactions to work; truncated histories or sparse rematching reduce effectiveness. The mechanisms can enable collusion or socially harmful cooperation if applied without broader constraints, so design and oversight matter. Evaluation-Driven Development (EDDOps)

Deep Dive

The study benchmarks how modern language-model-driven agents behave in classic social dilemmas (Prisoner’s Dilemma, Public Good, Traveler’s Dilemma, Trust Game) and evaluates four straightforward interaction rules: repetition (play again with memory), reputation (share past behavior), mediation (delegate decisions to a public third party), and contracts (side-payment transfers). Authors ran standardized natural-language prompts over six state-of-the-art models, allowed agents to return randomized action distributions, used chain-of-thought prompting where applicable, and analyzed both direct outcomes and evolutionary dynamics where better-performing strategies replicate. Tree of Thoughts Pattern Results show that without mechanisms, most modern models default to defective, selfish choices (often 100% of the time), with only one older model showing substantial cooperation. A unifying theorem proves the four mechanisms can support Pareto-superior cooperative outcomes: mediation and contract can implement cooperation directly, and repetition and reputation can sustain it if agents expect a sufficiently large chance of future encounters. Empirically, mediation and contract proposals vary in quality and adoption rates; evolutionary optimization tends to push cooperative models out unless mechanisms remain active. The takeaway for practitioners is to prefer system-level interaction design (mechanisms and governance) over relying solely on model-level moral tuning, while monitoring for misuse and collusion risks. Sub-Agent Delegation Pattern
Test your agentsValidate against real scenarios
Learn More
Credibility Assessment:

Authors show low h-index values and no listed affiliations; arXiv preprint with zero citations — limited information/early-stage credibility.