Agent-Computer Observation Interfaces Enable Dynamic Computer Use

arXiv cs.AI Papers

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.

arXiv:2606.29472v1 Announce Type: new 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.
Original Article
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

Open Computer Use

Product Hunt

Open Computer Use is an open-source MCP (Model Context Protocol) for AI agents to control computer interfaces.

Computer-Using Agent

OpenAI Blog

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.