SYNTHESIS NOTE
TopicsMemorythis note

Do RL agents accidentally use environments as memory?

Explores whether reinforcement learning agents unintentionally create external memory through environmental artifacts—like trails and marks—without being explicitly trained to do so, and whether this constitutes genuine cognitive extension.

Synthesis note · 2026-04-18 · sourced from Memory
What kind of thing is an LLM really? Why do multi-agent systems fail despite individual capability? How do you navigate synthesis across fragmented research topics?

"Artifacts as Memory Beyond the Agent Boundary" (2604.08756) formalizes how the environment can functionally serve as an agent's memory within reinforcement learning. The key contribution is a mathematical proof: certain observations — called artifacts — reduce the information needed to represent history (Theorem 1). An artifact is an observation that reliably informs about past events. A folded page corner tells you where you stopped reading without remembering the page number.

The striking finding: external memory arises unintentionally. RL agents given standard navigation objectives (sparse reward for reaching a goal) develop path-following behavior by reading and writing information to the environment without any explicit objective directing them to do so. In dynamic path environments, agents record traces of previous interactions that go on to guide future behavior — this emerges naturally from credit assignment in sufficiently complex environments.

Three criteria from situated cognition (Michaelian 2012, Sims & Kiverstein 2022) are shown to hold: (1) Survival relevant — agents in artifactual environments consistently accumulate more reward. (2) Susceptible to change — artifacts in dynamic environments encode/store/retrieve information. (3) Selection — through repeated credit assignment, policies bias navigation toward goal-relevant locations.

This directly grounds the Extended Mind thesis (Clark & Chalmers 1998) in computational experiment. Since Did Chalmers abandon his own Extended Mind principles?, the Artifacts paper demonstrates that Clark's original insight — cognitive processes extend into the environment — holds empirically for artificial agents, not just philosophical thought experiments.

The implication for agent design is provocative: rather than scaling internal parameters, performance gains may arise from environments that coevolve with the agent. Current architectures may already suffice for competent performance but require appropriate environmental scaffolding. This challenges the scaling paradigm while connecting to Can agents learn continuously from experience without updating weights? — AgentFly stores experiences in an explicit case bank, while the Artifacts work shows that even implicit environmental traces can serve as memory without any designed storage mechanism.

Inquiring lines that read this note 29

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How should agents balance memory condensation to optimize context efficiency? Why do reward structures fail to shape long-term agent learning? What memory architectures best support persistent reasoning across extended interactions? How do multi-agent systems achieve genuine cooperation and reasoning? Does self-reflection enable models to reliably correct their errors? How can AI agents autonomously learn and transfer skills across tasks? Do language models develop causal world models or rely on statistical patterns? How do transformer attention mechanisms implement memory and algorithmic functions? How do LLMs distinguish causal reasoning from temporal and semantic associations? How can process reward models supervise complex reasoning traces? What memory abstraction level best enables agent knowledge reuse? Is embodied interaction necessary for language meaning and genuine agency? Why do continual learning scenarios trigger catastrophic forgetting and interference? How do self-generated feedback mechanisms enable effective model learning? How should memory consolidation strategies shape agent performance over time? Is model self-awareness based on genuine introspection or pattern matching? Why do agents confidently report success despite actually failing tasks? How do training priors constrain what context information can override? Does externalizing cognitive work and state improve agent reliability?

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

RL agents unintentionally use spatial environments as external memory — artifacts that inform the past reduce the information needed to represent history without explicit memory objectives