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

OpenComputer | An Open Source Computer Built For Agents.

Reddit r/LocalLLaMA

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.

You can't solve computer use by ignoring the interface

Hacker News Top

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.