UI-Venus-2 scales GUI automation across mobile, web and desktop by jointly expanding environments, task synthesis and robust verification, delivering strong benchmark performance with open-source models; however, its real-world productivity and economic impacts remain unmeasured.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
No provider observation is available for this paper.
Missing data, not a zero citation count.
Multimodal GUI agents have emerged as a promising paradigm for digital task automation, yet transitioning from benchmark-oriented models to dependable real-world applications remains challenging due to limited environment coverage, brittle task construction, and unreliable reward verification. In this work, we present UI-Venus-2, a general-purpose foundation GUI agent designed to operate across mobile, web, and desktop environments through a unified closed-loop reasoning-action framework. To bridge the gap toward practical deployment, we jointly scale three critical dimensions: (1) Environments, expanding coverage to more than 170 multilingual mobile apps and native desktop operating systems; (2) Tasks, employing a deep-research pipeline for function-grounded instruction generation; and (3) Verification, adopting trace-level and sample-level evaluators with visual keypoints and multi-model voting to ensure reliable RL signals for training. Furthermore, we integrate safety-aware mechanisms to ensure controlled execution of consequential actions. By offering a capable, efficient, and open-source foundation, UI-Venus-2 advances the field toward more generalizable, verifiable, and self-reflective agents for real-world applications.
Summary
Main Finding
UI-Venus-2 is an open-source, general-purpose GUI foundation agent that operates across mobile apps, web pages, and desktop OSes via a unified closed‑loop reasoning→action framework. By jointly scaling three dimensions—environment coverage (170+ multilingual mobile apps + native desktop OS), function-grounded task generation, and robust verification (trace- and sample-level with visual keypoints and multi-model voting)—the system attains near state‑of‑the‑art performance on multiple GUI-agent benchmarks and emphasizes verifiable, deployable behavior (including CAPTCHA handling and safety controls).
Code / model / project links (from report) - Code: https://github.com/inclusionAI/UI-Venus - Model: https://huggingface.co/collections/inclusionAI/ui-venus - Project: https://ui-venus.github.io/UI-Venus-2
Key Points
- Unified closed-loop reasoning–action agent: perceives screenshots, reasons about state, issues structured GUI actions (click/scroll/type/etc.), and adapts using environment feedback.
- Joint scaling strategy: expands environment coverage (mobile, web, desktop), builds function-grounded tasks at scale, and strengthens reward verification to produce reliable RL signals.
- Strong verification: introduces trace-level visual keypoints and multi-model voting to evaluate true task completion (reduces false positives and reward-hacking risk).
- Three-stage training pipeline:
- Multimodal mid-training on synthetic + interaction data (GUI trajectories).
- Domain-specific offline RL with step-level supervision (Mobile, Web, OS; programmatic CAPTCHA/Grounding synthesis where appropriate).
- Multi-teacher On-policy Distillation (MOPD) with structured action-aware supervision and teacher-side action-type hints to concentrate supervision on executable actions.
- Data pipeline: capability catalog (deep-research + runtime updates) → task construction with validity gating → trajectory collection with feedback to the catalog.
- CAPTCHA and grounding: explicit programmatic synthesis to produce dense, verifiable supervision for spatial localization and last‑mile login flows.
- Safety-aware execution controls to limit consequential actions.
- Open-source release of full weights and evaluation infra to support reproducibility and community use.
- Empirical performance: UI‑Venus‑2 (27B and 9B variants) competes strongly across benchmarks (examples from the report: WebVoyager ~93.4 for 27B; CAPTCHA micro Pass@1 ~79.9 for 27B; strong grounding and desktop scores), frequently reaching or approaching best-in-class among comparable-size models.
Data & Methods
- Base models: Qwen3.5-9B and Qwen3.6-27B used as initialization priors.
- Action representation: structured actions (type + parameters); training emphasizes correctness of actions (not only reasoning tokens).
- Stage I — Mid-training:
- Large-scale, heterogeneous mixture of navigation and interaction data across Mobile, Web, and OS.
- Human–discriminator collaborative verification filters low-quality trajectories.
- Stage II — Offline RL:
- Step-level trajectories for Mobile, Web, OS to optimize action selection, transition consistency, and recovery.
- Programmatic CAPTCHA and grounding instances embedded into realistic interfaces to provide dense, verifiable labels.
- Stage III — MOPD:
- Multi-teacher on-policy distillation consolidates domain experts into one policy.
- Structured action-aware distillation: adaptive weighting (focuses supervision on action tokens when action is incorrect) and teacher-side hints for correct action type (used only to score student outputs).
- Data generation pipeline:
- Capability Catalog: compiles app functions from docs, community resources, and observed runtime states; dynamically updated from rollouts.
- Task Construction: synthesizes executable tasks tied to capability entries; strict validity gate to reject ambiguous or non-executable tasks.
- Trajectory Collection: screenshot-action loop; both successes and failures feed back into catalog to improve sampling and coverage.
- Verification:
- Trace-level: uses task-relevant visual keypoints to validate outcomes rather than coarse final-screen checks.
- Sample-level: aggregates judgments from heterogeneous models (multi-model voting) to reduce single-judge bias and make rewards robust to exploitation.
- Human inspection blended with automated checks for mid-training quality control.
- Other design choices:
- Multilingual mobile coverage: ~100+ Chinese and ~70+ English apps.
- Safety mechanisms to constrain potentially consequential operations (e.g., destructive OS actions).
Implications for AI Economics
- Productivity and automation of routine digital labor
-
UI-Venus-2 lowers the marginal cost of automating GUI-based tasks (data entry, form filling, navigation, basic customer support workflows) because it operates via rendered interfaces rather than requiring API integration. This can accelerate substitution of routine office/administrative roles and increase productivity for knowledge workers.
-
Lowered integration costs and platform bypass
-
Agents that interact with GUIs reduce the need for formal integrations/APIs. Firms or third parties can automate services on top of incumbent platforms without platform cooperation—this alters bargaining power and may compress rents earned by platforms that previously monetized API access.
-
New markets for task orchestration, verification, and oversight
-
Robust verification (trace-level checks, multi-model voting) and safety gating highlight a demand for human-in-the-loop verification, auditing services, and monitoring infrastructure. Markets will form around high-quality task catalogs, capability datasets, and verification tooling.
-
Principal–agent and incentive effects in RL deployment
-
The report’s emphasis on verification to avoid reward hacking maps to classic principal–agent problems: poor verifiers create perverse incentives for RL agents to exploit reward signals. Economically, investing in higher-quality verifiers reduces monitoring costs and moral hazard, but raises up-front data and labor costs.
-
Distributional and geographic effects
-
Multilingual capability (Chinese + English app coverage) implies cross-border shifts in where automation gains accrue. Nations or firms that adopt GUI agents early may capture productivity advantages in digital services, potentially altering comparative advantage in certain BPO/remote-work sectors.
-
Externalities and misuse risk (fraud, scalping, scraping)
-
Strong CAPTCHA-solving and GUI automation capabilities can reduce frictions for abuse (fraudulent account creation, scalper bots, automated scraping). These externalities impose costs on platforms and may prompt technical (harder-to-automate UX) or regulatory responses (liability, access limits).
-
Impact on API and platform strategy
-
Platforms may respond by (a) hardening GUIs, (b) offering paid API access or agent-first SDKs, or (c) altering pricing to capture value created by GUI agents. Economic rent extraction strategies will evolve.
-
Open-source dynamics and competition
-
Open release of models and infra lowers barriers to entry, increases competition, and accelerates downstream innovation. This can depress margins for incumbents but also democratize access for SMEs and researchers—affecting market concentration dynamics.
-
Cost structure and capitalization
-
Building, verifying, and maintaining large, robust GUI agents requires investment in environment pools, human verification, and compute. Firms with capital (compute + datasets + ops) have advantages, but open-source releases can shift some R&D costs to the community.
-
Regulation and governance implications
- Because UI agents interact with real systems, regulatory focus may grow on safety controls, liability for automated actions, and permitted automation in sensitive domains (financial transactions, medical record changes). Verification transparency (auditable traces & keypoints) could become a compliance requirement.
Practical considerations for economists and policymakers - Measure exposure: quantify occupations and tasks most automatable via GUI agents to estimate labor-market impacts. - Monitor platform responses: track API pricing/availability and UX changes that intentionally impede automated agents. - Assess externalities: evaluate fraud risk increases and plan mitigation (technical or legal). - Factor verification costs into adoption models: better verifiers reduce long-run error but require upfront spend—this affects ROI on automation projects. - Consider distributional policy: retraining and social insurance targeted to affected workers, considering multilingual/global diffusion of capability.
If useful, I can produce a short table mapping specific occupations to estimated susceptibility given UI-Venus‑2’s capabilities, or a simple model of platform rent extraction under GUI-agent bypass.
Assessment
Claims (10)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| UI-Venus-2-27B achieves a VenusBench-Mobile score of 48.7, compared with 46.5 for UI-Venus-2-9B and lower scores for the listed baseline systems. Other | positive | VenusBench-Mobile GUI-agent benchmark performance |
Reading fidelity
high
Study strength
medium
|
48.7 benchmark score
|
| On MobileWorld, UI-Venus-2-27B achieves a GUI-only success rate of 76.1% over 117 tasks. Other | positive | GUI task success rate on MobileWorld |
Reading fidelity
high
Study strength
medium
|
n=117
76.1% success rate
|
| On WebVoyager, UI-Venus-2-27B achieves a score of 93.4 and UI-Venus-2-9B achieves 90.8, exceeding all listed comparison systems. Other | positive | WebVoyager browser-agent benchmark performance |
Reading fidelity
high
Study strength
medium
|
n=595
93.4 benchmark score for UI-Venus-2-27B; 90.8 for UI-Venus-2-9B
|
| On Odysseys, UI-Venus-2-27B achieves an average rubric score of 80.4 over 200 tasks, while UI-Venus-2-9B achieves 77.3. Other | positive | Average rubric score on Odysseys browser tasks |
Reading fidelity
high
Study strength
medium
|
n=200
80.4 average rubric score for UI-Venus-2-27B; 77.3 for UI-Venus-2-9B
|
| On OSWorld-Verified, UI-Venus-2-27B achieves a score of 80.5, exceeding the listed Qwen-UI-Agent-27B, Seed-2.1-Pro, and GPT-5.5 systems but trailing Claude-Opus-4.8 at 83.4. Other | mixed | OSWorld-Verified computer-use benchmark performance |
Reading fidelity
high
Study strength
medium
|
80.5 benchmark score
|
| UI-Venus-2-27B achieves the highest listed score on DeskCraft, with 55.5, while UI-Venus-2-9B scores 48.0. Other | positive | DeskCraft computer-use benchmark performance |
Reading fidelity
high
Study strength
medium
|
55.5 benchmark score
|
| UI-Venus-2-27B achieves a VenusBench-CAPTCHA micro Pass@1 score of 79.9% over 219 examples, compared with 78.1% for UI-Venus-2-9B. Other | positive | CAPTCHA-solving Pass@1 accuracy |
Reading fidelity
high
Study strength
medium
|
n=219
79.9% micro Pass@1
|
| UI-Venus-2-27B achieves the highest listed VenusBench-GD English-instruction micro-average accuracy, at 80.1. Other | positive | GUI grounding accuracy |
Reading fidelity
high
Study strength
medium
|
80.1 micro-average accuracy
|
| The UI-Venus-2 mobile environment covers more than 100 Chinese-language applications and more than 70 English-language applications. Other | positive | Multilingual application environment coverage |
Reading fidelity
high
Study strength
low
|
n=170
100+ Chinese applications and 70+ English applications
|
| UI-Venus-2 uses trace-level and sample-level verification based on task-relevant visual keypoints and multi-model voting to make reward signals more robust and less susceptible to reward hacking. Ai Safety And Ethics | positive | Verification robustness and susceptibility of reinforcement-learning rewards to reward hacking |
Reading fidelity
high
Study strength
low
|
not reported
|