Guides · Working with AI

Cowork vs Codex (September 2026): Which is Better for Beginners?

Most comparisons of Cowork vs Codex still run on a framing that stopped being true this year: Cowork is the local one, Codex is the cloud one, Cowork is for knowledge workers, Codex is for developers. All four halves of that are now wrong.

Updated September 2026·11 min read·Verified against both vendors' docs
What's inside
  1. Cowork vs Codex at a glance
  2. What Cowork does and who it is for
  3. What Codex does and who it is for
  4. Pricing and what you actually pay
  5. Local files and permissions
  6. How MCP connectors work in each
  7. Which one is better for coding work
  8. Which one is better for everything else
  9. Which one should your team standardize on
  10. Where both tools still leave you guessing
  11. FAQ

Claude Cowork launched in January 2026 as a research preview for Max subscribers on macOS, reached general availability on April 9 on all paid plans, and now runs sessions in the cloud, on desktop, web, mobile, and the Chrome side panel. OpenAI Codex went the other direction, starting as a cloud coding agent and expanding with the "Codex for (almost) everything" update on April 16, 2026 into computer use, memory, scheduled work, and an onboarding flow that asks whether you work in finance, product, marketing, operations, sales, data science, or design. Both speak MCP. Both write code. Both do research and reporting. Both can drive a browser.

So the decision is not about what each one can do. It comes down to where the agent runs, what it is allowed to touch on your machine, how the billing behaves once a team uses it daily, and which one your people will actually open.

The short version

Pick Cowork if your work starts from documents, spreadsheets, and messy folders, and you want the cost of heavy use to be knowable in advance.

Pick Codex if your work starts from a repository and you want the agent living in the terminal and the IDE alongside it.

If you are a small team paying for one, Cowork is the safer default, because the people who are not engineers will actually open it.

Below is the side by side, then the detail behind each row.

Cowork vs Codex at a glance

Claude CoworkOpenAI Codex
What it isAgentic knowledge-work mode inside Claude, built on the Claude Code architectureAgentic coding tool that expanded into general professional work
Where it runsClaude Desktop (macOS, Windows), claude.ai, iOS and Android, Chrome side panelCloud web app, CLI, IDE extension for VS Code, Cursor and Windsurf, desktop app on macOS and Windows
Local file accessCloud session reaches your machine through the open desktop app, scoped to folders you connectCloud container preloaded with your repo; local work runs through the CLI or IDE
Scheduled and recurring tasksYes, /schedule, runs in the cloud with no device onlineYes, automations, with results landing in a review queue
Reusable instructions and delegationSkills, plugins, sub-agent coordination, global and folder instructionsSkills, plugins, parallel threads and git worktrees
MCP connector setupPer-account connectors in Claude settings, shared with chatOne ~/.codex/config.toml shared by CLI, IDE extension, and desktop app
Plans it is included inPro, Max, Team, Enterprise (no free tier)Every plan, including Free and Go, which are scoped for light use
How billing worksIncluded in the plan, drawn from rolling five-hour and weekly usage limitsToken-based credits since April 2, 2026; usage scales with work done
Typical real cost per person$20 Pro to $200 Max 20x, with the plan price as the practical ceiling$0 to $200 plan (or $25 to $125 per Business seat), plus credits; $100 to $200 per developer per month commonly reported
Strongest use caseDocuments, files, research, recurring reportsRepository work, code review, CI-adjacent automation
Weakest use caseDeep repo work is better served by Claude CodeNon-technical users hit "threads" and "worktrees" vocabulary immediately

Two rows decide this for most teams. The billing row, because one product has a practical ceiling and the other has a meter. And the local file access row, because it determines whether the tool fits work that lives in folders rather than in a repo.

What Cowork does and who it is for

Cowork brings the Claude Code agent loop to work that has nothing to do with code. You describe an outcome, Claude plans it, breaks it into subtasks, coordinates sub-agents in parallel, and returns finished artifacts: Excel files with working formulas, slide decks, formatted reports, per Anthropic's support docs.

The architecture matters more than the feature list. Sessions run in an isolated environment on Anthropic's servers, so work continues when you close the laptop, and you can start a task at your desk and steer it from your phone. When a task needs something on your machine, a local folder or your browser, Claude reaches it through the desktop app, which has to be open for that part. Claude can only read and write in folders you connect, and it requires explicit permission before permanently deleting anything.

Three things are easy to miss:

What Codex does and who it is for

Codex is a coding agent that grew a second job. It runs across the cloud web agent, an open-source CLI, IDE extensions for VS Code, Cursor and Windsurf, and a desktop app that arrived on macOS on February 2, 2026, with Windows following on March 4. Cloud tasks get an isolated container preloaded with your repository.

The April 2026 update pushed it into everyday work. Codex gained the ability to operate your computer alongside you, remember preferences, generate images, take on ongoing and repeatable work, and connect to a wide set of external tools, along with an in-app browser and PR review inside the app. The onboarding now asks what type of work you do and personalizes suggestions from there, which is about as clear a statement of intent as a product can make.

The vocabulary is still developer vocabulary. Threads, worktrees, skills, agents running in parallel on isolated copies of a repo. For an engineer that is an advantage, since the tool matches how the work is already organized. For a marketer, it is a wall on day one.

Cowork vs Codex pricing and what you actually pay

This is where the two products differ most, and where most published comparisons are out of date.

Status as of September 2026: how each one bills

On April 2, 2026, OpenAI retired per-message pricing for Plus, Pro, and Business and moved Codex to token-based credits, with legacy Enterprise, Edu, Health, and Gov plans following on April 23. Whatever the plan, the sticker price is a floor. OpenAI's own estimate for active use is $100 to $200 per developer per month, and a busy week costs more than a quiet one. Verify current rates on the Codex rate card.

Cowork has no separate price, and Anthropic is explicit that agentic tasks burn through your allocation faster than chat, as the Claude pricing page sets out. So the failure mode is different: you do not get a surprise invoice, you hit a wall you wait out or upgrade past. The one caveat worth knowing before you treat the plan price as a hard ceiling is that Pro and Max subscribers can enable usage credits to keep working past the limit at standard API rates, which turns the ceiling back into a meter for anyone who switches it on.

For a three-person team doing mixed work, Cowork on Pro seats is cheaper and, more importantly, predictable by default. For one heavy user who lives in a repository all day, Codex on Pro 5x is competitive on capability, but the credit meter means the number on the invoice is a forecast rather than a price. Budget for the meter, not the seat.

How each one handles your local files and permissions

The old framing was local versus cloud. Both now run in the cloud. The real distinction is reach.

Cowork sessions execute on Anthropic's servers but can extend onto your machine through the desktop app, scoped to folders you connect. That means an agent working on your quarterly numbers can open the actual spreadsheet in the actual folder, without upload and download. Isolation protects the computer; it does not change what Claude can read through access you granted.

Codex is repo-first. Cloud tasks get your repository in a container, and anything outside that boundary needs the CLI or the IDE extension running locally. For code that is exactly right. For a folder of receipts, it is friction.

Both ship real sandboxing and both stop short of solving the same underlying risk. Codex runs native, configurable system-level sandboxing, limiting agents by default to the folder or branch they are working in and to cached web search, with elevated commands like network access requiring approval. Cowork mitigates with the Auto mode safety check, per-connector permission levels, and explicit approval before deletion. Neither vendor pretends the residual problem is solved: content an agent reads can carry instructions the model may treat as commands. Neither sandbox is a substitute for reviewing what the agent proposes on anything that touches money, messages sent as you, or files you cannot recreate.

How MCP connectors work in Cowork and Codex

Both are MCP clients, which is the single most portable thing about this decision.

Codex reads MCP servers from ~/.codex/config.toml, shared by the CLI, IDE extension, and desktop app, so a server added once follows you across all three. Use codex mcp add <name> --url <address> when adding a remote server rather than hand-editing, since one malformed TOML line takes down every surface at once. Codex plugins bundle skills, connectors, and MCP config into one installable package, and a skill created in the desktop app works in the CLI and IDE extension too.

Cowork uses the connectors already attached to your Claude account, managed in settings and shared with chat, with per-connector permission levels that feed into the Manual, Auto, and Skip modes. Plugins bundle skills, connectors, and sub-agents the same way. Plugins containing local MCP servers are desktop-only.

Practical consequence: your connector layer is the part of the stack you do not have to re-pick if you switch. The same remote MCP endpoint works from either tool.

Which one is better for coding work

Codex, for most teams, but not by a wide margin, and mostly for workflow reasons rather than model quality. Benchmark gaps between the leading agents are small enough that workflow fit decides the outcome. Codex wins on repo-wide context, parallel cloud tasks that open pull requests, and living where engineers already work. If you are choosing an Anthropic tool for serious coding, the answer is Claude Code, not Cowork.

Which one is better for research, ops, and non-coding work

Cowork, clearly, and the gap is mostly interface and file handling rather than intelligence. Pointing an agent at a folder and getting back a formatted deliverable is the whole product, and it does not ask a marketer to learn what a worktree is. Codex can produce a decision memo, but the path there runs through developer surfaces.

Which one should your team standardize on

If most of your work starts in documents, spreadsheets, and folders, standardize on Cowork and let your engineers keep Claude Code or Codex separately. If most of your work starts in a repository, standardize on Codex and accept that non-technical teammates will not adopt it.

Running both is defensible and costs roughly $40 per person per month at the entry tiers, plus Codex credits. What it actually costs is context: two connector setups, two permission models, two places where a task might be sitting. Pick one as the default and let the second be a specialist tool.

Where both tools still leave you guessing

The failure mode is identical across both, and it has nothing to do with the models. Cowork and Codex will both execute a plan confidently and quickly. Neither can tell you whether it is the right plan, because neither has done the specific thing you are attempting, in your market, with your constraints. Ask either one how to price a seat-based product against a usage-based competitor, or whether a list segment is reachable with the enrichment data that exists, and you get a fluent, average answer. It reads well. It is the same answer everyone else is acting on.

The missing piece is judgment from someone who has already done the work, delivered inside the tool you standardized on rather than in a separate meeting.

That is possible over MCP now. Callstand is a marketplace where human experts publish expert connectors your agent calls directly, with strategize, draft, and critique verbs. It runs in any MCP client, including both tools above, which makes it one of the few things you do not have to re-pick when you switch. Calls are priced per call and paid from prepaid credits, so a second opinion on a positioning decision costs less than the tokens spent getting to a first draft.

In practice it changes what you send to the agent. Instead of asking Codex to write the outbound sequence from scratch, you call an expert connector to critique the angle first, then hand the corrected angle to whichever tool you standardized on. The agent does the execution. The judgment comes from someone who has shipped it before.

Frequently asked questions

Is Cowork or Codex better for coding?

Codex, for repository work. It runs cloud tasks against a preloaded copy of your repo, opens pull requests, and lives in the CLI and IDE. Cowork can write and run code, but if you want an Anthropic tool for serious engineering the answer is Claude Code, which Cowork is built on top of.

Can Cowork write and run code, or is it only for research?

It can. Cowork runs code and shell commands in an isolated environment on Anthropic's servers, which is how it produces spreadsheets with working formulas and data analysis. It is just not organized around a repository.

Does Codex work outside of coding tasks?

Yes, since the April 2026 "Codex for (almost) everything" update, which added computer use, memory, image generation, scheduled work, and onboarding by work type. The surfaces are still developer surfaces.

How much does Codex cost per month in real use?

Plans run $0 to $200 for individuals, or $25 to $125 per Business seat, and since April 2026 usage bills as token credits once you pass the plan allowance. OpenAI's own estimate for active use is $100 to $200 per developer per month, varying with model choice and parallel agents.

Is Cowork included in the Claude Pro plan?

Yes. Cowork is available on all paid plans, Pro, Max, Team, and Enterprise, with no separate charge. Pro users hit usage limits sooner because agentic tasks consume more allocation than chat.

Do Cowork and Codex both support MCP connectors?

Both do. Codex configures servers in a shared ~/.codex/config.toml; Cowork uses the connectors on your Claude account. The same remote MCP server works from either.

Can you use Cowork and Codex together?

Yes, and some teams do, with Codex on the repo and Cowork on documents. The cost is two setups and two permission models to keep straight.

Which one runs on Windows?

Both. Cowork runs in Claude Desktop for Windows on all paid plans, plus web and mobile. Codex runs via the CLI, IDE extensions, the cloud web app, and a desktop app that added Windows support in March 2026.

Which one is better for a small team standardizing on one tool?

Cowork, if the team is mixed. Non-technical teammates adopt it without new vocabulary, and the plan price caps the spend unless someone enables usage credits.

Last verified: September 2026. Pricing and plan structures for both products changed several times through 2026; re-check the Codex rate card and the Claude pricing page before acting on the numbers above.