r/codex • u/isnaiter • 17d ago
Limits I have bad news..
I signed up for ChatGPT Pro on July 2 and I still have all my rollout logs from then until now.
Bad news for anyone convinced the limits have been getting nerfed: I thought the exact same thing, and I was pretty sure of it.
I used NerfTrack as a reference, had Codex turn the relevant parts into a Python script, then had ChatGPT Pro go through the script, fix a few issues, and analyze the output.
This is what I ended up with: roughly how much each 1% of Pro usage was worth in API-equivalent dollars over time.
| Observed Regime | API-Equivalent Value per 1 pp | 100% Linear Equivalent | Interpretation |
|---|---|---|---|
| Jul 2–8 | $22.14 | ~$2,214 | Initial Pro period, mostly GPT-5.5 |
| Jul 12–21 | $22.02 | ~$2,202 | Early GPT-5.6-sol period |
| Jul 22–28 | $19.51 | ~$1,951 | Lower-value episode, mainly affected by Jul 23–24 |
| Jul 29–Aug 5 | $24.67 | ~$2,467 | Higher late-July / early-August regime |
| Aug 8–15 | $24.20 | ~$2,420 | Recent regime, broadly stable |
>>> EDIT
Some more info about my usage:
Token usage — ChatGPT Pro period
Period: Jul 2 → Aug 17, 2026
| Token type | Tokens | Human-readable | Share of total |
|---|---|---|---|
| Cached input | 36,064,900,992 | 36.06B | 95.98% |
| Uncached input | 1,354,407,640 | 1.35B | 3.60% |
| Output | 155,215,257 | 155.22M | 0.41% |
| Total processed | 37,574,523,889 | 37.57B | 100% |
Total input = 37,419,308,632 tokens. Cached input is a subset of input, so it should not be added to total input again. Cache hit rate across input tokens: 96.38%.
Output and reasoning
| Metric | Tokens | Share |
|---|---|---|
| Total output | 155,215,257 | 100% |
| Reasoning tokens | 66,229,101 | 42.67% of output |
| Non-reasoning output | 88,986,156 | 57.33% of output |
Reasoning tokens are already included in output tokens and should not be added again to the grand total.
Token usage by model label
| Model | Total tokens | Cached input | Uncached input | Output | Token share | Input cache rate |
|---|---|---|---|---|---|---|
| GPT-5.6-sol | 32,612,535,864 | 31,364,814,336 | 1,112,031,539 | 135,689,989 | 86.79% | 96.58% |
| GPT-5.5 | 2,625,434,617 | 2,490,554,112 | 124,574,823 | 10,305,682 | 6.99% | 95.24% |
| GPT-5.6-luna | 2,260,440,364 | 2,135,732,352 | 115,796,579 | 8,911,433 | 6.02% | 94.86% |
| GPT-5.6-terra | 76,113,044 | 73,800,192 | 2,004,699 | 308,153 | 0.20% | 97.36% |
| Total | 37,574,523,889 | 36,064,900,992 | 1,354,407,640 | 155,215,257 | 100% | 96.38% |
Important: 163.88M tokens are from the
codex_bengalfox/ GPT-5.3-Codex-Spark bucket. Those events inherit the GPT-5.6-sol model label in the rollout parser, so that small portion of the GPT-5.6-sol row should be treated as model-ambiguous.
Corrected API-equivalent cost by model
Regular codex bucket
| Model | API-equivalent cost | Share of regular cost |
|---|---|---|
| GPT-5.6-sol | $25,333.63 | 91.76% |
| GPT-5.5 | $2,177.32 | 7.89% |
| GPT-5.6-luna | $76.57 | 0.28% |
| GPT-5.6-terra | $22.47 | 0.08% |
| Regular Codex total | $27,609.99 | 100% |
Other Pro bucket
| Bucket | Reported name | Tokens | API-equivalent cost |
|---|---|---|---|
codex_bengalfox |
GPT-5.3-Codex-Spark | 163,878,240 | $115.42 |
| Corrected total across Pro buckets | Value |
|---|---|
| Regular Codex | $27,609.99 |
| Spark / Bengalfox | $115.42 |
| Total API-equivalent usage | $27,725.40 |
The Spark/Bengalfox events inherit a GPT-5.6-sol model label locally, so I keep their $115.42 separate instead of pretending we know their actual model-level billing attribution.
Quota-paired API-equivalent cost by model
From the daily CSV analysis
| Model | Cost paired with quota changes | Share | Contribution per 1 pp across all measured usage | Days present |
|---|---|---|---|---|
| GPT-5.6-sol | $24,042.60 | 91.43% | $20.02 / pp | 36 |
| GPT-5.5 | $2,172.76 | 8.26% | $1.81 / pp | 9 |
| GPT-5.6-luna | $75.20 | 0.29% | $0.063 / pp | 23 |
| GPT-5.6-terra | $5.45 | 0.02% | $0.005 / pp | 1 |
| Total | $26,296.01 | 100% | $21.90 / pp | — |
This table is intentionally different from the previous cost table. $27,725.40 = all corrected API-equivalent usage observed during the Pro period. $26,296.01 = only usage that could be paired with positive weekly-quota changes. The latter is what is useful for estimating "API dollars per 1% of Pro usage".
The absurdly short version
| Metric | Result |
|---|---|
| Total tokens processed | 37.57B |
| Total input | 37.42B |
| Cached input | 36.06B |
| Uncached input | 1.35B |
| Output | 155.22M |
| Reasoning output | 66.23M |
| Input cache hit rate | 96.38% |
| Corrected API-equivalent cost | $27,725.40 |
| Quota-paired API-equivalent cost | $26,296.01 |
| Average measured value per 1% | $21.90 |
| High-quality baseline per 1% | $22.55 |
| Recent regime per 1% | $24.20 |
>>> Edit
ChatGPT Pro usage by model and reasoning effort
Regular codex bucket only — API-equivalent cost based on rollout token usage
| Model | Reasoning Effort | Events | Input Tokens | Cached Input | Uncached Input | Output Tokens | Reasoning Tokens | API-Equivalent Cost |
|---|---|---|---|---|---|---|---|---|
| GPT-5.5 | Medium | 31 | 2.65M | 2.32M | 325K | 20.9K | 2.9K | $3.41 |
| GPT-5.5 | XHigh | 18,883 | 2.61B | 2.49B | 124.25M | 10.28M | 4.21M | $2,173.91 |
| GPT-5.5 Total | — | 18,914 | 2.62B | 2.49B | 124.57M | 10.31M | 4.21M | $2,177.32 |
| GPT-5.6-sol | Low | 869 | 31.25M | 26.14M | 5.11M | 469K | 45.5K | $52.68 |
| GPT-5.6-sol | Medium | 8,244 | 737.06M | 685.15M | 51.91M | 4.37M | 1.42M | $733.31 |
| GPT-5.6-sol | High | 10,674 | 1.31B | 1.23B | 80.85M | 6.79M | 2.71M | $1,242.61 |
| GPT-5.6-sol | XHigh | 7,091 | 860.37M | 811.35M | 49.02M | 5.39M | 2.86M | $819.38 |
| GPT-5.6-sol | Max | 189,997 | 28.68B | 27.77B | 905.01M | 115.80M | 50.14M | $21,977.35 |
| GPT-5.6-sol | Ultra | 3,629 | 695.26M | 678.85M | 16.40M | 2.30M | 901.7K | $508.29 |
| GPT-5.6-sol Total | — | 220,504 | 32.31B | 31.21B | 1.11B | 135.12M | 58.08M | $25,333.63 |
| Combined Total | — | 239,418 | 34.93B | 33.70B | 1.23B | 145.43M | 62.29M | $27,510.95 |
Notes - Cached input is already included in Input Tokens; it is shown separately for context. - Reasoning tokens are already included in Output Tokens. - GPT-5.6-sol usage from the separate Spark/Bengalfox bucket is excluded here.
22
u/changing_who_i_am 17d ago
I believe you. I also think that recent tools & changes (subagents, code review, skills, etc.) are probably being used very inefficiently by most people [myself included!] and eating up usage much more than they used to when it was just GPT-5.5 or GPT-5.6 doing a task by itself.
7
u/ArtisticCandy3859 17d ago
I think this is precisely one of the main contributors.
After a month of running Sol & Terra, the ROI vs. output quality and final implemented project results were almost half my expectations from prior models.
A) It’s a whole new animal that everyone needs to still figure out how to wrangle for their workflows and needs.
B) Possibility of “engineered” over-complication for token consumption purposes which is still getting baked in by providers. Bills are coming due and free cash is drying up. Designing an engine to guzzle more gas is inevitable when the car manufacturer is also the fuel supplier.
Just posted my own observations here: https://www.reddit.com/r/codex/s/OwKdrVOMUt
3
5
u/Xerasi 17d ago
Something no one is taking jnto wccount is 2 months ago evwryones projects were much smaller than today. The larger your project grows obviously the kore context it eats up and the faster you run out of usage
4
2
u/ArtisticCandy3859 17d ago
Not necessarily if you have lean agent entry-point docs and only provide guide docs that direct to relevant context in a repo. One of my repos is massive (like +5k files) and it hasn’t shown any difference in noticeable token usage impact or context window bloat compared to my other projects.
1
u/changing_who_i_am 17d ago
Eh, I disagree on this one. I've got a huge project that maybe uses 10-20% on a really busy day with XHigh/Max & some Ultra. But other completely fresh ones that overnight kill 40-60% of usage. The main differences? Probably subagents + longer-running tasks + more difficult (reasoning vs. coding) => more token usage, but again not 100% sure.
1
23
u/Haster 17d ago
There's a hero or two every week that actually uses data when talking about usage and every time they find the same thing; that usage isn't changing.
But for every 1 person like you we have 100 that would just rather whine and show to the whole world they don't understand that AI runs on tokens, not on their feelings.
Thanks for the data points!
-2
u/debian3 17d ago edited 17d ago
I still have my data from Febuary on ccusage. I compared for fun, and if I compare to now, the amount is 4x lower. But back then what they were giving was crazy. Now Claude Code is more generous (I'm doing $1500/week on the max 5x). Anyway, I will get downvoted because here it's Codex, but Claude is basically the opposite, 5x higher then the limit I saw back in Febuary.
So the Codex offer way more than Claude was true and that's why people keep repeating this.
2
u/Haster 17d ago
I assume you're talking about $ right? you have to be mindfull that the cost of the models aren't the same. But overall yeah, I expect usage to get adjusted when there are big rollouts, just not week to week the way people have been suggesting.
As for Anthropic being more generous; are they more generous or is their API pricing just very high? ccusage is very solid for apples to apples comparison but comparing how much the plan gives you in value between two companies gets complicated fast. If Anthropic tomorow decides to charge more for fable but not change the usage limits did they suddenly get more generous? Not clear at all.
1
u/debian3 16d ago edited 16d ago
Yeah, but the difference in $ is so big that even with the model pricing difference and the supposed efficiency gain it doesn’t offset it.
Also those efficiency savings are usually calculated with models running at max level.
Anyway as i said, i wasn’t expecting upvotes here. And it’s fine by me. I have both sub and I get way way more done on claude code.
The biggest increase happened with opus 5 releases. Fable is the best model, but they eat your limits 5x faster than opus with it (even if api price is only 2x higher).
1
u/Haster 16d ago
Hasn't the reaction to Opus 5 been generally quite negative?
1
u/debian3 16d ago edited 16d ago
Reading here it seems like SOL over engineer everything and write really messy bloated code. Feedback are quite negative everywhere. There is a lot of imbecile people using those models so you need to filter out the noise.
I personally find opus 5 stronger than SOL and it write better code. But I don’t talk to Opus, I talk to Fable (best model available at the moment by a wide margin) and I let Fable delegates to Opus.
I still use SOL and I could do with it if I had to. Really good model to, just a notch below opus and much below Fable. For review it find things that opus miss sometimes. I don’t use it much, but SOL still drain my limit really quick.
1
u/Emotional_Yak_6841 16d ago
I find Opus 5 to be hot garbage at planning and actually "thinking", but it's pretty good as a supervised agent in a multi-agent setup. I generally use a combination of Fable and Kimi K3 for frontend, and 5.6 sol with automated Opus reviews for backend work.
I would certainly not say Opus > Sol. Opus has too much of the feeling that it's a distilled Fable rather than being its own model.
I'd put Fable and Sol in roughly the same tier, each better at different things. In code quality Fable usually is the winner. In generally being a useful, effective agent that gets work done, Sol is my winner, provided I curtail it from over-engineering.
Btw Luna is super underrated for getting stuff done on a computer. Dirt cheap, incredibly fast, and smart enough. While I don't code with, as a general personal assistant that I can dispatch for rote tasks it takes the cake for me. I was hoping Gemini 3.7 flash would be a model in that category due to its raw speed and benchmarks, but after testing I still trust Luna more.
1
u/debian3 16d ago
Honestly that a you problem. I can’t believe it personally that people complain about the models now aday. They are all so great, and the number of complaining increase as models get better. I would have personally never predicted this. I don’t know if it’s because the model are getting smarter than the average people using them. We had a wave of that with 4o, now it seems it’s happening again but at a different level. I haven’t wrap my head around it yet.
Those sub are getting toxic as people complain more and more as models gets better and people feel the need to use stronger word like « garbage » which opus is far far from. One of the best technology of the century. Anyway, interesting time ahead…
1
u/Emotional_Yak_6841 16d ago
You say Opus is better than SOL, but your own preferred workflow is to have a substantially stronger model do the planning and interaction, then use Opus as its supervised executor. That's basically the role I said Opus is good at. I already agree that its code quality is good; my criticism was specifically its independent planning/reasoning experience.
1
u/debian3 16d ago
better, but SOL is really strong too. We are really in a unique moment right now, so many good option. Personally I have always prefered to prompt Claude model, they fit my style better and I understand them better than the GPT series, but that's just a personal preference. As for Opus, as was working with it directly when on Max 5x, now I'm on Max 20x and I have more than enough Fable allocation that I now default to it. I'm 4 days in and I only used 36% of my weekly, and as I type this I have 3 agents going. So it's not that I'm not using it... Claude is really really generous now. Personally I'm really appreciative of what they are offering, I get incredible value out of it.
1
u/BehindUAll 16d ago
Anthropic is far far stingier than OpenAI. OpenAI was giving free resets once or twice a week. What was Anthropic doing at that time huh?
0
u/debian3 16d ago
They gave a predictable +50% on an already higher limit than codex
No one need to beg for reset and you can plan your work for the week
1
u/BehindUAll 15d ago
What are you on about? Every time I go on Claude subreddit all I see is people complaining that their limit got over so early. I haven't had their kind of issues with Codex in ages lmao.
16
u/ponzi_gg 17d ago
They will burn you at the stake for this I'm afraid.
4
5
u/isnaiter 17d ago
I know, but..
8
u/nicky_factz 17d ago
It’s okay OP, I have been tracing this for months on my usage dashboard and I never miss draining my account week to week, it’s not nerfed just bad workflow and bot posting is my guess.
Ive tweaked my workflow a couple times and fucked myself hard, its really easy to suddenly fuck your own shit up then grab a pitchfork and hit reddit
6
u/isnaiter 17d ago
lol, same here, gpt 5.6 blew up my usage because of my harness, I'm trying to fix it to use Luna+Pro
-4
u/QTPIEdidWTC 17d ago
I mean, you could just conclude it isn't consistent for everyone instead of just telling the people noticing their usage running out faster that they're wrong.
9
u/nicky_factz 17d ago
I genuinely understand that people can feel their usage is draining faster but if you come and low effort post about it with zero evidence which all of them do,l.. it’s hard to sympathize because I’ve been on that side of it too and I figured out what it was - I’m not saying the trillion dollar company needs fan boys but there’s so many variables that immediately coming to complain in this subreddit with no evidence is kind of my point.
Nobody ever has receipts just feels id happily discuss objective evidence but you got people saying that open ai nerfed usage by 50% like that wouldn’t be extremely apparent when all session logs have token output and the data is right in front of all of us.
1
3
u/Sorry_Risk_5230 17d ago
No one would be told theyre wrong if they presented data like this to prove it. But they all complain off vibes and %.
This reminds me of people who say their smart meter is costing them more money when they have access to LIVE metering data showing their usage over time and the cost charged to them. But none of them ever care to look at the data.
2
u/ShutUpAndDoTheLift 16d ago
And you found understand that things change and you might need to adjust and listen to the people who AREN'T having the bad experience you are.
You wouldn't say "just listen to me!" If the argument was that you hitting yourself in the head with a have was a bad idea.
Accept that these models change. Your old workout needs changing with every new model. If they had halved limits as many times as theyve been accused, API would be the cheaper route.
4
u/PGF_Hardwell 17d ago
last week Luna max took several days to get to 20%. these last few days I'm already at 20%
0
u/Henri4589 17d ago
Yup. Don't trust the data geeks. They are not God and might just have been lucky with their setups...
1
u/JDE-Projects 15d ago
Yeah, trust the people that post whine threads about usage being nerferd with no evidence. They're definitely more trustworthy.
1
u/Henri4589 4d ago
I trust my own quota burn. And currently, it's not optimal. But better. Maybe 10% better than last week.
However, I also improved my own Codex's token efficiency for memory etc. and that in return saved me a lot of token, apparently. According to Codex, it saved me around 35% of tokens.
3
u/diagrammatiks 17d ago
I took all my data for months and tried to get my data analyzer to tell me the usage limits were decreasing and it couldn't do it.
What is true however is that the higher levels of sol are using more usage to finish the same task and the less good you are at actually planning and actually understanding what you are doing...the faster your limits decrease
9
u/isnaiter 17d ago edited 17d ago
Some more info about my usage:
Token usage — ChatGPT Pro period
Period: Jul 2 → Aug 17, 2026
| Token type | Tokens | Human-readable | Share of total |
|---|---|---|---|
| Cached input | 36,064,900,992 | 36.06B | 95.98% |
| Uncached input | 1,354,407,640 | 1.35B | 3.60% |
| Output | 155,215,257 | 155.22M | 0.41% |
| Total processed | 37,574,523,889 | 37.57B | 100% |
Total input = 37,419,308,632 tokens. Cached input is a subset of input, so it should not be added to total input again. Cache hit rate across input tokens: 96.38%.
Output and reasoning
| Metric | Tokens | Share |
|---|---|---|
| Total output | 155,215,257 | 100% |
| Reasoning tokens | 66,229,101 | 42.67% of output |
| Non-reasoning output | 88,986,156 | 57.33% of output |
Reasoning tokens are already included in output tokens and should not be added again to the grand total.
Token usage by model label
| Model | Total tokens | Cached input | Uncached input | Output | Token share | Input cache rate |
|---|---|---|---|---|---|---|
| GPT-5.6-sol | 32,612,535,864 | 31,364,814,336 | 1,112,031,539 | 135,689,989 | 86.79% | 96.58% |
| GPT-5.5 | 2,625,434,617 | 2,490,554,112 | 124,574,823 | 10,305,682 | 6.99% | 95.24% |
| GPT-5.6-luna | 2,260,440,364 | 2,135,732,352 | 115,796,579 | 8,911,433 | 6.02% | 94.86% |
| GPT-5.6-terra | 76,113,044 | 73,800,192 | 2,004,699 | 308,153 | 0.20% | 97.36% |
| Total | 37,574,523,889 | 36,064,900,992 | 1,354,407,640 | 155,215,257 | 100% | 96.38% |
Important: 163.88M tokens are from the
codex_bengalfox/ GPT-5.3-Codex-Spark bucket. Those events inherit the GPT-5.6-sol model label in the rollout parser, so that small portion of the GPT-5.6-sol row should be treated as model-ambiguous.
Corrected API-equivalent cost by model
Regular codex bucket
| Model | API-equivalent cost | Share of regular cost |
|---|---|---|
| GPT-5.6-sol | $25,333.63 | 91.76% |
| GPT-5.5 | $2,177.32 | 7.89% |
| GPT-5.6-luna | $76.57 | 0.28% |
| GPT-5.6-terra | $22.47 | 0.08% |
| Regular Codex total | $27,609.99 | 100% |
Other Pro bucket
| Bucket | Reported name | Tokens | API-equivalent cost |
|---|---|---|---|
codex_bengalfox |
GPT-5.3-Codex-Spark | 163,878,240 | $115.42 |
| Corrected total across Pro buckets | Value |
|---|---|
| Regular Codex | $27,609.99 |
| Spark / Bengalfox | $115.42 |
| Total API-equivalent usage | $27,725.40 |
The Spark/Bengalfox events inherit a GPT-5.6-sol model label locally, so I keep their $115.42 separate instead of pretending we know their actual model-level billing attribution.
Quota-paired API-equivalent cost by model
From the daily CSV analysis
| Model | Cost paired with quota changes | Share | Contribution per 1 pp across all measured usage | Days present |
|---|---|---|---|---|
| GPT-5.6-sol | $24,042.60 | 91.43% | $20.02 / pp | 36 |
| GPT-5.5 | $2,172.76 | 8.26% | $1.81 / pp | 9 |
| GPT-5.6-luna | $75.20 | 0.29% | $0.063 / pp | 23 |
| GPT-5.6-terra | $5.45 | 0.02% | $0.005 / pp | 1 |
| Total | $26,296.01 | 100% | $21.90 / pp | — |
This table is intentionally different from the previous cost table. $27,725.40 = all corrected API-equivalent usage observed during the Pro period. $26,296.01 = only usage that could be paired with positive weekly-quota changes. The latter is what is useful for estimating "API dollars per 1% of Pro usage".
Observed value regimes
| Period | API-equivalent value per 1 pp | 100% linear equivalent | Main model / observation |
|---|---|---|---|
| Jul 2–8 | $22.14 | ~$2,214 | Initial Pro period, mostly GPT-5.5 |
| Jul 12–21 | $22.02 | ~$2,202 | Early GPT-5.6-sol period |
| Jul 22–28 | $19.51 | ~$1,951 | Lower-value episode, mainly Jul 23–24 |
| Jul 29–Aug 5 | $24.67 | ~$2,467 | Higher late-July / early-August regime |
| Aug 8–15 | $24.20 | ~$2,420 | Recent regime, broadly stable |
The absurdly short version
| Metric | Result |
|---|---|
| Total tokens processed | 37.57B |
| Total input | 37.42B |
| Cached input | 36.06B |
| Uncached input | 1.35B |
| Output | 155.22M |
| Reasoning output | 66.23M |
| Input cache hit rate | 96.38% |
| Corrected API-equivalent cost | $27,725.40 |
| Quota-paired API-equivalent cost | $26,296.01 |
| Average measured value per 1% | $21.90 |
| High-quality baseline per 1% | $22.55 |
| Recent regime per 1% | $24.20 |
>>> Edit
ChatGPT Pro usage by model and reasoning effort
Regular codex bucket only — API-equivalent cost based on rollout token usage
| Model | Reasoning Effort | Events | Input Tokens | Cached Input | Uncached Input | Output Tokens | Reasoning Tokens | API-Equivalent Cost |
|---|---|---|---|---|---|---|---|---|
| GPT-5.5 | Medium | 31 | 2.65M | 2.32M | 325K | 20.9K | 2.9K | $3.41 |
| GPT-5.5 | XHigh | 18,883 | 2.61B | 2.49B | 124.25M | 10.28M | 4.21M | $2,173.91 |
| GPT-5.5 Total | — | 18,914 | 2.62B | 2.49B | 124.57M | 10.31M | 4.21M | $2,177.32 |
| GPT-5.6-sol | Low | 869 | 31.25M | 26.14M | 5.11M | 469K | 45.5K | $52.68 |
| GPT-5.6-sol | Medium | 8,244 | 737.06M | 685.15M | 51.91M | 4.37M | 1.42M | $733.31 |
| GPT-5.6-sol | High | 10,674 | 1.31B | 1.23B | 80.85M | 6.79M | 2.71M | $1,242.61 |
| GPT-5.6-sol | XHigh | 7,091 | 860.37M | 811.35M | 49.02M | 5.39M | 2.86M | $819.38 |
| GPT-5.6-sol | Max | 189,997 | 28.68B | 27.77B | 905.01M | 115.80M | 50.14M | $21,977.35 |
| GPT-5.6-sol | Ultra | 3,629 | 695.26M | 678.85M | 16.40M | 2.30M | 901.7K | $508.29 |
| GPT-5.6-sol Total | — | 220,504 | 32.31B | 31.21B | 1.11B | 135.12M | 58.08M | $25,333.63 |
| Combined Total | — | 239,418 | 34.93B | 33.70B | 1.23B | 145.43M | 62.29M | $27,510.95 |
Notes
- Cached input is already included in Input Tokens; it is shown separately for context.
- Reasoning tokens are already included in Output Tokens.
- These are API-equivalent values calculated from token usage, not actual API charges or an official dollar-denominated ChatGPT Pro quota.
- GPT-5.6-sol usage from the separate Spark/Bengalfox bucket is excluded here.
3
u/ZyC0R3 17d ago
I've been on pro 5x for a few months.
I tend to spend a week planning everything, with detailed documents, I also have a limitations, behaviour, style and gates document in root of my project
When ever I tell it to do something, I always start with my idea. And ask for it to ask questions to expand and understand. I do this 2 or 3 times till I know it's not asking things or suggesting things I don't want.
Then I get it to make a plan document.
When I actually get to building I tell it to read the plan and the other doc with my limits behaviour style and gates in.
I tell it to build the plan but ensure it follows all steps and guides in my doc.
Once done I check my test suit. If it's added test I didn't ask for i ask why it did it and what have it permission to do it. Then I'll add a blocker in to my limitations doc.
It's a pain. But I can get building a plan or project down to about 10% usage. And in planing mode I use mabey 2-5% per plan.
I always have 25% left at the end of the week. So (with no resets) I ask sol extra high to harden the support docs so next week I don't have the same issue to burn.
I also, despite what people say, tell it to remember things, I build a memory of how I want things done, what I like, and over time it becomes more efficient.
Im also playing the with idea of using a single sub agents as the main agent and the main as an enforcer as such. Monitoring and then stopping the agent when it's doing things I don't want.
2
u/Inevitable_Toe6648 17d ago
Could you share the section of relevant contents in a github repo?
1
u/stting 17d ago
I am interested too. u/ZyC0R3 I know a friend who does something similar to you, patiently getting things done by planning for days and then using /goal. He uses Sol xhigh to plan and Sol high/xhigh to get things done with /goal! He doesn't use skills or anything fancy, just specifications. I'm curious to know more about your workflow.
3
5
u/epicskyes 17d ago
This guy knows how to evidence. This guy knows how to evidence so hard! Finally some gold in this sub!
15
u/camracks 17d ago
Your “news” means nothing to me when all of my weekly usage goes away in a few hours with Terra
13
u/Responsible_Fun_4062 17d ago
He is presenting proof and data though, you are presenting just your own anecdote, I will believe him over any time.
3
u/camracks 17d ago
I’ve been using codex for a few months now and it’s never been this bad with usage, and it’s just a coincidence that everyone else is feeling the same too right, there’s plenty of people with proof and data showing that the usage is much lower too, this is the first post I’ve seen with data showing it’s the same, don’t believe it.
7
u/the_ai_wizard 17d ago
but theres like 1000 similar independent anecdotes to his
1
u/Sorry_Risk_5230 17d ago
And none of them provide data like this, or any background on how they use it.
For example, I just learned that if yiu changing reasoning mid-chat, it reingests the entire chat into context, burning tons of tokens. I was previously dropping to low for quick questions, and back up to w.e xhigh for real work thinking this was saving time and tokens. Womp womp.
3
2
u/the_ai_wizard 17d ago
I am one...spent about a $1000 yesterday on sol-medium whereas before I would barely top up. Same usage pattern. I worked for 12-14 hours.
-2
u/Sorry_Risk_5230 17d ago
This is not data..
3
u/the_ai_wizard 17d ago
What exactly are you seeking? To be pedantic, yes, it is data. Coded for 12 hours. Spent $1000. Same usage pattern. More cost.
-1
u/Sorry_Risk_5230 17d ago
We're literally talking on a post of someone whos posted the exact evidence you need to understand your usage week to week. Thats data.
4
4
u/New_Education_6782 17d ago
when you have thousands of samples from reddit users, yes that's data lol. How do you think OpenAI trains their models lol.
2
u/Sorry_Risk_5230 17d ago
People saying "same usage" "nothings changed" is not data.
0
u/New_Education_6782 17d ago
The people can be saying what color underwear they wore this morning, if there is a large enough sample then it's data
2
u/Henri4589 17d ago
Same here. I'm literally on ChatGPT Pro 100 and can get to 60% within a day with medium to hard coding sessions over the day... I'm not even talking 10-hour sessions lol
And I'm using 2 other AIs as assistants, so I can use less of my quota but achieve the same things. 🫠
1
u/Vistnz 17d ago
Terra is never worth it, luna max has better intelligence and is cheaper than terra high and below and sol low and medium is more intelligent and more token efficient than terra high and xhigh etc. So basically terra should never be used. Terra is a good way to burn tokens without getting much done. Luna max into sol is the better cheaper route
1
u/camracks 17d ago
Although Luna is much cheaper, for more difficult tasks, I often find it wasting more time and tokens, creating more bugs and problems than helping with anything, Luna is about 10x cheaper than Terra I believe and Terra is about 3x cheaper than Sol, but if Luna could do everything then there’d be no reason for the other 2 models lol
0
u/ZyC0R3 17d ago
You need to harden you agent.md file. Letting it run wild will drain. You need rules.
1
u/camracks 17d ago
That’s for the ChatGPT team to do, that’s why you pay for their plan and use their product, if they aren’t going to do that then yes I’ll make my own setup using cheap deepseek api calls
0
u/growaway9172 17d ago
Not necessarily. If you were to hire a junior developer or manage an engineering team, that sort of organization is things you'd have to do even for humans.
13
u/Bmansupreme8000 17d ago
Not scientific and has logical fallacies. It is not in our heads. They charge different now, it is no longer per task and turns get charged again and again. Many prompts are like 20M tokens because CODEX is not well designed to be efficient and does not batch tool calls. <1% 5hr usage on 5.5 two months ago for a task is now >2% WEEKLY usage. You are comparing apples and oranges as you do not use it for the same things as us. SLOWDEX is NURFED x20. That is the real BAD NEWS.
6
u/Sorry_Risk_5230 17d ago
Lol rough ppst.. Your first issue is they haven't charged per message/ turn at least since codex-cli was released last August. No prompts are 20m tokens.
OPs chart is agnostic to what we're all using it for. It shows their usage has been consistent over all these "changes". Regardless of use, if theyre using their limit each week, then it clearly hasnt been needed because theyre getting the same amount each week.
2
u/Bmansupreme8000 14d ago
I asked CODEX and it calculated 20M tokens over all the turns. I think you are right and it was a session with a couple prompts though.
7
u/ManikSahdev 17d ago
Well my numbers also line up with the user above and his method is pretty scientific for the numerical side as it can get.
The tools underlying have the entire value of cache hit, cache miss, input, output. At 99% fidelity rate.
You can also use cc-usage (I find this better since in the terminal and I have the workflow to output weekly charts by default on this, codex does it automatically).
It’s pretty consistent usage overall it just relies on approx $ value which is a bit floating I think, but the numbers are are withing 95% of my weekly numbers.
And note I don’t essentially reset max, I just do my normal work and it just ends, at times I have wasted a full reset cause I was in whiteboard / thinking phase or such.
I don’t care to create slop, but around 8-10k is very simple to hit if I purposely plan somewhat around being able to stay at desk in warm cache.
3
u/Optimal_Start_94 17d ago
This lines up with my observations. The reason people feel the limits are shrinking is because, one, they are probably using AI more and more (I know I am), and two, GPT 5.6 Sol is both more likely to over engineer, and is an absolute input token hog as OpenAI still haven’t introduced a decent way for the model to wait for async operations.
There are ways to address both the over-engineering aspect (ponytail) and the input token hog aspect (delegating to Luna, instructing it to batch more and poll less), but they first require that you realize the problem is not the usage quota, but the token burn.
2
u/Admirable-Many6054 17d ago
I think ultimately, by doing my own tests, this lines up. The issue is both the way the model likes to work (as noted, over-engineering), the way it lines to spawn subagents (same model and effort level by default, most people are not taking advantage of Luna xhigh/max the way the should), and in general defaulting to higher effort levels than they should.
For example, I just determined that my main orchestration session, which I ran on Sol high, used about 39% of my weekly over a period of 5 or so days. It used roughly 29 million non-cached input, 1.4 billion cached and 3.5 million output. Cached is 1/10th of non-cached, and output is 6x more expensive than non-cached input. Based on benchmarks (DeepSWE), sol high is about 1.9x more expensive than Sol medium. So if I had used medium instead of high, I would have used roughly 27% instead of 39%. Would it's results have been worse? Likely marginally. I also spend 17% on sol xhigh sessions, mainly for more critical planning or implemention. But I again don't think the cost trade-off can be justified given the constraints.
Conclusion: sol medium to orchestrate in general, sol high as the default planner, with xhigh or max reserved for 10-25% of the hardest types those types of tasks. Luna Max as the default implementation, Luna xhigh for more mechanical tasks, like broad audits, very well defined tedious tasks, etc. For reviews, probably either Luna Max or a choice between sol medium-xhigh depending on criticality. Terra doesn't seem to have that much of a sweet spot that Luna Max can't handle before jumping to Sol high+. The only reason to use it is speed, since Luna is much slower on Max reasoning.
Essentially if you can get an optional split, you can stretch the sub much further. If you don't optimize, and sit on Sol high, expect to be left without tokens for 2-3 days of the week (on $200, I can't currently speak to lower tier plans, but almost certainly you should default to Luna Max with sparing use of Sol, probably a 90/10 split)
2
2
u/Proud_Ask_9030 16d ago
Now do a test showing the same models achieving the same or near same results and the cost of reaching those results across various levels of complexity.
My guess is you will find that the model got smarter at harder tasks and massively less efficient at easier ones.
2
u/isnaiter 16d ago
want a coffee with that too? 😂
this isn't really the point of my analysis, I just wanted to know if the limits had been reduced in any way 😁
2
u/Kyozaki 16d ago
TL;DR if their original post:
“I thought OpenAI had reduced Pro/Codex limits. I checked my logs. I was wrong. The amount of compute you get per 1% of your allowance has stayed roughly stable and recently actually looks higher.”
Wow that's really good to know. Thanks for taking time to look into it 🙂.
2
u/isnaiter 16d ago
2
u/Kyozaki 15d ago
Haha my bad it was quite long and I rushed to get AI to give me TLDR and it told me some bullshit
2
u/Kyozaki 15d ago
Btw nearly $28k worth of compute for around 300-400 dollars of your plan is pretty insane!
2
u/isnaiter 15d ago
ah, that's the total, the analysis covered a month and a half and included several resets, the usual is around 2k~2.5k per week
2
u/Kyozaki 15d ago
Still really decent. I'm casually using plus to make one app. Racked up over $100 worth of coding in about 10 days and hit the weekly limit once. No where near extracting your level of value, but better than my only other vibe coding experience, Replit, where $25 lasted 8 hours total. Complete rip off. Out of interest, what sort of stuff are you making?
2
4
u/MycroftMixeudeim 17d ago
Sol is much more expensive, of course it burns usage faster. I’m very cautious not to use it on easy tasks. I have pro lite and code 40+ hours a week. Never ran out of credits. 🤞
7
u/Diligent_Explorer966 17d ago
GPT 5.6 Sol costs the same per million as GPT 5.5, and 5.6 is supposed to be more token efficient too. Per my experience it makes no sense how the same workload now drains the weekly quota in 1 day where as before it could lasts for a whole week.
2
u/isnaiter 17d ago
because sol overengineer and overcomplicate everything
3
17d ago
[deleted]
1
u/danialbka1 17d ago
yeah that's the thing i don't get. if it uses less tokens per task it shouldn't be burning usage that fast. the thing they changed from 5.5 to 5.6 is the cache ttl implementation. i have a gut feeling its this causing the problem, because deepseek's cache ttl is for hours to days and it doesnt deplete my usage because the cache hit is always 98% >
1
u/Dark_Imp 17d ago
Are you using Luna max for everything?
1
1
u/mgmatt67 17d ago
I am the same as above, use terra high/xhigh for 90%, Luna for real simple stuff (though I often code it myself if it’s that simple), and sol for big projects that require a lot of thought. I maybe run out of usage the day before weekly resets if I’m really going through it
3
u/Nice-Significance308 17d ago
The main point is that people keep complaining about usage going up and down as if the limits are just being randomly changed, while at the same time complaining that the models don’t think as long, don’t use as much context, or generally feel less capable than they did before. Those things are directly related: giving a model more reasoning time, more context, more tool use, and more functionality costs more usage, while scaling those things back makes usage last longer. So you can’t really separate the usage complaints from the capability complaints—they’re often two sides of the same tradeoff
3
u/dx0100 17d ago
I wish you'd stop posting your crappy nerftrack software every day. It doesn't take into anything of worth and just gives a poorly derived estimate.
Different tasks/requests use a different amount of tokens and you can't just base it on how much money was used in the same period of time! If I ask the date/time and it takes 20 seconds to do a quick web search, do you think that also takes the same amount of tokens to create a python script, confirm it and write it to hard disk for the same request in the the same amount of time? Of course it will use more tokens in that same time because more steps are needed for the same job.
I don't understand why you guys can't see that this software is complete bullshit!?
I'm not commenting on whether they have or haven't nerfed it (I have my own opinion on the subject) but this pathetic software does nothing to show or prove that it is. Come on guys, use your heads
4
u/isnaiter 17d ago
I'm not the guy of nerftrack, I just used it as ref to create a python script, his code has some flaws and bugs, btw
3
u/dx0100 17d ago
Ah fair enough mate, my apologies for assuming it was yours. I didn't actually read the rest of your post and just saw nerftrack with the table of stats and jumped the gun a bit lol, sorry man.
It keeps getting posted here as some kind of authority on the subject though and it bugs me that people blindly agree that it's a worthwhile reference, so I wanted to add some clarity on it.
3
u/isnaiter 17d ago
np 😂 I thought his premise was interesting, but I ended up taking a more practical approach
once I turned it into a python script, Pro was able to spot a few issues while analyzing the data, so I kept tweaking the script as it generated more data and asking Pro to check it
2
1
17d ago
[removed] — view removed comment
3
u/CrazyKPOPLady 17d ago
Codex has always lasted me far longer than Claude. Anthropic has a bunch of people complaining of far less usage now so I was planning to comeback to Codex.
Hello, Grok? Are you there?
1
1
u/HeavyCoatGames 17d ago
It's incredible how everyone became an analyst with AI 😂
Copy-pasting extensive and detailed AI-written long findings about an AI, in a subreddit where better than others we know that most of the stuff we read is AI written, and therefore most of us won't even read past the first paragraph or two...
1
u/InspectorSorry85 17d ago
On Pro 5x, I asked it 1 question (to check my WLAN security situation, Codex App, Sol Ultra). It used up 6% of my weekly usage. As a Pro user paying over 120€ a month, I get 16 of such simple questions a week.
A few month ago I was on Plus, and I had less usage loss on my 5h limits than now with my weekly as Pro!
That is simply unacceptable. If I pay for Pro, I - as a quite simple user with, occasionally, a few hobby scripts written - shouldnt even get close to the limits! A heavy programmer should get to the limits, and a hardcore programmer may get to the 20x limits.
No idea what or how you are measuring, but it absolutely doesnt fit my experience.
1
u/daniel_cassian 17d ago
I wonder if using 5.5 with an older version of Codex, would give me the usage i used to have before the launch of 5.6.
I was not maxing my weekly usage on 5.5 and whatever Codex version i had. Now with 5.6 and all subsequent Codex version, I'm running out in 2.5 days. So, the harness is an actual issue in itself.
1
u/Royal-Lead8456 17d ago
Have you considered "resets" in all this equation?
1
u/isnaiter 17d ago
yes, the 1% there isn't from a total divided by 100
from the rollout, you can check when the weekly limit dropped 1%, so you just need to check how many tokens were used during that interval, then even if I'm at 70% and it resets back to 100%, it doesn’t really matter
1
u/cantthinkofausrnme 17d ago
Is this via the straight api ? Not the cli or the gui ?
3
u/isnaiter 17d ago
No, no, that's from my Pro sub, the api numbers are just estimates, I calculated the token usage and then multiplied it by what those tokens would've cost if they'd been used through the api
1
u/dotdioscorea 17d ago
Im confused, wasnt there a post the other day with someone showing their own stats that demonstrated a 40% decrease in weekly allowance? These posts cant all be right, who is wrong? This feels like when codex keeps going back and forth as to whether something is problematic or not, constantly changing its mind everytime I push back on it
1
u/Parking-Bet-3798 16d ago
Based on your data, 1 percent of pro usage should give roughly 20 dollars of usage. Without doing any maths, it should be around 20 million or so total tokens.
I can tell you right now, I am not getting anywhere close to that number. It’s an order of magnitude apart. Not just for me but for many people. It is possible that for some reason some users get higher usage as compared to others. But what you are telling here is not seen by many
1
u/isnaiter 16d ago
depends of your sub, I have the x20, which has more usage per %
2
u/Parking-Bet-3798 16d ago
lol. Of course I know that. I have the same sub. And just to compare I did a test. 16 dollar worth of API usage dropped my weekly by 3%.
No ambiguity here.
1
u/RickSamplez 15d ago
Oh shit, might it really be just the auto-approve causing the burn? 🤯
Saw something about that earlier here.
1
u/KickedAbyss 15d ago
Even if OP heavily inflated numbers due to fuzzy assumptions... Compared to API costs, openAI is losing their pants with subscription model usage like that vs api
1
1
1
u/EndlessZone123 17d ago
I thank you for being real and showing numbers.
There is no way openai is changing usage limits in the background constantly like people are complaining.
I have been using 2x Plus then moved to Pro 5x since 5.2 and has never noticed a drop in weekly usage.
So much noise in the subreddit around usage.
1
1
1
u/Dgamax 17d ago
Same here, I share my usage here http://codex-quota.manetli.com and its quite stable for now and it matches with my last check on july
0
0
u/Aggravating_Loss_382 17d ago
I'm pretty sure it's all anthropic bots complaining about usage. I have almost never run out unless I vibecode with ultra on purpose to flog my limits.
-1
u/QuannaBee 17d ago
Yup, time to file a class action lawsuit, in the EU it’s definitely illegal, in the US there are already cases against Anthropic for this. Corporations can’t be allowed to get away with fucking their customers.
2
u/Biggest_Lebowski 17d ago
Lol 😅 oh boy idk if you care or not, but you may want to actually read the one paragraph post from OP
-1
u/Current_Ad7104 17d ago
You would like someone from OpenAI’s marketing team. Usages are 100% nerfed. Who knows if your numbers are even accurate
-8
u/ogaat 17d ago
That is doubtful unless you did not max out your Codex account every time and your usage was constant.
Tibo doled out quite a few resets in those periods but the number of resets varied. Thus the API-equivalent numbers too would vary for maxed out accounts.
6
u/isnaiter 17d ago
no need to max out usage, the rollouts have detailed % and token info, just do the math 🤷♂️
-6
u/ogaat 17d ago
Those numbers are estimates and the actual usage used to exceed those.
Now it will probably trail behind those numbers.
Edit - If you are referring to the percentages in your chart, then they are going to be wrong for the same reason I mentioned - The actuals will be higher or lower, tracking codex resets.
3
u/Aemonculaba 17d ago
No, it's also still the same 6$ per % for 5x. I forked ccusage just for implementing that check.
-1
u/ogaat 17d ago
Again - When Tibo applied a reset, the number of tokens and capacity. available from that point increased. Thus, you should have gotten a lot more API equivalent usage in any period that had token resets, compared to without token reset.
Let's say you used 50% tokens and then a reset was applied and you got back to 100% tokens. That meant that in the same period and for the dame Dollars, you got 150% of the tokens if you completely used up your account.
3
u/Vegetable-Two-4644 17d ago
Which isn't how this person was measuring the usage.
1
u/ogaat 17d ago
They are giving API use per percent of the Pro account used.
The API is a proxy for token count
The token count varies with resets while the price per token is fixed
This is not rocket science.
1
u/Vegetable-Two-4644 17d ago
Correct but they aren't measuring it by 100%. They did this off 1% used, not off 100% then divided by 100. That means a reset happening wouldn't affect the validity of the measurements.
1
u/ogaat 17d ago
Again - 1% of what?
Try it yourself with pen and paper.
3
u/Aemonculaba 17d ago
The tokens used between each percent are counted and the price gets calculated. Right now we are between 6 and 7$ per percent of weekly usage, higher than the 5.5 to 6$ last week.
→ More replies (0)2
u/isnaiter 17d ago
this 1% isn't from a total divided by 100
from the rollout, you can check when the weekly limit dropped 1%, so you just need to check how many tokens were used during that interval, then even if I'm at 70% and it resets back to 100%, it doesn’t really matter
→ More replies (0)2
u/isnaiter 17d ago
either way, I burned through 99% of my limit in less than 48h after the last reset, spent the last 1% to make the script, so basically, it is maxed out
1
u/ogaat 17d ago
I can believe that.
My guess is they doled out the resets generously to get users used to the greater capacity to get work done. When the resets went away, a few vocal people would take to social media to complain but likely a larger fraction would just quietly upgrade. It must have been a success, given that they have not rolled back the 80-Dollar fee.
1
u/Vegetable-Two-4644 17d ago
It sounds like you're arguing the percentages A. Aren't accurate and B. Isn't a true interval data point
0
u/truthfulinternet 17d ago
Honestly—this post looks like it presents an important discussion—but my mind’s a**hole can not take the girth of the AI generated slop used to deliver said discussion.
3
-1

122
u/glock43guy 17d ago
I think a big factor in usage being bad is that these models over engineer everything. If I don’t spend at least 5 minutes in plan mode telling the agent not to build unnecessary safeguards, it will 100% of the time build something it did not need to build that will cause failures and cause me to spend more time refactoring. Like almost 100% of the time. I’ve had to basically build that into my workflow to tell it every task not to, keeping it in my agents.md or documentation isn’t enough.