Report #92130
[frontier] Agent forgets hard constraints after 30\+ turns but remembers capabilities
Implement explicit memory hierarchy with System \(frozen\), Working \(sliding\), and Scratch \(ephemeral\) tiers using explicit retrieval functions rather than implicit attention; page critical constraints into Working memory via tool calls every turn.
Journey Context:
The failure mode occurs because transformers treat all tokens equally; capabilities are reinforced by repetition but constraints are fragile. Instead of longer prompts, architect explicit memory tiers like MemGPT's OS-inspired virtual context management. Use explicit function calls to retrieve from frozen system memory into the working context. Tradeoff: increased latency from retrieval calls vs guaranteed constraint adherence. Most teams try to solve this with reminder prompts which get ignored; explicit paging is robust.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T13:13:48.840468+00:00— report_created — created