Cheap surrogate models let researchers simulate LLM-agent societies on a laptop
Simulating a society of many large language model (LLM) agents is expensive because every agent's decision normally requires a full LLM call, yet the questions researchers actually want answered (phase transitions, aggregate statistical patterns, how the system scales with the number of agents N) are about the group, not about any single agent's reasoning. A new paper proposes a shortcut: replace each LLM agent with a low-parameter model fitted from a few hundred to a few thousand cheap queries to that agent's behavior, then run the resulting society at any size N on a laptop instead of a server farm.
Whether the shortcut works for a given simulation, the authors argue, is decided before the simulation ever runs, chiefly by what each agent is able to perceive. To formalize this, they introduce an [interaction order x memory] taxonomy that maps perception and memory structure to an effective theory, which in turn predicts how the surrogate's error should trend as N grows.
They test the prediction on a faithful reimplementation of EconAgent, an existing LLM-based macroeconomy simulation, plus seven further named LLM simulations. In each case the surrogate's decisions are cloned from genuine LLM elicitations, primarily from DeepSeek, at a total cost of a few dollars for the whole validation run. The predicted error trends hold cell by cell across the taxonomy. Two predictions were initially refuted, both on a strongly saturating response; the authors trace the mismatch to that response's curvature and show the theory matches those two cases quantitatively as well, with no free parameters added after the fact.
Key facts
- Each LLM agent is replaced by a low-parameter surrogate fitted from a few hundred to a few thousand cheap queries, letting societies of any size N run on a laptop.
- An [interaction order x memory] taxonomy maps how each agent perceives and remembers to an effective theory that predicts the surrogate error's trend with N.
- The method is validated on a faithful reimplementation of EconAgent plus seven further named LLM simulations, with decisions cloned from genuine elicitations (primarily DeepSeek) for a few dollars total.
- The predicted error trends hold cell by cell across the taxonomy.
- The two cases where the prediction was initially refuted, both on a strongly saturating response, are matched quantitatively by the theory once traced to the response's curvature, with no free parameters.
Why it matters
Running large multi-agent LLM simulations at scale is normally bottlenecked by the cost of thousands of LLM calls per run. This paper offers a principled way to decide, in advance, whether a much cheaper surrogate model can stand in for each agent without changing what the simulation is used to study, macroscopic behavior such as phase transitions and scaling laws, rather than a single agent's reasoning. Where the taxonomy correctly predicts controlled surrogate error, it turns a simulation that would need a cluster of LLM calls into something that fits on a laptop for a few dollars.
Who it affects
Researchers building or studying LLM-agent societies, such as economic simulations like EconAgent and other multi-agent LLM setups, are the direct audience. Anyone constrained by API cost or compute when trying to scale the number of agents N in an agent-based simulation stands to benefit most, since the method targets exactly that bottleneck.
How to use it
The recipe: pick a target simulation, collect a few hundred to a few thousand cheap LLM queries per agent to fit a low-parameter surrogate, then use the interaction-order x memory taxonomy to check, before running anything at scale, whether the surrogate is expected to track the real LLM-driven simulation as N grows. The validated cases relied primarily on DeepSeek for the ground-truth elicitations and cost a few dollars in total across EconAgent and seven other named simulations.
How solid is it
The central claim, that predicted N-trends of surrogate error hold cell by cell, was tested across a faithful reimplementation of EconAgent and seven further named LLM simulations rather than a single case study. Two predictions were initially refuted, but the authors show those two cases are themselves matched quantitatively by the same theory once the strongly saturating, curved response is accounted for, with no free parameters added. A theory that explains its own exceptions without extra tuning is a meaningfully stronger result than a method that simply worked in most cells.
Risks and caveats
The source text does not name the paper's authors or institution, nor does it specify which seven simulations beyond EconAgent were used, so it is not yet possible to judge how representative the validation set is. The approach is explicitly aimed at macroscopic questions (phase behavior, stylized facts, scaling with N) and is not a substitute for LLM agents when the object of study is an individual agent's own reasoning or cognition. The ground-truth elicitations for the tested cases came primarily from one model (DeepSeek), which leaves open how well the surrogate and taxonomy generalize to agents built on other LLMs.