ChatGPT Now Has a 'Work' Mode. Here's What It Actually Does.
OpenAI shipped something called ChatGPT Work a while back, and if you've never used it, the name alone doesn't tell you much. It turns out "Work" isn't one feature — it's two different products stitched under a single label, gated behind a paywall, and built for a very different job than regular ChatGPT.
Here's what's actually in the box.
Two Products, One Name
The first surprise: Work Cloud and Work Local are not the same thing.
Work Cloud runs entirely in OpenAI's cloud and shows up right inside chatgpt.com or the mobile apps. It's the more capable of the two, with the widest feature set.
Work Local, on the other hand, runs on your own machine through the ChatGPT desktop app — which is really just a rebrand of Codex, OpenAI's coding tool, repackaged so it doesn't scare off non-developers. Work Local gets direct access to your local files and programs, which Work Cloud can't touch.
So the same "Work" button can mean two structurally different tools depending on where you click it. That's worth knowing before you build a habit around either one.
It's Gated, and Not Cheap
ChatGPT Work is only available to subscribers paying $20/month and up. Free users and the $8/month tier don't get it at all. Some of the sharper capabilities — like access to the highest reasoning levels — need a $100/month-plus plan on top of that.
For comparison, regular ChatGPT Chat gives you a leaner set of model options. Work unlocks GPT-5.6 in three flavors (Sol, Luna, Terra) across several reasoning levels, plus GPT-5.5. It's a meaningfully different product tier, not just a toggle.
What Makes It "Work" and Not Just "Chat"
The feature list is where this starts looking less like a chatbot and more like an agent framework:
- Internet-connected code execution — unlike Chat, Work's code environment can reach the open internet, so it can clone a repo or hit a live API mid-task.
- A real headless browser — it can load pages, fill out forms, take screenshots, and run JavaScript against the DOM.
- A persistent scratch filesystem — each session gets its own folder that sticks around across conversations, so work accumulates instead of vanishing.
- ChatGPT Sites — it can build and deploy actual websites on Cloudflare Workers, HTML, JS, and backend logic included.
- Sub-agents — it can spin up multiple parallel agents to work a task, something Chat can't do at all.
- Scheduled automations — you can tell it to run recurring checks, like watching for a competitor's product launch.
Under the hood, Work sessions have access to 223+ registered tools and 44 skills spanning documents, PDFs, spreadsheets, images, and dashboards. OpenAI doesn't publish the system prompt or the tool descriptions, so most of what we know comes from people poking at it and comparing notes.
The Pattern Here
Strip away the branding and what OpenAI built is a system meant to finish a deliverable — a brief, a deck, an analysis — not just answer a question. That's a genuinely different design goal than a chat window, and it needed genuinely different plumbing: internet access, a browser, persistent storage, parallel agents, scheduling.
Notice what's common across all of it: memory across a session, tools that reach outside the chat box, and the ability to keep working without you babysitting every step. That's not a new idea. It's the definition of an agent.
What This Means If You Use OpenClaw
OpenClaw has been built around exactly this shape from day one — persistent context, real tool access, and the ability to actually finish something instead of just replying to you.
The difference is access. OpenClaw is open-source, so you're not waiting for a $20/month gate (or a $100/month one) to unlock the reasoning level or the tool count you actually need. And because it's not boxed into a single vendor's cloud, your agent can be pointed at the tools and files that matter to your workflow, not just the ones a product team decided to ship this quarter.
Watching a big lab spend a year building toward "an AI that finishes deliverables, not just chats" is a good signal for where this whole space is heading. It's also a good reminder that you don't need to wait for the paywalled version — you can run an agent built for exactly that job today.