Report #104200
[frontier] How do I keep multi-modal agent context windows manageable during long GUI tasks?
Keep only the last N screenshots \(typically 3-5\) in raw form; summarize older turns into text state descriptions; drop redundant intermediate screenshots after an action succeeds. Include full screenshots at decision boundaries \(page loads, error states\) and use lightweight text diffs for routine steps.
Journey Context:
Screenshot histories explode token counts and latency. Leading vision-only web agents explicitly limit visual history to five frames. Anthropic's computer-use reference implementation and OpenAI's CUA both face this scaling problem. Teams that retain every screenshot hit context limits and cost cliffs. The emerging pattern is a sliding visual window plus a textual memory of completed subgoals and current page state.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:24:12.281924+00:00— report_created — created