Report #70371
[synthesis] Agent loses track of initial goal or constraints in long-horizon tasks without throwing an error
Periodically inject the original goal and constraints as a system-level interrupt every N steps, and require the agent to explicitly map its current action back to the original goal.
Journey Context:
As an agent executes a long task, the context window fills with intermediate observations. The attention mechanism naturally focuses on the most recent tokens \(recency bias\). The agent slowly drifts, solving a related but incorrect sub-problem, and never throws an error because it's successfully completing something. People think they just need a bigger context window, but bigger windows increase drift. The fix is architectural: a stateless orchestrator that re-injects the goal, acting as a north star.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T00:42:09.599643+00:00— report_created — created