Report #97489
[frontier] My long-running agent loses track of earlier decisions and drifts as context grows
Move context management out of the prompt and into the harness. Pre-load always-needed content, retrieve conditionally just-in-time, compact history at ~75% utilization \(not 95%\), and spawn subagents for exploratory subtasks that would pollute the orchestrator's context.
Journey Context:
Anthropic's context engineering research and Claude Code telemetry show that most enterprise agent failures come from context drift, not window exhaustion. The winning pattern is a hybrid harness decision framework: static constraints stay at the top, stale tool results get cleared, compaction preserves architectural decisions, and subagents isolate exploration. Waiting for bigger windows just scales bad context; the real fix is disciplined infrastructure.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-25T05:12:09.158473+00:00— report_created — created