How Affect Propagates among LLM Agents: Emergent Emotional Contagion in Crowd Simulation
A new crowd-simulation setup uses LLMs to drive each agent’s perception, appraisal, and outward emotional expression, rather than wiring in direct affect transfer between characters. Agents observe neighbors through visual, auditory, and tactile channels, then update internal state based on personality, memory, and context. Low-level steering stays in a traditional crowd simulator, which keeps the approach practical by avoiding LLM pathfinding overhead.
The interesting part for game AI is that emotional contagion emerges from the loop itself. In sparse, small crowds, seeded alarm can propagate as a traveling wave, and the overall alarmed population can settle above zero instead of snapping back to neutral. Personality distribution also matters: the same ambiguous stimulus can tip a crowd into panic for one mix of profiles, while another mix reads it as something milder.
The work spans five scenario environments, including alarming, joyful, and neutral setups with different spatial layouts. It also probes the appraisal step across prompt variants, sampling temperatures, and four model backends, and the resulting behavior changes depending on which model is doing the reasoning. That makes the system useful as both a simulation technique and a reminder that LLM-based NPC behavior is still highly backend-sensitive.
For developers, the practical takeaway is that LLMs can add socially plausible affect to crowds without bespoke contagion rules, but the cost is variability and tuning complexity. If you’re building systemic NPC behavior, this points toward hybrid architectures:...
“The architecture contains no hand-authored mechanism for directly transferring affective state between agents.”
- what
- A multi-agent crowd simulation uses LLMs to model affect propagation through perception, appraisal, and expression.
- who
- Funda Durupinar is the listed author of the work.
- when
- Submitted to arXiv on 27 Jul 2026.
- impact
- Game AI teams can study hybrid crowd systems that add emergent emotional contagion without hard-coded mood transfer.
Promising AI behavior, but backend sensitivity adds risk.
Follow ai updates
See relevant stories in your personalized news feed.
Discussion