HomeWritings → Article

Language Models as Social Agents

LLM Agents · 3-4 min read

LLMs can play roles in simulations—negotiators, coordinators, or rumor spreaders. Treated as boundedly rational, they help prototype policies and probe mechanisms that are hard to observe in the wild.

Where LLM Agents Shine

Design Patterns

Hybrid ABM + LLM

Use an ABM for state updates and constraints; delegate decisions or messages to LLM agents. Keep prompts structured (roles, goals, memory) and add critic modules for self-checks.

Transferring “Theory of Mind”

Large models often show stronger strategic reasoning. We can distill guidance into smaller models via examples or reward shaping, retaining efficiency while improving cooperation.

Evaluation & Pitfalls

Example: In a repeated public-goods game, add an “information modulation” rule (share aggregated feedback, not identities). Many LLM agents cooperate more under this framing.
Note: LLMs are not ground truth. Use them to augment theory and data—not replace either.