Tencent Releases UI-Mate: Open-Weight Foundation GUI Agents with In-Context Demonstration Learning

Tencent's HY Frontier team has released UI-Mate, an open-weight foundation GUI agent designed for autonomous computer operation across desktop environments. Available in 27-billion and 9-billion parameter configurations, the models pair environment-grounded reinforcement learning with an in-context demonstration pipeline that allows agents to reference structured human workflows during execution. Alongside model weights on Hugging Face, Tencent published a technical report, code repository, and

2 min
Tencent Releases UI-Mate: Open-Weight Foundation GUI Agents with In-Context Demonstration Learning

Tencent's HY Frontier team has released UI-Mate, an open-weight foundation GUI agent designed for autonomous computer operation across desktop environments. Available in 27-billion and 9-billion parameter configurations, the models pair environment-grounded reinforcement learning with an in-context demonstration pipeline that allows agents to reference structured human workflows during execution.

Alongside model weights on Hugging Face, Tencent published a technical report, code repository, and a native Apple Silicon macOS application for local deployment.

Closed-Loop Training and In-Context Demonstrations

Standard Computer-Use Agents (CUAs) frequently struggle with complex, multi-step desktop workflows when relying solely on natural-language prompts. To address brittle instruction adherence, UI-Mate employs a two-tier operational architecture: an environment-grounded data flywheel for foundational interaction capabilities, and an in-context demonstration framework for complex procedural tasks.

UI-Mate Demonstration Pipeline

The foundational training stack utilizes a closed-loop system encompassing synthetic environment construction, filtered agent rollouts, capability-tree rebalancing, supervised fine-tuning (SFT), and online reinforcement learning.

For complex workflows, the framework introduces an offline demonstration parser and an online execution harness:

  1. Demonstration Ingestion: A native screen recorder logs user actions alongside high-frequency before-and-after screenshots and raw input telemetry (keystrokes, pointer coordinates, text input).
  2. Semantic Step Structuring: A vision-language model parses recorded events into structured steps containing observation states, operational intents, discrete actions, and verification criteria.
  3. Subtask Grouping: Atomic actions are consolidated into milestone-driven subtasks with explicit completion conditions.
  4. Authoritative Runtime Execution: During live desktop execution, the agent evaluates real-time screen pixels as the authoritative ground truth while using the parsed subtask checklist for directional guidance, preventing the system from degenerating into a fragile macro replay.

Benchmark Results Across Linux and Windows Environments

The models were evaluated across standard GUI benchmarks including OSWorld-Verified, WindowsAgentArena, and the newly introduced OSWorkerBench, which comprises 100 long-horizon office workflows spanning 41 desktop applications.

| Benchmark | Metric | UI-Mate-27B | UI-Mate-9B | Kimi-2.6 (1T-A32B) | Qwen3.6-27B | ScaleCUA-Qwen3.5 (9B) | | :--- | :--- | :--- | :--- | :--- | :--- | :--- | | OSWorld-Verified | Success Rate | 77.0% | 66.2% | 73.1% | 52.5% | 68.7% | | WindowsAgentArena | Success Rate | 66.2% | 61.7% | 63.3% | 47.1% | 38.1% | | OSWorkerBench (Instruction Only) | Strict / Progress | 41.0% / 76.9% | 34.0% / 66.6% | 40.7% / 72.4% | 23.3% / 52.4% | 16.3% / 38.3% |

On OSWorld-Verified, UI-Mate-27B achieved a 77.0% success rate under instruction-only conditions, outperforming larger frontier models and open-weight alternatives. On WindowsAgentArena, the 27B model reached 66.2%, while the 9B parameter variant scored 61.7%.

In tests measuring the impact of demonstration guidance on OSWorkerBench, providing a single in-context workflow demonstration increased strict success rates from 17.2% to 35.4% on self-demonstrated tasks, showing that structured task examples mitigate state divergence in long-horizon desktop navigation.

Open-Weight Release and Ecosystem Availability

Tencent has published model checkpoints under open-weight terms on Hugging Face, covering both the 27B and 9B variants. The project repository includes the demonstration recording harness, evaluation environments, and deployment scripts. A standalone macOS client (version 0.2.4) is also available for local execution on Apple Silicon hardware.

Sources

Written by

More to read

  • Anthropic Demonstrates Autonomous De Novo Protein Design and Chemical Analysis with Claude

    Anthropic Demonstrates Autonomous De Novo Protein Design and Chemical Analysis with Claude Anthropic has published experimental results demonstrating Claude's ability to autonomously design de novo protein binders with physical wet-lab validation and automate complex analytical chemistry workflows. The findings show frontier LLMs acting as autonomous agents across computational biology and molecular characterization pipelines. In the primary experiment, Anthropic evaluated Claude Mythos Previe

    1 min
  • Cerebras Unveils CS-4 Rack-Scale System Powered by Three WSE-3 Turbo Chips and Nexus Architecture

    Cerebras Unveils CS-4 Rack-Scale System Powered by Three WSE-3 Turbo Chips and Nexus Architecture Cerebras Systems has announced the CS-4, a rack-scale AI accelerator system designed around three of its next-generation Wafer Scale Engine 3 Turbo (WSE-3 Turbo) chips and a modular hardware architecture dubbed Nexus. Cerebras confirmed that initial customer shipments for the CS-4 are scheduled to begin in the current quarter. The new system marks a structural shift from Cerebras's single-wafer CS

    1 min
  • AI FinOps: Cutting LLM Inference Costs by 30-60% Through Model Tiering, Caching, and GPU Optimization

    AI FinOps: Cutting LLM Inference Costs by 30-60% Through Model Tiering, Caching, and GPU Optimization Inference costs have become the second-largest line item in enterprise AI budgets, trailing only talent spend according to RapidData's State of Enterprise AI 2026. This shift represents a fundamental inversion from the 2021-2023 era when training dominated AI expenditure. The compounding nature of serving costs—accumulating every hour as long as users hit the API—means that even modest producti

    1 min