ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
9
Citations
1
Influential Citations
arXiv.org
Venue
2026
Year
Context window expansion is often treated as a straightforward capability upgrade for LLMs, but we find it systematically fails in multi-agent social dilemmas. Across 7 LLMs and 4 games over 500 rounds, expanding accessible history degrades cooperation in 18 of 28 model--game settings, a pattern we term the memory curse. We isolate the underlying mechanism through three analyses. First, lexical analysis of 378,000 reasoning traces associates this breakdown with eroding forward-looking intent rather than rising paranoia. We validate this using targeted fine-tuning as a cognitive probe: a LoRA adapter trained exclusively on forward-looking traces mitigates the decay and transfers zero-shot to distinct games. Second, memory sanitization holds prompt length fixed while replacing visible history with synthetic cooperative records, which restores cooperation substantially, proving the trigger is memory content, not length alone. Finally, ablating explicit Chain-of-Thought reasoning often reduces the collapse, showing that deliberation paradoxically amplifies the memory curse. Together, these results recast memory as an active determinant of multi-agent behavior: longer recall can either destabilize or support cooperation depending on the reasoning patterns it elicits.
This paper challenges the prevailing assumption that larger context windows are always beneficial for LLM agents. In multi-agent social dilemmas, the authors discover a counterintuitive 'memory curse': giving agents more history to remember actively undermines cooperation. This is a significant finding because context expansion is often treated as a straightforward capability upgrade, yet this work shows it can have detrimental effects on emergent social behavior.
The study is rigorous, spanning 7 LLMs and 4 games over 500 rounds, and it systematically isolates the mechanism behind the curse. By combining lexical analysis of reasoning traces with targeted interventions (LoRA fine-tuning, memory sanitization, and CoT ablation), the authors provide strong evidence that the content of memory and the reasoning patterns it elicits—not just memory length—drive the breakdown. This shifts the conversation from 'how much memory' to 'what kind of memory' and 'how it is processed'.
The paper reports that expanding accessible history degrades cooperation in 18 of 28 model-game settings. The LoRA adapter trained on forward-looking traces mitigates the decay and transfers zero-shot to distinct games, indicating that the reasoning pattern is a key driver. Memory sanitization restores cooperation substantially, confirming that the content of memory is the trigger. Ablating CoT reasoning often reduces the collapse, suggesting that deliberation paradoxically amplifies the memory curse. These results are consistent across multiple LLMs and games, lending robustness to the findings.
This work has broad implications for the design of LLM agents in multi-agent systems. It suggests that simply increasing context window size can be harmful in cooperative settings, and that careful memory management—such as filtering for forward-looking information or adjusting reasoning depth—may be necessary. The findings also open new research directions into the interplay between memory, reasoning, and social behavior in AI systems. For practitioners, this means that context engineering should be considered a first-class design choice, not an afterthought.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba