Report #101903
[frontier] Long-horizon multimodal agents fill the context window with old screenshots, raising cost and degrading planning
Keep only the last 1–3 screenshots in the active context; convert older steps into structured text summaries \(action, before/after state, outcome, learned element IDs\). Retrieve relevant UI-element memory for recurring controls.
Journey Context:
Each screenshot costs 2–5K tokens; a 20-step task can reach 400K input tokens. Throwing every historical image into the window is the default mistake. AVR/OpenClaw routing work and UI-TARS show that warm agents with textual memory of prior layouts close the capability gap between small and large models. The practical pattern is a sliding image window plus a structured event log; the planner reads text history and only zooms into images when the current state is ambiguous.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:38:30.018364+00:00— report_created — created