
Computer Use Is Production-Ready: Multi-Action Turns, Browser Use Tool, and HIPAA Under BAA
Chris Harper
2 min read
Aug 22, 2026 · 12:04 UTC
TL;DR: Computer use and Anthropic's new browser use tool went GA on August 20 — multi-action turns, HIPAA-eligible under a BAA, beta headers dropped.
Computer use exited beta on August 20 alongside the browser use tool, a new companion built specifically for web app automation. Here's what changed for production builds:
Multi-action turns — the biggest performance shift. Beta computer use issued one action per API call (click once, get a screenshot, send to Claude, repeat). GA removes that cap: Claude can now batch multiple clicks, keystrokes, and scroll actions in a single turn, reducing round-trips. Asteroid, a workflow-automation company highlighted by Anthropic at launch, reported their longest claims workflow dropped from 32 minutes to 13 after switching — though these figures come from Anthropic's own case-study post, not independent measurement.
Browser use tool — structure over pixels. The new browser_use tool works alongside computer use and adds DOM-level element targeting for web apps, so it doesn't have to guess a click coordinate from a screenshot that may shift on resize. Use computer use for native desktop GUI work; use browser use for anything running in a browser where element structure is stable.
HIPAA-eligible under BAA. Computer use is now eligible for HIPAA-regulated workloads, but only under an active Business Associate Agreement with Anthropic — it's not automatic. Check with your compliance contact before building in healthcare.
What stays the same (limits you should plan around):
- Screenshot-based interaction still means 2–5 seconds per action on typical web tasks — not native API speed
- Browser use doesn't cover native apps; use computer use for those
- Files uploaded via the companion Files API expire; long-running agents must detect expiry and re-upload
- No beta header required, but rate limits still apply; check quota before scaling a fleet of computer-use agents
Sources: Build production agents with computer use, Skills API, and Files API — Anthropic blog · Computer use docs — Anthropic · Claude's Agent Stack Is GA — NxCode