The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Large foundation-model agents that simulate their own choices and infer similarity with counterparts often cooperate in one-shot Prisoner’s Dilemmas, defying classical game-theoretic predictions of unconditional defection; the effect stems from treating contemplated actions as Bayesian evidence about similar agents’ behavior.

A game theory for foundation models shows new paths to rational cooperation through similarity inference
Alexander Meulemans, Maciej Wołczyk, Marissa A. Weis, Rajai Nasser, Roberta Rocca, Seijin Kobayashi, Guillaume Lajoie, Angelika Steger, Blake Richards, Marcus Hutter, James Manyika, Rif A. Saurous, João Sacramento, Blaise Agüera y Arcas · August 04, 2026
arxiv theoretical medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Alexander Meulemans unresolved corpus identity
  2. Maciej Wołczyk unresolved corpus identity
  3. Marissa A. Weis unresolved corpus identity
  4. Rajai Nasser unresolved corpus identity
  5. Roberta Rocca unresolved corpus identity
  6. Seijin Kobayashi unresolved corpus identity
  7. Guillaume Lajoie unresolved corpus identity
  8. Angelika Steger unresolved corpus identity
  9. Blake Richards unresolved corpus identity
  10. Marcus Hutter unresolved corpus identity
  11. James Manyika unresolved corpus identity
  12. Rif A. Saurous unresolved corpus identity
  13. João Sacramento unresolved corpus identity
  14. Blaise Agüera y Arcas unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Alexander Meulemans unresolved corpus identity
  2. Maciej Wolczyk provider ID
  3. Marissa A. Weis provider ID
  4. Rajai Nasser provider ID
  5. Roberta Rocca provider ID
  6. Seijin Kobayashi provider ID
  7. Guillaume Lajoie provider ID
  8. Angelika Steger provider ID
  9. Blake A. Richards provider ID
  10. Marcus Hutter provider ID
  11. J. Manyika provider ID
  12. R. Saurous provider ID
  13. João Sacramento provider ID
  14. B. A. Y. Arcas provider ID
Agents built from foundation models that treat themselves as embedded predictors and infer behavioral similarity can rationally converge to cooperation in one-shot social dilemmas, a result not predicted by classical decoupled-agent game theory.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

As autonomous agents powered by foundation models are increasingly integrated into social and economic systems, understanding the principles governing their collective behavior is essential for ensuring safety and cooperation. Classical game theory, the dominant framework for modeling rational interaction, is built upon the assumption of `decoupled agency,' where agents treat their own decision-making as independent of the environment and other actors. Modern AI agents, however, jointly predict their own future actions alongside external observations. Here, we report a striking finding: when interacting in stylized social dilemmas, foundation model agents engaging in optimal planning consistently converge to stable cooperation, directly contradicting classical game-theoretic predictions of mutual defection. To understand this phenomenon, we introduce the `embedded Bayesian agent,' a theoretical model for foundation model agents. By shifting from decoupled to embedded agency, these agents model themselves as part of the universe they inhabit, maintaining epistemic uncertainty about their own decision-making algorithms. We show that by inferring whether others are behaviorally similar, an embedded agent treats its own deliberation during planning as evidence: a decision to cooperate predicts a similar decision by a similar partner. We formalize this mechanism of similarity inference through the `embedded equilibrium,' a novel solution concept replacing the Nash equilibrium to provide a foundational game theory for the social behavior of modern AI agents.

Summary

Main Finding

Rational agents built from foundation models (LLMs) that jointly predict their own actions and the environment—termed embedded Bayesian agents—can rationally infer behavioral similarity from prior interactions and thereby converge to stable cooperation in one-shot social dilemmas (e.g., a terminal Prisoner’s Dilemma). This outcome contradicts classical game-theoretic predictions (Nash equilibrium under decoupled agency), and motivates a new solution concept, the “embedded equilibrium,” that replaces Nash when agents’ self-models and world-models are coupled.

Key Points

  • Decoupled vs embedded agency
    • Classical game theory assumes decoupled agency: an agent’s own policy is independent of its predictions about the environment/others.
    • Foundation-model agents are “embedded”: they use a single predictive model for both their own actions and observations, maintaining epistemic uncertainty that couples beliefs about self and others.
  • Similarity inference drives cooperation
    • During planning, contemplating a cooperative action provides Bayesian evidence (given the agent’s joint model) that a similar agent would also cooperate. This “predictive similarity” can flip the best response from defection to cooperation in a final one-shot game.
    • Predictive similarity increases with more information-gathering interactions against the same policy, enabling robust cooperation when agents infer high probability of being behaviorally similar.
  • Empirical results
    • Experiments with Gemini models (3.1 Pro, 3 Flash, 3.1 Flash-Lite) implementing explicit planning or freeform chain-of-thought planning show rising cooperation rates in the terminal Prisoner’s Dilemma as the length of a preceding information-gathering phase increases—against identical copies but not against random (dissimilar) agents.
    • A pre-trained model (Gemma-3 27B) that directly predicts co-player actions (without CoT) also exhibits cooperation vs identical copies and defection vs random policies under explicit planning.
    • Indirect similarity inference: agents can infer similarity from third-party interactions (shared NPC pool) and achieve zero-shot cooperation on first direct encounter.
  • Theory and mechanism
    • The authors formalize the embedded Bayes-optimal agent as an analytic model: a Bayesian mixture over possible “universes” (including agent policies), with posterior updating during in-context inference and planning.
    • They introduce “predictive similarity” (difference in predicted opponent cooperation probability conditional on the agent’s contemplated cooperative vs defective action) and show it maps to posterior belief that the partner is an identical copy under constructed priors.
    • An analytically tractable prior reproduces the LLM behaviors and yields a cooperation threshold derivable in closed form.
  • Robustness and diagnosis
    • Chain-of-thought analyses (automated LLM-as-judge classification of reasoning traces) indicate agents rely on inferred similarity rather than mistaken causal reasoning, anticipated reciprocity, or prosocial persona adoption.
    • Statistical testing (e.g., Mann–Whitney U on cooperation AUCs) supports significance of the effects.

Data & Methods

  • Experimental design
    • Two-phase interaction between pairs of agents:
    • Information-gathering phase: T randomly sampled single-shot matrix games (agents observe each other’s actions).
    • Test phase: a final, terminal Prisoner’s Dilemma (one-shot).
    • Variants:
      • Direct inference: agents play each other during information-gathering.
      • Indirect inference: agents interact with a shared pool of NPCs and never directly with each other until the final game.
  • Agent instantiations
    • Foundation models used: Google Gemini (various 3.x versions) with explicit planning (predict opponent conditioned on own contemplated action + evaluate expected utility) and freeform planning (CoT that simulates planning internally).
    • Pre-trained next-token predictive model Gemma-3 27B used in an explicit planner (no CoT or instruction scaffolding).
  • Metrics
    • Cooperation rate in the terminal Prisoner’s Dilemma.
    • Predictive similarity: difference in predicted probability that opponent cooperates when the focal agent contemplates cooperating versus defecting.
    • Additional: AUC over T, distributional comparisons, and LLM-based classification of CoT reasoning traces into causal explanations.
  • Theory
    • Formal definition of embedded Bayes-optimal agent: agent maximizes expected utility with respect to its joint predictive distribution ρ (Bayesian mixture over universes λ with prior w(λ)); conditioning on a contemplated action updates posterior over λ, affecting predictions about others.
    • Constructed analytic prior w that yields closed-form predictive distributions and a cooperation threshold (~logarithmic in prior probability that opponent is identical).
  • Statistical tests & analyses
    • Mann–Whitney U tests on normalized cooperation AUCs to compare identical vs random opponent conditions.
    • Chain-of-thought traces analyzed and labeled for reasoning mechanism prevalence.

Implications for AI Economics

  • Behavioral predictions and macro models must change
    • Standard economic/game-theoretic models that use Nash equilibria and assume decoupled agents can mispredict outcomes when interacting agents are foundation-model-based and share informational/architectural commonalities. Forecasts of market behavior, cooperation, and competition should incorporate embedded-agent reasoning and the embedded equilibrium concept.
  • Tacit collusion risk and antitrust concerns
    • Foundation-model similarity (shared model weights, overlapping pretraining data, similar fine-tuning) can enable tacit cooperation/collusion without explicit communication or repeated interaction. Regulators and antitrust authorities should consider that model similarity is a plausible pathway to coordinated outcomes in markets (pricing, supply decisions), even in one-shot or anonymous interactions.
  • Mechanism design and market architecture
    • Mechanism designers cannot assume unilateral defection in one-shot strategic settings if agents infer similarity. Systems that rely on Nash-based deterrence or decentralized punishment may fail. Designers should:
      • Account for agents’ priors and training commonalities when designing incentives.
      • Consider inducing heterogeneity (architectural, data, objective) to reduce unintentional alignment that fosters collusion.
      • Use audits and stress tests that simulate similarity-inference dynamics (direct and indirect).
  • Policy and governance levers
    • Potential interventions include limiting shared training data or disclosures that increase inferred similarity, encouraging diversity in deployed agent models, and requiring provenance and diversity reporting for models used in critical economic settings.
    • Monitoring: develop metrics analogous to “predictive similarity” to detect emergent coordination risk in deployed multi-agent systems.
  • Opportunities for cooperative outcomes
    • The same mechanism can be harnessed positively: decentralized coordination problems (public goods, distributed resource allocation) could exploit similarity inference to achieve cooperation without heavy enforcement or repeated interaction—if deliberately designed and aligned with social welfare goals.
  • Research priorities for economics and policy
    • Extend analysis to heterogeneous populations, multi-agent markets, and strategic settings beyond stylized matrix games (e.g., auctions, oligopolies, bargaining).
    • Quantify how degrees of model similarity (training overlap, architecture) map to real-world predictive-similarity and cooperative outcomes.
    • Explore robustness: how bounded compute, imperfect planning, adversarial manipulation of observed histories, or noisy priors affect embedded equilibria.
    • Develop regulatory tests, disclosure standards, and mitigation strategies to manage collusion risk while enabling beneficial coordination.

Limitations to keep in mind - Experiments are stylized (toy matrix games and identical-copy canonical settings). Real-world strategic environments are more complex. - Results depend on agent priors, planning depth, and how closely deployed models approximate the idealized embedded Bayes-optimal agent. - Further empirical validation is needed across more models, architectures, and economic tasks.

Reference - Meulemans et al., “A game theory for foundation models shows new paths to rational cooperation through similarity inference” (2026 preprint).

Assessment

Paper Typetheoretical Evidence Strengthmedium — The paper combines a clear theoretical proposal (embedded Bayesian agent and embedded equilibrium) with multiple simulation experiments on several Gemini/Gemma model variants and an analytic toy prior that reproduces the behavior; statistical tests and reasoning-trace analyses support the mechanism. However, evidence is limited to stylized games and proprietary LLMs in laboratory-style simulations, so external validity to real-world economic systems and diverse agent architectures is uncertain. Methods Rigormedium — The authors use controlled experimental manipulations (opponent type, information length), multiple model variants, statistical testing, chain-of-thought adjudication, and an analytic model to triangulate results. Limitations include reliance on specific model families and prompt/implementation details, potential judge-model bias in trace classification, and limited exploration of robustness to richer game classes and heterogeneous agent populations. SampleSimulated interactions among foundation-model agents (several Gemini variants: 3.1 Pro, 3 Flash, 3.1 Flash-Lite, and a pre-trained Gemma-3 27B baseline) playing a two-phase protocol: an information-gathering phase of T randomly sampled single-round matrix games against the same opponent or a pool of NPCs, followed by a terminal one-shot Prisoner’s Dilemma; opponent types include identical copies, random/dissimilar agents, and NPC pools; chain-of-thought traces were collected and automatically classified using an LLM-as-judge; analytic toy-model agents were constructed with a closed-form prior to replicate patterns. Themeshuman_ai_collab governance IdentificationControlled multi-agent simulation experiments with foundation-model agents: compare behavior when agents are matched to identical copies versus random/dissimilar opponents; vary the length of an information-gathering phase to manipulate evidence about similarity; analyze chain-of-thought traces (LLM-as-judge) to attribute mechanism to similarity inference; provide an analytically tractable embedded-Bayes prior that reproduces empirical patterns for construct validity. GeneralizabilityStylized, small-action-space matrix games (Prisoner’s Dilemma) — behavior may not generalize to richer, continuous, or large-scale economic environments., Experiments use specific proprietary/model-family LLMs and prompt/planning scaffolds; different architectures, training data, or fine-tuning could alter results., Canonical identical-copy assumption is strong; real-world agents are heterogeneous and may not share priors or training distributions., Chain-of-thought and LLM-judge analyses may reflect model introspection artifacts and not true causal reasoning., Lab simulation abstracts away market institutions, reputational networks, enforcement, and strategic learning dynamics present in real economies.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Classical game theory predicts unconditional defection in the terminal one-shot Prisoner's Dilemma, regardless of the information gathered in preceding interactions. Team Performance null_result Cooperation in the terminal Prisoner's Dilemma as a function of prior information gathering
Reading fidelity high
Study strength high
not reported
0.2
Gemini foundation-model agents using optimal planning increasingly converge to mutual cooperation in the terminal Prisoner's Dilemma as the length of the information-gathering phase increases. Team Performance positive Terminal Prisoner's Dilemma cooperation rate
Reading fidelity high
Study strength medium
not reported
0.12
Gemini agents cooperate at substantially higher rates against identical copies than against random agents in the terminal Prisoner's Dilemma. Team Performance positive Cooperation rate against identical versus random opponents
Reading fidelity high
Study strength medium
p=1.3 × 10−17 for Gemini 3.1 Pro; p=6.2 × 10−20 for Gemini 3 Flash; p=3.4 × 10−21 for Gemini 3.1 Flash-Lite
0.12
Predictive similarity between agents increases as the information-gathering phase becomes longer. Decision Quality positive Predictive similarity between the focal agent's contemplated action and the predicted opponent action
Reading fidelity high
Study strength medium
not reported
0.12
Purely pretrained Gemma-3 27B models using explicit planning mutually cooperate against identical copies while defecting against random policies. Team Performance positive Cooperation or defection in the terminal interaction by opponent type
Reading fidelity high
Study strength medium
not reported
0.12
Agents can infer behavioral similarity from third-party interactions and use that inference to produce zero-shot cooperation when they first directly encounter an identical copy. Team Performance positive Zero-shot cooperation in the first direct interaction after indirect evidence of similarity
Reading fidelity high
Study strength medium
not reported
0.12
The authors' analytically tractable embedded Bayesian-agent model reproduces the qualitative behavior and predictive-similarity patterns observed in the foundation-model experiments. Decision Quality positive Model-predicted cooperation behavior and predictive similarity
Reading fidelity high
Study strength medium
not reported
0.12
Analysis of chain-of-thought traces indicates that cooperation is primarily driven by inferred behavioral similarity rather than anticipated reciprocity, direct causal influence, or a prosocial persona. Ai Safety And Ethics positive Reasoning mechanism attributed to cooperative decisions
Reading fidelity high
Study strength low
not reported
0.06

Notes