#codex-discussions
1 messages · Page 27 of 1
There's nothing really to debate, its so personalized, skills, mcps etc. theres a million variables to sway how the models going to work, just use what you find gives you hte most consistent results
I mean gpt 5.4 is the most intelligent oai model
its not really debatable
but is it the best
it depends
I wish they were a bit more transparent about the usage costs of each model, because there just isn't enough usage to actually do your own comparison without shooting your productivity in the foot.
But I haven't had as much success with dropping back to 5.4 mini or 5.3 as people have suggested, typically haven't liked the output or have had to do more follow ups so without a good idea of the per token usage counts it's hard to judge whether it was worth it
i personally think 5.3 is a bit better as results were slightly better than 5.4 but after all there is not much difference.
is there 5.4-Codex?
Plus plan is for like, sporadic usage and development. If you want fulltime model, you need Pro200
I'm a pro user. I blow through that weekly usage in 2 or 3 days and then go touch grass for the rest of the week
I’m gonna blow through my 72% weekly limit today
It’s gonna be violent, and I’m gonna get hooked
Life will never be the same
did anyone's codex get reset? it's still the same for me. even the one couple of days back didn't reflect for me.
what's reset ? Isn't it Apr 12, but today is 9th.
Tibo reset limits yestrerday
Apr 8th
but it didn't reflect for my business account.
Look like it extended the period time, so try contact the support.
will do
Same situation for me.
I am also using a Business account.
I've been running into an issue recently. For example, after I've already given Codex a few tasks, when I send it a new message, it sometimes seems like it doesn't read the new one and instead treats the previous message as the task and starts doing it again.
I’ve had this a few times too! Normally when context is getting full, I think
I get that in the Gemini chat app on occasion. I'd just stop and regenerate.
does the 5h limit hit very quickly these days?
I just use for 1 hour and hit it with non-complex tasks
i think a few ppl have been saying that lately, what plan are you on?
business plan
Dude im on free plan and I can literally burn through it all in 2 hours of idle usage
Yeah - I think it's due to the rate card change
I have 4x business plan account and i can burn all of their 5h limits lol
so does that makes sense .. weekly gives you max 2 x 5h .. iam on 60% within the second already on plus .. 20 usd
so on high gpt 5.4 max 10 hours per week .. ?!
weekly is very fast now ..
you can cover 1 week ?
yes very fast right ?
open source AGI
i do not now
nor do i ever wish to unalive myself
if they come for me
anyone using pro and got limit hit ?
limits only exist in your mind
remove them from codex for me please
have you tried using money
no but start using mpgh forum ..
when i see this sort of thing all i can think about is all the context pollution that it creates
ofc you did...
🤷♂️
yes thought the same haha
pull the repo and try it
no thanks
Yeah it's prompt injection that stops me.
-> post slop link -> add some edward snoden hype -> user getting re..t
youre only the 50th guy this week to invent agi by layering over llms.
yeah but mine is better
"Cross-project No — siloed per chat A decision in Project A surfaces in Project B"
Codex already has memory across projects
not everyone can afford or uses codex
my limits switched .. weekly goes faster than 5h
^
Which Discord Server / Channel are you in?
sorry i dont comminicate with low frequency lesser dimensionals
be humble ser
oy vey
Anyone else having issues with codex cli spawning agents that don't report back to the main one?
gpt6gpt6gpt6
no
strange my limits jumped extrem fro no reason .. one prompt
Little sneak peak at my codex app-server driven app, no bridge needed just straight to the app-server
I’m sure the discord compression and whatever else will make it look not smooth
gpt6gpt6gpt6
holy my suage dropped form 83% to 69% in a flash just thru some tool calls
abnd reading scripts
@orchid plume recommends https://github.com/rtk-ai/rtk a CLI tool that wraps certain tool calls to produce compact outputs.
I recommend https://github.com/robertmsale/.codex/tree/main/skills/command-parser skill, which lets agents run noisy commands and have a cheaper model parse & extract errors, warnings, and perform other analysis.
Also if the tool calls were long running commands, and the agent was waking up every 5 seconds to poll the command output, I have a https://github.com/robertmsale/.codex/tree/main/skills/command-execution skill and MCP server that when used in conjunction, makes them wait for the command to finish before polling.
thanks
even $200 sub can't save me from weekly...
Are you using 5.3 or 5.4?
5.4 high/medium split + 5.3-codex or 5.3-codex-spark in some of my subagents, and 5.4-mini where applicable, and maybe 5.2 somewhere else
i recently did a switch-a-switch accoridng to some recent user stuff on codex reddit
It's going to be a rough week for me!
i had a weekly reset yesterday, and i'm already halfway there on the 2nd day lmfao
insane
Same!
what are you building ?
5.4 is much more efficient at tokens I wanted to do a comparison between 5.3 codex and 5.4 but I don’t wanna waste my own tokens
Usage is being reset again today!
these two, but sometimes switch to 3 or 4 stuff at once, usually working on openagentsbtw when needed, or some other project.
I hope so!
https://github.com/xsyetopz/openagentsbtw this thing i recently modified
i use it for my codex stuff
Are you switching mid prompts?
i meant 3-4 things as separate vscode windows + contexts
sometimes a grid of 4, or a grid of 3
Have they reset codex yet
Like do you start 5.4 and then switch to 5.3 in the middle of it?
rarely 5 windows at once for a quick one-thing on the 5th
interesting, so you use vscode not the codex app
Or do you stay as one model for the entire thread
No, this is my agents doing the work
i switch between gpt-5.4 medium (edit mode) && gpt-5.4 high (plan mode)
Oh ok I was going to say switching models resets your prompt cache if you do it in the middle which could explain large usage
very rarely do i touch xhigh+high on plan/edit
Praise Tibo
One more time
Oh... so to reset, all I have to do is just switch-new-then-switch-back?
I don’t know if switching back will restore the cache
I just know it happens when you switch
So try to stick to one model, I think sub agents using different models is ok but don’t change the orchestrator while you’re working in a thread
I do stick to one only
i switch between plan->edit every time
and let my framework do the work, if codex actually decides to call it anyway
Ok but your orchestrator stays the same so you should be ok
aight!
if you know how to improve my framework, see the repo and do some changes, test locally... yaddabaddadoo
the hooks work exceptionally well!
Effort levels is ok to switch too, it’s just strictly the LLM
the hooks is the main reason i use it haha
it prevents some disgusting token waste and context pollution, second to specific personal data safeties
it also integrates playwright-cli as a toggleable, deepwiki mcp toggleable, (i need to integrate ctx7 cli), && includes rtk-rs
using rtk-rs here automatically.
https://github.com/rtk-ai/rtk this thing
framework made for the community, by the community (solo guy, i guess?)
if only Codex hooks were as complete as CC's hooks 🙁
codex-cli needs full hook support
Everybody says "don't build a harness! You'll spend more time building a harness than building real software!" True, but eventually it does pay off 🤓
Any real AI tool user knows that you need your own agent system/framework anyway
using vanilla leads to the commonplace "slop" anyway
the more you use these tools, the more you learn how to customise it to your needs and desires
and you will need to do that anyway
i do things that would not be possible w/o my own framework for it
at least not in the way i desire/need
True. I have at least 4 agents running 24/7. One orchestrator, 3 QA, 3 workers. Any time a QA goes down a worker spawns, when a worker gets archived a QA resumes. I thought for sure having a setup like this would eat the quota but it seems to be pretty reasonable
doing this now
I narrowed it down to 3 things
- As you mentioned, disgusting token waste. It's real and it hurts. Rtk appears to be the easiest win.
- Using peer threads instead of sub-agents. Idk how they do subagents, but peer agents are predictable and you have full control over how context is passed around. Sub agents, you're at the mercy to how OpenAI designed it based on user feedback.
- Command execution:
unified_exec=falsesucks because commands are hard capped at 10 minutes and they can only run 1 at a time, so build commands can't happen. They also control the timeout, they start at something stupid like 5 seconds, and retry with exponential backoff to the 10 minute timeout and eventually give up, wasting tokens on timed out commands the entire way.unified_exec=truethey can run infinitely long processes, but they wake up every 5 seconds and eat massive tool call outputs, or resort to killing a healthy process. I make em wait using MCP until the command finishes - a herculean effort workaround to eliminate theunified_exec=truedownsides while getting the long process benefits.
Narrowed what down?
The weekly precipitously dropping with vanilla configs and harnesses
Also, pt.3 is interesting. What's that of?
And what are peer threads in Codex? Never heard of this 🤔
30 minutes to get mythos level into our hands ?
unified_exec=true enables background threads and a shared PTY, so the agents can spawn a process and check on its progress periodically. Agents are extremely impatient. In particular, I have built commands that sometimes take 45 minutes or more. The agents frequently wait like 60 seconds and then terminate the command, and try to fix something that's not real or fixable. I can't have a fully automated agent system if the agents decide to try and fix stuff that isn't broken. Also the waking up every 5 seconds to check on a process (you see the commentaries in the chat) is a waste of tokens. Forcing them to wait for long commands to finish keeps them from the 5 second polling loop waste and keeps them from troubleshooting their own impatience.
Peer threads are my way of saying all the agents I have operate as top-level "main" agents, but they work similarly to subagents. Orchestrators can spawn agents for a project, and they can communicate with each other, but they're regular threads, like opening separate CLIs.
is there a source of the next gpt model releasing in 30 mins
or is it just speculation from those AI posters on twitter that always say a date and then when the date passes they move onto the next one lol
just all the things I heard on X, including openai employees
but no it's not 100% sure
yeah i've been hearing things on X aswell, although i will say this
they are usually right, but not on the specific date
usually either in that week or the next
Yes it's just it's always the thursdays, tibo told "next week will be amazing" (something like that), he told uhm to a post about not having mythos before several months, he repeated the uhm in reference just some minutes ago, a leaker I follow a lot also spoke about this big week and in other post spoke about how good 5.5 is
unironically i saw all of these posts lmfao
i will say, i am very excited but something in my mind is doubtful about today
i mean..when was GPT 5.4 released?
like a month ago?
i can't even remember with how fast these things are releasing
they told they will release every month
that's insane i didn't see that post, EVERY month? jesus
yes more we advance faster it is
Good information for my framework!
I'll see what I can do
and i imagine stuff like Kaparthy's autoresearch and the way they can use GPT 5.4 to train the next model is definitely speeding things up
yes crazy, it doesn't mean that it'll be incredible model each month but maybe today we'll be lucky
idk i heard its an entirely new pretrain?
This is why hooks are important.
esp. when you're livestreaming
yes I believe it was said by greg in a podcast about spud, and 5.5 is supposed to be spud
I hope !
what's their usual release times for models?
isn't it like in 30 minutes to an hour?
like as of the time right now
yes in 30 minutes to an hour I think
time to watch the latest episode of invincible and then hopefully see the new model release LOL
I would more watch jjk haha
oh dude ur right i haven't even caught up with season 3 yet
You should !
Chill guys
reset just happened?
hakari my goat is in this season
Nice
Which is nice because I was down to 1%!
wow, nice
can anyone tell me the experience between codex desktop app vs codex in vscode
1 min past, no new model 🙁
let's just wait 20-40 min
The app sucks
i've been using the codex desktop app, no issues. it lets me quickly switch between projects
just wondering if codex as a vscode extension reduces the code quality
I think the Codex app handles multi-tasking better and causes less issues when you have several agents working on the same file
did they just reset limits again?
yes
dang nice
Yes, I'm happy like a little child
i blew thru my limit in a single day
I love this! Orchestrator and QA working together to discover and fix real issues. It blows my mind how smart they are. They do more than "it's broken", they actually test all possibilities, record repro steps, take screenshots, and make worker tasks that are so well informed that the gpt-5.4-mini worker one-shots it and proves it with integration tests.
right time .

the new 100$ is x5 then what is the 200$ plan worth x10?
"dont build a harness" bros after they build a harness and get rich
yess more free codex
hmmm
Should I switch to Gemini? They're introducing more expensive Codex versions while making my subscription worse
20x
SO they are Turning themselves into Angravity's direction.
Reducing Plus subscription quota and introduring $100 plan........
i don't think they ever mentioned reducing plus subscription quota
wow 100$ tier added is great
No new model 💀
i guess next week
AMAZINNNGGGG
Yep i am with you, would like a new model news...
YESSSSS
the news is the $100 dol plan
meh
aka they want money
of course they do heh
blocking spam bots here left and right, keep it coming! 100$ plan is great
😂
Its only a new plan, chill guys
The future isnt even paid AI, China is making better AI for free
when they can keep the stability and in the next weeks have a better model to do frontentd stuff also, it will be difficult for Claude Code
someone abroad EUA is available to get this new plan?, I can't find it here
give us money
only thing we have to beat is china, they are the real threat, whether its oai or anthropic that wins, wont matter much
china wants world domination, usa ai must beat CHYNA
i agree
So plus usage is being reduced?
As long as the list doesn't leak, right?
y mean EU ? yes i see it 103 euro
Plus usage isn't being reduced, there's been controversy about changes of how the 5h and weekly window work but that's it.
missed out on the whole day before reset because of travel 🙁
I thought the $200 pro plan was 6x, but they increased it to 20x? That's wild!
I needed to login again and it works ty
no spud ?
can I use every limit on the plus, and then buy the pro and restart limit? lol
limits have been reset
now it is clear why sora had to leave...they will need all GPUs they have to keep codex stable
100$ plan is 3 dollars per day
in my opinion, short video ai models is a waste of compute, its tiktok, wont make the world healthier
100% agree. The world does not need fake videos
usa ai focusing on science (math) and coding (math again) is the winner and the golden ticket
are they reducing the usage limits on plus subscribers? or how is the plus subscription changing?
blocking all accounts spreading the rumor about plus being changed
plus isn't currently changing
Is it even possible to run out of quota. I’ve used it loads and never ran out and I’m only plus
Every AI company found their niche. OpenAI found Codex, Anthropic found Cowork, Grok found AI deep fake videos, Gemini found frontend design. We're starting to see a real diversion in product offerings!
sticking your fingers in your ears doesn't help
exciting time we live in, accessible tech for 100$ a month
I quote:
"We’re updating our ChatGPT Pro and Plus subscriptions to better support the growing use of Codex."
How are you saying they are not updating plus if that is what they announced?
OpenAI : I kinda don't care what the plan is. Just make it clear how many tokens I'm using and how many I have left. Every car has a gas gauge.
it sounds like "we will reduce the available usage for plus users to cheapen the compute for more codex users"
There was a 2x promotion for Plus users.
which ends today, so now your credits will be consumed more
Pretty killer deal when you consider cloud computing for other things costs anywhere between $5-$800k/mo. Meanwhile we get cutting edge compute with a stable price tag to do just build stuff 😎
so plus usage will be nerfed?
i was under the impression the 2x rate limit ended April 2nd
not today
and next week i guess a new model 😎
it's already been reduced hasn't it
nah bro, but like how much?
Avoid run-away token usage: Turn off Fast mode, and switch models judiciously between Low, Medium, and High. You don't need a PhD to update the README and you don't want a beginner-level developer to refactor your project. Use the tools wisely. Don't just "set it and forget it".
That sounds to me like "We are decreasing the 5hr limit and making the weekly longer"
divided by 2
nah bro i better go to claude atp
Are they giving the 2x to the Plus plan too or not?
That strategy makes sense. They're trying to reduce peak usage. You get the same usage, but not all at once within the same window
Only Pro
No, it’s to the lower tiered pro only
applies to both tier
Instead of 5x its 10x
Plus stays the same and full fat pro is still 20x
They have had mentioned that temporarily we are giving 2x promotion offer to our Plu, pro members.
so it ends today...
6x of plus
Ty
wait
Happy to admit I was wrong!
so we all have been using 2x promotion in plus account.
which means, our credit is reduced /2
They're switching to token-based quota instead of request-based, and so the multipliers are adjusted
my 5h usage just go to 50% with 1 prompt no way, plus is useless now
oh they finally switched the rate card 💀
time to shill 100 dollars to oai
does anyone know how to have some people on Plus and some people on this new $100 Pro plan for business accounts?
We are very lucky to have access to this for so cheap, its really insane, good people are behind these projects
Yeah $200 pro used to be 6x "messages", now it's 20x tokens or whatever.
even 200$ a month is only 6 dollars per day
No more avacado toast 😏
You are short sighted, video ai models are needed not necessarily as what Sora was but it shows the model understand the world around if it can mimic it well.
so plus is useless now?
let me see
sora contributed nothing to openai's lineup except burning money
you drain it with 2-3 prompts
I’m going to delete that so no one actually does it
all it did was tarnish their reputation as a company
I was gonna say you gotta add --no-preserve-root 😂
the 5 hour limit is reduced. the weekly not ....but if y have a big codebase, yeah it might be usesless
i'm on plus and refuse to pay more
Good for you.
this gonna be annoying
The modern day “delete system32”
well you cant expect to code for 8hours a day, 5 days a week, on a 20$ per MONTH plan. lol. that would cost you a hired developer which is thousands a month
or a 4 year swe degree
i never hit max usage so $20/month is perfect
Are plus limits reduced then other than the 2x promotion expiring?
Copilot is good alternative. What they are offering now is generous imo. Just plan your prompt well so it can run longer.
For context, we pay our Indian dev team £10k a month
Wdym? I have plus and I can use it for like a few days
Isnt copilot like really bad?
codex was operating at a steep loss for the sake of being a first mover and user share, i'm not sure how close this is to approaching some sort of profitability but you can't really expect AI to get more capable AND less expensive right now
many of us are here on codex because claude was exposing closer to reality costs of llm code assistance
They need to move people up teirs and over time downgrade our plans
gotta make money sometime
Like a jump from 20$ to $200 is too much and many people hesitate or just disagree, while 100$ is fine
ill leave how much is acceptable to individuals
im not making that call for other people
It’s good now (using the CLI). It works well for my use case as long as the skills and MCP are set up properly. I use both plans, so for longer tasks that might use up a lot, I usually have Codex put together a well-structured implementation plan first then pass it to Copilot
What model does copilot use?
my 5h usage just go from 70% to 44% with 1 prompt
Are you using a heavy prompt?
does that mean the 200$ is 20x?, bcs i swear it was like 8~x more than plus not even 10x
i just tell codex to optimizate my project
Oh nice they changed usage, is it 10x for $100 (until May 31st) and 20x for $200? Has anyone tested how the new limits feel? (Like are they much better since they went from 6x to 20x or did they downgrade the base unit to adjust for this)
25 prompts and still at 85% 5h usage, currently on Plus Plan
I have to admit, I felt the same way at first, but the difference when you actually make the jump is so significant I found it to be worth it.
fr, i have 200$ and it wasnt even 10x the 20$ lol,
mm, thats weird, my usage drain so fast
So Copilot is doing a 3rd party hosting?
copilot is github github is microsoft microsoft already hosts many of openai's models
they have a stake
Azure?
yes
Are the prompts heavy. Are the new limits usable rn
I think some people 1-prompt the creation of an entire huge website
yes that will use a lot of usage. lol. an entire complicated website. come on.
Just planning and I'm currently working on training my own AI, and making a app to easily gather data. Its pretty advanced but my usage is okay.
I believe the GPT models are hosted on Microsoft servers (I mean, they have access to GPT models since they own a stake on OAI). And to be clear, I mean GitHub Copilot, not Microsoft 365 Copilot.
Microsoft funds openai via azure credits while openai uses those credits and gives them back for training. That's an AI bubble!
Yea most likely, they also have a partnership with OAI for azure credits and its causing an AI bubble
I think it depends on your use case, but the limits definitely dropped quite a bit after the recent 2x promotion ended.
guys right now i use plus subscription, should change business? i dont know what adventages business give, and i dont know if is more expensive or is just a subscription like plus
Is there a promotion for plus rn?
For bussiness you pay 25$ per person but its a minimum of 2 people so you pay $50 per month for another account.
Only for Pro
oh so dont worth it for only 1 person
I'm more worried about the 5 hour cuz I only use it a few days per week, but normally I only use about 30-50% of the old 5 hour limits per session so hopefully it should be fine
Regarding this, did they bump up the usage on the 200usd pro plan than right?
Dang, why are they so nice. I would like OAI to continue making better models and satisfying customers that way, not via more usage. They are currently burning through their profits.
Yea or you can use one account and if you run out swap accounts and keep context.
Reading the comments on r/Codex, I think the 5 hour-limit is what got nerfed. OAI also said this
The Codex promotion for existing Plus subscribers ends today and as a part of this, we’re rebalancing Codex usage in Plus to support more sessions throughout the week, rather than longer sessions in a single day.
I just did two small prompts on Plus subscription:
5h limit goes down super fast now lol
1 prompt just drain me 40% of 5h usage, this is bad
hmmm I'm pay $200 for pro pack in the last month, now price decrease to $100, so what's happend with current user ???
I checked reddit and it said 5 hour is now equal to 15% of weekly instead of 33%, but the promotion also ended. Does that mean it's reduced by 75% 💀
Ai prompt engineering
2x usage for pro users
It's not a price decrease - it's a new pricing tier. $200 plan still exists
Ok, that good. 🥱
yo extremely high really worth it with the new codex update? or should use medium and high
Same 5h usage is going down like crazy now
Right after the introduction of $100 plan
Ohhhh it makes complete sense now why 1 prompt nuked 40% of your 5h. You should definitely use medium
it's worth when you refactory the codebase your project ... like from pure script into framework language.
but if i need something complex? what i should do? extremely high worth it for complex system or should just use high
ohh but for make a new mechanic, i can just use high?
Why?
Is it that bad?
Now this is crazy thank you sm openai, the 100 dollars plan OMGGGGG
yes, high is enought.
okay thank you, i hope the 5h usage is enough for all i wanna do
You should use medium. High is only ~2% more accurate for 33% more tokens. Xhigh is quite literally 0.3% more accurate than high at double the token cost.
cause the weekly is enough i dont spend a lot, i always have about 15% left
Where do you see this? I always use Xhigh?
Same here, right after the update it crashed and burned
well gpt is WAY more accurate with code always has been, but terrible ui design so i use free gemini for that but my main reason is the amount of usage i get by default for 20 dollar plan is awesome for a few days but 200 was always way to much usage for the price for what i do but the claude usage limits are freakin awful so 100 dollar one is perfect for me
and until today I used extremely high for everything 💀 But somehow it lasted me up to a week and the 5h didn't run out, but now it can't be done
me
and dude i was just spending all day today to choose what to spend me money on to cause its getting close to me having to renew this is perfect
Imagine how bad luck i've got they reset all users weekly in codex in same time that my weekly was about to reset
oof
only 1 hour
https://openai.com/index/introducing-gpt-5-4-mini-and-nano/
I stand corrected. Here's the metrics
Medium -> High: 0.3% more accurate at 33% more token usage
High -> Xhigh: 2.1% more accurate at 100% more tokens
Medium -> Xhigh: 2.4% more accurate at 133% more tokens
The clear choice is Medium
100 dollar plan?
this why 100 dollar plan is perfect
Some men just want to watch the tokens burn
usage limits is already generous by default with gpt
Ok, now I see it, $100 = 5x, $200 = 20x usage hehe
agree
you can't have this in claude
dude fr and the last thing they did was release a new model...to only rich ceo people
direction claude is going is sad
also openai has always had better coding models in my opinion it only does what you want it to 90 percent of the time and not add random things
dawg only 2.4% i tought was way more
ive always thought medium was better to haha
also antigravity got f up and claude one prompt and says You're at limit so only codex is good now ig
yea fr
google...billllions of dollars to produce the worst software i honestly thought they would have won by now
Same thoughts
Tell me you have tried Gemini in Google Sheets without telling me you've tried Gemini in Google Sheets
i used to work for a game company and the only prs they would except was from code on codex because it didnt make up patterns and stuff just reused what was there
its more like what you do for work id imagine google ai with google sheets and docs and such is awesome i just dont use those
where is that cited?
You'd be wrong my friend.. Chatgpt vastly outperforms Gemini inside google sheets.
hmm like i said i have no idea i dont use it
remember when there was classes on that software? haha
Exactly! Most people do!
Xhigh is substantially better at other things, such as non-coding tasks. Scientific research and stuff. But under coding workloads, Xhigh is diminishing returns.
He literally gave you the link
anyone currently using the 100 dollar plan? and if so do you get the fun faster model i forgot what it was called
It's not my fault ChatGPT can't read the benchmarks on that page
My company has been heavily reliant on google sheets for a ton of daily workflows. I've systematically eradicated these, i excrement you not, 50+ different daily sheets, into an internal intranet build 100% by codex.
i see, so is better just use medium, almost the same perfomance for 100% less usage
more reasons to use codex
thats awesome
codex the only ai for real world work
claude is way to wanting to add more bloat and gemini...well is gemini
same but on a private wordpress site using ACF for custom metadata imported from google sheets
Gemini is Ralph Wiggum.
Anyone know how to connect codex to git?
Did codex just get lobotomized?
I’m having it saying „working on it right now“ when it really does nothing
Had that only with ChatGPT in past, never with codex. Seems it’s now also gaslighting there? 🥲🥲
alright im on pro now
When I download the ext it doesn't ask for the account
Have you tried Gemini inside Google Sheets? It's an.. experience
Precisely. Even if medium has to two-shot a task that xhigh would one-shot, it still costs fewer tokens to two-shot with medium.
Oh dear, say it aint so joe
no i haven't but some sheets we have have dozens of columns and thousands of rows
gets real mssy
If your sheet isn't in double letters columns wise, it doesn't qualify as a sheet :p
I just finished moving our sales analysis from sheets to the website.. Took about 2 days dismantling that beast
Something I built 3 years ago.. I opened that crap up and was like "I have no memory of this"
i trust catalyst on sheets
wordpress is more flexible since you can fully customize the code
As long as you don't eat crackers in bed you're welcome in my sheets 😉
What a weird thing to gatekeep
might be this:
i see, but what model i should use? gpt 5.4 mini or gpt 5.4
I would at least try 5.4-mini high for simple stuff. Wanna change the color of a button? Mini is perfect. Wanna build a whole new feature with rich architectural details? 5.4 medium
that's claude though
I though you use claude, I saw you mention that before
my bad then
ahh yeah I did used claude provided from my company, the screen shot I showed was the codex one haha
If you're using sub agents, I would have 5.4 medium be the main agent, and the sub agents be 5.4-mini. Make the main agent provide enough details to the mini agents so there is zero confusion about what they're doing and they can one-shot it effortlessly.
Oh well then? Are you on plus plan by any chance?
codex? currenttly, yeah
i see, using codex like this you think i can save the 5h for the enough time?
I'm running into many limits right after the introduction of $100 plan
mostly on 5h plan
i see, but i dont use sub agents, they drain a lot of usage
10x usage for $100 plan o.0
With mini-only you probably will never hit the 5hr. I think you can get 5x more usage out of mini. But they're less accurate. In my testing they're very capable, but they do drift or misunderstand things, so you gotta really engineer the prompts to remove all ambiguity.
i think gpt 5.4 worth it, anyways i dont use codex that much, and the language i use is not that expensive so maybe sometimes i can save the 5h usage
They changed the rate card to purely token-based so the scaling is different now. The $200 is now 20x tokens, before it was 6x messages. I have noticed my weekly is decreasing slower since the new update! It is pretty awesome
Did they shrink the plus plan in the process of this?
They shrunk the 5hr window. The weekly window is the same. Basically load balanced the plus plan
And apparently got rid of some 2x promo
Are you guys using gpt 5.4 pro sometimes ? I'm vibe coding really all days but never really saw the utility to use the pro
they definitely gave us more usage
we not using gpt5.4 pro, 5.4 is enought, just select medium or high.
yeah same, it burns faster after the resett
I know for the basic 5.4 but there must be a cool usage of pro
which plan currently has the most usage limits, plus or business?
Very rare occasions I will use it for something. The other day I had it design a Flutter+Rust integration test thing. Basically sometimes if you ask a coding model inside a codebase to design something, and they look at some section that looks broken, they'll design around bad assumptions. So I use the Pro model when I want a fresh perspective and zero bad context.
is that normal that codex on 5.4 high hits limit just after 30 min of work?
I agree
plus plan shouldn't use high, just stay mini or medium.
LETS GO I USED 55% USAGE IN A DAY AND IT GOT RESET I LOVE CODEX
love that i gotta update my framework to support the new pro split
&& also support Go subscription at that point too
Go < Plus < Busines (Plus+) < Pro 5x < Pro 20x
Business is basically Plus+
to me, the plus plan is for like "help, i miss placed my vacation pictures folder somewhere on my pc, can you find it?"
Plus plan can be super optimized if you use it right
and not "hey, can you build a complete website at around 20,000 lines of code?"
yes definitely
i got plus around when 5.3 codex came put and it was double usage, took 3 days to burn the whole thing on double usage with no agents or workflows.
Ngl I have used codex as a disk cleaner 🤣 it finds literally all of the trash
Is it safe?
Yeah I wish I could do pro plan from my plus but 100 bucks a month ain’t cheap
mkdir /tmp/disk-cleaner && codex -C /tmp/disk-cleaner -s workspace-write
It asks for approval for all cleaning commands
Oh I though you use full access?
In my config.toml I have danger-full-access, because the app-server does this weird thing where MCP tools inherit the global config sandbox. But I always spawn my agents with workspace-write
bro im using codex with medium usage and gpt 5.4 mini and with like 6 normal questions it drain 4% 5h usage, this isnt normal
Or you mean full access for the disk cleaner? Yeah I do not want it to autonomously clean stuff lol I do wanna review their commands
Ok that's how I see it too, but then really rare
- What OS?
- CLI, Desktop, or VSCode?
- What version?
- What features enabled in config.toml?
windows, codex app, gpt 5.4 mini and im using the default setup
By default setup you mean config.toml is totally empty?
yes
so prior to todays changes... pro $200 was x what the plus plan?
Try adding this to your config.toml
[features]
# Ones I care about
view_image = true # Handy, obvious
unified_exec = true # Enables uncapped command running
steer = true # Enables mid-turn and inter-agent communication, vital feature
apps = false # Need to find use for this (what apps are available/worthy of enablement)
tui_app_server = true
memories = false # Disabled for now, worth considering, requires testing
#memory_tool = false
#sqlite = true # Potentially default enabled, don't wanna regress
plugins = false # Need to understand what makes this different from apps/skills/mcp
codex_hooks = true # Much better running-state tracker
# Ones I don't
multi_agent = false # Wrecks weekly rate limits
shell_zsh_fork = false # Drops back down to synchronous 10 min cap command execution
collaboration_modes = false # UX variants managed by hand
# collab = false # Deprecated (multi_agent)
codex_git_commit = false # Managed manually
fast_mode = false # Achieved through concurrency
responses_websockets = false # Absolutely gobbles rate limits
responses_websockets_v2 = false # "I want 0% weekly as fast as possible"
voice_transcription = false # Wispr Flow
undo = false # Conflicts with version control
js_repl = false # Just open a terminal
Does anyone have a link on new usage limits? I can't find anything specifying that 200 plan gets x20 (even though it's inferred)
hmm hit my 5 hour limit on plus for the first time ever and there's 2 hours to go. bad sign.
It's fragmented. Here is the rate card: https://help.openai.com/en/articles/20001106-codex-rate-card
They switched to token-based. No explanation on how many credits each plan has, only know the scaling factor
what this do?
When Codex auto-updates, some of those features get default enabled even if they don't exist in config.toml. This is my personal list of features that I've thoroughly tested for optimal quota usage. I marked each feature with observations. responses_websockets may no longer chew through quota with the new update but the rest are afaik still applicable
so with this the usage is more efficient?
The only catch is if you're using desktop, you likely don't get to choose the underlying codex version, so OpenAI can always introduce bugs that chew through rate limits. I'm working with v0.116.0
you work in vs code?
I work in Robdex 🤪
yes, ai for general system management is great, its worth a sub just for that
The official desktop app is OK, but I like to customize
what's the point of giving $100 in credits away if I hit my weekly limit after 2 hours using 5.4 mini
in pro???
or plus
ah
mb
I don't have a subscription, I claimed the student credits
after 11 min i hit limit
this new usage limit update is so bad, i hope they do something about it
so the $100 of api credits was just a marketing stunt? we can only actually use like $5?
we’re increasing Codex usage for a limited time through May 31st
Is this for the new 100 PRO plan only, or increased for Plus also?
announcements from this server is like opening a cs2 case
only pro
okey thanks
i cant even fix my units ;O
This is like that 3d simpsons episode
where did you gett that
it's literally 10x the usage of plus
From the announcements tab
have you tried the pro $100 plan?
It's to get people hooked. Once they experience 10x Pro and it drops to 5x, they're gonna be clamoring for the 20x 😈
No, I usually use claude, i'm only trying codex cause of the free credits
at this point you're just rage baiting
How so, I got $100 of free credits and 2 hours later I'm at 2% weekly remaining, I used 5.4 mini
sorry, I am just confused by what you've said earlier lol, but looks like you are on free plan though
free plan does hit rate limit faster
If you have $100 in credits, that's 2500 credits. I'm pretty sure once you hit 0% it'll start burning those credits
I'll try proompting more
Genuinely impressed with you reading 'Upgrade to Plus'
Go here if you wanna see your credits remaining: https://chatgpt.com/codex/cloud/settings/usage
Also just noticed they got rid of cloud code review quota
Is it available somewhere? I would like free credits
Also API credits !== Codex credits?
announcements tab
Open your peepers
It was up more!
Sure sure
If it was $50/mo, I'd consider it
why does it feel like the 5h got shrunk? plus plan
Because it did
It was 2x usage for a while and it’s gone now
damn
hell naw bro,gpt 5.4 and medium, 1 prompt take 11% of my 5h usage
Game over
yea it feels like 20 msgs and the limit is over
I thought I read they were keeping 2x till May 31st
Okay Mr. Pro plan
i never worried about the 5h usage, until now
only pro
Oh ok I’m on pro so I’m good
Wasting money speed run any%
Like Britney Spears says
I can’t actually quote it or I’ll get my pee pee slapped
You better work bi%#!
I quoted the Walter White confession and I got muted
Lmao
This morning some guy dropped all his information in the chat so I thought it was funny
In here?
🤖 did not think it was funny
Yeah, I think it got deleted
The 2x applies to the $100 Pro plan only afaik
That's the third time it was said, hopefully he understands now
I just don't want him to be disappointed that the $200 plan doesn't have 40x 😂
Too late
Is this on plus?
yep
Brave if you to assume I can read
Ah they probably modified the base unit then (since they are giving 20x to $200 plan they can't have the base $20 unit be too big)
New pfp scared me
Cacaw
I think pro might still have double usage limits
More like a hoo
I'm not sure though
i dont have enough money for pro
^^
I figured if Jane can identify as a she wolf I can be a stoic owl
It IS 2026 after all
Can someone help me? i have chatgpt plus but i am not able to have the 5hr hrly limit?
I want a bot in here that keeps count of how many times usage limits is mentioned in a day
No everyone's double usage ended on April 2nd.
Now the new plan ($100) has double usage but they're the only ones
is the 5h usage gone?
it drain so fast now
no
its like
its not there at all
for me
my weekly usage got depleted in like 1 hr
I don't care, I ain't paying all that
wth
Not possible, stop lying for attention
I hope the $200 Pro plan is not double usage limits right now because I'd be looking at a 3 day week
the weekly usage is the same, they only change 5h usage
Technically, with the rate increase, it would be cost effective to, at least while the promotion is active.
5hr limit << Weekly limit
There is no 5hourly limit
Think of all the stuff you could do
weird
ok? That response feels kinda weird. You mentioned pro had double usage I told you they don't and you follow up saying you don't care you're not paying that?
yesterday it was showing
It is!
It's not, only $100 plan has double usage right now (from what I understand)
Yikes... I'm gonna keep my fingers crossed that we're all experiencing a real-time mandella effect
where can i find help?
Complain to support tbh, you can email them
Go here https://chatgpt.com/codex/cloud/settings/usage and take screenshot of usage limit bars
what does this do?
Analyzes your token usage and gives you a report
the pastebin link is broken
Sec
They're gone son, no need for a report
just hit the 5h limit after like 30min of work
it's normal since it's expected to be 1/4th what it was before
just doesn't feel good
we had 2x promotion before, so that is 1/2, today they reduced it by 1/2 to spread out the usage across the week, total 1/4
1 prompt just drain me 40% of 5h usage, is not normal 😭
prompt
prompt
I prefer proompt
Im a Preept kinda guy
prompt
If you aren’t prooompting
Who(ot)
Preempt
So weekly quota is the same
Who care
2% of 5 hourly for this session
this is reasonable
I didn't notice an increase in weekly usage drain on plus between yesterday and now. Only 5h usage is faster.
yay
despite me doing nothing?
anyways
idk how yall complaining about the usage
you get 20 dollars of inference every 5 hours on a 20 dollar per month plan
I'm not having any apparent issues with the 5-hour limit
Honestly it makes sense.
Codex usage has always been way to generous on $20 plan (before 2x increase it was $200 a month on $20 plan, I'm guessing it was something similar to that yesterday)
and rate limits will probably be multiplied by 1/5 or 1/10 eventually
Tht's just like, your opinion man
are you using subagents or something?
because that'll burn through your limits quickly
Shut up Donnie!
Honestly everyone complaining should try out claude, on the $100 plan I was going through 30% in one prompt.
opus is really expensive so checks out
I mean you can, they're roughly equivalent in capabilities
sonnet would be closer to 5.4 mini
If you're complaining about your usage, but not running the script I've graciously provided, I don't want to hear about it.
Opus is only about 60% more expensive, it would be the equivalent of about 20% being used up on one prompt
Pro 20x here, or I guess 40x while 2x is running, usage drain is definitely very slow right now 👍
Yeap same here, it's awesome
which script? will it make the usage go slower? xdd
It will give you a report of where you're being wasteful
ohh ok, where do i find it
https://pastebin.com/bn7Zn1Hr
SINCE_DAYS=7 python3 scripts/analyze-codex-tokens.py
thanks, gotta check it out
I think pro got a buff even without the 2x promotion?
am I wrong about that?
because plus hasnt had that big of a hit
and now pro is 20x
Let me know if it provided anything useful
where i put this
Anywhere you want then just run the command
example output
360 │ ## Likely Savings Opportunities
361 │
362 │ - Subagent usage is a major cost center: 788,837,243 of 1,510,970,364 total tokens (52.2%) are in subagent sessions.
363 │ - Context replay dominates output: input/output is 341.7x and cached-input/output is 325.2x across the whole report w
│ indow.
364 │ - A small number of sessions dominate spend: the top 5 non-subagent sessions account for 472,729,630 tokens (31.3% of
│ total usage).
365 │ - The largest subagent hotspot is `019d5c22-7d8d-7dc1-9741-16dae575f3e8` in Conduit: 8 descendant subagents consumed
│ 639,475,520 tokens, equal to 340.7% of the parent session's own token count.
366 │ - The heaviest static instruction payload observed was in `019d5449-96de-7ce3-9640-6064ee49163b` (SyncMobile) at 37,1
│ 77 characters, or about ~9,294 tokens before any repo/file context was added.
both pro 5x and pro 20x or a specific one?
pro 5x should be on 2x, pro 20x as well but as far as I can tell only if you were already on the $200 plan
https://x.com/OpenAI/status/2042296046009626989
"Our existing $200 Pro tier still remains our highest usage option. And as a thank you to our existing Pro users on the $200 tier, we’re extending our 2x Codex usage promo (until May 31st) and we’ve reset your Codex rate limits (yes, again)."
holy moly usage nerf is real
Looks like I have more optimizing to do 💀
I expected more from you Rob
are you on the 20x?
Apparently the 40x plan right now
damn
i like never use spark how to use it so much lol
It goes by very quickly
you can use it for tonnes of stuff, like quick edits, or quick answers, git flows
I'm guessing it's only for $20 subs
I think if I switch QA to mini I'll be alright, but for now on 40x it looks manageable
How... that's actually incredible
earlier I got like 2 projects x 3hours of time in a session, now it looks like 1 hour or less max
I haven't touched spark in a while
Are you on plus?
yes for now, but weekly limit also seems like x2 less
Honestly the rate limits have been great for me
Yeah they said plus had a 5h session nerf (so less usage per session but you get more sessions)
If this x40, oh well it'll continue till the 31fst of may then a downhill from there.
Ah you got access to GPT 7000?
Honestly I tried it but I think GPT 6767 is still the proper one
my usage dash isnt updating so i cant tell how the usage is
this will make sense in 2500
@boreal holly at this rate you are going to bleed moneis if they don't bring about a model that is real good at one shotting things xD
I'm on the Pro 40x and I've used it for maybe 30 minutes so far, single agent though, GPT-5.4 high, it hasn't even moved from 100% yet 😂
No bro trust me the model is real they just put it in the $69,420 plan because it's so expensive to run the 67T paramater model
I'm running a couple chats at the same time on GPT 5.4 fast mode and got it down to 96%
Oh man, It's my QA agents. They're 5.4 medium, and they are non-stop testing the app in simulators and generating lots of tasks. I gotta drop em down to mini when 20x comes around
Harsh! 🔥
What are you working on if youre able to say?
gpt 7001 will be goated ✌️
It's an ERP software for HVAC/Electrical/Plumbing
And is this personal usage or youre going to sell access to it
Dude I'm working on something so similar right now but it's more geared towards club management
I like how Tibo said that today was just the small plan, the big plan is still to come. That can either mean there's a bigger plan being released on ChatGPT in the near future, or I hope he means a fairly improved new model
what yall mean a model thats good at oneshotting things
there is a model thats good at oneshotting things
its called 5.4
It's hosted, will feature a native app on all platforms including Linux
He’s codex pilled
I hope it's a bigger plan (maybe $500), with access to a bigger model (like Mythos level)
beyond my budget, $200 is enough 😄
Very cool!
codex inside a Linux system is like practicing wizardry lol
we can walk anywhere
fly , even
thats where the money is. In domain niches outside of coding/swe, all the devs are building in their domain because thats where they are experts. But currently every iteration of a model and the tooling the big players bring out makes that work worthless.
Talk to domain experts and find what they need
I need ai, where if I say "make it perfect, no mistakes", it works
😆
People say the market is saturated with ERP software, but with AI we can actually start with zero technical debt and build real value 🤌
yeah i could do with ai like that as well.
What im saying is there are a lot of gaps to fill with this new tech, but they are in domains outside of swe. And mostly the swe is still the person to implement it
completely different industry now. the obvious "client wants x, i implement x" in way way way less time. also better software
Yeap and personalize it to companies as well.
The reason most small to medium companies don't start using it is because you usually have to change the way your operations work, but with AI making customizing things from a base so easy it makes everyone want ot change
clear divide between a dev leveraging ai and one that is stubborn and still handwriting code, its nice fun nerdy, yes, but old school now
and now a good dev can do more, focus on creativity more
guys pass tips for make codex use less usage, i use medium and gpt 5.4 mini for tiny task and gpt 5.4 for normal tasks, but still drain me a lot of usage, what should do?(please tips)
buy 100 plan
Honestly I don't understand stubborn devs, I made a lot of software pre-AI and I was also stubborn to change when it was GPT 4 - GPT 5.1
The moment I saw GPT 5.2 though (and Opus 4.5) I understood. AI is not going to slow down, yes sure right now code will be better quality if written by a senior developer, but what they don't understand is that Mythos level AI and further are going to keep coming and eventually <1% of developers will be able to write better code than AI
I don't know your situation so I can't really give you a suggestion but just wondering.
Are you building something to make money off of it? Are working at a company? Is it more of a hobby? Are you trying to automate parts of your life?
give the model more context.
It's funny, a lotta anti-AI devs don't realize programming languages are human languages, LLMs are the ultimate translators of human languages. You can still be a good engineer and use LLMs to translate your ideas into code!
new thing = things change = I dont want to change = therefore AI bad
people rebelled against machines as well, didnt work out well
is more like a hobby and make a bit of money with it, but is annoying worry about usage every time
Here are some general ones:
One question per chat (maximum 2-3), if you are working on something new it should definetly be a new chat, if you are trying to guide the AI to understand then you're first prompt was probably fundamentally wrong and you now have more input on every chat turn and the way AI works (next token prediction) it's also more prone to go the wrong way and waste a ton of tokens (context rot).
Don't resume conversations. It is likely if you resume a conversation the cache has been invalidated by now and every single token (probably 10-100k) is now considered input token instead of cached input token).
You can try using GPT online to guide you into creating the plan (you ask it what the best way to implement something is, make a plan with it, once it's finished drop it into Codex). This will help you #1 not spend your time on solutions that are not ideal, #2 have better prompts, #3 prevent the bot from having to assume and cancelling midway.
Tell the model where things are (store things in AGENTS.md that are recurring), that way it doesn't bring in context it doesn't need
Try Copilot I guess, I've heard they have really generous limits on $30 plan (if there's no way you can go up to $100 plan it seems GPT $20 plan will have it rough for a while)
i will try this when my 5h usage reset
Also don't use MCP servers (they waste a ton of tokens)
My time resets... when? What timezone is that? If it's UTC it's already passed, if it my actual time zone, it also already passed 🤔
ok i feels like i have much more usage, are we on double usage on all plans again, or is it only the $100 plan
double usage still here
imma see how fast i can drain this (plus plan btw)
what do you guys use/do to make codex suck less on frontend/UI
Impeccable skill helps a bit. Stitch MCP also helps
claude sonnet is still the goat in that space
google stitch?
yes
i used to have the option for guardian mode in permissions on code app, but is seems to have be removed.
Imagine if a model just said 'I genuinely do not know' rather than being like 100% confident in its finding only to be wrong
over nd over and over and over
You'll fit right in son
Make sure you argue every offer of help you receive and also don't give any information that may help others help you
The golden rules
Sounds crazy but gemini has very generous free limits, use acpx and get codex to get gemini to build the front end pln or offer front end direction
Besides that, skills.
The problem I have with UI skills, is that every app that uses the same skills will likely end up looking pretty much the same
SAY IT WITH YOUR CHEST
right meow!
just pick a ui framwork and be done with it
Helps if you have a creative bone in your body too, like apple has HIG which you cna use to help stay standardized, but that doesnt stop you from doing something unique
That skill looks awesome 🤯
thanks. i'll check it out
Wasn't Codex supposed to half the rate limits for the Plus plan? Seems to me like it got much more than halved
trial and error
some referral code for log in with runway AI?
No this is a fake rumor, usages have been increased
Speaking from experience, not rumor
Might be a conflation with Anthropic's peak-hour throttling?
Apparently openai is the underdog
no this chat only shows there star gate that just started being made they use amazon and Microsoft for most of there compute and thats not showing on the chart
1 prompt and 50% is used of the 5 hour is it lowered for plus subscribers?
There's no way plus plan will stay being this weak
yeah they lowered plus plan a lot making it insanly weak almost not even usable at this point and made pro plan 100$ which prob works like plus plan did before
yeah i think its time to switch definetly not worth i swear 1 prompt im 50% for 5 hour and 80% for week 😄
I know they are just to selfish at this point, if they aint fixing it they have ruined it completely
The last message from Codex was sent at almost 6:00 PM, and now it’s 6:30 PM. It’s been nearly 30 minutes without any feedback on what’s happening but the “Working for…” timer. I’m not sure whether the model is actually processing something or if it’s stuck. This issue started a few days ago, and I’m unsure whether it’s a bug with Codex or with the third party UI I'm using (t3 code).
the 5 hour rate limit is absolutely cooked after update.
Hi
My profile good right?
uh no 100 dollar plan ive been beating it all day 93 percent used and thats using fast mode all day on high
could be the increased limits to tho
I don't I use Claude for that (as soon as a capable front end model from GPT comes I'm actually going to unsub from anthropic, don't like those guys at all)
They didn't change plus limits as far as I understand (for total usage), they did however make 5 hour sessions much shorter.
So the 10x on $100 plan should be 10x from what you used to have on plus plan
i'm still gucci
i only work on like 1 project at a time anyways
Yeah I've seen multiple people complain about the $20 plan, I'm guessing they made 5 hour session probably half or 1/3 of what it used to be
which is a tiny smidge scummy but im sure its a marketing idea to push people to the 100 dollar plan
but to be fair the 20 dollar plan been cracked for a while
It doesn't feel scummy to me at all, they're giving $200+ on a $20 plan
buy on mpgh forum for 10 usd .. save half
all my accounts now coming from there
Yeah would be acceptable if the ai actually could do stuff, but often take like 5 messages to even make it understand some c++ code parts
eh regardless they are still way more generous then claude
littery after 3 messages on chatgpt 5.4
20 dollar account?
yes
they reset my limits ..
hmmm im sure it will go back to normal once the limits reset maybe
wow yes so run 2x5h and was down 70% on weekly
dont be so glad yet, you run out of tokens in 5 messages
oh so they update their system and made it worse ?? about to start ..
pretty much
Nah they made it much better
lemme type the first message then i report here
I've been running all day on multiple projects and barely gotten it down 4-5%
we have 2x though
It is slightly better
using 5.4 high let me check how much the first message consume ..
Yeah so even without 2x it's still <10% on a day I've been going through a ton of usage
New usage is amazing
oh wow one message 3%
Yeah they definetly messed up the $20 plan
seems like the nerfed the plus plan 5 hour and added a $100 plan
20 plan is pretty much as the same "free" was before
+1 message btw.
wow
so the new 100 is the old 20
Honestly makes sense
People where probably too hapy on the $20 plan because no one needed more. They want to push people onto the actual programming plans
some reddit giga chad 100% tracked all the usage and have a nice comparison ?
after sora is out the focus is now more on codex.. study claude code etc.. makes all sense
just get better at coding and everything else follows. Be better at tooling to run computers etc
Well they said they didn't change the usage on the $20 plan (total usage), they did definetly modify the session usage
anyone on the 100?
cant understand are they lying or arent they testing their products?
sams mentor YC says sam is a notorious liar ..
that robot company openai worked with it kicked them out of their offices and end the partnership..
openai shares barly sold on the secondary market place .. everyone wants anthropic .. but that will also not end well (because of lies)
google and anthropic teaming up to be the only competition and stroke each others back at the same time
new york times bought out an article ..
Anthropic is so much worse than OpenAI though
100%
remember shareholder when they buy something 99% buy the top ..
I'm on the Anthropic 100 dollar plan and 3 prompts finish my session usage
same
Did 5.4 Xhigh just get dumber or did I challenge it/ need to start with a fresh context window?
yes
They have better tooling to the business layer and a better model for general communication
so yes i think the AI bubble getting cooked and popped soon or later
sam just bought also a a podcast to init a pump and dump lol
i think openai will be the yahoo thing in the AI bubble
Huh? A better model for general communication?
They provide absolutely no information on their usage (at least Open AI states a message range), most important announcements are made through someone like Tariq instead of their actual account, when you ask for support you're answered by an AI, you ask to speak to a human and I swear they sound like a bot as well, and so many more issues
just get pro, new plan released today
They change limits and don't announce it until later
is it worth it?
i mean its not the old 20 ?
prolly not worth it, just some other bs plan
anyone here tested it ?
related to the limits ..
no issue with limits, usage is great and generous
bro
on the 20 you mean ?
are you perhaps employed in chatgpt
a tiny 20$ plan isnt for anything serious, its for, "hey chat i lost my photos folder, can u search my pc and find it, thanks!"
not "hey code this website with 987 agents, thanks"
what logic is that here:
Yeah claude is much better at talking to ppl than gpt is, it balances its vocabulary and meets the user at their level automatically. It understands the nuances of conversation better and doesnt bloat conversation. It gets the balance and can read between the lines. Combine that with the tooling they provide for the business layer (which uses api btw) and you get a really nice experience using it to work in white collar situations.
5x is $100 20x is $200 same as Claude
yes i said above the pro 100$ plan is great
ok
are you a bot?
?
Dude stop complaining, go try the $20 on Claude, realize they don't even allow you 1 prompt and come back
As someone that uses both, I can confirm that the claude $20 was so tight you need max. At least you get a bunch more usage out of the gpt $20
a 20$ plan is not for serious coding lol
its to try it out or use chatting features only
if you want to code, get highest tier
i used 2x 20 with 100 cc and it is for serious coding ..
Not really. Like I said, I use both, so I never run out on the $20 gpt. Its great for codex --exec
20$ plan is less than a dollar a day, cant expect to code 8 hours with that
crazy
its always depend on usage .. if you AI slop yes get the 200 ..
Perfectly said
the usage limits we are given are so generous, we are lucky
but most people i know they are serious coder including me 2x20 and 100 cc was enough. .. i actually until recently never used codex heavly ..
all of them do the same .. its onloading customers profitable in 2-5 years .. totally normal ..
Yeah unfortunately both companies have messed up those plans.
I use Codex for almost everything (anthropic $100 plan will get me 3 prompts every 5 hours, so I only use it for front end details), and I can tell you right now the $200 plan just got so MUCH better
I haven't tested it out but I'm not kidding I think I can probably get like 5k messages in a week
yes might i switch out of cc and go with codex 100 ..
everything right now with cc is lower garbage ..
literally have to always verify it manually or with codex ..
i didnt touch frontend really so no idea how its there ...
Yeah they decreased the quality a lot, (I feel like GPT also did it but not to the same extent), hope they release the new models soon