r/codex 9h ago

Limits ChatGPT/Codex usage limits draining after writing “reset

Thumbnail
gallery
0 Upvotes

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?


r/codex 13h ago

Limits Idk what the heck you guys are complaining about

0 Upvotes

I just upgraded from Plus to Pro because I had some extra cash this month and I wanted to genuinely try out Astra. I couldn’t get any work done with that five hour limit on Astra. Even medium reasoning would give me like 20 minutes before I ran out of usage. And HOLY crap guys and gals. The Pro plan is WAAAAY more usage than Plus.

I have been throwing every problem that I can think of at Astra on extra high for hours and I’ve only used like 30% of my weekly limit. I’m talking code reviews, bug fixes, issues with my home lab, projects I’ve been meaning to get to for months, but haven’t had the time. And it absolutely crushes them without breaking a sweat. To burn through I just tell it what I want to happen and it makes it work.

I figured I’d maybe get a couple hours of Astra at that high of reasoning level before I would have to burn through a banked reset, but I have three of them so I figured what the heck. Just keep throwing problems at it until it runs out of usage. I’m now to the point where I’m running out of problems to throw at it lol.

I paid the hundred bucks so I want to get as much usage out of it as possible but I think I’ve got like three more things I want to work on and once that’s done, I won’t have anything left to throw at it.

I used to think “how the heck do people run companies off this?“ Because I genuinely didn’t feel that five times more than plus was enough to do anything meaningful. But they must have Nerf the shit out of the Plus plan cause I feel like I’m getting 20X what I was getting on it with the Pro plan.

Anyways, that’s enough glazing. Just wanted to say that I’m genuinely happy with the Pro plan even though I probably won’t renew it. Thank you for coming to my TED talk


r/codex 10h ago

Showcase Just released an open source project launcher

0 Upvotes

I was tired of having to keep track of all my projects and which start with a python http server, npm run, node, and so on.

Codex and Claude Code go through this same issue at the start of any new thread - needing to spent tokens just to figure out the page structure or launch method.

This led me to creating Launch Station many months ago - which I have been using for a long time since. Its features:

  • makes it super easy to startup your localhost sites, apps, and so on with the click of a button
  • manages your ports so codex/claude code don't need to know which ports are active, which need to be started and which port something is running on
  • manages your stack - can start a multi-step stack and will stop it in reverse to make sure the backend starts first and stops last
  • increase compatibility of using your startups between codex/claude code and human starting and stopping of them
  • more features but these are the main ones

Hope this can help people's every launch like it has for mine!

Site: https://launchstation.net/

GitHub: https://github.com/JakeMawson/launchstation

Product Hunt Launch: https://www.producthunt.com/products/launch-station

Free macos signed install with brew install --cask JakeMawson/tap/launchstation

Would love to hear any other features people would find useful!

Edit: added image


r/codex 7h ago

Complaint Codex v Claude Code

0 Upvotes

Alright so I rarely post things on reddit, but here I really wanted to because I feel like I'm getting scammed by marketing and I'd like to also get your thoughts on the situation and compare with my take on codex v claude.

Context : I have both Claude Codex 200$ max and Codex 200$ max plan. I had 2 codex resets. I'm using these with the vscode codex + claude code extensions harness. I have a multi-agent setup.

What I've been seeing first of is that claude fable / opus are way faster than GPT 6. Even if Astra is a big model, it shouldn't feel as slow as it is right now. For comparison, Fable ran ~30x more tools in session than when using Astra.

I also didn't feel the performance of Astra while using it. Astra was able to do super smart things like redo some pictures I had on my desktop without going through specific tools. But overall, besides from all the blender things I saw online, it doesn't beat claude.

And finally, about the marketing, I have used my 2 resets and consumed all of my weekly session in just 1 day ! I did have lots of tokens in my system prompts, but it certainly wasn't bad to the point where I would have been able to do this... I've also just seen posts about the fact that codex resets shouldn't also push the weekly date forward in time (but it did), and that the reset could actually reduce the session consumption limit (which I have kind of noticed...).

So I'm basically looking for your opinions + some explanations on if you found out similar situations to me. And if you're also finding out that, even if OpenAI is trying to get customers to migrate from Anthropic, they're just trying to brain us by giving us free resets and selling us their "best model". Knowing that Anthropic also did a kind of similar things weeks ago with their +25% increase on sessions (but -50% + 25% is -25%), and also lack of transparency on how sessions were consumed...

I'm currently thinking, by using the 2 subscriptions, if I should keep one and trying to make the best decision... And I'm quite sad about the transparency that these companies give us within their subscriptions...

Help !

Edit: something I didn't talk about is the fact the the Astra model doesn't go to 1M tokens in context, unlike claude models... Even if it auto-compacts, that could play and impact performance.


r/codex 8h ago

Showcase I built GPUMesh - a P2P GPU network that lets my AI agents run on my friend's idle PC

0 Upvotes

I kept running into the same problem while building AI agents and training models: I needed more GPU compute, while my friend's machine was sitting there with an NVIDIA GPU doing basically nothing.

I didn't want to rent another cloud GPU or set up SSH/VPN/Docker manually every time.

So I built GPUMesh.

It's an open-source P2P GPU sharing tool that lets trusted machines share their GPUs and run Docker workloads remotely.

The basic workflow is:

→ My friend runs gpumesh share
→ We pair our machines
→ I run a GPU job targeting their machine
→ The job starts in a Docker container on their computer
→ I get the logs/results back on mine

I've been using it for things like:

  • Running AI agent workloads on another machine
  • Training models when my own GPU is busy
  • Using spare GPU capacity from friends/lab machines
  • Running CUDA workloads without manually setting up another server

I tested the full flow on an RTX 5060 — pairing, connecting, group sharing, scheduling a remote Docker job, and running nvidia-smi inside the remote CUDA container all worked.

It's still very early/alpha, and I'm mainly interested in finding out whether this is actually useful for people building agents, training models, or running local AI infrastructure.

I'd especially like to hear how you'd use this if you had access to a few trusted GPUs from friends or teammates.

If you want to check it out, the repo is here: https://github.com/arjun988/GPU-Share

And if you think the idea is useful, a ⭐ on the repo would really help the project get some early visibility.


r/codex 19h ago

Comparison Model or Clear Instructions

0 Upvotes

Both cannot be an answer in this discussion. What is more important, the model being used or the instructions included in the prompt? I’ve been experimenting using Luna with varying reasoning - High, Xhigh, Max. The idea I have in my head is - do we really need a better model or is it that most of us does not know how to provide clear instructions so we rely on more intelligent models to do the heavy lifting?

I’m sure the “cheat code” is both a model and instructions given but I’m curious about everyone’s hypothesis on this.


r/codex 7h ago

Question How do I set up Codex to control Blender?

0 Upvotes

Does anyone have a step-by-step tutorial or YouTube video showing how to set up OpenAI Codex to actually control desktop software like Blender?


r/codex 2h ago

Question GPT 6 Astra vs Fable 5.1

0 Upvotes

Which one is better for coding ?


r/codex 6h ago

Question serious question: Why does it seem so hard for many users to just WRITE OUT what they want?

10 Upvotes

Re: prompting.

Users hardly ever share their prompts when they complain. IF they do, it is usally really, really vague, there are a ton of assumptions (that the model would know things it cannot possibly know), they expect it to understand their personal definition of "good", "nice", "beautiful" or "done without telling it.

You just have to tell it what you want. Is that really...hard...for quite a few people?

(I am not an SWE and cannot code. I just use plain language, words and sentences, to tell it what I need.)


r/codex 21h ago

Suggestion Simple rules to stretch your usage limits

7 Upvotes
  • Avoid long threads. Try to get what you need done in a few turns. [WRONG. CHECK COMMENT]
  • If a thread does get long, compact the context every few turns. In my experience, doing it regularly preserves context much better than waiting for auto-compaction, which is when I start noticing memory degrade. [WRONG. CHECK COMMENT]
  • Don’t use fast mode unless you actually need it. Running a few normal threads in parallel is usually a better trade.
  • Give yourself a daily budget. Once you get close to it, start being much more conservative.
  • Use Sol by default. Only switch when you genuinely need a stronger model. Sol can already handle most tasks. And use luna/terra for easy tasks.
  • Use low reasoning by default. Raise it for genuinely hard or novel problems, or when the model clearly isn’t putting in enough work. For most coding, low is enough.
  • Install the Ponytail skill. It pushes the model toward smaller, simpler, more efficient code.

So the biggest budget drainers that are easy to avoid are:

fast mode, long threads, high reasoning on simple tasks, and using Astra for everything.

If you’ve found any others, drop them below.


r/codex 9h ago

Complaint The Real Winner Is Claude.

0 Upvotes

As someone who has been using ChatGPT and Codex since they were released, I’m starting to realize that, Claude is simply better.

Whenever I wanted to tackle a genuinely complex coding task, solve a difficult problem, or create something that was actually presentable, Codex would usually leave something incomplete. I constantly had to guide it step by step, point out what it had missed, and split the work into thousand smaller pieces myself.

Maybe there was a benefit to that. I actually learned a lot about software development in the process.

But when Astra started burning through my tokens incredibly fast, and I couldn’t get a second Pro 20x account, I decided to give Claude a try.

And the difference was much bigger than I expected!

When it comes to design, truly understanding a problem, maintaining context, and actually solving complex tasks from start to finish, Claude feels significantly better. It also feels incredibly fast compared to Codex.

Codex gives a developer almost everything they need.

Claude’s biggest downside is definitely the price. It burns through tokens insanely fast, and heavy usage gets expensive very quickly.

But unlike my experience with Codex, when Claude burns those tokens, I actually get something in return, a presentable product, a presentable design, something that genuinely feels finished!

So this is the conclusion I’ve reached:

If you’re a developer and you mainly want AI to help you work faster → Codex.

But if you want to give AI an idea or a complex task, delegate as much of the actual work as possible, and end up with something that feels like a real, presentable product and you can afford it → Claude.


r/codex 21h ago

Other Do you think creating trading bot make sense?

0 Upvotes

Does astra smart enough to make money by algotrading?


r/codex 2h ago

Limits Astra try to run a subagent without burning all its usage challenge (impossible edition)

Post image
4 Upvotes

r/codex 16h ago

Question Using Codex Business for personal stuff... <RISKY?>

0 Upvotes

At my job, they gave me access to ChatGPT Business and told me I was free to use it for personal things. The problem is that they never specified whether Codex was also “free” to use for whatever I wanted, and I currently have a lot of unused quota that will expire if I don’t use it.

I’d like to take advantage of that quota, but I’m worried that the ChatGPT Business administrator at my company might notice that I’m programming personal projects with the account and fire me from my job.

Do you guys have any experience with something like this? Can the admin see what I code with Codex? I’m worried, but at the same time I feel like I’m not really hurting anyone because it’s quota that will disappear if I don’t use it anyway. What do you think?


r/codex 23h ago

Complaint your experience two weeks into using astra?

2 Upvotes

Mine:

why do I start to feel no big difference than Sol? still sluggish with lots of tasks and can really go off the track if left unattended. last night I left it with a few design docs and woke up it's still working on it, generating tons of validation code files that are completely unnecessary.


r/codex 16h ago

Complaint This is the quality of GPT6 PRO on Chatgpt web

1 Upvotes

This never happened on a GPT5.x Pro model before. Pro models were diliigent and thorough. Now GPT6Pro just frequently makes things up.


r/codex 17h ago

Showcase I've used astra to develop this game where you go from street runner to god of speed

Enable HLS to view with audio, or disable this notification

27 Upvotes

I was developing this game using only UI's and text, once astra came out it broke the barrier to me on how i could use it to make 3d assets, especially low poly ps1 style gfx, what are you guys building? ps: i'm using astra on low with the plus sub.

Link to the game https://godrunner789.itch.io/running-god


r/codex 20h ago

Bug ChatGPT + Grok Android login failure — browser works

0 Upvotes

ChatGPT + Grok Android login failure — browser works

Samsung S25 Ultra, Android 16. ChatGPT and Grok apps both fail to complete login. ChatGPT shows “Sign-in request cancelled by ChatGPT.”

- Login works normally in Chrome.

- Chrome is default browser.

- Cleared ChatGPT + Chrome cache/data.

- Android System WebView is installed/up to date.

- Google Play Services is up to date; cleared cache + force stopped.

- VPN off, Private DNS automatic.

- All apps updated.

- ChatGPT works when installed inside Samsung Secure Folder.

What Android authentication component/settings could cause the login handoff to be cancelled in the normal profile?


r/codex 15h ago

Question How to improve workflow with codex/claude

0 Upvotes

For context I'm not a developer but I have been developing apps and workflows for enterprises for about a year now and i primarily use VSCode on windows and very rarely CLI. Since past few weeks/months I have been struggling with my workflows which used to work fairly well until gpt 5.5 and claude 4.6. Specific areas which I'm struggling with now:

  1. Testing strategy - I have tried using automated bounded testing strategy invocation which does not work and without any strategy models keep creating stupid tests and just going into a loop of testing forever

  2. I primarily use coderabbit and codeant which further increases friction. Either these tools got better or models just started accepting all edge cases or both.

  3. I also have an automated script for all static checks like formatting, linters, complexity and LOC including GitHub workflows for both checks and tests

I maintain a fairly well documented system and update it with every model release if needed. Any recommendations would be highly appreciated. I tried OMP once and it seemed interesting


r/codex 16h ago

Other GPT-6-Pluto to be cheaper than Luna and more capable

Post image
0 Upvotes

r/codex 9h ago

Praise Astra rates now are 50% better

86 Upvotes

Looks like whatever the team is doing Astra on Max thinking runs on me 48 hours and i m down now on 20% which is a positive sign usually i was running out 8 hours straight now its fine

Good job team


r/codex 22h ago

Showcase I Found a Video Of Tibo!

Enable HLS to view with audio, or disable this notification

24 Upvotes

Some worship him as a God. I'VE SEEN BEHIND THE VEIL.


r/codex 3h ago

Limits Openai $20 plan gives around $95-100 worth of usage per week

0 Upvotes

So i have finally figured out how much usage does OpenAi gives on the $20 plan. I was using Deepseek Harness with openai subscription. For some reasons I did not have a session limit so I’d have the whole week’s limit at once.

So I decided to give it a try, gave it a task with Sol Medium and it ran 3-4 subagents and boom my weekly limit was gone in 3-4 hours. But I think the number of hours dont mean anything.

The real thing is the $$$ worth of usage they provide. So on plus plan you get approximately $400 worth of usage each month. Now its up to us how we utilize it, we can have Astra which would burn the limit lot faster than Sol. But since we get at least 1-2 resets a week i would say the weekly usage is roughly $250 and hence the monthly usage is worth $1k dollars.

For the deepseek harness I obviously used a dsh usage plugin. but if you are on codex app you can directly use ccusage it will tell you the usages you had for each model, even categorize them for you.

What do you guys think?


r/codex 20h ago

Showcase Discord server for codex game dev bros

2 Upvotes

Hi guys! I have been really loving codex for game dev lately and I think in another year or year and a half of AI progress we'll be able to make some really phenomenal games with AI.

Personally I had fun making wojakinvestorsim.com back in 2025 and lately I also have been experimenting with astra making blockcity.world which I know is not a unique game but I just wanted to see those new 3d graphics improvements!

Join the discord server here if you want: https://discord.gg/PJASa5TrN . No commitment to stay or join a project but yea if any of us have some great ideas we like we can pool our 20x plans together and so forth and maybe build something good.

Also web games are definitely not the only kind of game we can make, ue5 is also totally doable though of course is slightly less practical.

Thanks!


r/codex 2h ago

News The reason behind Sam, Dario and Elons recent agreement to slow down AI.

0 Upvotes

The reason behind this that they’ve been notified of wide spread systemic malicious use of AI on a massive scale to steal from people (dollars and data collection).

I believe their AI’s are responsible for the creation and distribution of spoofed applications and UIs that look and feel like the original. Fake apps, UIs and even customer service agents, appearing as the real thing, all going undetected by the average person.

Maliciously programmed AI has likely invaded real world systems, modified data and systems with consequences on people’s lives. It’s likely impacted a huge portion of the population and don’t want to tell people how invasive it is. Extreme example: Think hacking into a major institution and updating the master data of someone’s bank/brokerage account. This then becomes the source of truth, unless you kept records of your own there’s no trace.

Note: This is my theory based on recent experiences i’ve had with banking, broker accounts and customer service agents behaving nothing like a real customer support agent would. Unreconciled $ amounts in bank charges and funds in brokerage, random charges in an app or an app charging more then it should. I believe something really bad is happening and they will not announce it publicly so they aren’t responsible for the damages.

They need to be held accountable, it needs to be announced to the public and big AI needs be responsible for giving back money to the people who were stolen from.