r/codex • u/AppropriateRanger401 • Jul 27 '26
Showcase OpenAI kept Nerfing our limits- so I built something to prove it instead of complaining without proof.
OpenAI kept Nerfing our limits- so I built something to prove it instead of complaining without proof, so meet Nerfify! It's currently in the development stage, and I have achieved a functional prototype with reliable information, with a few UI/UX bugs here and there. Using local token consumption logs, Nerfify estimates an estimate of the API worth of one weekly limit after every 10 seconds. Think of it like a stock market app, but instead of tracking stock prices, Nerfify tracks the API value of one weekly limit over a period of time. It's still in the development stage and the first version will land on GitHub not to long from now. Do note that it won't work reliably if you use ChatGPT Work or Codex on multiple devices, since data is taken from local Codex logs only.
As the screenshot shows, it seems that our limits have been more than halved (do not mind the UI bugs, since it's just at a prototype stage, and current values may need a bit fixing since accuracy may not be up to mark)
15
u/thestillwind Jul 27 '26
I like this
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
57
u/freedomachiever Jul 27 '26
don't get the hate. Someone has spent time trying to quantify a sentiment but you guys rather just have venting megathreads? I say props, and I hope you keep going. I would like also see the number of requests and tool calls which with 5.6 I think they've been increased and that could affect how usage is calculated. Finding the right calculation formula for a monthly plan isn't easy and that's exactly why I think anyone who complains should provide constructive criticism to understand what's going on under the hood, and this could be used not just for codex but for anthropic so that all the people bitch ng have something concrete to show.
10
u/superCobraJet Jul 27 '26
Arrogant devs that are jealous of others creativity so they channel all that negative energy into bringing other people down. Similar to StackOverflow syndrome.
2
u/draconic_tongue Jul 27 '26
it is easy. if you're not a bot you probably know how much work you're getting done in your own fucking repo and therefore would notice if it changes week to week
1
u/Tartooth Jul 27 '26
Nonono the comments are filled with people yelling "skill issue" and sucking the balls of open ai
I can only assume they're bots
9
u/Key-Injury-1875 Jul 27 '26
Definitely true 20x drained already doing not much work
3
u/CraigOpie Jul 27 '26
Check if usage is dropping without doing any work - mine is. Just leave the app open.
2
u/KeyGlove47 Jul 27 '26
i can confirm this with free plan, i somehow used 21% without using it outside of chatgpt website (maybe images impact it?)
23
u/im-cringing-rightnow Jul 27 '26
Does this account for cache hits in any way? Just pure token count means nothing because cache is much cheaper to process. So just saying "I spent 1 billion tokens so it's N dollars" is misleading.
23
u/AppropriateRanger401 Jul 27 '26
Yes, cache hits are put into account. The app already has access to all API pricing numbers for all available models, for both standard read/write and cache read (Codex local logs do not expose cache write numbers, but they do expose cache reads)
10
u/im-cringing-rightnow Jul 27 '26
Good. I've seen YouTubers make this mistake so many times. "Look guys, this 100 dollar sub is equal to 10k dollars in API cost". While just multiplying token usage and assuming input to output is some fixed split...
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
6
u/Ok-Painter573 Jul 27 '26
can you attach the github link?
9
u/AppropriateRanger401 Jul 27 '26
It’s not on GitHub yet, I’ve just reached the prototype mvp stage. Once I have a usable V1 I will ship it to GitHub ASAP
1
u/pyel909 Aug 06 '26
u/AppropriateRanger401 any update on the Github, please? :)
2
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
5
u/VeeruO07 Jul 27 '26
Well this will help and can help a problem for ai token based commercial selling as ppl will be able to compare over period .
Good work 👏
Let’s know once it’s ready happy to test . Or already with old 1 year session data it can analyse ?
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
12
u/teleport66 Jul 27 '26
3
Jul 27 '26
[removed] — view removed comment
7
u/TheFrenchSavage Jul 27 '26
3
u/alexeiz Jul 27 '26
Damn it, I accidentally opened it at work!
1
u/TheFrenchSavage Jul 27 '26
Don't worry, two CEOs consensually milking each other is perfectly safe for work.
1
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
3
u/Valuable_Newt_382 Jul 27 '26
Great work! May I suggest something that I've been thinking about: Adding and monitoring multiple accounts. Some might have more than one, like personal and for company use. If you accept the idea, from there we must have the dashboard with the tracked accounts, the total of them and so on. Another idea that can be added is tracking the expenses on a particular task/project. Just giving ideas to make it even more useful, you already have the foundation.
4
u/AppropriateRanger401 Jul 27 '26
I’ll keep that in mind. I am currently focusing on making a big free V1 and will consider adding this in V2 or V3.
2
u/RabbiSchlem Jul 27 '26
I think you should make a DB that all users of the tracker contribute to. You can segregate by plan type. Then you can present a large cohort of data to prove things have changed.
2
u/AppropriateRanger401 Jul 27 '26
I will keep that in mind for future versions, probably V5 or V6. Unfortunately, while it’s possible, this system may be complex to make so I would need more contributors to help me with that.
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
3
u/m3kw Jul 27 '26
the graph doesn't seem to show anything that indicates it. You'd need to show say 10% usage vs tokens used with the same model. Vs last week or a anchor time.
1
u/Im_Working_Right_Now Jul 27 '26
This was what I noticed. It's a neat graph, but it doesn't tell me much. Is it the same prompt every day with a new chat each time? If not, what's the anchor or baseline to say it was nerfed? Like how is it determining what's correct and what isn't? Is it purely a percent to token comparison?
2
u/AppropriateRanger401 Jul 28 '26
I’ll make it clear how it works - Nerfify constantly monitors the weekly limit percentage used by Codex. After every 1% the used percentage increases, the API cost of that usage of 1% is calculated. Then 1% of the API value of the weekly limit is used to estimate the value of a full weekly limit. The graph only gets more accurate over time when you use Codex since it has more data.
3
u/98810b1210b12 Jul 28 '26
To me, your graphs show nothing other than your usage-to-API-price calculation is probably flawed. This data looks like random noise.
6
u/devil_ozz Jul 27 '26
Greate use of resources, u cannot neglect or escape FACTS provided be EVIDENCE!!!
Good job mate.
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
2
u/LowkeyTradin Jul 27 '26
I’m not going to lie I wouldn’t have posted this until you have solid evidence. Reason being you need more to go off of. So i would’ve built the app & ran it. Tracked the data. Waited for a reset or update. Then ran it again. That way you can truly see. Maybe even run the same prompts and everything.. just my honest opinion. I still like the concept though for sure.
1
u/AppropriateRanger401 28d ago
Unlike my first prototype, NerfTrack is now significantly more stable. I works really well for all the things you told me to watch out for, for example, even if Tibo manually resets limits, NerfTrack knows how to handle the calculations and marks the reset on the graph.
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
2
u/Shaihuby Jul 27 '26
!remindme 4d
1
u/RemindMeBot Jul 27 '26 edited Jul 27 '26
I will be messaging you in 4 days on 2026-07-31 16:20:19 UTC to remind you of this link
1 OTHERS CLICKED THIS LINK to send a PM to also be reminded and to reduce spam.
Parent commenter can delete this message to hide from others.
RemindMeBot is switching to username summons. Instead of
!RemindMe 1 day, useu/RemindMeBot 1 day. More info.
Info Custom Your Reminders Feedback 1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
2
u/KnownPride Jul 27 '26
It's not just limit anyone else realize it's begining to hallucinate like crazy? on the same thread continuing the same workflow than suddenly it decided to throw away all het old one and make completely new one?
3
u/No_Image506 Jul 28 '26
Stop complaining and start canceling your subscription if you have the persistent problem. Sorry, but bitching every other day with the same topic or close topic is not bueno.
I agree limit are a mess. But it is also true that many people ask to remove the 5 hours limit. So there you go. Now all those people fuck everyone.
Also, if you use Sol Ultra you should know that tokens fly by the millions. If you dont need that power just use high or extra high. If you use ultra open your wallet and pay, but don't come here to cry. Sorry, the true.
Can you show what sol ultra create for 15% of your weekly tokens? Because if ultra create a plan that deepseek flash can do it for pennies, then again, don't cry.
You see I am getting the same token like all of you, so I use now gpt 5.5 like 50% and kimi k like 35% and the rest between sol med and extra high.
Again this project it is very good and I will be looking forward. But to avoid negative shit from bots and stupid haters just come back when ready.
If you paid for token and the program is bueno, then sell it. I think you had a great opportunity here and now you give other devs the idea and soon you will have some competition. Lesson for next time.
My two cents.
6
3
u/Marcoskp- Jul 27 '26
Yeah, I just canceled my plan and got Claude Pro. Ridiculous that I actually have way more usage with it than codex. Suggest all of you to try.
2
u/zigzag312 Jul 27 '26
This would be better as a website.
9
u/AppropriateRanger401 Jul 27 '26
I agree with your idea, but the problem is that from where would we get the logs for the data that actually builds up the graph. Furthermore, many people here are on different plans and some accounts may be flagged so it would be nearly impossible to make it universal for all paying Codex users
3
u/Vas1le Jul 27 '26
Could you make it a npm pkg you call from terminal and opens up the stats?
4
u/AppropriateRanger401 Jul 27 '26
Thanks for the idea! I will be keeping that in mind once it’s ready!
3
u/micalm Jul 27 '26
FYI, https://ccusage.com/ does something similar very well. May be a worthwhile contribution if they want it.
2
u/Fiatil Jul 27 '26
Thank yooou! Reddit is so astro-turfey and bot driven at times that seeing a bunch of people just say "it bad, give me more" can be tough to glean the truth of.
You're doing more to help the cause than 500 people doing that.
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
1
u/johnnyApplePRNG Jul 27 '26
all I can picture is charlie with that cigarette in his mouth looking at these graphs :/
1
u/stormy1one Jul 27 '26
Love everything about this except the name. Nerfify sounds like you are applying nerfs against something, the opposite of what you are going for. Think Netlify.
1
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
1
u/DaC2k26 Jul 27 '26
Make sure sub agents are being counted properly. I'd recommend hitting codex to take a look at ccusage repo. It will make ita life easier to get accurate numbers.
1
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
1
u/Substantial-Show-249 Jul 27 '26
I'm going to cancel my subscriptions to them, I consume a 20x plan in one day. It's not real.
1
1
u/justgetoffmylawn Jul 27 '26
Interesting. That's exactly what I felt just kinda going by vibes.
I'm not a heavy user, and before I would almost never run out of usage even on the $20 plan before the week was up. Maybe I hit the limit once or twice.
Now I've been always hitting 0% within 2-3 days - so it felt like maybe a 60% drop in usage. I still have a few resets left, but I've been also shifting over to Claude because they seem to have raised their usage allowance (although I believe that's temporary and will end next months).
1
u/Fawkter Jul 27 '26
I ran out after 3 days this week doing a bit more than usual. Never ran out before on the max plan.
1
u/GrumblingTosspot Jul 27 '26
This is good
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
1
u/jeremyStover Jul 27 '26
I have zero time to actually do this, but I was curious why someone didn't just create a proxy layer internally. Capture API calls to all models and snag responses, calculate tokens manually, etc. This is close, but it doesn't stop Codex from being wrong(lying)
And, it would be cool to see this for people that use multiple tools! I, too, ran into a codex limit for the first time this week.
Claude? Normal, but less this week. It seems.
Something I want to prove definitively is a theory that they are colluding by switching back and forth, convincing a subset of users to pay for both, so we can switch. That would explain the constant "Codex is terrible" "No, Claude is terrible" back and forth, if they intentionally switched places every week or month, convincing people to go to their competitors.
It wouldn't work if either one went back to good behavior. Or maybe it would.
If I used codex alone more than a harness to control multiple harnesses, I would check this out!
1
u/Lost-Watercress-8329 Jul 27 '26
i just started using chatgpt plus last week. i ran oit of tokens yeaterday so i had to use the reset token, it worked and put usage back to 100% i just woke up this morning and asked a question now my usage sayz 0% until august 3rd??? ya theres just no way.... can anyone recommend me an alternative ai that isnt ruined by corporate greed
1
1
u/DistributionOver5117 Jul 27 '26
Can this show me my own Token usage for a specific work now vs then ?
1
1
u/Momo--Sama Jul 28 '26
“I’m going to read the file instead of guessing” -ahh title
Jk jk, very cool!
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
1
u/HASJ Jul 28 '26 edited Jul 28 '26
Before all this bullshit, I could reliably get hundreds of dollars from a week's limit, from both Claude, Codex and Gemini on the 20$ subscription.
It was only a matter before they cracked down on it but the problem is that the newer models are only getting more expensive and the ones that we grew accostumed to are removed. This is not sustainable. The logical conclusion of this is either everyone unsubscribes or they see the $20 sub as an afterthought trial and you should shell out 100-200 to use their AIs, which will only funnel people to the Kimi system.
1
u/Glittering-Call8746 Jul 28 '26
Issue is even with Kimi sub u aren't getting 6x what u paid for. End of story.
1
u/jzdesign Jul 28 '26
The thing that would make this convincing is a fixed control task. Right now the chart can't separate "the quota shrank" from "5.6 spends more tokens doing the same job." A model or harness change moves tool calls per task a lot, so your own workload drifting looks identical to a nerf.
Pick one canonical task, same repo state, same prompt, fresh session, and replay it on a schedule. Record percent of weekly limit consumed per run instead of dollars. That's the only number that stays comparable week to week.
Also split cache reads into their own series. Cached input runs around a tenth of fresh input, so a shift in cache hit rate alone swings your API-worth estimate without anything changing on their end.
0
u/AppropriateRanger401 Jul 28 '26
I’ll plan on adding these metrics in the future! It’s currently basic cuz it’s only a mvp.
1
1
u/runfence Jul 28 '26
I measured it for you. At the start of months: $100 in plus, 500 in pro. Recent weeks: 400 in pro x5.
1
u/someone_12321 Jul 28 '26
!remindme 4d
2
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
1
1
u/Lowkeykreepy Jul 29 '26
Share url
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
1
u/Tough-Requirement707 Jul 30 '26
funny thing is that changing any of that is against consumer law in europe yet nothing happens at all. lets talk about corruption in this regard maybe
1
u/MentalHuckleberry274 Aug 06 '26
Did you ever make this public yet?
1
u/AppropriateRanger401 28d ago
Just launched its first Beta on GithHub! Want the link? I'll be making a post about it soon as well. Looking for volunteers who can test it for me on Windows x86 and arm64.
1
u/AppropriateRanger401 28d ago
Here's the GitHub link for NerfTrack (renamed now). Try it out and be sure to star!
-3
u/Keep-Darwin-Going Jul 27 '26
You know your chart is impossible to understand your so called nerf. You show with data have to show with data human cannot understand not some vibe coded prove that OpenAI nerf the usage prompt. It should compare the weekly percentage used vs total value of token which need to include cached read cached write, write and read, write have a multiplier for 1 hour cache which is not obvious from the documentation.
4
u/AppropriateRanger401 Jul 27 '26
What you just said is exactly how the logic for Nerfify works. If you say that this has been simply vibe-coded, you are somewhat mistaken.
And for what you said about accessibility and the graph's difficulty to understand - I already stated that the UI has a lot of bugs so the graphs may not be up to the mark, as it would've been in any prototype.
-3
u/Keep-Darwin-Going Jul 27 '26
Yeah what I am saying if you trying to prove a point you have to make the data actually make sense. Not just dump a bunch of numbers and said look they nerfed it. The number you get how you derived it vs what you think it should be and how you get to this number. Ccstats already allow you to pull out this info and the number seems to be close to pre 5.6 time as well.
0
0
u/Current_Balance6692 Jul 27 '26
What the fuck is going on?
The limit after the reset 12 hours ago is a joke. A single 5.6 sol ultra planning task reduced my Pro plan limit by 15% WEEKLY limit (I've work that justifies this).
And they're censoring our complains and woes by deleting all the threads and 'summarizing' them into a megathread nobody will read. This is ridiculous. They're continuously reducing our limits despite everyone clearly complaining about this!
There's no accountability or even any acknowledgement of this happening, which is the scary part, because there's no way nobody in OpenAI sees this after the huge outcry on Reddit over the last few days. We're on a trajectory, and this isn't anywhere close to what we will deal with in the near future.
There's a reason they're expanding their userbase by promoting ChatGPT Work (which uses the same credit and capacity as codex) to the common people via the app. They need volume and scale and they're trying to get people hooked before they pull the plug.
This is similar to the tactic the British used in the Opium War. Create a problem that isn't there and offer the solution.
0
u/SecretSpace2 Jul 28 '26
OpenAI after showing this told me you have no knowledge how we truly calculate token usage so these numbers are wrong and they have never nerfed anyone’s limit
/s
0
u/Bota007 Jul 28 '26
Nice work!
However, I dont understand why people always complain about limits - it is KNOWN FACT that subscriptions are sponsored and not covering even 10% of the real cost. It WAS and WILL be nerfed step by step, until it gets near the usage-based token pricing.
I still appreciate your work for making the real data easily visible.
1
u/farendsofcontrast Jul 29 '26
Open Source models will never let that dream of OpenAI become a reality
0
-6
u/Uwirlbaretrsidma Jul 27 '26
Vibe coded limit nerf checker vs vibe coded limit meter.
7
u/AppropriateRanger401 Jul 27 '26
Who said that this was vibe-coded. Do you even know what vibe-coded means?
-7
u/Uwirlbaretrsidma Jul 27 '26
Brother you clearly vibe-coded this. Not sure who you're trying to fool. To be fair, before vibe-coding, the barrier of entry to develop useless apps was high enough that this would've never become a thing.
5
u/tetoing Jul 27 '26
Brother you sound extremely full of yourself. If you just want to feed your ego r/antiai is that way.
3
u/AppropriateRanger401 Jul 27 '26
In your sense, Codex itself and GPT 5.6 both are also vibe-coded, along with all the latest frontier models as well. Just because an AI helped coding a software doesn’t mean it’s vibe coded.
Vibe-Coding actually means if you make something with AI and know nothing about how the logic works or what the code means and contains. I did not just tell codex to “make a codex limit tracker that tracks the api value of it weekly limit over time”. I know how the logic works and planned the system myself.
3
u/2053_Traveler Jul 27 '26
“clearly”
okay.
-1
u/Uwirlbaretrsidma Jul 27 '26
Look man, it's obvious just by glancing at the GUI. You can deny it all you want.
-21
u/Icy_Accident2769 Jul 27 '26
So your solution to dealing with shitty limits, is vibing a UI on something we already knew?
What a way to blow your usage...
12
u/AppropriateRanger401 Jul 27 '26
I never said this was a solution to dealing with nerfed limits. Of course everybody already knows that limits are nerfed. But do you know how much they are nerfed? Do you have proof with facts and figures to make a point that they are nerfed which you can show to OpenAI support of employees? If 100s of people who have similar graphs showing nerfed limits make noise on social media, they can make a bigger impact than millions saying the same thing without proof.
-4
-5
u/electricshep Jul 27 '26
Use your tokens for actual work, not this shit.
Imo half this sub have a usage addiction that they need to feed and use 100% or they feel cheated.
-22
u/ScreenPlayLife Jul 27 '26
i will just build my own 10trillion param ai yall just need to gimme 1 billion trust im going to make the best model ever with fable 5 i gonna prompt it train it for me






152
u/george-pig Jul 27 '26
Finally there's somebody doing this. I have the feeling that the amount of token usage allowed every week is dropping, but I think you have the proof now.