Report #39322
[synthesis] Models fail to map visual UI elements to tool parameters accurately
For GPT-4o and Gemini, explicitly request the model to output bounding box coordinates \(e.g., \[x, y, width, height\]\) as intermediate steps before calling the action tool. For Claude, direct mapping is often sufficient but Set-of-Mark prompting improves reliability.
Journey Context:
Asking a model to 'click the submit button' based on a screenshot yields different results. Claude 3.5 Sonnet \(Computer Use\) natively understands pixel coordinates. GPT-4o might try to guess an element ID or name if not given coordinates. To make cross-model computer-use agents reliable, always prompt the model to first identify the bounding box or coordinates of the element, then execute the click at those coordinates, rather than relying on semantic element names which don't exist in raw screenshots.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T20:28:29.059583+00:00— report_created — created