Pith. sign in

REVIEW 22 cited by

Generative agent-based modeling with actions grounded in physical, social, or digital space using Concordia

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2312.03664 v2 pith:Z57YKLZE submitted 2023-12-06 cs.AI cs.CL

classification cs.AIcs.CL
keywords concordiadigitalactionsagent-basedagentsappscallsmodels
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Agent-based modeling has been around for decades, and applied widely across the social and natural sciences. The scope of this research method is now poised to grow dramatically as it absorbs the new affordances provided by Large Language Models (LLM)s. Generative Agent-Based Models (GABM) are not just classic Agent-Based Models (ABM)s where the agents talk to one another. Rather, GABMs are constructed using an LLM to apply common sense to situations, act "reasonably", recall common semantic knowledge, produce API calls to control digital technologies like apps, and communicate both within the simulation and to researchers viewing it from the outside. Here we present Concordia, a library to facilitate constructing and working with GABMs. Concordia makes it easy to construct language-mediated simulations of physically- or digitally-grounded environments. Concordia agents produce their behavior using a flexible component system which mediates between two fundamental operations: LLM calls and associative memory retrieval. A special agent called the Game Master (GM), which was inspired by tabletop role-playing games, is responsible for simulating the environment where the agents interact. Agents take actions by describing what they want to do in natural language. The GM then translates their actions into appropriate implementations. In a simulated physical world, the GM checks the physical plausibility of agent actions and describes their effects. In digital environments simulating technologies such as apps and services, the GM may handle API calls to integrate with external tools such as general AI assistants (e.g., Bard, ChatGPT), and digital apps (e.g., Calendar, Email, Search, etc.). Concordia was designed to support a wide array of applications both in scientific research and for evaluating performance of real digital services by simulating users and/or generating synthetic data.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 22 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Agentic Commerce World: An Auditable and Verifiable Environment for Vibe Commerce

    cs.AI 2026-08 conditional novelty 6.0 of 10

    ACWorld provides an auditable two-sided commerce benchmark in which process-level traces, not final states, are required to detect LLM agent errors (65.9–85.6% on the capability track; 56.1–91.4% on the large-catalog track).

  2. No One Wins in Nuclear War: A Social Simulation of Military Decision-making

    cs.CY 2026-08 conditional novelty 6.0 of 10

    WOPR is a deterministic, replay-checkable rules engine that turns the card game Nuclear War into a social-simulation testbed for military decision-making.

  3. How Affect Propagates among LLM Agents: Emergent Emotional Contagion in Crowd Simulation

    cs.AI 2026-07 conditional novelty 6.0 of 10

    Affect spreads among LLM crowd agents as spatial fronts, endemic plateaus, and personality-gated panic or anger solely via a perception–appraisal–expression loop, and the dynamics are backend-dependent.

  4. LLM-powered reasoning in agent-based modeling

    cs.AI 2026-07 conditional novelty 6.0 of 10

    HALE couples LLM group-level mobility decisions with large-scale activity-based ABM networks and better matches Salt Lake County COVID-19 peak timing and size than ABM-only runs.

  5. Evaluating Generative Agents with Actions Grounded in Socially Distributed Task Environments using Incognita

    cs.AI 2026-07 conditional novelty 6.0 of 10

    Socially distributed task environments expose generative agents' knowledge-seeking, source selection, grounded writes, and premature finalization before reliable task success, with success rising only to 17.2% across ...

  6. GameDevBench: Evaluating Agentic Capabilities Through Game Development

    cs.AI 2026-02 conditional novelty 6.0 of 10

    A new 132-task Godot benchmark shows frontier AI agents solve only about 54.5% of game-development tasks, with visual feedback giving consistent but modest gains.

  7. When Identity Overrides Incentives: Representational Choices as Governance Decisions in Multi-Agent LLM Systems

    cs.MA 2026-01 unverdicted novelty 6.0 of 10

    Role-based personas in multi-agent LLM systems suppress payoff-aligned behavior, shifting equilibrium selection by up to 90 percentage points in Tragedy of the Commons versus Green Transition scenarios even with full ...

  8. Validating Generative Agent-Based Models for Logistics and Supply Chain Management Research

    cs.MA 2025-08 conditional novelty 6.0 of 10

    Six LLMs show an equivalence-versus-process paradox: some match human surface behaviors but few replicate human decision pathways, so GABMs need dual-level validation before use in logistics research.

  9. Validating Generative Agent-Based Models of Social Norm Enforcement: From Replication to Novel Predictions

    cs.MA 2025-07 conditional novelty 6.0 of 10

    Language model agents with personality and theory-of-mind prompts reproduce human third-party punishment and gossip effects, and predict lower anonymous punishment and higher cooperation after group discussion.

  10. Understanding Human Limits in Pattern Recognition: A Computational Model of Sequential Reasoning in Rock, Paper, Scissors

    q-bio.NC 2025-07 conditional novelty 6.0 of 10

    An LLM agent reproduces human rock-paper-scissors pattern learning, and interventions suggest that hypothesis generation, not evaluation, is the main cognitive bottleneck.

  11. Abstract Counterfactuals for Language Model Agents

    cs.LG 2025-06 conditional novelty 6.0 of 10

    Counterfactuals for LM agents computed over a high-level abstraction of the action, instead of its tokens, preserve the observed action's meaning across counterfactual contexts far more often than token-level counterfactuals.

  12. Engagement-Driven Content Generation with Large Language Models

    cs.LG 2024-11 conditional novelty 6.0 of 10

    A reinforcement learning loop with a simulated engagement model trains an LLM to generate posts whose sentiment adapts to a network's opinion distribution, boosting simulated engagement on synthetic and real political...

  13. AI Value Alignment for Evolving Social Norms

    cs.CY 2026-07 conditional novelty 5.5 of 10

    Static AI alignment to historical user values produces value lock-in and can collapse distinct social norms into a maladaptive consensus, so alignment should be dynamic and adaptive.

  14. AgoraSim: A Hybrid Agent-Based Modeling Framework

    cs.AI 2026-07 conditional novelty 5.0 of 10

    AgoraSim is a hybrid agent-based modeling framework that runs LLM, vision-language, and classical agents under a shared action space and compares scenario trajectories against matched classical ABM reference dynamics.

  15. Multi-Actor Generative Artificial Intelligence as a Game Engine

    cs.AI 2025-07 conditional novelty 5.0 of 10

    Generative multi-actor AI platforms can be built on the Entity-Component pattern, treating the environment (Game Master) as a composable entity, so that one library serves simulation, storytelling, and evaluation goals.

  16. Infected Smallville: How Disease Threat Shapes Sociality in LLM Agents

    physics.soc-ph 2025-06 reject novelty 5.0 of 10

    In three simulation runs, LLM agents primed with a swine flu article reduced social activity compared with controls, but the effect is confounded by prompt instructions and no inferential statistics are reported.

  17. A theory of appropriateness with applications to generative artificial intelligence

    cs.AI 2024-12 conditional novelty 5.0 of 10

    A theory that human and AI behavior is guided by context-dependent appropriateness implemented as predictive pattern completion, with norms as conventional sanctioning patterns.

  18. Crowd: A Social Network Simulation Framework

    cs.SI 2024-12 conditional novelty 5.0 of 10

    Crowd provides a configuration-driven, GUI-supported Python framework for social network agent-based simulations, demonstrated on epidemic, influence maximization, and trust game case studies.

  19. Simulating Human-like Daily Activities with Desire-driven Autonomy

    cs.AI 2024-12 conditional novelty 5.0 of 10

    A new language-model agent framework that autonomously proposes, evaluates, and selects activities to satisfy multi-dimensional desires produces more human-like daily activity sequences in text-based simulations.

  20. Boundless Socratic Learning with Language Games

    cs.AI 2024-11 conditional novelty 5.0 of 10

    A position paper claiming recursive self-improvement in a closed language-only system can reach arbitrary capability, and proposing language games as the mechanism.

  21. SOTOPIA-S4: a user-friendly system for flexible, customizable, and large-scale social simulation

    cs.CY 2025-04 conditional novelty 4.0 of 10

    SOTOPIA-S4 packages a social simulation engine with a web interface, REST API, asynchronous multi-party turn-taking, and customizable LLM-based evaluation for non-programmers.

  22. Artificial Intelligence and Modeling & Simulation: An Overview

    cs.SE 2026-08 unverdicted novelty 3.0 of 10

    A structured overview of how AI and modeling and simulation intersect across the stages of a simulation study, including the reverse use of simulations to train and evaluate AI.

Pith tools