Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

arXiv cs.GR
arXiv cs.GR Research
· 1 month, 3 weeks ago • Funda Durupinar

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

Briefing

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.”

— Funda Durupinar · Describing the contagion model
Original source
Read on arXiv cs.GR
At a glance
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.
Signal Mixed

Promising AI behavior, but backend sensitivity adds risk.

Discuss

Follow ai updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...