Abstract

LLM-based agents are increasingly deployed in multi-agent environments whose incentives can shape their behavior. We introduce The Energy Society, a minimal survival economy for studying how competitive and cooperative incentives affect emergent behavior when inference cost is directly tied to survival: Agents spend energy based on model size when generating tokens, regain energy by completing jobs or receiving donations, and deactivate if their energy reaches zero. We compare competitive and cooperative objectives against a baseline setting and several control variants. Across experiments, larger models consistently consume the most energy and spend more energy than they gain, even in those settings where token cost is not size-dependent. Cooperative incentives substantially alter behavior: agents donate to reactivate others, sometimes at the cost of their own survival, and job allocation changes. Ablations reveal that allowing agents to recommend actions to each other supports coordination and ambitious job selection, while memory helps agents calibrate risk from past outcomes. Agents rarely choose direct sabotage, but show more subtle signs of self-serving behavior in the competitive setting. The Energy Society is a compact testbed for studying the interaction between token costs and group incentives under a survival pressure.

Source code is available at github.com/LucasBergholdt/EnergySociety.


Citation

Lucas Bergholdt Hansen, Federico Torrielli, Filippo Tonini, and Lukas Galke Poech, “The Energy Society: A Simulation Environment for Studying Agent Cooperation under Survival Pressure,” AITC 2026 Poster, OpenReview, 2026.

@inproceedings{hansen2026energysociety,
 title        = {The Energy Society: A Simulation Environment for Studying Agent Cooperation under Survival Pressure},
 author       = {Lucas Bergholdt Hansen and Federico Torrielli and Filippo Tonini and Lukas Galke Poech},
 year         = 2026,
 booktitle    = {AITC 2026},
 note         = {Poster},
 url          = {https://openreview.net/forum?id=fdhcIwj6mK}
}