← Back to home

Codex or Claude Code? Same Task, Head to Head, and It's Not Close

Long-Form Video · EP0047 June 21, 2026 3:54
What this episode covers

Way too many people have been asking me which to pick, Codex or Claude Code, so today I'm answering it head-on.

My answer is simple: if you can reliably run official-subscription Claude Code, there is no reason at all to use Codex. If you must, you wire Codex in as a code-audit helper for Claude Code, and nothing more.

To keep this out of the abstract, I gave both sides the same config, the same skill, and the same prompt, then set them on the same real task: research how to automatically write content into a WeChat Official Account article, auto-generate the images, and push it into the drafts box, then produce a research report as a web page. Here's the comparison.

Companion files · Drop them into Claude Code

Way too many people have been asking me which to pick, Codex or Claude Code, so today I’m answering it head-on.

My answer is simple: if you can reliably run official-subscription Claude Code, there is no reason at all to use Codex. Or, put another way, you can wire Codex in as a code-audit helper for Claude Code, and that’s it. Beyond that there’s really no reason to go out of your way to use Codex.

What makes the comparison fair: same config, same skill, same prompt

Stating a conclusion is boring, so I took a workflow I run all the time and used it to put the gap between these two in front of you.

The key is that the variables have to match: same config, same skill, same prompt. The task was to research “how to automatically write a WeChat Official Account article from a piece of content, auto-generate the images, and push it into the Official Account’s drafts box.” Then present the research report as a web page in the PPVI light theme and save it to a folder on the D drive. (On the Codex side I used the fast variant of GPT-5.5 with thinking depth cranked all the way up.)

Codex’s result: at first glance, not bad

Start with what Codex produced. At first glance it’s fine: there’s a one-sentence verdict, four pipeline steps, some caveats, and a recommended path.

If you hadn’t seen what Claude Code produced, you’d probably think: this is pretty good, better than researching it myself, and it gets the facts right—even if it isn’t very detailed.

Claude Code’s result: same prompt, and you can tell what’s solid and what’s junk

But once you see the page Claude Code produced under the same prompt and the same skill, you can judge for yourself what’s solid and what’s junk.

The research report it produced has:

  • first, a clickable table of contents;
  • a conclusion-first summary, technical feasibility, framework principles, default strategy;
  • the whole panoramic architecture data flow—the design polish alone is in a different league;
  • pros and cons of the two technical routes;
  • the hard account-eligibility gate: what the difference is between a subscription account and a service account, and what the APIs look like;
  • exactly how the four API gates on the drafts path work;
  • the length and format limits on each field;
  • what framework to use for automatic content writing and how to build the article structure;
  • the truth about Official Account layout—an Official Account post isn’t a Markdown txt file; it carries tags and styles, and the report shows how to produce that layout;
  • specs, dimensions, and the illustration pipeline for auto-generated images and covers;
  • a head-to-head of image models: Nano Banana Pro or Seedream, their respective prices, their strengths and weaknesses for Official Account imagery, what goes wrong with covers that contain text, and all the traps in overlaying Chinese type with Pillow—it anticipated all of that and wrote it in;
  • image post-processing, off-the-shelf tools and the open-source landscape (every open-source SDK listed), implementation advice, risks and red lines;
  • and finally an honest boundary section: what has been verified, what still needs checking, and the sources.

Codex has these sections too, but put the two side by side and it’s not close.

I’ve put this Claude Code report in the downloads section on this page. It’s both the answer sheet for this comparison and a hands-on manual for Official Account automation you can follow directly.

Why do so many people think Codex is better? Usually they got burned by a “fake Claude Code”

I get where a lot of creators are coming from: they can’t get an official subscription to Claude Code, so they run a third-party relay API instead. A “relay Claude Code” runs into all sorts of problems—tool use breaking, context getting polluted.

And yes, relay Claude Code may well be less usable than Codex. But here’s the issue: what made them start saying Codex is great at this and great at that was a “fake” Claude Code. I find that genuinely misleading. Take a version a relay has hollowed out, call it Claude Code, and the conclusion is skewed before you start.

So the premise of this comparison is the real official-subscription Claude Code. Align the variables and the gap becomes visible.

Tomorrow’s preview: the rumors about the July 8 “account bans”

There’s another thing going around hard right now, with plenty of creators saying that on July 8 Anthropic will ban accounts en masse and start “scanning faces.”

I’ll do a separate episode on that tomorrow: how everyone can get their data backed up before July 8, and what you can do to keep yourself out of that machinery as much as possible.

That’s the share for today. See you tomorrow.

If you can reliably run official-subscription Claude Code, there's no reason to use Codex—at most wire it in as a code-audit helper, and that's it.