Search papers, labs, and topics across Lattice.
AOHP is an open-source OS-level agent harness built on the Android Open Source Project, designed to enhance the interaction between AI agents and operating systems by treating agents as first-class actors. This approach addresses the limitations of traditional application-centric operating systems, which hinder the adoption of AI agents and introduce execution overhead and safety risks. Preliminary experiments demonstrate that AOHP significantly improves task completion rates by 21.12%, reduces execution costs by 51.55%, and enhances compliance with security policies.
AOHP redefines how AI agents interact with operating systems, achieving a 21% boost in task completion and a dramatic cut in execution costs.
AI agents are driving a new software paradigm, with the ability to autonomously call tools, extract information, manage memory, and complete tasks that span applications and data sources. Most existing end-user operating systems, however, are designed for application-centric workflows and offer little native support for AI agents. This mismatch limits the wider adoption of agents and leads to execution overhead and safety risks when running agents on conventional systems. While the concept of agent-native operating systems is emerging, the research community lacks an open testbed to explore the architectural primitives desired for agent-mediated interaction. We present AOHP (Android Open Harness Project), an OS-level agent harness built on the Android Open Source Project (AOSP). The core design principle of AOHP is to treat agents as first-class OS actors, enabling adaptive user interfaces and agent-friendly runtime environments. AOHP preserves the mature Android software and hardware ecosystem while introducing three agent-oriented system mechanisms: personalized service composition, efficient agent interfaces, and secure information flow. Based on preliminary experiments on challenging tasks covering key capabilities of OS agents, AOHP shows clear advantages in task completion (+21.12% completion rate), execution cost (-51.55% token cost), and security-policy compliance.