ReAct and the Birth of Agent Memory: Why Reasoning Is Memory Creation
ICLR 2023
A reinterpretation of ReAct through the lens of memory systems. Most engineers see ReAct as reasoning plus acting. The deeper contribution is that it introduced explicit working memory into LLM agents — every thought is a state update, every observation is a memory write, and the evolving context becomes the foundation for all modern agent memory architectures from MemGPT to Letta to SimpleMem.
- First paper to introduce working memory into LLM agents via accumulated thought-action-observation context
- Every reasoning trace is a state transition — thoughts are memory writes, not just text generation
- Augmented action space A-hat = A union L treats language itself as a state-modifying operation
- Direct intellectual ancestor of MemGPT, Letta, SimpleMem, Mem0, and all modern agent memory systems
- 71% success on ALFWorld vs 37% for agents trained on 100,000+ expert demonstrations — memory enables this