AISep 25, 2024

AXIS: Efficient Human-Agent-Computer Interaction with API-First LLM-Based Agents

arXiv:2409.17140v211 citationsh-index: 29
Originality Highly original
AI Analysis

This work addresses efficiency and reliability issues for users and developers of LLM-based agents in human-agent-computer interaction, proposing a new framework and design principle.

The paper tackles the high latency and low reliability of LLM-based agents in interacting with application user interfaces by proposing AXIS, a framework that prioritizes API actions over UI interactions, resulting in a 65%-70% reduction in task completion time and 38%-53% lower cognitive workload while maintaining 97%-98% accuracy.

Multimodal large language models (MLLMs) have enabled LLM-based agents to directly interact with application user interfaces (UIs), enhancing agents' performance in complex tasks. However, these agents often suffer from high latency and low reliability due to the extensive sequential UI interactions. To address this issue, we propose AXIS, a novel LLM-based agents framework that prioritize actions through application programming interfaces (APIs) over UI actions. This framework also facilitates the creation and expansion of APIs through automated exploration of applications. Our experiments on Microsoft Word demonstrate that AXIS reduces task completion time by 65%-70% and cognitive workload by 38%-53%, while maintaining accuracy of 97%-98% compared to humans. Our work contributes to a new human-agent-computer interaction (HACI) framework and explores a fresh UI design principle for application providers to turn applications into agents in the era of LLMs, paving the way towards an agent-centric operating system (Agent OS).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes