
TL;DR
OpenAI is consolidating its desktop apps, not merging ChatGPT and Codex into one indistinguishable product. Here is how ChatGPT Work, Codex, and GPT-5.6 fit together.
Last updated: July 9, 2026.
OpenAI made a product consolidation today that is easy to describe badly. The Codex desktop app is becoming the new ChatGPT desktop app. That does not mean ChatGPT and Codex have merged into one product, that Codex is being shut down, or that every task should now use the same agent.
The useful way to read the announcement is simpler: one desktop shell now exposes three distinct modes - Chat, Work, and Codex. ChatGPT Work is for longer, cross-app knowledge work. Codex remains the coding agent for developers and technical professionals. GPT-5.6 is the new model family powering both surfaces at different capability tiers and effort settings.
That is a meaningful change for anyone who has been bouncing between a general assistant and a coding app. It is also a reason to get more explicit about task boundaries, permissions, and review.
OpenAI says that, starting July 9, the Codex app is merging with the new ChatGPT desktop app for Mac and Windows. Existing Codex app users update as usual and receive the new ChatGPT desktop app. The older ChatGPT desktop app is being renamed ChatGPT Classic.
The shared app is a distribution and workflow change. The Codex workspace is still present, and OpenAI explicitly says Codex remains its coding agent. In the updated desktop app, developers can set Codex as the default opening view and choose the Codex logo as the app icon. Desktop Codex projects also remain available from the ChatGPT mobile app.
So this is not a company merger, a model merger, or a retirement notice. It is one place to move from a question to an operational workflow or a repository.
| Mode | Best fit | What to expect |
|---|---|---|
| Chat | Questions, drafts, exploration, and quick analysis | A conversational assistant for interactive work |
| Work | Long-running work across connected apps, files, browser context, and artifacts | An agentic workflow you can inspect, steer, and approve |
| Codex | Repository-aware implementation, diffs, tests, and pull request review | A coding agent built around technical projects |
The distinction matters because a polished slide deck and a tested code change have different sources of truth. The shared desktop app removes app switching. It does not remove the need to choose the right control surface.
ChatGPT Work is an agent inside ChatGPT for tasks that are larger than one prompt. OpenAI describes it as able to pull information from connected apps and workflows, create sheets, slides, documents, and web apps, and keep working on complex projects by breaking them into smaller steps.
Its core inputs are the places work already lives. The new plugins directory connects systems such as Slack, Microsoft Teams, Google Drive, SharePoint, email, calendars, CRMs, and project trackers. You can direct a prompt to a specific plugin with @, while ChatGPT can also suggest relevant connected tools.
On desktop, OpenAI is also adding a built-in browser, access to local files and apps, and Computer Use for actions across apps, tools, and the browser. Those capabilities should change how you frame a request: give the agent a concrete outcome, identify the approved sources, and state the human checkpoint. “Prepare a launch brief from these files and stop before sharing it” is a better operating instruction than “handle the launch.”
Scheduled Tasks can run once, on a schedule, when an event occurs, or while monitoring for changes. That makes Work suitable for recurring preparation and synthesis. It is not a reason to automate irreversible actions without review.
OpenAI is also introducing Sites in public beta, which can turn work into a shareable interactive site or web app. Treat it as an artifact workflow, not a substitute for production engineering.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 9, 2026 • 7 min read
Jul 9, 2026 • 9 min read
Jul 9, 2026 • 5 min read
Jul 9, 2026 • 8 min read
Codex is still the developer mode. The general-availability announcement describes it as an agent that works in the editor, terminal, and cloud under a ChatGPT account, with SDK and Slack integration options for engineering teams. Its job is not merely to produce text about a change. It is to work through a technical task in the environment and return something reviewable.
Within the consolidated app, OpenAI highlights inline editing in diffs, pull request review in the side panel, faster computer use, and multiple repositories in one project. Codex still owns the implementation loop.
For engineers, the strongest workflow is usually a handoff between modes rather than a forced choice:
Do not confuse this with asking Work to “build the app” and accepting the first artifact. Codex is the better mode when the task depends on a real codebase, local tooling, tests, or pull request review. Work is the better mode when the task depends on distributed business context and needs a document, plan, presentation, or connected-app workflow as its output.
The app consolidation and the GPT-5.6 launch landed together, but they answer different questions. The desktop app tells you where to work. GPT-5.6 determines the capability and cost profile available in that work.
OpenAI is launching three generally available GPT-5.6 tiers:
| Tier | OpenAI's positioning | API price per 1M tokens |
|---|---|---|
| Sol | Flagship model | $5 input / $30 output |
| Terra | Balanced model for everyday work | $2.50 input / $15 output |
| Luna | Fastest and most cost-efficient model | $1 input / $6 output |
For ChatGPT Work and Codex, Free and Go users receive GPT-5.6 Terra. Plus, Pro, Business, and Enterprise users can choose Sol, Terra, or Luna and set an effort level. OpenAI says max is available to all users who can access GPT-5.6 in Work and Codex. ultra is available in Work for Pro and Enterprise users, and in Codex for Plus and higher plans.
The names are useful only if they guide a decision. Start with Terra for routine work that needs a capable default. Use Luna when speed and cost matter more than maximum reasoning. Escalate to Sol for difficult design, long-horizon reasoning, or demanding coding tasks. Then choose higher effort only after the task is properly scoped. More compute cannot rescue vague requirements or compensate for missing verification.
For API teams, GPT-5.6 adds Programmatic Tool Calling in the Responses API, letting the model write and run in-memory programs to coordinate tools and process intermediate results. The launch also introduces a multi-agent beta that can run concurrent subagents and synthesize their work in one request. These are API capabilities, not a promise that every desktop task is secretly running an arbitrary agent swarm.
Choose ChatGPT Work when the work is spread across documents, browser research, connected apps, and recurring operational steps. Use it to assemble and refine a human-reviewable artifact. Grant only the app and file access the task actually needs, and keep approvals on for consequential actions.
Choose Codex when the output must be a reliable software change. Use it when you need repository context, a local or cloud development environment, diffs, tests, and pull request review. Keep instructions in the repository, define a narrow acceptance test, and inspect the result before merging.
Choose Chat when you need to think aloud, learn, write a first draft, or make a fast decision. It is often the right first stop, even if Work or Codex will take the next step.
The headline is not “one agent replaces every workflow.” It is that OpenAI now puts a general assistant, a cross-app work agent, and a coding agent under one desktop roof. That will make transitions faster. Good operators will still treat context, permissions, testing, and review as separate disciplines.
No. OpenAI says Codex remains its coding agent for developers and technical professionals. The Codex app is becoming the new ChatGPT desktop app, where Codex is available alongside Chat and Work.
No. ChatGPT Work is built for longer, cross-app workflows and shareable artifacts such as documents, slides, sheets, and sites. Codex is the coding mode for repository-aware implementation, diffs, testing, and pull request review.
Use Terra as a capable default, Luna when speed and cost are the priority, and Sol for demanding reasoning or coding work. OpenAI's available tiers and effort settings depend on the ChatGPT plan and product surface.
OpenAI says the existing ChatGPT desktop app will be renamed ChatGPT Classic. The updated app is available globally for Mac and Windows, with Chat, Work, and Codex on every plan, including Free.
Read next
Codex works from the terminal, cloud tasks, IDEs, GitHub, Slack, and Linear. Here is how to use it and how it compares to Claude Code.
5 min readOpenAI is drawing a line in the sand. GPT-5 Codex is not an API release.
7 min readOpenAI is turning Codex from a coding assistant into a broader agent workspace for files, apps, browser QA, images, automations, and repeatable knowledge work.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
OpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolOpenAI's flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web br...
View ToolOpenAI's open-source terminal coding agent built in Rust. Runs locally, reads your repo, edits files, and executes comma...
View ToolMac app for running parallel Claude Code, Codex, and Cursor agents in isolated workspaces. Watch every agent work at onc...
View ToolAI app generator. Describe what you want and get a working app in minutes.
View AppEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppCompare AI coding agents on reproducible tasks with scored, shareable runs.
View AppWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsSet up Codex Chronicle on macOS, manage permissions, and understand privacy, security, and troubleshooting.
Getting StartedTeammates claim and complete work independently from one list.
Claude Code
In this video, we delve into OpenAI's latest release, Codex, a cloud-based software engineering agent designed for various coding tasks. Unlike tools like Cursor or Windsurf, Codex integrates...

Learn The Fundamentals Of Becoming An AI Engineer On Scrimba; https://v2.scrimba.com/the-ai-engineer-path-c02v?via=developersdigest OpenAI's New O1 Model and $200/Month ChatGPT Pro Tier: What's...

OpenAI Codex Desktop App: Plan/Goal Modes, Plugins, Multi-Agent Workflows & UI Annotation Demo The video showcases OpenAI’s Codex desktop app, which the creator calls OpenAI’s best product and a prem

Codex works from the terminal, cloud tasks, IDEs, GitHub, Slack, and Linear. Here is how to use it and how it compares t...

OpenAI is drawing a line in the sand. GPT-5 Codex is not an API release.

OpenAI is turning Codex from a coding assistant into a broader agent workspace for files, apps, browser QA, images, auto...

A deep comparison of Claude Code and OpenAI Codex app based on official docs and product updates: execution model, secur...

OpenAI teases its most capable coding model yet - Sol Ultra uses trained subagents that communicate during tasks, report...

GPT-5.6 Sol dropped on June 26, 2026 as a limited preview with government-imposed access restrictions. Here is what deve...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.