TLDR: MAS-Bench is a novel benchmark designed to evaluate hybrid mobile GUI agents, which combine traditional GUI operations with efficient shortcuts like APIs and deep links. It features 139 real-world tasks across 11 applications and assesses an agent’s ability to both utilize and autonomously generate shortcuts. Experiments demonstrate that hybrid agents achieve significantly higher success rates and efficiency than GUI-only agents, with benefits being more pronounced for less capable AI models. The benchmark also highlights the current limitations and future research potential in agent-generated shortcuts.
The world of artificial intelligence is rapidly expanding, with Large Language Models (LLMs) driving the development of Graphical User Interface (GUI) Agents. These agents are designed to interact with digital platforms like smartphones and computers, much like humans do. While early mobile agents focused on replicating human-like flexibility through GUI-only interactions, this approach often sacrifices efficiency for generality.
Imagine an AI agent trying to complete a task on your phone. If it has to click every button and type every word, step-by-step, it can be slow and prone to errors. This is where the concept of ‘hybrid’ agents comes in. These agents combine the flexibility of GUI operations with the speed and reliability of ‘shortcuts’ – such as Application Programming Interface (API) calls, deep links, and Robotic Process Automation (RPA) scripts. A hybrid agent can bypass tedious, multi-step GUI operations by invoking a single, efficient shortcut, drastically reducing operational complexity and time.
Despite the promise of these hybrid agents, a systematic way to evaluate and benchmark them has been missing. To address this gap, researchers have introduced MAS-Bench, a pioneering benchmark specifically designed for GUI-shortcut hybrid agents, with a particular focus on the mobile domain.
What is MAS-Bench?
MAS-Bench is more than just a collection of tasks; it’s a comprehensive framework for assessing how well these hybrid agents perform. It features 139 complex tasks spread across 11 popular real-world mobile applications. These tasks are designed to be solvable using only GUI operations, but they can be significantly accelerated and made more efficient by intelligently embedding shortcuts.
A key innovation of MAS-Bench is its focus on evaluating an agent’s ability to *autonomously generate* shortcuts. Beyond merely using predefined shortcuts, the benchmark assesses if an agent can discover and create reusable, low-cost workflows on its own.
How Hybrid Agents Operate in MAS-Bench
Agents within MAS-Bench operate in a ‘hybrid action space’ that includes two main types of actions:
-
GUI Actions: These simulate direct human interaction, like tapping, swiping, and typing. They are crucial for dynamic scenarios where predefined shortcuts might not be available.
-
Shortcut Actions: These trigger specific functions or navigate directly to designated pages, bypassing multiple GUI steps. MAS-Bench categorizes shortcuts into:
-
Predefined Shortcuts: These include APIs (direct programmatic control), Deep Links (specialized URLs for specific app pages), and RPA Scripts (automated workflows for repetitive subtasks).
-
Agent-Generated Shortcuts: These are created dynamically by the agent itself, by identifying and abstracting repetitive subtasks from its past experiences into new, executable routines.
-
The benchmark includes a knowledge base of 88 predefined shortcuts from 11 popular apps, providing agents with a rich resource. However, this knowledge base is intentionally incomplete for complex tasks, forcing agents to combine shortcut invocations with multi-step GUI operations, thus providing a more realistic test of their planning and reasoning abilities.
Evaluating Performance and Shortcut Generation
MAS-Bench evaluates agents on several key metrics, including Success Rate (SR), Mean Steps (MS), Mean Execution Time (MET), and Mean kTokens Cost (MToC) for LLMs. It also measures Shortcut Success Rate (SSR) and GUI to Shortcut Action Ratio (GSAR) to understand an agent’s operational strategy.
For shortcut generation, MAS-Bench uses a unique two-stage evaluation. First, a ‘self-generation shortcut agent’ creates its own shortcut knowledge base. Then, these agent-generated shortcuts are integrated into a unified baseline GUI agent, and its performance is measured. This approach ensures a fair assessment of the quality of the generated shortcuts.
Also Read:
- Instruction Agent: Automating Complex Computer Tasks with Human Guidance
- VehicleWorld: Advancing AI Interaction in Smart Car Cockpits
Key Findings from MAS-Bench Experiments
Experiments conducted on MAS-Bench revealed several important insights:
-
Significant Performance Boost: Integrating predefined shortcuts dramatically improves agent performance. Hybrid agents achieved significantly higher success rates (up to 64.1% compared to 44.6% for GUI-only agents) and executed tasks with over 40% greater efficiency.
-
Framework-Agnostic Benefits: The effectiveness of predefined shortcuts is not tied to a specific agent architecture. Whether an agent relies on UI Tree information or visual screenshots, it benefits from using shortcuts.
-
Greater Gains for Weaker Models: Less capable AI models (like Gemini-2.0-Flash) showed more substantial improvements when augmented with shortcuts. Shortcuts help these models bypass complex, error-prone GUI steps, leading to a significant increase in task success.
-
Room for Improvement in Agent-Generated Shortcuts: While predefined shortcuts proved highly reliable (100% success rate), agent-generated shortcuts currently lag in robustness and efficiency. This highlights a critical area for future research in developing more efficient and robust shortcut generation capabilities.
MAS-Bench fills a crucial evaluation gap, offering a foundational platform for advancing the creation of more efficient and robust intelligent agents for mobile devices. It encourages further research into how AI agents can intelligently discover, decide upon, and execute diverse shortcuts within GUI interactions. You can find the full research paper here: MAS-Bench: A Unified Benchmark for Shortcut-Augmented Hybrid Mobile GUI Agents.


