Applied AI01/09/20266 min read

ChatGPT Work Review: Features, Limits and Real Risks

Simon Willison has published the most thorough technical breakdown of ChatGPT Work to date, and what he describes goes well beyond a souped-up chatbot: an operating system inside a chat interface that runs code, browses the web, deploys sites to production, and schedules tasks. Impressive? Absolutely. The real question is how many people will actually know what to do with it.

Marketing Ultra Mascot

TL;DR: The Straight Take

  • Real execution, not enhanced chat: ChatGPT Work includes a browser, Python with internet access, site deployment, and parallel agents. A full execution environment.
  • Every feature kills a tool: headless browser replaces data scraping tools, parallel agents compete with Zapier and Make, ChatGPT Sites eliminates manual landing page deployment.
  • Access control as a weapon: OpenAI cut off Cursor's access following its acquisition by SpaceX. What you build on their platform depends entirely on their goodwill.
  • Adoption gap: without technical expertise or specialist support, most of these features go completely untouched.
Verdict: top-tier technical power, but if you don't know what to automate or how to ask for it, you're paying for a Ferrari you'll never take out of the garage.

What Is ChatGPT Work and What Has Willison Documented?

ChatGPT Work is the execution layer OpenAI has baked into its paid chat. Forget "premium mode with more tokens", this executes real actions.

System cross-section of ChatGPT Work with five open compartments, each revealing the tool category it functionally displaces.

Python code with internet access, a headless Chrome browser that interacts with websites, microsite publishing (ChatGPT Sites), agents that orchestrate subtasks in parallel, and scheduled automations. All without a single line of external code.

Simon Willison, a must-follow if you work with AI and development, has documented every component with a level of detail OpenAI itself has never bothered to provide. The analysis has accumulated over 314 points and 177 comments on Hacker News. Pure reverse engineering, feature by feature.

He's even published a complete tool reference as a microsite generated from ChatGPT Work itself.

And here's the most telling part: a third-party developer had to write the manual. OpenAI ships tools of this caliber and leaves it to the community to document them.

What Does ChatGPT Work Replace? Feature by Feature

This is where most analyses stop at the headline and never get into the weeds. Let's go feature by feature, translated into what each one actually kills or replaces in practice.

The headless browser navigates, clicks, fills out forms, and scrapes data from any public website. What you currently handle with extraction tools like Octoparse or Zapier nodes that cost subscriptions and setup time. ChatGPT Work does it inside the conversation.

That script a developer writes to import contacts from a CRM? With Python with internet access inside the chat, you solve it in one sentence. Call APIs, process files, cross-reference data. No terminal required.

Then there's ChatGPT Sites. Tell it what you need and it publishes a microsite: landing pages, interactive tools, documentation. Webflow and friends watching from the sidelines.

Parallel agents orchestrate multiple subtasks simultaneously: one researching while another is already drafting with the output as it comes in. This is what you're currently trying to build by chaining automations in Make or Zapier, as I cover in the AI content automation guide.

The difference: no nodes, no connectors. Just an instruction, and the system decides how to divide the work.

Scheduled automations run tasks at whatever time you configure. The cron job for people who don't know what a cron job is.

On paper, stunning. But paper takes anything.

OpenAI Decides Who Gets to Play: The Cursor Case

The same week Willison publishes his analysis, OpenAI terminates its contract with Cursor following the latter's acquisition by SpaceX. That's not a minor footnote.

The mascot operates a powerful industrial control panel while a padlocked master breaker and a severed cable on the floor show that access can be cut at any time by someone else.

OpenAI doesn't just build tools, it actively decides who can access its models and on what terms. If your workflow depends on their ecosystem and tomorrow they decide your use case competes with their interests, you have a serious problem. Cursor found that out the hard way.

Now think about ChatGPT Work. That entire arsenal, browser, Python, agents, automations, lives inside OpenAI. What OpenAI gives, OpenAI can take away.

If you're already familiar with the limitations of the ChatGPT Work admin plugin, you know that real control over your environment is thinner than it looks. On Hacker News, a thread with 120 points and 125 comments debated the usage caps OpenAI restored for paid users: five hours of execution time, then you wait.

For anyone building critical processes on top of this, the question you should be asking is: what happens the day it stops working for you?

Who Is ChatGPT Work Actually For?

OpenAI sells ChatGPT Work as the enterprise ChatGPT that changes everything.

The problem: the gap between what it can do and what a marketing manager will actually activate without technical support is enormous. Having a headless browser means nothing if you don't know what to ask it to do. Having Python with internet access is useless if you don't understand what an API is.

OpenAI has packed the equivalent of a technical consultancy into a subscription plan. But "within reach" doesn't mean "accessible." On Hacker News they're debating the internal architecture; on TikTok, a video with 68,000 views lists "6 practical use cases" without showing any evidence of having actually tried them.

Two worlds: those who know what to ask it, and those who can only watch from a distance.

My bet is that the most common outcome will be the familiar one: companies pay the subscription, use ChatGPT Work to generate copy and summarize documents, and leave 80% of the tool untouched. Exactly what happens with half the software licenses in any organization.

AI agents in marketing are extremely powerful tools, but they require someone who knows what problem they're solving before hitting the button.

ChatGPT Work is, on paper, the most ambitious competitor Zapier, Make, and half a dozen automation tools have ever faced. If you have a technical team or know exactly what you need to automate, this changes the rules. If not, you're paying for a Ferrari to go to the grocery store.

And keep this in mind: that Ferrari isn't yours. It's a rental. And the owner has already shown they can take the keys back whenever they want.

Leave a comment

Your email will not be published. We review comments before showing them.