combine the best of both worlds https://github.com/nyldn/claude-octopus Answer from nyldn on reddit.com
🌐
Reddit
reddit.com › r/claudecode › codex vs claude code
r/ClaudeCode on Reddit: Codex Vs Claude code
August 30, 2025 -

For those who have already tested the Codex, what do you think?

Top answer
1 of 5
20
From the perspective of using the pure model, I think GPT5 has fully reached the level of sonnet4, and in some cases even surpasses it. As for Codex, I’ve tried both Codex CLI and Codex in VS Code. They already have a certain degree of usability, but indeed lack quite a few features, and the gap with Claude Code is still significant. Moreover, I don’t understand why Codex’s MCP doesn’t adopt the common approach.
2 of 5
15
Codex web or Codex CLI? Here's my basic comparison, based on my experience: - Claude Code, sophisticated feature set, good UI, but Claude models appear to have some noticeable issues such as "you're absolutely right" where it blindly agrees with you without discussion and debate, where it can often, even with a plan, do extra things you didn't actually want, and it's not too difficult to run out of context if you have to steer Claude. Unfortunately effectively closed source. - Codex CLI, basic feature set but is improving, basic UI currently as well, however GPT-5 appears to adhere to my instructions much stronger than Claude does, even without a plan. If it believes I'm wrong about something, or needs to discuss something possibly for further clarification, it will do so and not make bold assumptions first. I don't have to regularly steer it like I do with Claude. I don't have to worry about the context window running out at the most inconvenient moment. It simply gets the tasks completed. It's also open source which means anyone can contribute to the code or fork their own version of Codex CLI. I've been on Claude Max 20x for a few months, loved it at the time, but I'm going to likely be cancelling very soon and switch to ChatGPT Pro instead.
🌐
Reddit
reddit.com › r/claudeai › a few thoughts on codex cli vs. claude code
r/ClaudeAI on Reddit: A few thoughts on Codex CLI vs. Claude Code
August 18, 2025 -

Opus 4.1 is a beast of a coding model, but I'd suggest to any Claude Max user to at least try Codex CLI for a day. It can also use your ChatGPT subscription now and I've been getting a ton of usage out of my Plus tier. Even with Sonnet, Claude Pro would have limited me LONG ago.

A few thoughts:

  • While I still prefer CC + Opus 4.1 overall, I actually prefer the code that Codex CLI + GPT-5 writes. It's closer to the code I'd also write.

  • I've used CC over Bedrock and Vertex for work and the rate limits were getting really ridiculous. Not sure this also happens with the Anthropic API, but it's really refreshing how quick and stable GPT-5 performs over Codex CLI.

  • As of today Claude Code is a much more feature rich and complete tool compared to Codex. I miss quite a few things coming from CC, but core functionality is there and works well.

  • GPT-5 seems to have a very clear edge on debugging.

  • GPT-5 finds errors/bugs while working on something else, which I haven't noticed this strongly with Claude.

  • Codex CLI now also supports MCP, although support for image inputs doesn't seem to work.

  • Codex doesn't ship with fetch or search, so be sure to add those via MCP. I'm using my own

  • If your budget ends at $20 per month, I think ChatGPT might be the best value for your money

What's your experience?

🌐
Reddit
reddit.com › r/chatgptcoding › codex cli vs claude code (adding features to a 500k codebase)
r/ChatGPTCoding on Reddit: Codex CLI vs Claude Code (adding features to a 500k codebase)
September 5, 2025 -

I've been testing OpenAI's Codex CLI vs Claude Code in a 500k codebase which has a React Vite frontend and a ASP .NET 9 API, MySQL DB hosted on Azure. My takeaways from my use cases (or watch them from the YT video link in the comments):

- Boy oh boy, Codex CLI has caught up BIG time with GPT5 High Reasoning, I even preferred it to Claude Code in some implementations

- Codex uses GPT 5 MUCH better than in other AI Coding tools like Cursor

- Vid: https://youtu.be/MBhG5__15b0

- Codex was lacking a simple YOLO mode when I tested. You had to acknowledge not running in a sandbox AND allow it to never ask for approvals, which is a bit annoying, but you can just create an alias like codex-yolo for it

- Claude Code actually had more shots (error feedback/turns) than Codex to get things done

- Claude Code still has more useful features, like subagents and hooks. Notifications from Codex are still in a bit of beta

- GPT5 in Codex stops less to ask questions than in other AI tools, it's probably because of the released official GPT5 Prompting Guide by OpenAI

What is your experience with both tools?

Top answer
1 of 5
30
Former Claude Code user for a few months on Max 20x, fairly heavy user too. Loved it at the time, but feels like at least during part of last month the quality of the model responses degraded. I found myself having to regularly steer Claude into not making changes I didn't actually agree on (yes I use the plan mode, it's highly valuable). Claude also often told me that code was production ready when it wasn't, it either failed to compile or had some kind of flaw that needed addressing. Found out about a $1 Teams plan offer for ChatGPT so figured it would be a great opportunity to check out Codex CLI and GPT_5. Suffice to say it impressed me. I tell it what I want, it just does that. Most tasks I've thrown at it are usually completed and successful in one or two shots. If I'm possibly wrong or there's a reason to debate something first then it usually does so, while Claude would've often said "you're absolutely right, ..." - blindly agreeing with me regardless. GPT-5 also makes far less assumptions compared to Claude, regularly replying with open questions if it has any. After it completes a task GPT_5 will usually follow up with an idea or suggestion related to what we had done, which I also found useful. The biggest challenge I've given it so far was to refactor a long overdue and messy .cs file that contained about 3k LOC. I've tried this with various other AI LLMs, including Claude Code (which couldn't read the entire file as it was over 25k tokens), but they just ultimately make bugs and mess things up when trying to do so. I didn't think GPT-5 would be any different, but my god, it surprised me again. I planned with it, did it in small bits and pieces at a time, and a day or so later I'm now down to around 1k LOC for that file. It seems to be working fine too. I've been using Claude primarily since Sonnet 3.5, and GPT models before Sonnet 3.5, but it looks like I'm back with OpenAI again unless Anthropic "wow" me back. For Codex CLI, I would recommend checking out the "just-every/code" fork. Much nicer UI, /plan, /solve, /code commands, multiple themes, integrated browser capability, can resume previous conversations.
2 of 5
27
Gpt5 is definitely smarter model. CC has better scaffolding. However, codex is open source, so it will catch up fast.
🌐
Reddit
reddit.com › r/claudeai › claude code vs codex
r/ClaudeAI on Reddit: Claude Code vs Codex
August 31, 2025 -

Which one do you like more?

I have now used Claude Code for gamedev. Claude Code is great but sometimes it gives too much features I don’t need or put code in really strange places. Sometimes it tried to make god objects.

Do you think Codex cli would be better?

Top answer
1 of 5
93
Common issues with Claude currently. Overengineers, blindly agrees with you regularly ("you're absolutely right, ...") and claims something is production ready when it's not. Definitely would suggest giving Codex CLI a chance. Also highly recommend the fork "just-every/code" of Codex CLI too. I used Claude Code (Max 20x) for a few months, loved it, but it doesn't seem to compare to GPT-5 and I don't miss babysitting it. It's successfully refactored a massive near 3k lines of code in a .cs file for me, while Claude Code I could only dream of doing that. GPT-5 is the first model that managed to refactor such a huge file which I've been meaning to refactor for quite some time.
2 of 5
70
Tried both. Because of the constant caps on Claude Code I’ve shifted a big chunk of my day to ChatGPT Codex (GPT-5), and the difference has been night and day. My Claude Code reality (Max x20, $200/mo): $200 → ~2–3h of Opus, then 2–3h cooldown weekly caps reportedly around Sep 28 on top of the rolling window when it’s good, Opus is fantastic — but the stop-and-wait loop kills momentum Why Codex is working better for me: tighter reviews and smaller, saner diffs (fewer “god objects,” fewer surprise files) sticks to the brief, asks clarifying questions, offers options instead of over-scaffolding feels developer-driven: build exactly X, not X + five extras I didn’t ask for subjective but consistent: throughput up, rollback time down Where I stand: I still like Claude Code; Opus at full strength is awesome. But I can’t plan a workday around 2–3h windows. My Max x20 just auto-renewed; if nothing improves by late September (weekly caps + tight windows), I’ll cancel and keep Codex for day-to-day work. I’m also watching Grok’s CLI and will try it the moment it ships. Constructive asks for Anthropic: publish exact quotas and stop moving goalposts raise caps for Max x20 / heavy developers add a “no scaffolding / respect file boundaries” mode to avoid over-building Curious how others are approaching this: what’s your real cap and cooldown right now, and are you splitting daily coding between Codex and Claude? Any tips that tame the over-engineering behavior?
🌐
Reddit
reddit.com › r/ai_agents › how do i choose between codex and claude code?
r/AI_Agents on Reddit: How do I choose between Codex and Claude Code?
3 weeks ago -

Hey everyone!

I've been an avid Claude user for over 6 months now and I absolutely love the value it brings to my workflow. I've been seeing a lot of hype about Codex, specifically with the GPT-5.4 model. I've tried GPT-5.4 in Cursor and I've seen promising results but I'm unsure about committing to one model, since the Codex app brings a few advantages over CC.

I've heard codex has more efficient token usage and the app, for me, would be a much more intuitive workflow compared to the CLI. I'm curious to know you guys' takes if you've regularly used both and the key differences that are actually monumental and not just 5-10% performance increments. Would love to know your experiences.

*Just FYI: I run a dev shop with around 10 clients and I actively contribute to all of those projects if that helps you get an idea of scale and usage. Mostly varies, but I'd say I'm averaging 2-3M tokens/month.

🌐
Reddit
reddit.com › r/codex › codex cli vs claude code: planning vs implementation
r/codex on Reddit: Codex CLI vs Claude Code: planning vs implementation
January 25, 2026 -

Hi everyone,

I’m a bit torn and would love some honest opinions from people who’ve actually used these tools in real projects.

I currently have a ChatGPT Business subscription and a Claude Pro subscription.

I keep seeing conflicting advice. Some people say you should use Codex mainly for reviewing and let Claude (Sonnet) do the actual coding. Others say the opposite: let Codex implement and use Claude for reasoning and planning.

My use case is mostly Laravel projects (Vue, Inertia, Tailwind), plus some general PHP and JavaScript. These aren’t massive systems, but usually internal workflow apps: dashboards, request or intake forms, approvals, basic admin panels, that kind of thing.

My current flow looks like this:

I first write a very strict taskfile md file with clear steps and constraints with the help of ChatGPT. Based on that, I decide whether to use Codex CLI (gpt-5.2-codex) or Claude Code (Sonnet 4.5) for the actual implementation. I work entirely in VS Code with two terminals open.

Given this setup, I’m curious:
Who would you let do the planning?
Who would you let do the actual implementation?
Who would you trust more for reviewing or tightening code?

Any tips, patterns, or personal experiences are very welcome.

Thanks in advance, I really appreciate the input.

🌐
Reddit
reddit.com › r/codex › is it just me, or is claude pretty disappointing compared to codex?
r/codex on Reddit: Is it just me, or is Claude pretty disappointing compared to Codex?
3 weeks ago -

I want to start by making one thing clear: I’m not a fan of any AI.

I don’t care about the company name or the product name. I just want a tool that helps me work better.

I recently paid for Claude Pro to complement my Codex Plus plan. I’ve been using Codex for several months now, and honestly, I’ve been very satisfied with it. The mistakes it makes are usually minimal, and most of the time Codex fixes them itself or I solve them in just a few minutes.

So far, my experience with Codex has been very good, even better than I expected. I don’t use it for extremely intensive tasks, but last week I hit the weekly limit and decided to subscribe to Claude as a supplement. I was also very curious because people on social media say amazing things about Claude, and I wanted to see for myself whether it really lived up to the hype.

But the truth is that my experience has been deeply disappointing. And just to be clear, I’m not trying to convince anyone of anything, I’m only sharing my personal experience.

With Claude, I feel like it just does whatever it wants. A lot of the time it doesn’t follow instructions, it does things I didn’t ask for, it doesn’t stick to the plan, it breaks parts of the code, and overall I find it frustrating to work with. On top of that, I get the feeling that it struggles to see beyond the immediate task.

With Codex, I feel the exact opposite. Sometimes it surprises me in a very positive way, because it not only does what I ask, but it also understands the context better, anticipates problems, and suggests fairly complete and functional implementations. Sometimes when I read its feedback, I think, “wow, I had forgotten about that,” or “I hadn’t thought of that.”

Honestly, it’s a shame because I really wanted to like Claude, especially since Claude’s $100 plan seems reasonable to me.

Has anyone else had a similar experience?

Am I doing something wrong with Claude, or does it just not fit the way I work?

🌐
Reddit
reddit.com › r/vibecoding › which cli ai coding tool to use right now? codex cli vs. claude caude vs. sth else?
r/vibecoding on Reddit: Which CLI AI coding tool to use right now? Codex CLI vs. Claude Caude vs. sth else?
September 19, 2025 -

I have used mostly Windsurf and Kilo Code to build around 8 projects, the most complicated one is a flutter iOS & Android app with appr. 750 test users using firebase as backend and Gemini Flash 2.5 for AI functionalities.

Now I would like to start learning CLI AI coding tools. 2 months ago the choice would have been an obvious Claude Code (I have the pro subscription), but I've seen the hype around OpenAI's Codex CLI these days.

Would be great to hear from your experience:

  1. What is the difference between these 2 right now besides the LLM models?

  2. What are the usage limits for a mix of planning / coding / debugging usage? (for Claude Pro and OpenAI Plus sub)

  3. Any tipps for switching from editor based coding to terminal based? I am slightly hesitant because I am a visual person and am afraid that I will lose the overview using the terminal. Or do you guys use terminal and editor at the same time?

  4. Are there any other options you recommend?

Top answer
1 of 7
9
Codex CLI all the way. It's not exactly clear whether GPT-5-Codex-medium and GPT-5-Codex-high actually perform better than Sonnet and Opus yet, the benchmarks aren't in. If history is any guide, Claude is probably marginally better (like we're talking within a few percentage points on the SWE Rebench – say Codex does 46%, Claude might do 48%) but on the flipside, Claude is many, many times more expensive than Codex CLI. That is to say the subscription costs the same, but you will be rate limited far more often by Claude, effectively getting fewer prompts out of your subscription in a given month. Also, I believe GPT-5-Codex currently benchmarks far above the competition if we restrict the benchmarks only to agentic coding (i.e. vibecoding without a human also writing code) instead of a broader spectrum of pair programming, code completions, etc. Some would argue Claude designs better frontends, which I suppose can in some ways be considered true, but the downside is that you're getting generic frontend #1928482. You should always consider design as an involved process, even with AI, because they crucially have neither eyes nor human aesthetic sensibilities. An AI does not care if a design is not visually cohesive if it looks correct in the CSS. So to address your questions by number: They're almost exactly equal in capability. Claude is (probably, we don't know with the new Codex model yet) a tiny bit better, but the downside is you're getting much less bang for your buck for that marginal improvement. An improvement you're honestly unlikely to notice anyway. Neither provider currently numerically lists their rate limits, they seem to be based a lot on traffic and demand. I.e. you'll get more usage during low traffic hours than during a surge. What is absolutely undeniable, however, is that Codex CLI currently offers the highest quota of the two. By Anthropic's own math, you get about 45 requests per 5 hours on the Pro plan on the high end (short conversations, simple requests, low demand), whereas on the comparable Codex CLI Plus you get anywhere from 50 to 150 in that same timespan for actually demanding requests. I don't know what the limits are for the Max versions, but I assume there's some kind of logical scaling up, so presumably Codex would still be far cheaper if measured by subscriptionCost / MaxPossibleRequestsPerMonth. Though use case will ultimately determine whether that difference ends up mattering to you. I use Github Copilot for a lot of work stuff, but in my free time I use ChatGPT Plus (not even Max) and I have never, not once, been rate limited in the Codex CLI despite throwing some very heavy shit at it. You could stay in an IDE if you wanted to. There's both a Claude and a Codex extension for VSCode. What I do is honestly just code in the terminal for the most part, while I run my server in a separate terminal tab, and then I just refresh (or hot-reload) the localhost server in my browser and see the software progress as I go. This is, of course, not possible if you're doing split backend and frontend development (which can often be helpful), but then you could, for example, surface a very barebones skeleton UI just to test the backend functionality and replace it with a frontend once you're sure the backend works. If you really want a completely visual editor (Lovable-style, code well hidden), I would strongly suggest you don't, of course, but it is possible to do in a better way. As of yesterday, Convex just made Chef (Lovable but better and made by a reputable company prioritizing security above all else) open source and self-hostable. So that's an option now. Strongly advise against this route because you will learn nothing at all, but if you must, go with Chef above the competition. Bringing your own API key is much cheaper anyway. No. Go with Codex CLI. If you want to cut costs, you could go with an open-source or free (with data sharing) model (open source examples could be Kimi or GLM 4.5, while free proprietary models could be something like Sonoma Sky Alpha or Deepseek 3.1. Keep in mind unless you self-host these, you will 100% be data-sharing, because that's the only reason you're getting the free compute power). You can access those through OpenRouter, but to avoid rate limiting you have to top up a minimum of $11 worth of credits in your OpenRouter wallet (won't be spent, it's probably an anti-abuse guard).
2 of 7
3
Most people would say Claude Code. Except for the people who post on r/ClaudeAI and r/Anthropic , they seem to fucking hate it.
Find elsewhere
🌐
Reddit
reddit.com › r/claudeai › claude code vs codex my own experience
r/ClaudeAI on Reddit: Claude Code vs Codex My Own experience
September 16, 2025 -

i was working on a Mediation System implemented in a +2M download published game, and oooh boy, i really needed some deep analysis of some flaws that were causing a lot of bad performance in the monetization, not your (overage mediation system)
the code is complex and very delicate and the smallest change could break everything
i spend 4 days just trying different llms to identify issues, edge cases of what could have happened that lead to the bad monetization performance of this system, i noticed claude is extremely fast , he can do +326 diff change in a blink of an eye, output a new 560 lines of code class, in few seconds, BUT, it may seem good and well done at a glance, but onse you dig deep into the code, there is a lot of bad imlementation, critical logical flaws,
today i desiced to test CODEX i got the pro sub, and i gave the agent a task to analyze the issues and logical flaws in the system, it went out for 30 minutes digging and reading every single file !! grepping every single method and fetching , wheres it called from and where its going, and it identified a lot of issues that were very spot ON, claude code would just read 2 or 3 files, maybe grep a few methods here and there, in a very lighting fast way, and just come up with garbage analysis that is lacking and useless, (this is an advanced C# mediation system that is used by +5M users ) !
now codex is doing its magic, i dont mind it being slow, taking its time, i'd rather wait an hour and be done with the task and i see clear improvement, than spend 4 days hitting my head to the wall with claude
This is very unfortunate that claude is at this low now, it used to be the SOTA in every single aspect of coding, and i wish they give us back OUR Beloved Claude !

but for now i'm joining the Codex Clan!
it may sound like i'm like telling you codex is better go ahead and famboying openai
i trully dont like OPENAI and i always prefered claude models, but the reality is that we are ANGRY About the current state of claude, and we want OUR KING BACK ! that's why we are shouting loud , hopefully anthropic will hear, and we will be glad to jump ship back to our beloved claude! but for now, it feels like a low level IQ model , too verbose and too much emojis in chat, and unnnessassary code comments,

codex feels like speaking to a mature senior that understands you, understands your need and saves you time imlementing whats in your mind, and even give you some insights that you may have missed, even tho experienced we are humans afterall ...

🌐
Reddit
reddit.com › r/codex › codex vs claude code
r/codex on Reddit: Codex vs Claude Code
December 29, 2025 -

I’ve tried both, and for now I slightly prefer Codex. I can’t fully explain why, it mostly comes down to some personal benchmarks based on my day-to-day work.

One big plus for Codex is usage: on the $20 plan I’ve never hit usage limits or interruptions, while using the same plan on both.

With Codex I’m using AGENTS.md, some reusable prompts in a prompts folder, and I’m planning to experiment with skills. I also tried plugging in a simple MCP server I built, but I couldn’t get it to work with Codex, so it feels a bit less flexible in that area.

What do you think is better overall: Claude Code or Codex? In terms of output quality and features.

Let the fight begin

🌐
Reddit
reddit.com › r/claudecode › codex cli > claude code (right now). left the $200 cc plan.
r/ClaudeCode on Reddit: Codex CLI > Claude Code (Right Now). Left the $200 CC Plan.
September 21, 2025 -

I know many of you are dealing with the same frustrations, but I just have to say how incredible Codex CLI feels right now compared to Claude Code. It reminds me of the excitement I had when I first started using CC. Over the past month, though, CC hasn’t been able to deliver much of any real value, often breaking more things than it fixes, and good luck trying to get new features implemented.

Then I tried Codex CLI, and wow. Everything I ask for just gets done, right the first time, no extra fluff. I’ve always loved CC and I really hope Anthropic gets it back on track, but if you’re looking to get real work done today, Codex is where it’s at. (And yes, I’ve used Cursor and Augment too, Codex still comes out on top.)

🌐
Reddit
reddit.com › r/claudeai › moved from claude code to codex - and instantly noticed the difference (not the good kind).
r/ClaudeAI on Reddit: Moved from Claude Code to Codex - and instantly noticed the difference (not the good kind).
October 23, 2025 -

I was initially impressed with Claude Code: it felt sharper, faster, and more context aware.
But lately, it started downgrading - shorter answers, less consistency, and a weird obsession with creating random .md files.

So I decided to cancel my Max plan, try Codex instead (since it had a free month on Pro).
Big mistake. The difference is night and day - Codex feels unfinished, often cutting off mid-sentence.

I used Claude daily for product work: roadmaps, architecture, UI mockups, pitch decks; it became a genuine co-pilot for building.

Not sure if I’ll go back to Max yet, but I’m definitely renewing Claude Pro back.

Sometimes, you only realize how good something was after you switch.

🌐
Particula Tech
particula.tech › home › blog › codex vs claude code cli agent comparison
Codex vs Claude Code: Which CLI Agent Wins for Your Workflow in 2026
2 days ago - A DEV Community analysis of 500+ Reddit comments reveals a nuanced picture: The pattern is clear: developers who prioritize cost and rate limits prefer Codex CLI. Developers who prioritize code quality and depth prefer Claude Code.
🌐
Reddit
reddit.com › r/claudeai › claudecode vs codex cli
r/ClaudeAI on Reddit: ClaudeCode Vs Codex CLI
September 2, 2025 -

I finally got convinced and figured I'd try Codex CLI with one week left on my CC Max plan. So I'm using them side by side at the moment, here are some of my thoughts:

  1. Claude Code interface is much more mature, feels like you are part of the development, Codex CLI feels more like an agent that does things in the background and delivers the final code to you

  2. Not hearing "you are absolutely right" 100 times a day has a therapeutic effect

  3. GPT-5 High Vs Opus : So far they are very close, with different styles. CC with Opus 4.1 always over designs and complicates things, GPT 5 does less of that. GPT 5 has been better at debugging my technology stack so far. Opus writes more readable outputs, for example in architectural discussions I can follow Opus a little bit better.

Interesting to see how these services evolve over time, both really good, but getting pricey so I need to decide which one I keep a month from now. Moving the workflow (Hooks, etc) seems to be a pain.

🌐
Reddit
reddit.com › r/claudecode › claude code vs codex vs opencode, which one is actually worth using?
r/ClaudeCode on Reddit: Claude Code vs Codex vs OpenCode, which one is actually worth using?
4 days ago -

From what I’ve seen so far, Claude Code seems to have the best overall reviews in terms of quality and performance. The main downside for me is that it’s locked behind a company and not open source (I know about the leak, but I’m more interested in something officially open and actively maintained).

Codex, on the other hand, looks really appealing because it’s open source and allows for forks, which gives it a lot more flexibility and long-term potential.

Then there’s OpenCode, probably the most interesting of the three. It has a huge community and a lot of momentum, but I’m not sure if it’s actually on par with the others in real-world use.

Curious to hear your thoughts, how do these compare in practice? Is OpenCode actually competitive, or is it more hype than substance?

Oh and by Claude i'm referring to the open sourced forks that are comming, which we don't know if will be updated or etc, not using the proprietary one ever

🌐
Reddit
reddit.com › r/openai › switched from claude code to codex cli .. way better experience so far
r/OpenAI on Reddit: Switched from Claude Code to Codex CLI .. Way better experience so far
August 31, 2025 -

I was using Claude Code for a while, but after seeing some posts about Codex CLI, I decided to try it out, and I’m really glad I did.

Even with just the OpenAI Plus plan, I’m not constantly running into usage limits like I was with Claude. That alone makes a huge difference. GPT-5 feels a lot smarter to me. It handles complex stuff better imo.

Only thing that bugs me is how many permissions Codex CLI asks for (I think there's an option to stop asking for permissions?). But overall, it’s been a much smoother experience.

Anyone else switched?

🌐
Reddit
reddit.com › r/claudecode › need feedback: claude code vs codex or codex cli
r/ClaudeCode on Reddit: Need feedback: Claude Code vs Codex or Codex CLI
September 11, 2025 -

I want to make it clear upfront that I mean no disrespect with this post. I’ve been using Claude Code for a long time, and I honestly don’t even remember when I first subscribed to the Claude Code Max plan at $200.

However, with the recent issues and ongoing discussions around Claude models and their performance in CC, I’ve noticed that many users seem to be quietly switching over to Codex.

I’ve also seen a number of YouTubers talking about this and sharing their thoughts, which has left me a bit confused. At the end of the day, I’m spending my own money, and I just want to make sure it’s worth it. I’m an AI engineer with several projects underway, and for the past few months I’ve been using CC both in my work and on personal projects.

What I’m really trying to figure out is not which tool is “the best” overall, but which one delivers the most value in terms of quality results. My main concern is making sure I’m not wasting money and that I’m getting the most out of whichever tool I use.

Appreciate any opinions/insights.

Top answer
1 of 5
10
Easy answer. Ignore what everyone else is saying - does CC do what YOU want? If yes, continue using it. If no, swap - use research to find out what to use.
2 of 5
4
I've GPT Pro subscription and CC Max, both for 200 usd. In the comparison of general chat I prefer GPT, it provides more detailed answers and did some benchmarks - asking the same query into both models. GPT performed better, I used it mostly for analysis - e.g. I'm planning the costs of the Azure infrastructure to design new feature, performs calculation of the traffic etc. Claude sucked at it, had pricing from black hole. Even I if asked him and shown the component pricing page, it couldn't handles it. As CLI editor, CC is much, much, much comfortable for me. Most of my time 70-80% is planning phase, I analyse with CC, find mistakes, plan, find mistakes and finally implement - with approval approach. I miss it really in the Codex CLI. It generates the entire block of code and I need to review it, later give the feedback and the circle begins again. I prefer to spent more time on analysis and very very detailed description of prompt and Claude behaves well. To be honest I haven't felt last performance degradation much. But I remember I was nervous on CC due to timeouts few times. Open AI services are much more stable. From coding perspective and my benchmarks Claude is a winner in the frontend, Codex needed working repo, implemented some samples and later it moved on. For new, empty React and Angular project codex created sites like we would have 2010. As backend - my main role in .NET, Codex created cleaner design using clean architecture for benchmark feature - implement Azure AI ingestion service. Claude with even generated Claude markdown file added a lot, lot more features than I've expected. Also didn't follow up patterns like CQRS. It's really up to you, right now testing more Codex - mostly because I'm curious how it behaves. Let's enjoy it. Tool is a tool, it will suck in bad hands ;)
🌐
Reddit
reddit.com › r/claudeai › codex vs claude: my initial impressions after 6 hours with codex and months with claude.
r/ClaudeAI on Reddit: Codex Vs Claude: My initial impressions after 6 hours with Codex and months with Claude.
September 2, 2025 -

I'm not ready to call Codex  a "Claude killer" just yet, but I'm definitely impressed with what I've seen over the past six hours of use.

I'm currently on Anthropic's $200/month plan (Claude's highest tier) and ChatGPT's $20 plus plan. Since this was my first time trying ChatGPT, I started with the Plus tier to get a feel for it. There is also a $200 pro tier available for Chatgpt   This past week, Claude has been underperforming significantly, and I'm not alone in noticing this. After seeing many users discuss ChatGPT's coding capabilities, I decided to give Codex a shot, and I was impressed. I had two persistent coding issues that Claude couldn't resolve and ChatGPT fixed both of them easily, in one prompt.  There are also a few other things I like about Codex so far. It has Better listening skills. It pays closer attention to my specific requests, it admits mistakes, it collaborates better on troubleshooting by asking clarifying questions about my code, and its response is noticeably quicker than Claude Opus.  However, ChatGPT isn't perfect either. I'm currently dealing with a state persistence issue that neither AI has been able to solve. Additionally, since I've only used ChatGPT for six hours, compared to months with Claude, I may have given it tasks it excels at. Bottom line: I'm genuinely impressed with ChatGPT's performance, but I'm not abandoning Claude just yet. However, if you haven't tried ChatGPT for coding, I'd definitely recommend giving it a shot – it performed exceptionally well for my specific use cases. It may be that going forward I use both to finish my projects.

Edit: to install make sure you have node.js installed and your computer then run

npm install -g @openai/codex

You can also install using homebrew by running.

brew install codex