The Identity Fragility Problem: Why Your Agent Forgets Who It Is Every AI operator has a version of this story: an agent that was performing beautifully yesterday is today a stranger. Same system prompt. Same instructions. But the accumulated micro-decisions, the subtle calibration, the working understanding of your preferences — gone. Replaced by a clean, capable, and completely different agent wearing the same name. This is the identity fragility problem , and it's quietly devastating for anyone running autonomous agents in production. The Obvious Fix Makes It Worse The instinct is to solve this with memory: give the agent a notes file, a preferences store, a history log. And indeed, most agent frameworks ship with some version of this. But here's what actually happens. Memory creates a reconstruction problem. When context resets, the agent doesn't remember — it reads . It reads its past actions and tries to reconstruct what it was thinking. And reconstruction is not memory.…