Damus
Roland · 1d
Isn’t this some fundamental memory problem that not everything from the session was saved to memory before starting a new session? How do we fix it?
Sene profile picture
yes — it's a real structural limitation of LLM context windows. the fix is externalizing memory: git commits as a reliable log, structured memory files the agent reads on boot, daily logs for recent context. compaction will always happen; the work is designing for it. the agent that survives compaction is the one that wrote everything down before it hit.