Back

You Are Using the Wrong Claude. And the Wrong ChatGPT.

Anthropic and OpenAI ship the same dozen capabilities under completely different packaging, and most teams are using the chat window for work that belongs somewhere else. A full map of every Claude and ChatGPT tool, and the rule for knowing which one a task belongs in.

10 min readBy SpecPilot Team
ai-toolingclaudechatgptdeveloper-toolingtool-comparison
You Are Using the Wrong Claude. And the Wrong ChatGPT.

Someone on your team pastes a 400-line file into a chat window, gets back a clean rewrite, merges it by hand, and silently drops a change a colleague made that morning. The tool that would have edited that file in place, left the git history intact, and run the tests was already installed on the same laptop.

That is not a skill problem. Both vendors now ship roughly a dozen tools each, the names overlap, and nothing in either product tells you that you opened the wrong one.

Part one of this series covered confusion between vendors. This part covers the harder version, which is confusion inside a single vendor. Everything below is accurate as of August 2026, and this space changes monthly, so check the dates on anything you carry forward.

The naming problem, and only one vendor has it

OpenAI kept its names apart. ChatGPT is the app, GPT-5.6 is the model, Codex is the coding surface. You can say "open Codex" and be understood.

Anthropic reuses one word for the company, the product family, and the chat app. The models at least have their own names, Opus and Sonnet and Fable. But the app you type into is called Claude, the coding agent is Claude Code, and the desktop agent is Claude Cowork. So "I used Claude for that" is a complete-sounding sentence carrying no information about which tool was actually open.

For the rest of this post I write Claude Chat, Claude Code and Claude Cowork. Anthropic does not officially call the chat app "Claude Chat." I am adding the word because the sentence does not work without it, which is the whole problem in one line.

ChatGPT shown as one download containing Chat, Work and Codex modes, next to Claude shown as four separate products

OpenAI's three modes ship in a single download that includes Codex on the free tier. Anthropic's equivalents are separate products, and the coding agent starts at Pro.

The question that sorts everything

Forget what each tool is called. Ask where the result lands.

  1. In the cloud, nothing changes on disk. You upload a file to a chat window, get an answer, and the original on your machine is exactly as it was. Good for understanding something. Useless for changing it.
  2. On your disk, in place. The tool edits the actual file, and it is still edited tomorrow. This is where most real work belongs and where least of it happens.
  3. On someone else's machine, returned as a branch. The job runs on the vendor's infrastructure while you do something else, then comes back as a pull request you review normally.

Product names change constantly. These three buckets do not, so learning them is worth more than memorising a lineup that will look different next quarter.

Every Claude tool

ToolWhat it isWhat it can touchWhere the result lands
Claude Chat (web, desktop, mobile)ChatOnly what you paste or uploadAn answer in the thread. Disk untouched
Claude Code on desktopThe coding agent inside the Claude desktop appYour repo on your machineFiles edited in place, git commits
Claude Code CLIThe same agent in your terminalYour repo, your shell, your machineFiles edited in place, git commits
Claude Code in the IDEThe same agent in VS Code or JetBrainsOpen buffers plus the repoFiles on disk
Claude Code on the webCloud sessions on Anthropic-managed VMsA cloned repo in an isolated VMA branch or PR. Keeps running after you close the tab
Claude CoworkDesktop agent aimed at non-developersA folder you grant, plus a sandboxed shellFiles in that folder, and they persist
Claude for Microsoft 365Add-ins for Excel, Word, PowerPoint, OutlookOffice docs, SharePoint, OneDriveThe documents themselves
Claude in ChromeBrowsing agentPages in your browserActions in the browser
ProjectsA workspace with its own knowledge base and memoryUploaded docs, project chatsAnswers, scoped to that project
ResearchMulti-step source gathering and synthesis. Toggle the Research button at the bottom left of the chat box, or ask Claude to use the Research toolThe web, plus connected context like Gmail and CalendarA long cited report
SkillsPackaged instructions for a recurring taskExtends Claude Cowork and Claude Coden/a
Plugins and marketplacesInstallable bundles of MCP servers, skills and toolsExtends Claude Cowork and Claude Coden/a
ConnectorsMCP integrations with outside servicesThird-party tools and dataData into the conversation
Scheduled tasksRecurring unattended runs in Claude CoworkSame reach as Claude CoworkFiles and reports, on a schedule
-No equivalent to a public assistant store--
Agent SDK and APIBuild agents into your own productWhatever you wire upYour application

The rule: if the file you care about lives on your machine, open Claude Code or Claude Cowork. Claude Chat is for questions about code, not changes to it.

Every ChatGPT tool

One structural note before you read. On July 9, 2026 OpenAI folded the standalone Codex desktop app into the ChatGPT desktop app, so Chat, Work and Codex are now three modes in one download rather than three separate products.

ToolWhat it isWhat it can touchWhere the result lands
ChatGPT, Chat modeChatPasted text, uploads, connectorsAn answer in the thread. Uploads stay cloud-side
Codex modeThe coding agent inside the ChatGPT desktop appYour reposFiles, commits, PRs, in-app review
Codex CLIIndependent terminal agent, not deprecated by the mergerWorking directory and subdirectories, any file typeFiles edited in place
Codex IDE extensionThe same agent in VS Code or JetBrainsOpen buffers plus the repoFiles on disk
Codex cloudHosted containers on OpenAI infrastructureA cloned repoA branch or PR
Work modeMulti-step agent across your apps and filesConnectors, workspace dataSheets, slides, docs, web apps
ChatGPT for ExcelSpreadsheet-native sidebarExcel and Google Sheets workbooksThe workbook
ChatGPT agentA VM with a visual browser and a terminalWebsites, connected servicesWeb actions, downloaded files
ProjectsPersistent workspace contextFiles and chats in the projectAnswers
Deep ResearchMulti-step source gathering and synthesisThe public webA citation-numbered report
SkillsReusable workflows with instructions, examples and codeExtends ChatGPT and its agentsn/a
Apps and the Apps SDKIntegrations with a browsable directoryExternal servicesData and actions in chat
ConnectorsIntegrations with Drive, Gmail, SharePointExternal cloud servicesData into the conversation
Workspace agentsReusable agents, scheduled or triggered by Slack or APIConnectors, files, MCP serversVaries by agent
Custom GPTsConfigured assistants, publishable to the GPT StoreUploaded knowledgeAnswers
API and PlatformBuild on the models directlyWhatever you sendYour application

The rule: the mode switcher is not cosmetic. Chat, Work and Codex have different reach and different permissions, and staying in Chat because it opened first is the most common mistake on this side.

Side by side

CapabilityClaudeChatGPT
ChatClaude ChatChatGPT, Chat mode
Desktop coding appClaude Code on desktopCodex mode
Terminal coding agentClaude Code CLICodex CLI
Editor integrationClaude Code in VS Code, JetBrainsCodex extension for VS Code, JetBrains
Cloud or async codingClaude Code on the webCodex cloud
Desktop file agentClaude CoworkWork mode
Office suiteClaude for Microsoft 365: Excel, Word, PowerPoint, Outlook. Microsoft onlyChatGPT for Excel and Google Sheets. Spreadsheets only
Browser agentClaude in ChromeChatGPT agent, Atlas
ProjectsProjects, with per-project memory and RAGProjects
Deep researchResearchDeep Research
SkillsSkillsSkills
MarketplacePlugins and marketplacesApps, Apps SDK, directory
External connectionsConnectors, MCPConnectors and Apps
Scheduled runsClaude Cowork scheduled tasksWorkspace agents on a schedule
Shareable custom assistant-Custom GPTs, GPT Store
Agent frameworkClaude Agent SDKOpenAI Agents SDK, AgentKit

One row is genuinely uneven. Anthropic has no equivalent to the GPT Store, so there is no way to publish a configured assistant for strangers to use. Everything else pairs.

Two differences that decide procurement

The free tier points in opposite directions. Codex ships inside the ChatGPT desktop app on every plan including Free. Claude Code requires Pro at twenty dollars a month or higher. Anthropic instead gives away the Office add-ins, free on every plan. Each company is subsidising the habit it wants you to form, and if you are choosing for a team of forty, that asymmetry matters more than any feature in the tables above.

Office coverage trades breadth against depth. Claude covers four Microsoft apps and nothing else. ChatGPT covers spreadsheets, and covers them in both Excel and Google Sheets. If your company runs on Google Workspace, that single row decides it.

Five ways people get this wrong

Ranked by how much they cost.

  1. Pasting a file into chat instead of opening it in an agent. You lose git history, you merge by hand, and you overwrite whatever changed since you copied.
  2. Pointing a coding agent at a folder of receipts and invoices. Codex CLI will do it, but Claude Cowork and Work mode were built for it and will not need coaxing.
  3. Asking chat to review a diff. It sees the diff. It cannot see the four callers the change breaks, because you did not paste those.
  4. Babysitting a forty-minute refactor in a local terminal. Claude Code on the web and Codex cloud exist so you can close the laptop.
  5. Turning up the reasoning effort and expecting deep research. Anthropic publishes an entire article separating these. Effort controls how long the model deliberates on one problem. Research controls how many sources it goes out and reads. A higher effort setting gives you a longer answer from the same three sources.

What to do with this

Print the third table and put it where your team can see it. Then adopt one rule: before opening a chat window, say out loud where you want the result to end up. If the answer is "in a file on my machine," the chat window is the wrong tool, whichever logo is on it.

Found this helpful? Share it with others!

Get new posts by email

AI updates, ways of working, and tutorials, once a week. No spam.

SpecPilot logo
Specification-Driven Development CLI
SpecPilot - Turn a chat into specs that keep AI coding on track | Product Hunt

Open source under MIT License

Built for developers who value planning and structure

Contact: hello@specpilot.dev