Table of Contents

GPT-5 Computer Use

GPT-5.4, released by OpenAI on March 5, 2026, is the first general-purpose AI model with native computer-use capabilities — the ability to see a screen, move a cursor, click, type, and execute multi-step workflows without wrapper code or external tools. It scored 75.0% on OSWorld-Verified, surpassing the human expert baseline of 72.4%, making it the strongest computer-operating AI model available. 1)

Background

GPT-5 was first released on August 7, 2025, as OpenAI's flagship multimodal model excelling in coding, math, writing, and visual perception. 2) The computer-use capability arrived with the GPT-5.4 update on March 5, 2026, representing what many analysts consider OpenAI's most significant product advancement since the original ChatGPT launch.

How Computer Use Works

Unlike previous browser-automation approaches that relied on brittle scripts or browser-specific APIs, GPT-5.4 operates at the visual level:

  1. The model receives screenshots of the current screen state
  2. It decides what to click, type, or interact with
  3. It executes the action via mouse/keyboard commands
  4. It observes the result and continues the loop until the task is complete

The key innovation is that GPT-5.4 was trained end-to-end for computer use tasks — the capability is built into the model weights, not added as a plugin or post-training layer. The model supports both Playwright code generation for browser automation and direct mouse/keyboard commands from screenshots. 3)

Performance

Comparison with Anthropic Computer Use

Anthropic introduced computer use for Claude in October 2024, establishing the category. Key differences:

Model Variants

GPT-5.4 is available in three configurations:

Pricing

See Also

References