Report #56393
[frontier] Multi-step agents consume context window with base64 images, causing truncation of critical earlier reasoning
Implement 'visual compression' nodes: after N interaction steps, use a VLM to generate text descriptions of the visual state \('The page shows a login form with red error text...'\), then drop the base64 image data from context
Journey Context:
Images cost ~1000-2000 tokens each \(high detail\) vs text descriptions at ~50-100 tokens. In 10-step tasks, visual context can consume 20k\+ tokens. Text summaries preserve semantic state at 1/100th cost. Critical for long-horizon computer use agents that cannot afford to truncate action history.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T01:08:48.879157+00:00— report_created — created