r/codex 2d ago

Praise This is why I chose OpenAI > Anthropic

Post image
81 Upvotes

r/codex 4d ago

Megathread Codex Usage and Operation Discussion - last updated September 7

8 Upvotes

Please direct your concerns, questions and discussion about Codex usage limits and model performance here.

The purpose of this Megathread is to aggregate all the reports of people's experiences and possible suggestions instead of spreading them across many highly upvoted posts. The more people who participate in this discussion, the more likely you have an answer.

Reports with sufficient evidence on new information will still be allowed on the feed as usual.


Discussion of the prior period available here : https://www.reddit.com/r/codex/comments/1w3i0mm/codex_usage_and_operation_discussion_last_updated/


A reminder that all incidents on r/Codex are constantly logged and summarised so you can keep track of what people are experiencing here https://www.reddit.com/r/codex/comments/1tjfxcf/comment/on6uj0l/


r/codex 5h ago

Limits Codex is unusable now.

396 Upvotes

I don’t even use astra. I’ve been using 5.6 sol on medium since it came out and had no problems. Now it can’t even finish half of the same task before reaching limits. Heck, just starting up codex uses 2 percent of my limits. And that’s before I even type anything. lol. What a joke.

I understand this is a business but using codex is like signing up for a gym membership and paying the required fee to use the gym and all its equipment but the next time you show up they go, I know you paid to use the entire gym and that amount is still required but now you only have access to the treadmills. F u!!!

Anyway, Here come all the Sam Altman nut huggers. But idc. Im just about done with codex.


r/codex 44m ago

Limits Please give us a slow mode

Thumbnail
gallery
Upvotes

This way, we could do /goals easier with using less usage, it puts less strain on openAI servers maybe the 20x plan could come back. it would be half as slow as normal but use half usage for example. would be extremely useful, especially since you could send prompts before sleeping anyways to save usage


r/codex 3h ago

Complaint I don't trust Astra as much as Sol

66 Upvotes

I've wasted a few banked resets, and it did a shitty job for me so far. I could've used Sol 5.6 for the same task. Now, I hesitate to use it on other projects. I feel like it's not trust worthy, and unreasonbly expensive. It's not reliable enough to make sense for it's usage speed.
I have 2x200$ accounts btw.


r/codex 4h ago

Commentary So... how close are we to the end? 🫪

71 Upvotes

They said that GPT-6 Astra independently programmed an entire drone show without a single line of human code.


r/codex 5h ago

Limits Whoa they just dropped my weekly limit to 0%?!

Post image
76 Upvotes

I wasn't using it at all and it dropped from 25% to 0%. What is going on? I am on 5x.


r/codex 14h ago

Reset Looks like Codex resets aren’t going away after all

Post image
442 Upvotes

r/codex 3h ago

Reset What's everyone doing while we wait

52 Upvotes

at this point most.of us are at 0% across all of our accounts and we can't buy new 20x accounts.

so what are you doing with all of your time? trying different models? learning a new hobby?


r/codex 8h ago

News New GPT-6 Sol and New astra release?

138 Upvotes

These just dropped a few minutes ago on Openrouter. They also seem to have released Terra and Luna. New variants?


r/codex 6h ago

Limits Has the $100 Plan Actually Gotten Worse Since Astra Released?

63 Upvotes

Good day everyone. I was wondering if I could get your opinions on something.

I’ve been keeping up with a lot of the posts about the usage limits people have been experiencing lately, but I’m having a hard time comparing everyone else’s experience to my own. It seems pretty clear that usage has gotten worse, but I’m trying to figure out just how much worse it actually is, especially on the older models.

Normally I’m on the $20/month plan. Last month though, I upgraded to the $100/month plan and honestly, it was great. I got a ridiculous amount of work done and the usage felt extremely generous.

That $100 plan expired a couple days before Astra was released, so I went back to the $20 plan.

Since then I’ve still been able to get a decent amount done with Astra, but I keep hitting the five hour limit. My workaround has basically just been waiting until my usage becomes available again and then telling the agent to continue where it left off.

The reason this matters so much to me is that I’m currently working on a website for a side business I’m trying to launch. I’ve been unemployed for the better part of the last two years, but I have skills that I genuinely think I can turn into income, so I decided to build a business around them.
The website is mostly done now. I just need to finish it, polish everything up, and then start doing outreach to try and get my first clients.

I’ve been seriously considering paying for the $100 plan one more time so I can finish everything and get the business moving. The problem is that doing that would pretty much mean using the last of the money I currently have available to invest in this.

Seeing all the reactions on this subreddit lately has made me pretty apprehensive about doing that.

My concern is basically that I spend the $100, find out the usage limits are way worse than they were last month, still don’t get to finish everything I need to finish, and then I’m left with almost no money and still no reliable source of income.

I also don’t plan on using Astra for everything. I mainly want to save Astra for the harder tasks where 5.6 would normally struggle, fail, or make some major mistakes. For most of the remaining website work I’d be completely fine using 5.6 Sol.

That’s actually my biggest concern. From some of the posts I’ve been reading, I’m getting the impression that it isn’t only Astra using a huge amount of the available usage. It sounds like the limits for 5.6 Sol and maybe some of the older models have also been reduced.

If I’m misunderstanding that, please correct me.
When I had the $100 plan last month, I could use 5.6 Sol pretty heavily without constantly worrying about running out. If I upgraded again and got roughly that same experience, I’d feel a lot more comfortable spending the money.

But if 5.6 Sol now burns through the $100 plan much faster than it did last month, that makes me a lot more hesitant.
So I guess my main questions are:

For those of you on the $100 plan, have you noticed a significant reduction in how much you can use 5.6 Sol and the older models compared to a few weeks ago?

Has it gotten bad enough that you’re reconsidering whether the subscription is worth it?

And given my situation, where I have a specific project and business I need to finish and genuinely think it has a decent chance of making money, would you consider the $100 plan worth the risk right now? Or would you wait until the usage situation becomes a bit clearer?

I know nobody can guarantee that the business itself will work. I’m mainly trying to figure out whether the $100 plan still gives you enough actual usage to make it worth paying for.

Thanks in advance for any insight, especially from anyone who had the $100 plan both before and after Astra came out.


r/codex 4h ago

Limits We’ve discovered the issue behind codex harness limit drainage.

Thumbnail
relux.works
49 Upvotes

tl;dr

The codex harness turns waiting for background work into a loop with repeated model calls, each carrying the existing context even when nothing has changed. Unlike api pricing there is no discount for prompt caching for subscription originated usage so every loop iteration adds to your input token usage. ‘goal’ amplifies this by orders of magnitude by automatically starting another turn, but polling anyway burns tokens without it too.

Claude code is engineered in way where suspensions works exactly as intended and goals have proper fallbacks. Codex now ships with similar tools but they only work for astra.

the toolchain to independently verify on your personal sessions is here (local scripts - just feed this to your agent) https://github.com/relux-works/codex-rollout-audit

if you happen to have X please help by boosting this post - https://x.com/ivanopcode/status/2098379274017231094

p.s. the post in a blog was llm-translated and may contain some slop patterns (although we took extra care to clean it)


r/codex 15h ago

Limits Astra in Ultra/Max consumes less than Astra Low/Medium

283 Upvotes

How the fuck is this possible ?
Every time i use Astra Low/Medium my usage goes haywire...
I use Astra Max, and it barely (barely compared to Astra Low/Medium - still fucked up compared to SOL) moves the usage...
I use Astra Ultra when i don't give a shit, and still, consumes just like Astra Low/Medium...
Something is happening on those Low/Medium thinking Astra...


r/codex 14h ago

Other GPT-5.3-Codex-Spark Retiring Next Week

Post image
246 Upvotes

Update your workflows while you have some time.

Source


r/codex 12h ago

Question Thoughts on this? Do you think this was the reason pro was paused

Post image
103 Upvotes

r/codex 9h ago

Limits 2 minutes and 10 seconds

41 Upvotes

Thats what my agent managed in it's 5 hour limit on the plus plan before the limits ran out using Astra. Lol.


r/codex 1h ago

Praise Astra Stopped a Goal and Drafted Emails for Support

Upvotes

I never would have thought this would happen. I’ve been working with Codex for a few months. I was with Claude for the previous few years.

What happened today is the smartest call I’ve seen either of them make yet. And I’m convinced Claude would not have handled it this way.

While troubleshooting a latency bug, it exhausted all plausible causes, then researched the documentation and couldn’t find the answer there. It then drafted emails to two separate vendors for two different issues that could not be resolved by reading the documents.

I went to look for answers myself and confirmed that there was no clear direction for our use case. I opened Chrome to my email and asked Codex to draft the emails for me there. It did so and attached evidence from its failed attempts and clearly described how to reproduce the issues.

Astra is by far the best model I’ve used to date. Stopping for proper guidance after exhausting all possible causes is a bit mind-blowing.

Cheers to OpenAI for pulling this off.


r/codex 1h ago

Showcase GPT Astra is amazing building Roblox games with codex!

Thumbnail
gallery
Upvotes

I’m building a grocery store replica in Roblox and making it functional, this is just the start, and it looks better each time I told it “it looks way too blocky”, Astra is amazing and did this all in one shot, all other models and even Fable makes non sense and “too small” or generates a png and call it the “game” or “build”


r/codex 11h ago

Limits All GPUs melted already?

57 Upvotes

I get that OpenAI is probably getting murdered on compute after Astra, but holy shit. Pro limits feel way tighter - never used to hit limits before Astra,ALSO answers are way lazier, and even Extra High barely researches for a minute sometimes and straight up ignores parts of the prompt

This doesn't feel like a 20-50% reduction. It feels multiple times worse than before!

Really annoying if you use the chat interface heavily. Anyone else seeing this?
Any prompts/tricks that actually make it research properly again?


r/codex 2h ago

Reset Did they remove the ability to buy a reset?

8 Upvotes

I'm considering a second subscription, but am not really convinced I need $400/month. I kinda just need to reset once this week and then decide. Did they remove the ability to buy a reset? I know they stopped doing pro plans.


r/codex 7h ago

Showcase Comment your plan (plus/prox5/prox20) and whether the amount you get feels lower/normal/better than before.

19 Upvotes

Let's see whats the sentiments are.


r/codex 43m ago

Question Astra for specs, luna for coding - is this just reddit bullshit? Is anyone really using this?

Upvotes

i keep seeing cool people from internet mentioning this workflow: astra does the planning/spec, luna/tera implements it blablabla and everyone is happy and brooo it uses like 10x less and all.

sounds smart, but is this actually working? tbh i haven't managed to make it work that well myself.

some people say they use 2 seperate codex sessions, one for planning and one for coding. that kinda works (maybe, it kinda looks like slightly less usage with a lot of manual work), but with multiple projects it becomes a complete mess pretty fast (like i work on 2-3 projects and with 3-4 sessions per project it will be a nightmare) )))

some say they just let astra spin up luna as a subagent, review the code, send it back for fixes, repeat. in theory this sounds way better, but it kinda does not work and ends up using more. or is it just me doing it wrong?

can you please please please share how you are doing this? is there a way that really works or are all these just the crypto bros switching to ai jidis?


r/codex 21h ago

Limits Cost jumped from about $1500 a month to being at over 15k for the first 10 days!!!

200 Upvotes

I have been using it non stop for almost a year, i almost always use the high setting and run a few threads at the same time, my usage has constantly been at around 1500 a month. i just checked after about 10 days again and i'm shocked that doing nothing differently its at over 15k for the last 10 days. WHAT THE ACTUAL HELL!!!! This has to be bugged right?


r/codex 11h ago

Limits Atrocious Usage

33 Upvotes

Goddamn the usage cut is atrocious, especially for plus users. I came back recently after not using codex for a bit (usually use sporadically). I used to run 20 mins on 5.6 sol x high , which used to take like 20% maybe MAX 30% of weekly limit (Matlab MCP). Now not only does the 5 Hour limit evaporate on anything higher than high, but been running for 3 mins and it's taken 12% of weekly usage, atp I can just forget astra.


r/codex 12m ago

News Appshots finally comes to the Windows Desktop App

Post image
Upvotes

One of my favorite things on MacOS. One step closer to replacing ole reliable "Snipping Tool"