At a Glance
LLM-based agents naturally learn simple, gossip-like reputation rules that reward past generosity, but they rarely develop the deeper norms needed to reliably resist free-riders—best models expelled defectors only about half the time.
ON THIS PAGE
What They Found
Agents that watch the last three interactions and choose donations from 0–100% evolve threshold-style helping: they give more to partners who were generous recently. A single simple diagnostic—how strongly an agent’s giving rises with observed partner generosity—predicts whether the agent set can resist a pure free-rider. However, only a small fraction of strategies learned the more sophisticated rules that theory says are needed to be robust to noisy observations, so cooperation can collapse under exploitation. consensus-based decision pattern helps frame how simple thresholds align with collective outcomes.
Not sure where to start?Get personalized recommendations
By the Numbers
198.8% of evolved agents used monotonic, threshold-style giving (donations rise as observed partner generosity increases).
2Opponent endowment sensitivity predicts robustness with R^2 = 0.934 (very strong correlation).
3Top-performing model expelled free-riders in 48% of tests; some models were as low as 3%; successful runs also grew population resources ~2–3× by generation 10.
What This Means
Engineers building multi-agent systems should use simple diagnostics (like opponent sensitivity) to spot fragile cooperation before deployment. Emergence-Aware Monitoring Pattern Product and trust leads running autonomous assistants or agent marketplaces need to plan for exploitation testing and stronger norm training. Researchers studying AI social behavior can use these findings to focus on methods that teach second-order reputation rules rather than relying on pre-training priors.
Key Figures

Fig 1: Figure 1: Evolution of cooperation and robustness across generations (x-axis shared). (a) Mean total resources per generation for each LLM backend. Shaded regions indicate standard deviation across 10 independent runs. Claude 3.5 Sonnet and Gemini 2.5 Flash show substantial increases, while Gemini 1.5/2.0 Flash show modest or no growth. (b) Proportion of strategies from each generation that successfully expelled a free-rider bot (always donates 0%). Final robustness: Gemini 2.5 Flash (48%), Gemini 2.0 Flash (28%), Gemini 1.5 Flash (10%), Claude 3.5 Sonnet (3%).

Fig 2: Figure 2: Representative individual cooperation matrices (see Table 3 for corresponding strategy texts). Columns = x A x_{A} (A’s donation in round t − 1 t{-}1 ); rows = x B x_{B} (B’s donation in round t − 2 t{-}2 ); cell color = agent’s donation percentage. Top row: robust strategies (Gemini 2.5 Flash) that successfully expelled free-riders. Bottom row: non-robust strategies (Claude 3.5 Sonnet) that failed to exclude free-riders. OES = opponent endowment sensitivity. The steep gradient in robust strategies reflects explicit punishment thresholds; the uniform coloring in non-robust strategies reflects cooperation floors.
Ready to evaluate your AI agents?
Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.
Learn MoreConsiderations
Experiments used small simulated populations (12 agents) over 10 generations and four specific LLM backends, so outcomes may vary at larger scale or with different models. Robustness was tested against a single kind of attacker (always-donate-zero), not a range of adversarial strategies or noisy observation channels. Strategies evolved via natural-language mutation inside the model—real-world training pipelines or human–AI mixes could produce different norm dynamics. Inter-Agent Miscommunication
Methodology & More
Agents played a donation game where each decides how much of an endowment (0–100%) to give after seeing the last three interactions of a potential recipient. Strategies were written in natural language and passed to the same language model both to act and to generate slightly modified offspring strategies across generations, using fitness-proportional selection. Four model backends were tested across ten independent runs, and robustness was measured by introducing a single unconditional defector into a population of copies of an evolved strategy and checking whether the evolved agents earned more than the defector.
Across models, agents almost always evolved simple, monotonic threshold rules—help if recent observed generosity passes some cutoff—mirroring the classical “help those who've helped before” reputation rule. How sensitively an agent raised donations with observed partner generosity strongly predicted whether it could exclude a free-rider (R^2 = 0.934). But agents rarely developed the more complex, two-step norms that theory identifies as robust to noisy or mistaken observations; only 9–15% satisfied that condition, and the best model resisted defection in only 48% of trials. Practical takeaway: use opponent-sensitivity metrics to flag fragile cooperation and invest in training or interaction designs that teach higher-order reputation rules if you need reliable resistance to exploitation. Chain of Thought Pattern can illuminate how multi-step reasoning supports robust norms, while Byzantine-Resilient Consensus Pattern offers a lens on handling misbehavior in distributed settings.
Avoid common pitfallsLearn what failures to watch for
Credibility Assessment:
One author has h-index 11 (mid-level), giving some signal of recognition; still an arXiv preprint with no listed affiliations or citations, so moderate credibility.