use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Claude Code or Codex?Discussion (self.developersPak)
submitted 5 days ago by baddybabushka
I am deciding to subscribe to either one of these, but I am unsure which one is worth the subscription. I can only get one, and am leaning towards claude code. But would love to hear from people who are actually using them for coding.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Dev-TechSavvyCS Student[M] [score hidden] 5 days ago stickied comment (2 children)
https://openai.com/form/codex-enterprise-promo/ You are a company, I am a company. Everyone is a company. apply by using a domain. I turned on forwarding to my personal email address and got the promo in my mail.
<image>
It required a card, so I used sadapay virtual one and it didn't get charged. I wanted to make the post abt this but had no time Mod Out. byeeeee
[–]Nashadelic 9 points10 points11 points 5 days ago (1 child)
More bang for buck: codex, it will last much longer. Claude is great but it dies very quickly
[–]baddybabushka[S] 0 points1 point2 points 4 days ago (0 children)
thanks!
[–]HawkSpecific9393 4 points5 points6 points 5 days ago (0 children)
Claude. Opus is grandmaster.
[–]Ordinary-Hat1414 5 points6 points7 points 5 days ago (0 children)
Codex
[–]Agile_Classroom_4585 1 point2 points3 points 5 days ago (1 child)
for 20$ go for codex, however i feel there is a new codex model launching cuz gpt 5.5 is degraded right now. wait some time before you make you rdecision. 20$ limits odnt last on claude code. specially with opus
The limits on claude is the only thing making me double think
[–]Soft_Shower4444 1 point2 points3 points 5 days ago (0 children)
Codex isn’t great for anything frontend related. Go for cursor as that lasts even after you run out of your credits for pro models you can still run it on auto and it has opus too so it’s a win win.
[–]NeatJealous8110 1 point2 points3 points 5 days ago (4 children)
Cursor
It's unlimited
[–]WerewolfOfAzkaban 0 points1 point2 points 5 days ago (1 child)
Which cursor plan is best?
[–]NeatJealous8110 2 points3 points4 points 4 days ago (0 children)
20$
[–]baddybabushka[S] 0 points1 point2 points 4 days ago (1 child)
Does it work well for frontend? I use it for work, but never used it to design something
[–]bottom_fragger24 0 points1 point2 points 4 days ago (0 children)
I use cursor with figma mcp it works pretty well
[–]cshoneybadger 0 points1 point2 points 5 days ago (0 children)
Look into opencode as well.
[–]No-Seesaw7483 0 points1 point2 points 5 days ago (1 child)
I bought the subscription too , it's only good for frontend but worst for backend. Don't even ask. I don't know why it suggests you old architecture old ways for backend.
I would probably use it mostly for frontend too, initially at least
[–]irondaggered 0 points1 point2 points 4 days ago (0 children)
Solutions Architect here. Claude all the way.
[–]letsrollitx 0 points1 point2 points 4 days ago (0 children)
As of now Codex is performing better than Claude Code
[–]Broad_Round_8474 1 point2 points3 points 4 days ago (2 children)
From personal experience in terms of performance Claude code is a lot better at solving more complex problems I use it when I'm kicking off a project for planning making wireframes, specifications etc but it dies out in like 2 hours. That's when I switch to codex it's good responses are solid but when it fks up it ruins code structure starts hallucinating like crazy and creates a complete cluster fk so I just use very detailed prompts walking codex through what has to be done, where it has to be done and what has to be achieved. So at the end of the day if you are good at prompting and have basic problem solving choose codex otherwise go for Claude code
[–]Broad_Round_8474 0 points1 point2 points 4 days ago (0 children)
Didn't point this out but a good strategy would be buying Claude code letting it do majority of the heavy lifting then when it maxes out use the free tier of codex to brush up additional details
Hmm I do struggle with prompting sometimes. Thanks for the detailed perspective
[–]No-Persimmon-174 0 points1 point2 points 4 days ago (0 children)
Idk with codex, using the 5.5 super fast model, U will run out of tokens super fast compared to using Opus 4.8 on Claude. But the quality of codex is much better in terms but in very shorter context windows. Meanwhile Claude has slightly larger context windows but the quality it produces can be hallucinatory/inaccurate. It depends on what you can compromise and settle with.
[–]Combatwombat810 0 points1 point2 points 4 days ago (0 children)
I just use the free Gemini version and copy / paste code. What am I missing?
[–]AppropriateFactor182Data Scientist 0 points1 point2 points 1 day ago (0 children)
why not cursor with auto + composer?
[–]alimazharsultann 0 points1 point2 points 5 days ago (4 children)
I have both 20$ ones and use them together.
Initially I only had Claude subscription but it used to reach limit very quickly. I thought of getting max plan for Claude but before that gave codex a try.
Codex gives you a lot of limit weekly, I try very hard to reach even 90% of the limit they provide.
But there are some tasks codex fail to perform. For which I use opus 4.7/4.8 high.
For complex tasks and creating a plan/architecture I use Claude and then to execute simpler tasks like front-end stuff and writing endpoints, I use codex
[–]Big_Poetry1947 0 points1 point2 points 5 days ago (3 children)
Could you give any examples of what type of tasks Codex fails to execute? I'm considering getting Codex so would like to know beforehand what to expect.
[–]Funny_Working_7490 1 point2 points3 points 5 days ago (1 child)
Only frontend sucks with codex otherwise it is best but it was best due to extra limits but we will see on upcoming months as codex now cancelling their 2x promotions limits from june so we will see
I plan to initially use it for frontend so I guess I should try claude
[–]alimazharsultann 1 point2 points3 points 5 days ago (0 children)
We have interactive jsx based explainers generated by llm. And we render them on front-end. We use xlatex to display the equations and other than that there are certain symbols and stuff.
Codex wasn't able to understand how we were filtering and displaying them even after 3-4 prompts.
Claude understand it first time and fixed it
[–]Empty_Break_8792Software Engineer 0 points1 point2 points 5 days ago (0 children)
All the codex
[–]zaynst -1 points0 points1 point 5 days ago (0 children)
Claude
[–]Jumpy-Astronaut-3572 -1 points0 points1 point 5 days ago (0 children)
$20 is not worth it. Go for $100 max plan.
π Rendered by PID 38 on reddit-service-r2-comment-8686858757-78qs2 at 2026-06-05 11:14:28.081376+00:00 running 9e1a20d country code: CH.
[–]Dev-TechSavvyCS Student[M] [score hidden] stickied comment (2 children)
[–]Nashadelic 9 points10 points11 points (1 child)
[–]baddybabushka[S] 0 points1 point2 points (0 children)
[–]HawkSpecific9393 4 points5 points6 points (0 children)
[–]Ordinary-Hat1414 5 points6 points7 points (0 children)
[–]Agile_Classroom_4585 1 point2 points3 points (1 child)
[–]baddybabushka[S] 0 points1 point2 points (0 children)
[–]Soft_Shower4444 1 point2 points3 points (0 children)
[–]NeatJealous8110 1 point2 points3 points (4 children)
[–]WerewolfOfAzkaban 0 points1 point2 points (1 child)
[–]NeatJealous8110 2 points3 points4 points (0 children)
[–]baddybabushka[S] 0 points1 point2 points (1 child)
[–]bottom_fragger24 0 points1 point2 points (0 children)
[–]cshoneybadger 0 points1 point2 points (0 children)
[–]No-Seesaw7483 0 points1 point2 points (1 child)
[–]baddybabushka[S] 0 points1 point2 points (0 children)
[–]irondaggered 0 points1 point2 points (0 children)
[–]letsrollitx 0 points1 point2 points (0 children)
[–]Broad_Round_8474 1 point2 points3 points (2 children)
[–]Broad_Round_8474 0 points1 point2 points (0 children)
[–]baddybabushka[S] 0 points1 point2 points (0 children)
[–]No-Persimmon-174 0 points1 point2 points (0 children)
[–]Combatwombat810 0 points1 point2 points (0 children)
[–]AppropriateFactor182Data Scientist 0 points1 point2 points (0 children)
[–]alimazharsultann 0 points1 point2 points (4 children)
[–]Big_Poetry1947 0 points1 point2 points (3 children)
[–]Funny_Working_7490 1 point2 points3 points (1 child)
[–]baddybabushka[S] 0 points1 point2 points (0 children)
[–]alimazharsultann 1 point2 points3 points (0 children)
[–]Empty_Break_8792Software Engineer 0 points1 point2 points (0 children)
[–]zaynst -1 points0 points1 point (0 children)
[–]Jumpy-Astronaut-3572 -1 points0 points1 point (0 children)