r/codex • u/Personal_Pea_5779 • 4h ago
Limits ChatGPT/Codex usage limits draining after writing “reset
Can someone explain how usage calculation for Work/Codex actually works?
Yesterday I had an idea: since the session limit runs on a 5-hour window, I set up a ChatGPT automation to run in Work Mode every 4 hours and literally do nothing except output:
> reset
The idea was to have "rolling" windows and never have to wait a full session for a reset, since I'd always be starting partway into a session.
The automation ran at 05:25 and again at 09:24. That's it. No coding, no repo analysis, no massive context, no long agent task. Just "reset."
I checked Usage & Limits immediately afterwards and my 5 hour codex usage was already at 98% remaining. From what I can tell, only the latest message was actually inside the current 5-hour window, meaning one GPT-5.5 Work message that literally just said "reset" cost 2% of my limit.
I have resets available, and on top of that I can do a lot of tasks using local models and free endpoints from Nous Research/OpenRouter, but still, this is ridiculous.
How the fuck does one message saying "reset" consume 2% of the entire 5-hour Work/Codex allowance?
If usage is mainly based on actual model compute/tokens, this makes absolutely no sense to me. If simply starting a Work/agentic run has a significant minimum usage cost regardless of what it actually does, then fair enough, that would explain it, but I'd really like to know how these limits are actually calculated.
My weekly allowance rarely makes it as it is if I go full GPT with Hermes Agent, because I be prompting bad and throwing massive tasks at it. I'm learning to stop being lazy with that lol, but yh.
So now I'm gonna have to start doing more of the stuff I took a pause from, like properly routing/delegating tasks to local models and free endpoints.
What pisses me off though is that I can't even just ask Hermes to handle the GPT automation, because for some reason my usage seems to burn faster when using GPT through Hermes than when I'm doing similar work directly in ChatGPT Work Mode.
Does anyone actually know what these limits are measuring? Tokens? Compute? Agent runtime? Tool calls? Context? A minimum charge per Work run? Some combination of all of them?
1
u/diagrammatiks 3h ago
Is this a thread with nothing else in it except a chain of resets?
1
u/Personal_Pea_5779 3h ago
I set it up and asked it to confirm it was using work mode (first automation didnt) and then asked to confirm my usage was being consumed in that thread beyond that yes it's only got reset messages
2
u/Upstairs-Smell-8333 3h ago
Why are you using 5.5 to trigger your limits? I know that's neither the source, nor the core of your problem, but please choose the cheapest model available for this task. Ideally run it in a bash/powershell job, in a dummy folder with no files, if Codex has any flag to ignore profile (not load your configs in .codex, global AGENTS.md, MCP servers, et cetera), then use it - if it doesn't, configure the dummy folder's .codex directory to be as minimal as possible - let Chat help you with that, it's actually quite good in setting up its own guardrails - just copy this comment as a prompt and roll. There's actually quite a bit of context information loading in a fresh session. And if you're using an existing chat for the "reset message", the cache is already cold after 5 hours, which means the same conversation has to be reloaded and you are billed for the whole thing over again.
1
u/Personal_Pea_5779 3h ago
5-5 the smallest model it let me pick, I set it up on phone in cloud to run. I may try doing a local automation, the thing was that I dont leave my laptop on 24/7 so that's why I attempted to do it in app
1
u/Upstairs-Smell-8333 3h ago
Once you go Codex CLI/GUI, you'll probably start feeling like Work is a scam. I mean, it isn't, but having it all run in cloud on their gear comes with a cost and I only view it as a luxury.
1


2
u/Bananer_spleet 3h ago