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.
Open Computer Use
Open Computer Use is an open-source MCP (Model Context Protocol) for AI agents to control computer interfaces.
@ms_aifrontiers: What it is: a family of agents that do real browser work like filling out forms and making reservations. Pixel-to-actio…
Microsoft AI Frontiers releases a family of browser agents that can fill forms and make reservations using pixel-to-action with observe-think-act loops. Available in 4B, 9B, and 27B parameter sizes for deployment on modest hardware.
Computer-Using Agent
OpenAI introduced the Computer-Using Agent (CUA), a model combining GPT-4o's vision with reinforcement learning to interact with GUIs like a human, powering the new Operator agent. CUA sets new state-of-the-art benchmarks including 38.1% on OSWorld and 58.1% on WebArena, and is available as a research preview for ChatGPT Pro users in the US.