Claude subagents can now keep persistent memory across runs
EricBuess · x · 2026-07-21
Subagents can be given persistent memory through a memory field.
- A subagent does not inherit the main session’s auto-memory, so it normally forgets state between runs.
- The memory field gives each subagent its own directory across sessions.
- Memory is loaded before the agent starts, and the agent writes it back for the next run.
More from coding & agent
- Graph engineering for agents: why a simple loop breaks down — alex_verem · 2026-07-21
- Engram shows how agent memory can keep, rewrite, or delete facts asynchronously — philipvollet · 2026-07-21
- DataTalksClub launches an AI Dev Tools workshop on staying in control — Al_Grigor · 2026-07-21
- A tutorial shows how to rebuild Claude Code inside Pi with harness engineering — eptwts · 2026-07-21
- For agents and chatbots, the RAG vs. tuning choice depends on the problem — Roker_51 · 2026-07-21
- Reddit user asks for a practical local Ollama-and-Hermes desktop agent stack — Tonka-Jahari-Pizza · 2026-07-21