Agent-Computer Observation Interfaces Enable Dynamic Computer Use
Summary
The paper introduces Agent-Computer Observation Interfaces (AOI), a model-agnostic perception layer that decouples continuous, adaptive observation from discrete actions for computer-use agents. AOI achieves significant performance gains (+17 to +48 percentage points) on dynamic browser tasks without retraining, with the key insight that narrating captured frames into persistent text is the primary driver of improvement.
View Cached Full Text
Cached at: 06/30/26, 05:33 AM
# Agent-Computer Observation Interfaces Enable Dynamic Computer Use Source: [https://arxiv.org/abs/2606.29472](https://arxiv.org/abs/2606.29472) [View PDF](https://arxiv.org/pdf/2606.29472) > Abstract:SWE\-agent established the action interface as an underexplored design axis for software\-engineering agents; we make the analogous case for the observation interface in computer\-use \(CU\) agents\. Current CU agents, closed and open\-source alike, tie observation to action\-\-one screenshot every 3\-5 s, no audio\-\-leaving them blind and deaf between screenshots to video, animations, transient UI events, meetings, and spoken instructions\. We introduce the Agent\-Computer Observation Interface \(AOI\), a model\-agnostic perception layer that decouples continuous, adaptive observation from discrete actions through three gated components: inter\-step keyframe capture, volume\-gated audio transcription, and CU\-model\-generated visual narration that persists as text\. Each produces almost nothing on static, silent content, reducing to the standard loop without degrading it\. On DynaCU\-Bench \(100 dynamic browser tasks plus a 50\-task static control\), CU models from 7B to frontier scale gain \+17 to \+48 pp over their screenshot baselines with zero retraining, turning tasks that are near\-impossible from periodic screenshots into largely solved ones\. The gap is starkest on audio: on a spoken\-content subset AOI agents solve every task, whereas streaming voice models hear accurately but cannot act on what they hear without the scaffold\. The decomposition is as informative as the headline gain: keyframe selection turns out not to matter\-\-the value comes from narrating captured frames into persistent text\-\-and the interface is not a fixed bundle, since on a newer model \(Gemini 3 Flash\) the keyframe stream actively regresses through image\-token dilution, so its components must be selected per model rather than shipped as one configuration\. ## Submission history From: Bojie Li \[[view email](https://arxiv.org/show-email/e9846b72/2606.29472)\] **\[v1\]**Sun, 28 Jun 2026 15:59:31 UTC \(373 KB\)
Similar Articles
@dair_ai: Outstanding paper on computer-using agents. (bookmark it) Computer-using agents drive real software through the screen,…
PreAct compiles successful agent runs into small state-machine programs, enabling 8.5-13x faster replay on repeated tasks without per-step language model calls, with runtime screen checks to ensure correctness.
Native Active Perception as Reasoning for Omni-Modal Understanding
Introduces OmniAgent, an omni-modal agent that uses an iterative Observation-Thought-Action cycle with active perception to achieve superior long video understanding, outperforming larger models like Qwen2.5-VL-72B on benchmarks.
OpenComputer | An Open Source Computer Built For Agents.
OpenComputer is an open-source virtual machine environment for AI agents that provides a human-accessible computer interface, allowing agents to safely operate while users can observe and collaborate. It runs locally with small context models and avoids screenshot-based navigation for efficiency.
Can Agents Use a Computer Yet? We've Got the Data (17 minute read)
a16z examines progress in computer-using AI agents, citing benchmark improvements that now surpass human-level performance on OSWorld-Verified and noting a shift from raw capability to reliable production deployment in enterprise workflows.
You can't solve computer use by ignoring the interface
This article argues that current AI computer-use agents often bypass the actual user interface by directly accessing APIs or scripting, leading to inflated benchmark results and unreliable real-world performance. It suggests that ignoring the interface is a flawed approach that does not generalize to messy GUI environments.