The argument in one line.
Codex succeeded because it was not ChatGPT and not Claude Code, and folding it into ChatGPT as a toggle erases the developer-first brand identity that made it grow in the first place.
Read if. Skip if.
- You used the standalone Codex app or CLI and want to understand what actually changed in the ChatGPT Work rebrand.
- You track the AI coding agent landscape (Claude Code, Codex, Cursor) and care about how these tools position and brand themselves.
- You are evaluating open-source alternatives to vendor-controlled coding agents because you have been burned by a sudden product change before.
- You are a product or brand person curious how a rebrand can tank user goodwill even when the underlying features improve.
- You have never used Codex, Claude Code, or any AI coding agent -- the whole video is inside-baseball for that audience.
- You just want a neutral feature list of what is new in ChatGPT Work; this is an opinionated rant, not a release-notes summary.
The full version, fast.
OpenAI killed the standalone Codex app and folded it into a rebranded ChatGPT, collapsing Chat, Cowork, and Codex into one confusing surface under the ChatGPT name. Theo traces the death to four steps: OpenAI retired the dedicated codex model line, leaned hard into the app as the product surface, the app got genuinely good, and Codex's growth started rivaling ChatGPT's own -- so OpenAI redirected that momentum back into its flagship brand. His core argument: Codex worked precisely because it wasn't ChatGPT and wasn't Claude Code, it was its own developer-first identity with real allegiance behind it, and that's what the merge just destroyed. He closes by explaining why he built T3 Code, an open-source Codex/Claude Code orchestrator, specifically as insurance against a vendor doing exactly this.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Cold open: Codex is dead
Theo explains he loved the standalone Codex app, then reveals OpenAI folded it into a rebranded ChatGPT experience under the same icon the same day.

02 · Sponsor: Blacksmith
Ad read for Blacksmith, faster/cheaper GitHub Actions CI runners.

03 · Tour of the new ChatGPT Work app
Screen-share walkthrough of the merged app: Chat, Cowork, and Codex collapsed into one confusing UI, with Chat now a pop-up instead of the main surface.

04 · What's actually new
Unified plugins for PDFs/spreadsheets/Slack/Notion, multi-folder projects, an improved computer-use browser, the Sites beta, faster performance, and better mobile reliability.

05 · Sponsor: DNSimple
Ad read for DNSimple, DNS and domain management via CLI/API.

06 · The branding history of Codex
Codex has meant five different things since 2022 (model, CLI, model again, desktop app, now a ChatGPT feature) versus Claude Code, which has always meant one thing -- the CLI.

07 · Why OpenAI actually did it
The whiteboard argument: OpenAI killed the dedicated codex models, leaned into the app, the app got good, and Codex's own growth started rivaling ChatGPT's.

08 · Fidji Simo's exit and the real thesis
Fidji Simo, OpenAI's CEO of Applications, stepped back for health reasons; Theo lands his thesis that Codex worked because it wasn't ChatGPT and wasn't Claude Code.

09 · T3 Code origin story and the fallout
Why Theo built his open-source T3 Code as insurance against exactly this kind of vendor decision, then a closing rant on the brand equity and motivation OpenAI just gave up.
Lines worth screenshotting.
- OpenAI's Codex app is now literally ChatGPT with the Codex icon hidden three menus deep in Appearance settings.
- The new ChatGPT app collapses three prior surfaces -- Chat, Cowork, and Codex -- into one UI, and Chat is now a pop-up window instead of the app's main purpose.
- OpenAI stopped training dedicated codex coding models and folded that training into its main model line, meaning a standalone Codex model likely never returns.
- The stated reason Codex's training got folded into flagship models is that long-running agentic task completion turned out to be valuable far beyond coding.
- Codex was reportedly seeing 5x or greater month-over-month growth before the merge, enough that OpenAI bought Super Bowl ad time for it specifically.
- A large share of Codex's userbase used it precisely because it was not ChatGPT -- people who wanted ChatGPT were already using ChatGPT.
- Fidji Simo, OpenAI's CEO of Applications overseeing ChatGPT, mobile, and Codex, stepped back to an advisory role for health reasons around the time of this rebrand.
- As much as a quarter of the users of an open-source coding tool community are reportedly running a forked or patched version rather than the official build.
- The Codex CLI's underlying app server still isn't fully closed off, meaning third-party clients can currently still connect to Codex models without going through the new ChatGPT app.
- Company-internal organizational logic for a merge like this can look sound from inside the building while reading as pure confusion to the outside market.
- A brand that developers actively wear as merch and organize meetups around is a level of loyalty a chat-toggle inside a general consumer app cannot replicate.
Codex worked because it wasn't ChatGPT -- and that's exactly what got erased.
A sub-brand's loyalty often comes from what it isn't as much as what it is, and folding it into the parent product to chase its growth can destroy the thing that made it grow.
- A rebrand that hides the old icon three menus deep in settings signals to loyal users that the brand itself was never the priority.
- Naming confusion compounds over time -- a name that's meant five different things in three years erodes trust before any rebrand even happens.
- Collapsing three distinct surfaces (chat, work, code) into one UI without a clear new mental model makes onboarding harder even when individual features improve.
- Genuine feature improvements don't offset a confusing structural change -- users notice the friction before they notice the upgrades.
- A name that's meant five different things in three years erodes trust before any rebrand even happens.
- Compare against a brand that's meant exactly one thing the whole time -- that clarity is itself a competitive advantage.
- When a smaller product inside a company starts outgrowing the flagship, absorbing it into the flagship is a plausible internal move but a risky external one.
- Success metrics that look great in an internal review (5x growth) can also read as a threat to the parent product's dominance.
- Users of a developer-facing tool often choose it specifically because it isn't the general consumer product from the same company.
- Community loyalty strong enough to produce merch and meetups is a signal that the product has an identity worth protecting, not just features worth reusing.
- Betting on a single vendor's tool without a fallback plan is a real risk -- an open-source alternative built ahead of time is what turns a sudden vendor change from a crisis into a shrug.
- Internal organizational logic for a merge can be completely sound and still land as confusing or hostile to the people actually using the product day to day.
Terms worth knowing.
- Codex CLI
- OpenAI's open-source command-line coding agent; the only remaining open-source surface of Codex, and the underlying engine that both the official app and third-party clients connect to.
- ChatGPT Work
- OpenAI's rebranded, non-dev-focused mode inside the unified ChatGPT app, aimed at giving non-developers the same computer-use and task-automation abilities that made Claude Code's Cowork mode popular.
- App server
- The background service hosted by the Codex CLI that lets external clients (the official ChatGPT app, or third-party tools) connect to and drive Codex sessions.
- Computer use
- An AI agent capability that lets the model control a real browser or desktop -- clicking, typing, navigating -- to complete tasks the way a human user would.
- T3 Code
- Theo's free, open-source coding-agent client that can orchestrate Claude Code, Codex, OpenCode, and Cursor from one interface, built as an insurance policy against any single vendor changing or killing its own app.
Things they pointed at.
Lines you could clip.
“The Codex app is now ChatGPT.”
“The harsh reality is that Codex was too good for Codex.”
“A big part of why Codex is doing well is because it wasn't ChatGPT.”
“It's a fundamental failure to understand how people think about these things and talk about these things.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Theo starts by declaring his love for OpenAI's Codex app -- then reveals that on the day of filming, OpenAI quietly killed it, folding Codex into a rebranded ChatGPT under the same icon. What follows is his case for why that was a branding disaster.
Named ideas worth stealing.
Why Codex Died (the whiteboard breakdown)
- Killing the codex models
- Really lean into the app
- The app got good
- Codex was too good for Codex
Theo's live-built causal chain for how OpenAI's own success with Codex led directly to Codex being absorbed into ChatGPT.
How they asked for the click.
“steal our code (legally)”
Soft, transparently-labeled self-promotion for his own free open-source tool rather than a hard sell -- framed as an origin story, not a pitch.







































































