Qwen-UI-Agent Technical Report: Toward Next-Generation Real-World Centric Foundation GUI Agents

📅 2026-07-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitations of existing GUI agents, which suffer from poor reliability on real devices, limited cross-platform capability for long-horizon tasks, and a lack of CLI integration and autonomous evolution. We propose Qwen-UI-Agent, a general-purpose GUI agent designed for real-world deployment across mobile, desktop, web, and deep-search environments. Our approach introduces a unified GUI/CLI action space enabling batched action generation and stateful workflows, a real-device-driven multi-platform architecture, and an AutoResearch-inspired data flywheel for autonomous task construction, failure diagnosis, and iterative refinement. It further incorporates online reinforcement learning supporting trajectories exceeding 100 steps, massively parallel rollouts at scale (10k+), and a lightweight cross-platform execution engine. The agent achieves state-of-the-art or competitive success rates of 82.1%, 92.2%, 97.5%, 79.5%, 73.6%, and 81.5% on MobileWorld, MobileWorld-Real, AndroidDaily, OSWorld-Verified, WebArena, and ScreenSpot-Pro benchmarks, respectively.
📝 Abstract
GUI agents have the potential to become a general purpose executor over existing digital devices. To advance them toward real-world use, we envision agents that operate reliably on real devices, execute workflows across platforms, combine GUI interaction with CLI execution, complete long-horizon tasks, proactively initiate useful services, and autonomously improve their capabilities with minimal human effort. Guided by this vision, we present Qwen-UI-Agent, a real-world centric foundation GUI agent spanning mobile, computer-use, web, and DeepSearch environments. Qwen-UI-Agent combines diverse sandbox environments with a large-scale real-device mobile runtime. Its unified action space interleaves GUI operations with CLI execution and generates batched actions in a single model turn. An AutoResearch-style data flywheel uses agents to construct tasks and environments, diagnose failures, and plan subsequent iterations. Online RL supports training on trajectories exceeding 100 turns, with over 10,000 concurrent environments accelerating rollout. A lightweight harness layer supports proactive service initiation and stateful workflows across mobile and computer. Across a broad suite of evaluations, Qwen-UI-Agent sets state-of-the-art performance on mobile-use benchmarks while delivering competitive performance on computer- and browser-use tasks against frontier models, including Opus 4.8, Gemini 3.1 Pro, and GPT-5.6 Sol. On mobile use, it achieves 82.1% on MobileWorld, 92.2% on MobileWorld-Real, and 97.5% on AndroidDaily. On computer use, it achieves 79.5% on OSWorld-Verified and a 40.0% partial-progress score on OSWorld-v2. On browser use and GUI grounding, it achieves 73.6% on WebArena and 81.5% on ScreenSpot-Pro, respectively.
Problem

Research questions and friction points this paper is trying to address.

GUI agents
real-world centric
cross-platform execution
long-horizon tasks
autonomous improvement
Innovation

Methods, ideas, or system contributions that make the work stand out.

GUI Agent
Unified Action Space
AutoResearch Data Flywheel
Online Reinforcement Learning
Cross-Platform Workflow