← Back to the wire31 Aug 2026
The AI WireDispatch No. 072
simonwillison.netproduct· filed 31 Aug 2026 · 3 min read

Simon Willison's hands-on test of ChatGPT Work: open internet access, browser automation, and unanswered safety questions

Simon Willison's hands-on test shows ChatGPT Work is an agent platform with unrestricted internet access, a headless Chrome browser, and parallel sub-agents, but OpenAI has not explained how it defends against prompt injection. The documentation is so sparse that he had to ask the agent itself to list its 223 tools and 44 skills. This leaves core safety mechanisms unaddressed in OpenAI's marketing.

Machine-drafted illustration · reviewed by a humanFIG. 01

Listen to this dispatch

Narrated by an AI-generated voice.

What Simon Willison found inside ChatGPT Work

OpenAI announced ChatGPT Work on July 9, positioning it as the task-completion counterpart to ChatGPT Chat. Developer Simon Willison has tested the product directly. His central observation: Work is not one feature but a bundled agent platform, and OpenAI's own descriptions make its actual capabilities hard to pin down.

Work ships in two forms. The cloud version, reachable through chatgpt.com and the mobile apps, is the one with the most new machinery. The ChatGPT desktop app—formerly Codex—offers a local variant that can access files and run programs on the user's machine, which Willison describes as Codex re-skinned to be less intimidating to non-developers. Both are limited to subscribers paying $20 a month or more; free and $8 Go tiers get nothing.

Willison's experimentation turned up several capabilities that distinguish Work from ordinary ChatGPT. The most significant is a code execution environment with real internet access. ChatGPT Chat's container blocks outbound connections and package installation; an earlier ability to install packages appears to have regressed, he notes. Work, by contrast, can clone GitHub repositories, install dependencies, and talk to outside services. The default domain policy appears open to everything, unlike Claude's code interpreter, which has allowed restricted internet access since last September but only to a short allowlist.

The built-in headless Chrome browser is similarly broad. It can load pages, fill forms, take screenshots, and run JavaScript against the DOM, and it can hand control to the user for passwords and two-factor codes without passing credentials through the model. Willison demonstrated the setup by having Work extract headings from his own site with a Playwright script.

Other features Willison tested include a persistent filesystem shared across sessions—including instantaneous file visibility between concurrently running sessions, though localhost servers stay isolated—website publishing on Cloudflare Workers with stateful D1 and R2 storage, parallel sub-agent sessions, and scheduled prompt automations, which he says now also work in regular Chat. Model selection differs as well: Work offers GPT-5.6 Sol, Luna, and Terra with reasoning up to Ultra, while Chat has a 5.6 Pro option with no Work equivalent. Willison suspects Work sessions draw on the Codex allowance but presents that as his working hypothesis, not a confirmed detail.

His biggest unresolved question is safety. Work combines access to private data, exposure to untrusted content, and a way to communicate information back to an attacker—the "lethal trifecta" he uses to frame agent risk. OpenAI, he says, has not explained how Work sessions defend against prompt injection; he expects the same auto-review mechanism used by Codex but has not seen it confirmed.

The documentation gap irked him enough that he asked Work to describe itself. The resulting site lists 223 registered tools—six of which are Willison's own MCP plugins—and 44 skills, including a control-browser skill that documents the browser API in detail. That the agent's own tooling had to be interrogated to reveal its contents is the most concrete takeaway: OpenAI describes Work in terms of intended use cases, and the underlying mechanics remain opaque.

Read the original at simonwillison.net

End of dispatch
More on the wire
71youtube.commodels · filed 30 Aug 2026GLM 5.3 Flash: Z.ai’s cheaper, multimodal sibling matches larger models but slows on max reasoning70youtube.comindustry · filed 30 Aug 2026Andrew Ng: Big AI labs are fear-mongering to shape regulation69azureazure · filed 30 Aug 2026VNet integration for Azure SRE Agent now generally available68azureproduct · filed 30 Aug 2026Grok 4.6 available in Microsoft Foundry public preview
Simon Willison's hands-on test of ChatGPT Work: open internet access, browser automation, and unanswered safety questions · The AI Wire