Give your agent a computer
Stop handing it an API. Hand it a desktop.
cloudflare/computer gives your agent a computer. Instead of wiring one integration per service, the agent gets a machine and uses the same software a person would.
Agent session
Illustrative
terminal1
$ git clone repo
$ npm test
14 passing, 1 failing
browser2
docs.example.dev/errors
reading the failure code
found: config flag missing
editor3
config/app.toml
+ strict_parse = true
saved, re-running the suite
Desktop content is illustrative. The project description is one line: give your agent a computer.
01
One surface, not fifty
A computer covers whatever the agent needs to touch, so capability stops being a list of integrations you maintain.
02
The software already exists
Terminal, browser, editor. The tools a person uses to do the work are the tools the agent gets to use.
03
Watchable by default
Work done on a screen is work you can look at, which makes review a matter of watching rather than reconstructing.