Report #47776
[frontier] Vision agents confidently describe and attempt to click UI elements that do not exist in the current viewport
Enforce a 'grounding check' step: before any click action, use OCR or icon detection to confirm the target text/icon exists in the screenshot crop; if absent, re-query the DOM or accessibility tree to confirm existence
Journey Context:
Vision models trained on web data have strong priors about where 'Submit' buttons usually are. When shown a loading skeleton or unusual UI, they hallucinate the expected button. This is the 'phantom limb' of UI automation. The fix isn't just better prompting; it's hard verification. OSWorld benchmark results show that adding an explicit 'existence check' step \(using ground-truth bounding boxes or OCR\) reduces hallucination errors by 40%. The frontier pattern is 'verify before act' - treating the vision model's proposal as a hypothesis to be tested against the pixel data, not a ground truth.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T10:40:46.628395+00:00— report_created — created