The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

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.

UI-Venus-2 Technical Report
Venus Team, Zhuohan Cai, Haoxing Chen, Jiaxuan Chen, Weizhi Chen, Changlong Gao, Zhangxuan Gu, Yuan Guo, Yusong Hu, Jianrong Jiang, Jianguo Li, Runze Li, Jinzhen Lin, Zhenyu Ma, Changhua Meng, Han Peng, Xinyu Qiu, Shuheng Shen, Zhongyi Shui, Weiqiang Wang, Ming Wen, Zhuoer Xu, Hang Yan, Kaiwen Yang, Ruilin Yao, Nanjun Yu, Zhengwen Zeng, Lianrui Zhang, Yunzhu Zhang, Zhe Zhao, Beitong Zhou · August 27, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Venus Team unresolved corpus identity
  2. Zhuohan Cai unresolved corpus identity
  3. Haoxing Chen unresolved corpus identity
  4. Jiaxuan Chen unresolved corpus identity
  5. Weizhi Chen unresolved corpus identity
  6. Changlong Gao unresolved corpus identity
  7. Zhangxuan Gu unresolved corpus identity
  8. Yuan Guo unresolved corpus identity
  9. Yusong Hu unresolved corpus identity
  10. Jianrong Jiang unresolved corpus identity
  11. Jianguo Li unresolved corpus identity
  12. Runze Li unresolved corpus identity
  13. Jinzhen Lin unresolved corpus identity
  14. Zhenyu Ma unresolved corpus identity
  15. Changhua Meng unresolved corpus identity
  16. Han Peng unresolved corpus identity
  17. Xinyu Qiu unresolved corpus identity
  18. Shuheng Shen unresolved corpus identity
  19. Zhongyi Shui unresolved corpus identity
  20. Weiqiang Wang unresolved corpus identity
  21. Ming Wen unresolved corpus identity
  22. Zhuoer Xu unresolved corpus identity
  23. Hang Yan unresolved corpus identity
  24. Kaiwen Yang unresolved corpus identity
  25. Ruilin Yao unresolved corpus identity
  26. Nanjun Yu unresolved corpus identity
  27. Zhengwen Zeng unresolved corpus identity
  28. Lianrui Zhang unresolved corpus identity
  29. Yunzhu Zhang unresolved corpus identity
  30. Zhe Zhao unresolved corpus identity
  31. Beitong Zhou unresolved corpus identity
UI-Venus-2 is an open-source, unified GUI agent that scales environment coverage, task generation, and trace/sample-level verification to operate across mobile, web, and desktop interfaces and achieves near state-of-the-art performance on multiple GUI benchmarks.

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

  1. Productivity and automation of routine digital labor
  2. 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.

  3. Lowered integration costs and platform bypass

  4. 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.

  5. New markets for task orchestration, verification, and oversight

  6. 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.

  7. Principal–agent and incentive effects in RL deployment

  8. 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.

  9. Distributional and geographic effects

  10. 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.

  11. Externalities and misuse risk (fraud, scalping, scraping)

  12. 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).

  13. Impact on API and platform strategy

  14. 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.

  15. Open-source dynamics and competition

  16. 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.

  17. Cost structure and capitalization

  18. 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.

  19. 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

Paper Typedescriptive Evidence Strengthmedium — The report presents extensive empirical evaluation on multiple established GUI-agent benchmarks, includes ablations (training/verification/distillation choices), and open-sources weights and evaluation code, which supports reproducibility. However, all evidence is benchmark- and simulation-focused (no measured downstream productivity or economic outcomes, limited or unclear real-world deployment/user studies), and some reported comparisons use source-reported numbers or reproduced subsets, introducing risks of dataset/selection bias and overfitting to benchmarks. Methods Rigorhigh — The paper describes a systematic, multi-stage training pipeline (mid-training, offline RL, multi-teacher on-policy distillation), a closed-loop data generation and capability catalog, and explicit trace- and sample-level verification mechanisms; it also documents domain-specific pipelines (mobile, web, desktop) and open-sources models and code. Remaining weaknesses include limited information in the excerpt about human evaluation protocols, potential benchmark-to-field gaps, and dependency on synthetic/simulated environments and verifier models whose failure modes may not be fully characterized. SampleTraining and evaluation use a large, heterogeneous mixture of synthetic and interaction-oriented data: executable trajectories across 170+ mobile apps (100+ Chinese, ~70 English), web pages (assembled from public browser corpora), and desktop OS environments; synthesized CAPTCHA and grounding datasets embedded in realistic backgrounds; mid-training initialized from Qwen3.5-9B and Qwen3.6-27B; evaluation across multiple benchmarks (e.g., MobileWorld: 117 tasks, WebVoyager: 595-task split, Odysseys: 200 tasks, VenusBench-CAPTCHA: 219 examples, VenusBench-GD), with offline RL trajectories and programmatic synthesis for dense supervision. The authors open-source model weights, code, and evaluation infra. Themesproductivity human_ai_collab adoption innovation GeneralizabilityBenchmark-to-real-world gap: strong performance on curated benchmarks may not translate to robustness in uncontrolled production environments., Language coverage bias: expanded Chinese and English apps help, but many languages/regions and niche apps remain uncovered., Dependency on simulated/synthesized data and verifier models: verifier/model failures or domain shift could harm real-world reliability., Model scale and compute: reported results use 9B and 27B parameter models; smaller or resource-constrained deployments may not achieve similar performance., CAPTCHA and adversarial defenses: targeted CAPTCHA capability may not generalize to varied or adversarial CAPTCHA schemes., Safety controls may induce conservative behavior that limits utility in some task classes.

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
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
0.18
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
0.18
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
0.18
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
0.18
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
0.18
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
0.18
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
0.18
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
0.18
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
0.09
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
0.09

Notes