Report #100467
[frontier] Agent instance feels like a different person after every session restart, model swap, or credential rotation
Split memory into four tiers: ephemeral context \(turn\), short-term session state \(day/week\), long-term episodic memory \(relationships/preferences\), and semantic knowledge \(compiled facts\). Identity lives in the durable tiers, not in any single context window. Tie retrieval scope to agent identity.
Journey Context:
Trying to maintain identity in one giant context window is fragile and expensive. The 2026 consensus is a layered memory model: the current instance is a 'driver' reading from a detailed 'logbook.' This decouples identity from the running process and lets credentials, models, and sandboxes rotate without breaking continuity. Teams that conflate session scratchpad with long-term identity keep rebuilding the same persona from scratch.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-01T05:16:30.973353+00:00— report_created — created