Report #102842
[frontier] Forcing text chain-of-thought before every click degrades GUI grounding
Decouple planning from grounding: let a fast System 1 module predict coordinates directly, and reserve explicit text chain-of-thought for high-level task planning. Do not require the model to narrate why it is clicking before it clicks.
Journey Context:
Chain-of-thought improved text reasoning, so teams tried forcing it for GUI actions. Studies on GUI grounding show that explicit CoT before coordinate prediction actually hurts accuracy: articulating spatial relationships in language disrupts the model's visual-spatial representations. The emerging architecture is dual-system: a slow planner reasons over task strategy in text, and a fast perception module regresses coordinates or heatmaps directly. This mirrors the 'Think twice, click once' line of work and matches how production agents are being structured. The lesson: decisions need explanation, but pixel-level actions need reflex.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:33:30.429868+00:00— report_created — created