NeFut Logo NeFut
Admin Login

[CS.AI] Plover: A Revolutionary Plan-Centric GUI Agent System

Published at: 2026-07-18 22:00 Last updated: 2026-07-22 01:24
#algorithm #optimization #Open Source

Graphical user interface (GUI) automation remains challenging in real-world environments, where dynamic layouts, unexpected dialogs, and evolving interface states can cause autonomous agents to drift from user intent. Recent vision-based multimodal agents improve flexibility by operating directly over screenshots and natural language instructions, but planning and adaptation often remain internal, limiting users' ability to inspect, supervise, or correct system behavior.

We present Plover, a plan-centric vision-based GUI automation system that externalizes task plans and replanning as persistent, inspectable, and revisable artifacts. Through a planner-executor architecture, Plover supports explicit supervision of evolving execution, localized correction through editable plans, natural-language guidance, and screenshot-grounded interventions, while preserving prior progress during repair.

A formative study with six participants informed the interaction design. We then evaluate Plover through benchmark failure-case repair and scenario-based workflow analyses. Our results show that many autonomous GUI-agent failures are structurally repairable when plans remain visible and interventions are localized, and that explicit replanning helps make GUI automation more transparent, controllable, and adaptable.

Blogger's Review: The Plover system significantly enhances user control over GUI automation by visualizing task plans. This design not only improves transparency but also allows for real-time user intervention during system execution, showcasing the potential and direction for future GUI automation. By introducing natural language guidance, Plover breaks traditional interface interaction patterns, providing a more intuitive user experience.

Original Source: https://arxiv.org/abs/2607.15193

[h] Back to Home