Claude on WholeTech network
home/products/computer-use
Eyes and hands

Computer Use beta

Claude looks at screenshots and emits mouse + keyboard actions to drive a real computer.

01 — What it is

Eyes and hands.

A capability where Claude looks at screenshots and returns mouse + keyboard actions. You run a loop: capture the screen, send to Claude, execute the actions Claude returns, repeat until done. Useful for automating apps with no API.

02 — Realistic uses

Where it earns its keep.

03 — Try it safely

Sandbox first.

  1. Run it inside a VM or container. Anthropic publishes a Docker reference image. Don't point it at your daily-driver desktop.
  2. Pull the reference container from ghcr.io/anthropics/anthropic-quickstarts.
  3. Set ANTHROPIC_API_KEY and start the container; it serves a web UI you chat with.
  4. Give a small task first — "open Firefox, search for cat pictures" — to feel it out.
Treat it like a junior intern with admin rights. Sandbox first, narrow scope, watch the first few runs.
04 — Patterns

What works.

05 — Alternatives

Don't reach for it first.

If the target system has an API, an MCP server, or a Playwright/Puppeteer wrapper, those are cheaper, faster, and more reliable than Computer Use. Reach for Computer Use when the only available interface is a GUI.