Computer-Use Agents as Judges for Generative User Interface
Kevin Qinghong Lin, Siyuan Hu, Linjie Li, Zhengyuan Yang, Lijuan Wang, Philip Torr, Mike Zheng Shou
TL;DR
The paper addresses the misalignment between human-centric GUI design and autonomous Computer-Use Agents by reframing the UI as an agent-native environment and introducing a Coder–CUA collaborative loop. It presents AUI-Gym, a benchmark of 52 apps with 1,560 GPT-5–generated tasks and per-task verifiers, enabling automated, functional testing of UI designs. The authors demonstrate that integrating task-solvability feedback with navigation feedback through a CUA Dashboard substantially improves both task success and robustness across diverse domains, with notable gains for weaker coders. This agent-centric approach offers scalable, interpretable guidance for automatic UI design and testing, potentially reducing reliance on human-centric aesthetics in favor of agent efficiency and reliability.
Abstract
Computer-Use Agents (CUA) are becoming increasingly capable of autonomously operating digital environments through Graphical User Interfaces (GUI). Yet, most GUI remain designed primarily for humans--prioritizing aesthetics and usability--forcing agents to adopt human-oriented behaviors that are unnecessary for efficient task execution. At the same time, rapid advances in coding-oriented language models (Coder) have transformed automatic GUI design. This raises a fundamental question: Can CUA as judges to assist Coder for automatic GUI design? To investigate, we introduce AUI-Gym, a benchmark for Automatic GUI development spanning 52 applications across diverse domains. Using language models, we synthesize 1560 tasks that simulate real-world scenarios. To ensure task reliability, we further develop a verifier that programmatically checks whether each task is executable within its environment. Building on this, we propose a Coder-CUA in Collaboration framework: the Coder acts as Designer, generating and revising websites, while the CUA serves as Judge, evaluating functionality and refining designs. Success is measured not by visual appearance, but by task solvability and CUA navigation success rate. To turn CUA feedback into usable guidance, we design a CUA Dashboard that compresses multi-step navigation histories into concise visual summaries, offering interpretable guidance for iterative redesign. By positioning agents as both designers and judges, our framework shifts interface design toward agent-native efficiency and reliability. Our work takes a step toward shifting agents from passive use toward active participation in digital environments. Our code and dataset are available at https://github.com/showlab/AUI.
