CUA-Universe: A Scalable and Dynamic Environment for Hybrid GUI+CLI Agents

TL;DR

CUA-Universe uses App-Forge, Task-Weave, and Path-Steer to create hybrid GUI+CLI environments, enhancing efficiency and success rates.

cs.AI 🔴 Advanced 2026-09-05 98 views
Haoting Shi Wenhao Wang Weicheng Fang Yaozhong Liang Tian Jin Pengxiang Zhao Guangyi Liu Siheng Chen Yanfeng Wang
hybrid environment GUI CLI automation computer agents

Key Findings

Methodology

CUA-Universe employs App-Forge to adapt applications into reproducible VMs, Task-Weave to synthesize diverse hybrid tasks, and Path-Steer to guide agents along efficient paths. Each component plays a role in realizing hybrid GUI+CLI environments in real software.

Key Results

  • In CUA-Verse, the 9B model improved success by 39.3 points, reduced steps by 37%, and tokens by 60%.
  • In OSWorld, success rate increased by 16.8 points, steps reduced by 57%, tokens by 44%.
  • In OSWorld-MCP, score improved by 7.84 points, steps reduced by 27%, tokens by 30%.

Significance

CUA-Universe provides a scalable path for computer-use agents, addressing the challenge of combining GUI and CLI in existing environments. It not only enhances agent efficiency and success rates but also lays the groundwork for future hybrid environment research.

Technical Contribution

CUA-Universe significantly reduces manual engineering needs through automated adaptation and task synthesis, offering new hybrid task synthesis and efficient path guidance methods, surpassing existing single-modality environments.

Novelty

CUA-Universe is the first to transform real desktop software into hybrid GUI+CLI environments, providing a scalable environment-to-data pipeline that offers more efficient cross-modality coordination compared to existing single-modality methods.

Limitations

  • Currently supports only 16 applications, limiting scalability.
  • Reliance on CLI interfaces may lead to suboptimal performance in some applications.

Future Work

Future work can expand to more applications and optimize CLI and GUI coordination strategies to enhance agent adaptability and efficiency.

AI Executive Summary

CUA-Universe addresses the bottleneck of efficiency and success rates in computer-use agents by transforming real desktop software into hybrid GUI+CLI environments. Existing agents primarily rely on GUI, leading to lengthy and inefficient operation paths, while CLI agents lack interface state awareness. CUA-Universe, through its components App-Forge, Task-Weave, and Path-Steer, automates application adaptation, synthesizes diverse tasks, and guides agents along efficient paths. Experimental results demonstrate significant improvements in success rates and efficiency across multiple benchmarks, showcasing its potential in hybrid environments. Although currently supporting only 16 applications, CUA-Universe provides a solid foundation for future expansion and optimization.

Deep Analysis

Background

Computer-use agents have progressed in benchmarks like OSWorld and AndroidWorld, but primarily operate through GUI, leading to inefficiency. Real-world computer work is multimodal, requiring a combination of GUI visual state inspection and CLI high-throughput operations.

Core Problem

Existing agents struggle to complementarily use GUI and CLI interfaces; CLI agents lack visual perception, while GUI agents are inefficient for batch operations. The lack of hybrid environments makes it difficult for agents to work efficiently in real applications.

Innovation

CUA-Universe implements App-Forge for automated application adaptation, Task-Weave for synthesizing diverse hybrid tasks, and Path-Steer for guiding agents along efficient paths, achieving hybrid GUI+CLI environments in real software.

Methodology

  • �� App-Forge: Adapts applications into reproducible VMs.
  • �� Task-Weave: Synthesizes diverse hybrid tasks.
  • �� Path-Steer: Guides agents along efficient paths.

Experiments

Evaluations were conducted on CUA-Verse, OSWorld, and OSWorld-MCP using a 9B model, comparing success rates, steps, and token consumption in GUI and GUI+CLI modes.

Results

In CUA-Verse, the 9B model improved success by 39.3 points, reduced steps by 37%, and tokens by 60%. In OSWorld, success rate increased by 16.8 points, steps reduced by 57%, tokens by 44%.

Applications

CUA-Universe can be used to develop more efficient computer-use agents, applicable in scenarios requiring efficient cross-modality operations, such as automated office software operations.

Limitations & Outlook

Currently supports only 16 applications, and reliance on CLI interfaces may lead to suboptimal performance in some applications. Future work can expand to more applications and optimize CLI and GUI coordination strategies.

Plain Language Accessible to non-experts

Imagine you're cooking in a kitchen. The GUI is like using your eyes to read recipes and see ingredients, while the CLI is like using your hands to quickly chop and cook. CUA-Universe is like a smart assistant that helps you switch between reading recipes and cooking, allowing you to create delicious dishes faster and better.

ELI14 Explained like you're 14

Imagine you're playing a game that needs both a controller and a keyboard. The GUI is like the controller, and the CLI is like the keyboard. CUA-Universe is like a super player who can use both tools at the same time, helping you beat enemies and complete missions faster! It makes you unstoppable in the game!

Glossary

GUI (Graphical User Interface)

An interface that interacts with users through visual elements.

Used for visual state inspection in CUA-Universe.

CLI (Command Line Interface)

An interface that operates through command lines.

Used for efficient command operations in CUA-Universe.

App-Forge

A component that adapts applications into reproducible VMs.

One of the core components of CUA-Universe.

Task-Weave

A component that synthesizes diverse hybrid tasks.

One of the core components of CUA-Universe.

Path-Steer

A component that guides agents along efficient paths.

One of the core components of CUA-Universe.

Open Questions Unanswered questions from this research

  • 1 How to expand to more applications to enhance generality?
  • 2 How to optimize CLI and GUI coordination strategies to improve efficiency?

Applications

Immediate Applications

Automated Office

CUA-Universe can be used for automated office software operations, improving work efficiency.

Long-term Vision

Intelligent Computer Agents

Future expansion to more applications can develop more intelligent computer agents.

Abstract

Computer-use agents have advanced on benchmarks like OSWorld and AndroidWorld, but still act mostly through the GUI, often producing inefficient trajectories. Real-world computer work is hybrid, combining visual-state inspection with precise, high-throughput command-line operations, so capable agents must coordinate both modalities over shared application state. Yet scalable hybrid environments remain scarce because supporting both GUI and CLI over real applications typically requires substantial manual engineering for each application. Existing agents also struggle to use the two interfaces complementarily: CLI-native agents lack visual perception for tasks involving interface state or layout, while GUI-native agents are inefficient for operations better executed through commands. We introduce CUA-Universe, a scalable environment-to-data pipeline that turns real desktop software into hybrid GUI+CLI environments. App-Forge adapts applications into reproducible VMs and command-line surfaces it discovers, wraps, or generates, scaling to 16 applications; Task-Weave synthesizes diverse hybrid tasks of controllable difficulty from reusable operations over seed files; and Path-Steer steers rollouts along efficient hybrid paths and harvests verified trajectories for post-training. Training on this data shifts behavior from inefficient GUI interaction and brittle CLI scripting toward effective GUI+CLI orchestration. Our 9B model improves both success and efficiency on CUA-Verse (Score +39.3 pts; -37% steps, -60% tokens), OSWorld (SR +16.8 pts; -57% steps, -44% tokens), and OSWorld-MCP (Score +7.84 pts; -27% steps, -30% tokens). CUA-Universe provides a scalable path toward more capable and efficient computer-use agents.

cs.AI