SoftwareSecrets

Claude Code vs Codex: Which Should a Non-Coder Use?

Garrett Pierson

Claude Code is the better daily tool for a non-coder, and Codex is the cheaper way to find out whether you like working this way at all. Both charge $20 a month; only Codex has a free tier.

If you’ve had two $20 checkout pages open for a week, that’s your answer. What separates them is how each one handles a request from someone who can’t describe it in technical terms.

What Claude Code is

Claude Code is Anthropic’s coding agent. You point it at a project folder, describe a change in plain English, and it reads your files, writes the code, runs the app, and fixes what it broke.

It started as a terminal tool and now runs in six places off the same engine: the terminal, a VS Code extension, a JetBrains plugin, a desktop app for Mac and Windows, a browser at claude.ai/code, and the Claude phone app, which can start and steer a cloud session. Whatever you write in your CLAUDE.md — your project’s standing instructions — carries across all of them.

Access comes with a paid Claude subscription: $20/month on Claude Pro, or $100 and $200/month on the two Max tiers. You can also attach a Console account and pay per token instead. Anthropic’s free plan doesn’t include Claude Code. We cover every tier in Claude Code pricing, and what the tool does day to day in what is Claude Code.

What Codex is

Codex is OpenAI’s coding agent, and the name covers a family of surfaces. There’s a CLI, a VS Code extension, a Codex mode inside the ChatGPT desktop app, a web version, and a GitHub reviewer that comments on pull requests.

The web version is where most non-coders will live. You describe a task in the browser, Codex spins up an isolated cloud computer, does the work there, and hands you back the changes. Nothing runs on your laptop unless you want it to, and you can fire off several tasks at once and check back later.

Codex is included on every ChatGPT plan, including the free one — Free, Go ($8/month), Plus ($20/month), Pro ($100 or $200/month), Business ($25 per user monthly, $20 billed annually), Edu, and Enterprise. Codex reads its standing instructions from a file called AGENTS.md.

Claude Code vs Codex, head to head

Claude Code Codex
Free tier None — Claude’s free plan excludes it Yes, limited Codex on ChatGPT Free
Cheapest paid entry $20/mo (Claude Pro) $8/mo (ChatGPT Go)
The $20 plan Claude Pro ChatGPT Plus
Where it runs Terminal, VS Code, JetBrains, Mac/Windows desktop app, browser, phone Terminal, VS Code, ChatGPT desktop app, browser, GitHub, phone
Default model Sonnet 5 on Pro, Opus 5 on Max — switch any time with /model GPT‑5.6 Sol, with Terra and Luna as cheaper options
Published usage limits Anthropic publishes no message count OpenAI publishes ranges per 5-hour window
Project instructions file CLAUDE.md AGENTS.md
Connects to your other tools MCP MCP
Reviews your code /code-review in the tool, plus GitHub PR review /review in the tool, plus @codex review on GitHub
Given a vague request Tends to ask you what you meant Rewards a tighter description

That last row matters more to a non-coder than everything above it, and neither company advertises it.

When to pick Codex

  • You already pay for ChatGPT. You have Codex right now. Open the ChatGPT desktop app, click Codex, connect a repository. Zero extra dollars, zero terminal.
  • You want to try before you pay. ChatGPT Free includes limited Codex access, so you can point a real coding agent at your own idea before you spend a dollar. (Cursor’s Hobby tier is the other free option worth knowing about.)
  • $8 is your ceiling. ChatGPT Go at $8/month is the cheapest paid plan we’ve found that includes a full coding agent.
  • You’d rather hand work off than watch it. Describe the task, close the tab, come back to finished changes. Codex was built around that rhythm.
  • You don’t want it touching your laptop. Cloud tasks run in OpenAI’s sandbox, on a copy of your project.

When to pick Claude Code

  • You describe things the way you’d describe them to a friend. “The signup page feels slow and I don’t know why” is how founders talk. Claude Code tends to come back with a follow-up question; Codex does its best work when you hand it a tight brief.
  • You want to watch and interrupt. Claude Code narrates what it’s doing and stops to ask permission before it changes or deletes anything. When you can’t read the code, watching the process is the only oversight you have.
  • You want one tool everywhere. Start on your laptop, keep going from your phone, finish in the browser — same session, same instructions file.
  • You’re already building with Claude. Your Pro subscription covers both the chat and the coding agent.

What the $20 actually buys

Both companies meter usage in rolling five-hour windows, and both burn through a window faster on hard tasks than easy ones.

OpenAI publishes ranges. On ChatGPT Plus, a five-hour window covers roughly 10–100 local messages on GPT‑5.6 Sol, 25–200 on Terra, or 250–2,000 on Luna. Pick a cheaper model and you get more turns. ChatGPT Pro’s two tiers give you five and twenty times that.

Anthropic doesn’t publish a comparable number for Claude Code. You’ll find your usage meter in Settings → Usage, and what you get depends on the model, how big your project is, and how much the agent has to read. Max 5x and Max 20x are, as named, five and twenty times the Pro allowance.

Expect a serious build day to hit a wall on either $20 plan, and expect a few hours of waiting or an upgrade. Budget for that before you start.

What about the benchmark scores?

They won’t predict your experience, and right now there isn’t a clean comparison anyway.

OpenAI published Terminal-Bench 2.1 numbers on July 9, 2026 — 88.8% for GPT‑5.6 Sol, 87.4% for Terra, 84.7% for Luna. On the launch pages for Sonnet 5 and Opus 5, the two models Claude Code actually defaults to, Anthropic reported a different set of tests entirely: BrowseComp and OSWorld-Verified. The two companies graded their homework on different exams, so anyone showing you a tidy head-to-head chart is filling in blanks the companies left empty.

For what you’re doing, the numbers that matter are: can it understand your description, and does the app work when you click through it. Both pass that bar. See the best AI for coding for how we’d rank the wider field.

What neither one solves

Both tools produce code you can’t read, which means both can hand you something that looks finished and is broken in ways you won’t see. That’s the job you inherit when you build this way, on either tool.

  • Neither knows if the thing works. You have to click through your own app like a customer and find what’s wrong.
  • Neither should be trusted alone with money, passwords, or customer data. Get a technical set of eyes before you take a payment or store someone’s details.
  • Neither picks the idea. The agent will build a beautiful product nobody wants, cheerfully, for as long as you keep paying. Choosing what to build is still yours. The 7 Key Criteria Scorecard is how we vet an idea before writing a line of it.

The bottom line

Start with Codex if you already pay for ChatGPT or you want to test one for free — it costs you nothing to find out, and the web version means you never open a terminal. Move to Claude Code, or start there, if you find yourself explaining the same request three different ways and wishing the thing would just ask you a question.

Most founders we talk to end up on Claude Code for daily building, because being vague and getting asked about it is the whole non-coder workflow. The gap between these two is smaller than the gap between either one and a business. Closing that gap is what Software Secrets 2.0 covers, and the whole book is free.