Rename these 400 photos by the date they were taken.
It reads the metadata, applies the same rule to every file, and finishes the batch on your computer.
01 / work
These are ordinary requests. The difference is that ChatGPT can actually reach the machine where the work exists.
Rename these 400 photos by the date they were taken.
It reads the metadata, applies the same rule to every file, and finishes the batch on your computer.
Clear the duplicates out of my downloads.
It searches the folder, compares what it finds, and can clean the duplicates after you confirm.
Find the contract I signed in March and pull out the dates.
It searches inside your local files, opens the relevant document, and returns the answer in ChatGPT.
Set this project up and get it running.
It can inspect the repo, install what is missing, run the project, read the error, and try again.
02 / setup
The local client stays isolated on your machine. The backend authenticates and routes calls. ChatGPT remains the interface.
Your account owns the paired machines, OAuth connections, plan and quota.
The client opens an outbound connection. Nothing needs to listen publicly on your computer.
$ npm install -g autonomous-mcp
Add the MCP URL from your dashboard, approve OAuth once, then use normal messages.
03 / boundaries
The agent checks the machine, path and command before work runs. The server cannot silently turn another account into yours.
Limit the client to the directories you choose. Real paths are resolved before a file action runs.
Blocked commands are rejected locally, including when they are hidden in chained shell syntax.
A device belongs to one account. Calls cannot be dispatched to a machine owned by another account.
The client connects out to the service. Pairing does not open an inbound port on your computer.
04 / plans
A plan can combine rolling windows. Five hours, one week, thirty days, or any other configured period can coexist.
Today the agent runs on a machine you already own. The next step is the same interface with a hosted machine behind it.
05 / questions
Pair one machine, connect ChatGPT, and give it a real task.