OpenAI today added a new subscription tier, which the company says is meant to support increasing Codex use. Codex is OpenAI's AI coding agent that's integrated into ChatGPT, and it competes with Anthropic's Claude Code.
![]()
The new $100/month Pro tier provides 5x more Codex usage than the $20/month ChatGPT Plus plan. OpenAI says that it is best for longer, high-effort Codex sessions. ChatGPT also has a $200 Pro tier with a 20x higher usage allowance, and the $100/month plan is a new middle-tier option. Both the $100 and $200 plans share the "Pro" name.
Pro subscribers will have access to all Pro features, including the Pro model and unlimited access to Instant and Thinking models.
To celebrate the launch of the new plan, OpenAI is increasing Codex usage for a limited time. Through May 31, customers who subscribe to the $100/month Pro plan will get up to 10x usage of ChatGPT Plus on Codex.
In addition to introducing the new plan, OpenAI is "rebalancing" Codex usage in Plus to support more sessions throughout the week, instead of longer sessions in a single day. OpenAI says the ChatGPT Plus plan is the best offer for steady, day-to-day usage of Codex, while the more expensive $100/month plan is a "more accessible" upgrade path for heavier daily use.
With the $100 plan, OpenAI has pricing tiers similar to Anthropic. Anthropic has a $20/month Pro plan, a Max 5x plan for $100/month, and a Max 20x plan for $200/month.
Article Link: OpenAI Adds New $100/Month ChatGPT Subscription Tier for Heavier Codex Use
I wish the macOS Claude desktop app was as good as ChatGPT's. I don't like how the app constantly appears in the dock. ChatGPT's app only appears in the menu (unless you expand the mini chat window).
Overall, Claude is a better AI in my opinion. Just needs some fine tuning with its desktop app.
Exactly the same, as a designer I only ever use duck.ai in Firefox to give me quick answers to things, save me from wading through websites.I see the excitement when talking about alternatives and all I can think of is, am I the only one who doesn't "get it"? The only time I use AI is when google shoves AI answers to me when I search for things.
Why do you want this in your life?
and a lot of so-called artists are selling human slops at the jaw-dropping pricesAs an artist, I have zero interest in paying for an a.i. subscription. Not now. Not ever.
Mistral AI doesn't really care about le Chat. Really disappointed about lacking updates and no transparency for consumers.Mistral Le Chat Pro is $14.99/month and doesn’t support Sam Altman. Dumped ChatGPT a couple months ago for several reasons, including quality and policies.
Everyone has a different attitude to work. Some just want to 'win' a productivity competition against peers, some want to enjoy the craft. Unfortunately, those who want to enjoy the craft are going to get priced out of the market and find themselves trying to sell hand-coded C++ on Etsy, while those who want to win are going to be competing against ever more cybernetic competitors, until the market decides the human part of the arrangement isn't meaningfully contributing anymore.Exactly the same, as a designer I only ever use duck.ai in Firefox to give me quick answers to things, save me from wading through websites.
I guess most here on MR are coders/developers that need a premium subscription. I fail to see how it’s of any benefit to the average person to pay for it.
That’s why I no longer use Google for Web searches, and I pay for a monthly subscription to Kagi. No AI (unless you really want to enable it), no ads. I don’t miss Google’s shove-it-down-your-throat speech to AI “assistants” one bit.I see the excitement when talking about alternatives and all I can think of is, am I the only one who doesn't "get it"? The only time I use AI is when google shoves AI answers to me when I search for things.
Why do you want this in your life?
You definitely can rely on AI code - but you have to be proficient in the language you're using, to be able to review and spot issues.Pardon my noobiness, but why do people bother with vibe/AI coding anyway, much less pay for it, if they can’t even rely on the quality of the code?
Maybe people don’t want to bother to learn coding themselves, so they think they’ll get something for nothing (or next to nothing) by having an AI do it?
I switched to Claude more than a year ago but I notice that even the x20 plan is not enough with today's agentic challenges. I started maxxing out my Codex Pro every week because my Claude Max x20's usage is used up by day 5 or 6 of the week.Already switched to Claude and not looking back
Hmm... so if you still need to know about the language and be able to spot errors, wouldn't it be faster and more efficient to just do it yourself, if you have the skill? What if the AI takes a wrong turn and writes less efficient code than it should? I guess we just accept the bloat?You definitely can rely on AI code - but you have to be proficient in the language you're using, to be able to review and spot issues.
AI coding agent is like a freshly-graduated top-of-the-class intern, doesn't have much experience, but eager and remembers his CS courses really well. Well, like a bunch of them, actually.
It's 10x'ing for a developer, 0.1x'ing for 'vibe coder'.
This would explain all the poop Windows updates lately by MS.Hmm... so if you still need to know about the language and be able to spot errors, wouldn't it be faster and more efficient to just do it yourself, if you have the skill? What if the AI takes a wrong turn and writes less efficient code than it should? I guess we just accept the bloat?
My guess is the latter. AI craps out a bunch of mediocre, unoptimised code which ends up being copied and pasted as-verbatim because it technically works on paper, and developers cannot be bothered to take the time to improve on it because it would defeat the whole point of having an LLM generate it for you.Hmm... so if you still need to know about the language and be able to spot errors, wouldn't it be faster and more efficient to just do it yourself, if you have the skill? What if the AI takes a wrong turn and writes less efficient code than it should? I guess we just accept the bloat?
Seems about on par for a civilization that tends to prioritizes speed and cost over quality.My guess is the latter. AI craps out a bunch of mediocre, unoptimised code which ends up being copied and pasted as-verbatim because it technically works on paper, and developers cannot be bothered to take the time to improve on it because it would defeat the whole point of having an LLM generate it for you.
No, it would not.Hmm... so if you still need to know about the language and be able to spot errors, wouldn't it be faster and more efficient to just do it yourself, if you have the skill? What if the AI takes a wrong turn and writes less efficient code than it should? I guess we just accept the bloat?
Pardon my noobiness, but why do people bother with vibe/AI coding anyway, much less pay for it, if they can’t even rely on the quality of the code?
Maybe people don’t want to bother to learn coding themselves, so they think they’ll get something for nothing (or next to nothing) by having an AI do it?
No, it would not.
A lot of coding is scaffolding and boilerplate, AI is amazing at those.
You don't one-shot the code based on vague idea (that way you WILL get crappy code and bloat).
First you run through analysis-planning-DRY/KISS-reviewing-critiquing pipeline just to create the spec. Then you tell it to design and implement test suite for the thing you're doing.
That way you have detailed plan to feed the agent, you implement it and then run de-slop/critique/review workflows.
Still orders of magnitude faster than hand coding and actually is of better quality generally. It literally does in 30 minutes week's worth of work of a middle+ engineer now.
With modern models and agents it's mind-blowing tbh (i'm not coding much now, been doing it since 90s, still amazed by how good AIs are getting).
IMO, main vibe (hah!) of "AI code bad, hur hur" comes from "vibe-coders" who have NFI what they're doing and are disappointed when they get crap in response to "AI, maek me cool app".