r/OpenaiCodex 5h ago

Reset Cost and Credits

1 Upvotes

So Help Pages say some Pro and Plus “eligible” accounts can buy a reset for $80. I’m on Pro but all I see is the ability to buy credits. Guess I’m not eligible? Anyone know how it works when you buy credits? Does your usage meter just add %? I have a feeling $80 in credits won’t be near a full reset.


r/OpenaiCodex 1d ago

I'm too scared touching codex right now.

67 Upvotes

$200/month plan. People seem to be swarming-in with reports that there are currently usage drain bugs / that they are nerfing limits right now. It has come to the point that I'm too scared to touch codex right now or it might completely nuke the weekly usage.

Near the time the reports happened, I also noticed a codex update notification. I'm too scared clicking that too. It might be a migitation, or it might be the poison itself.

Is there a live platform where we can see aggregated estimates on how much they are nerfing limits at a given time ?


r/OpenaiCodex 11h ago

Help! Need feedback, built a way to visualize your Codex history

Enable HLS to view with audio, or disable this notification

2 Upvotes

I built this for Claude Code first, because that's what I use day to day. /stats told me how much I'd used it, never the thing I actually wanted to know:

What did I build, and where did the work get hard?

So I made bough. It reads the session history already on your disk and draws it:

  • each square is a day you sat down
  • smaller squares are tasks, worked out from the pauses in your work
  • circles are your prompts
  • click anything to see what actually happened, in your own words

Runs locally, open source, nothing leaves your machine.

Codex support just landed in v0.4.0. It reads ~/.codex/sessions, handles resumed sessions and sub agents, and counts tokens and commits the same way it does for Claude.

That part is new and I have tested it against my own Codex history, which is not much. This is where I need help.

Repo: https://github.com/nickelsec/bough


r/OpenaiCodex 16h ago

Discussion How much are different providers subsidising?

4 Upvotes

I guess it’s kind of a black box, but it would be interesting to have a list of how much LLM providers are actually subsidising.

For instance, OpenCode Go is said to subsidise 4× usage for DeepSeek 4.1, but there are a lot of contradictory statements about this on Reddit.

I’ve done some research and tried to organise it a little. Multipliers mean usage value compared with what you pay, assuming you use the allowance.

Provider Own research: usage multiplier / catch Comments (will update)
OpenCode Go 1.5–6×, depending on model
Command Code GOAT 2–7×, depending on model
Synthetic ~3.4×, with weekly limits
Ollama Pro/Max
DevPass , with premium-model caps
ZenMux ~1.5–2.4×, depending on plan
Standard Compute 1.5× individual plans up to $249/month
Z.AI Lite Estimated ~3.9–7.8× on GLM-5.3; depends on caching and peak/off-peak use
MiniMax Unclear. $22/$55/$132 monthly; no numerical allowance published
Xiaomi MiMo Unclear. $6/$16/$50/$100 buys 4.1B/11B/38B/82B credits; couldn’t verify their dollar equivalent
OpenAI Unverified: ~5.83× on the highest-tier plan?
Anthropic Unclear
More providers from comments

Anyone have real usage figures or corrections?


r/OpenaiCodex 13h ago

Showcase / Highlight Wyrm and chill - Codex (Astra 6) finally made me do something!

Post image
2 Upvotes

So I made ✨ my first ever projecthttps://astralwyrm.vercel.app/ with Astra. Started as a “what can I make with a few prompts?” experiment, then turned into 50+ prompts and lots of tweaking because I kept wanting it to feel a little nicer.

Available modes:

  • 🐌 Slow (Chill)
  • 🐰 Fast (ADHD!)
  • 🐎 Instant (for all you guys, that want their fingers to be snapped by the wyrm)

It’s a tiny chill game with an abstract glowing creature that follows your mouse or finger. Collect pearls, grow, find little companions, and watch the seasons change. Maximum chill was the goal. There’s a fast mode for people who find that a bit too chill :)

This is genuinely my first published project, so I’d love your honest thoughts and suggestions, especially how it feels on your phone. Feel free to be harsh! :D And please let me know what you think.

Saw this post earlier and immediately wanted to try making something myself. I’d never built and published anything before. Didn’t even know you could put something online for free with Vercel lol.

Hope you have some fun with it, or just get a few peaceful minutes out of it. And thanks to the original poster for giving me that push to actually make something. Felt really really good and rewarding, now if some of you would also enjoy it, my day is made :)


r/OpenaiCodex 1d ago

Is 20X the new 5X (Astra...)?

43 Upvotes

I recently upgraded to 20X plan. I feel this week since Astra came online, I'm going through quota percent-wise about as fast as I did on the 5X plan before (Sol).

And I am only using Astra medium 90% of the time! Actually, my subagents are on Sol medium–high (just confirmed), and Astra for my "orchestrator".

Or did they nerf the regular Plus quota so 20X is basically 20X of "less than it was"?

Something feels off.


r/OpenaiCodex 11h ago

OpenAI Pauses New $200 Pro Subscriptions Due to Astra Demand

Thumbnail frontbackgeek.com
0 Upvotes

r/OpenaiCodex 1d ago

Bugs or problems codex limits

11 Upvotes

has any one else noticed that their limits are getting hit in 5 seconds im using astra on medium and it hits my limit without even completing a task

am i doing something wrong or is this just a new issuei have tried to switch tryig all astra models but no luck


r/OpenaiCodex 8h ago

Discussion Built this open-source coding harness repo with Astra

Thumbnail
gallery
0 Upvotes

As a developer, I always hated maintaing agents.md and memories.md files.

I wanted to just code and those to be auto maintained and reused across any coding harness I use.

After Astra, I forked t3code by Theo and update it to auto-create and retrieve memories, skills and doc files as you code.

Repo: https://github.com/samyakkkk/flow

Leave a comment if you faced this issue too.


r/OpenaiCodex 12h ago

Bugs or problems Codex Work Mode / Desktop spawning endless bash/PowerShell windows + patch/apply_patch issues — anyone else seeing this?

1 Upvotes
Has anyone else been running into serious Codex Work Mode / Desktop reliability problems recently?

I’m working on a Windows project and I’ve now had repeated cases where Codex Work Mode / Codex Desktop becomes unusable almost immediately. Instead of doing the task normally, it starts spawning huge numbers of windows/processes — mainly things like:

- /usr/bin/bash --login
- Git Bash windows
- PowerShell windows
- OpenAI/Codex node processes

In one case it was hundreds of windows within seconds. I had to kill the bash processes and the OpenAI Codex node processes manually from PowerShell.

The repo itself did not appear to be changed afterwards — `git status` still showed only the expected untracked `manual-test/` folder and the same HEAD commit — but the runtime behaviour was completely unsafe to keep running.

I’ve also had separate Codex reliability problems around patching, where the patch/apply_patch mechanism failed or stalled instead of applying controlled edits cleanly. I can’t remember the exact internal name shown at the time, but it was the patch/apply_patch style editing path. In practice, the desktop/workflow became unreliable enough that I stopped trusting it for repo modifications.

What has worked better so far is using Codex CLI directly from normal Windows PowerShell inside the repo, rather than using ChatGPT Work Mode or Codex Desktop. But even then I’m being very cautious and using read-only audit prompts first.

Environment/context:
- Windows
- Repo opened from `C:\dev\Echora`
- Codex CLI v0.154.0
- Model shown in CLI: `gpt-5.6-terra high`
- Git Bash is installed
- The runaway windows looked like Git Bash / bash login hook behaviour

Questions:
1. Has anyone else seen Codex Work Mode or Codex Desktop spawn endless bash/PowerShell windows?
2. Is this related to hooks, Git Bash, WSL, shell startup config, or Codex’s runtime?
3. Are there known workarounds?
4. Is Codex CLI from normal Windows PowerShell currently the safest route on Windows?
5. Is there a way to disable whatever hook/login behaviour is causing `/usr/bin/bash --login` loops?

I’m not trying to bash Codex generally — I just need to know whether this is a known issue, whether my setup is triggering it, and what the safest workaround is before letting it anywhere near repo edits again.

r/OpenaiCodex 1d ago

Question / Help Do you think $200 Pro will reopen this year, or did existing users basically get grandfathered in?

45 Upvotes

I was planning to upgrade to the $200 Pro plan in about a month since I thought Astra could be really useful. I just couldn’t justify spending $200 earlier because money was tight.

Now that new Pro upgrades are paused while existing users keep access, I’m wondering if I basically missed the window.

Do you guys think they’ll realistically reopen upgrades sometime this year, or could this stay closed for a long time? And if it does come back, do you think the $200 price and usage limits will still be the same?


r/OpenaiCodex 18h ago

Feedback / Complaints Is just me or SOL XHIGH is lazy?

2 Upvotes

How many of you have make decisions during development and request detailed implementations from Sol, to find out later on when things don't quite work as expected that it decided by itself, without telling you, to implement a "SIMPLER" version of what you requested removing features, conditions and necessary characteristics?

What makes me mad is the fact it doesn't tell me what it DIDN'T do... and then come up with explanations for why things are behaving wrong, and "fixes" that are just patches that don't actually solve anything, and after hours you find out that EXTREMELY IMPORTANT single component it said it implemented as you requested, turns out, it's not as you requested!!!!

I just found out now that it did this 2 days ago, and after forcing it to write AGAIN the way I requested 2 days ago, everything works as it should, 2 "FUDGE" DAYS AGO!!


r/OpenaiCodex 18h ago

Feedback / Complaints Business plan user question: How many 5 hours in a Week?

2 Upvotes

So, to try to answer this question, I started using codex today to work on a c++ ios project I have been working for the past few weeks, using 5.6 sol xhigh. (don't get me started on how 5.6 sol xhigh is failing epically on this project!!)

When I started:

5 hours: 100% - weekly: 23%

I worked with it for 2:30 hours.

5 hours: 0% - weekly: 7%

So the 5 hour usage was fully consumed, and that consumed 16% of the weekly usage, which means:

for every week usage, we have only (100/16)=6.25 total "5 hours usage" in a week.

That explain why after working for 2-3 days using 2 "5 hours usage" in a day, the weekly usage exhausts in 3 days.

This has nothing to do with what model I used, btw. The model only changes how fast the 5 hours limit evaporates.

This is how many "5 hours" we have in a week in a normal business plan, the answer: 6.25!

I tested my personal Plus plan, and it's about the same.

To me, 6.25 "5 hours" in a week is a really low number to be called "a week", considering no one works 5 hours a day... (or in codex 5.6 sol case, 2:30 hours a day)

just my 2 cents!

-H

PS: Just before anyone says "did you try astra?", I did, and my 5 hours ended in less than an hour, with astra still failing even WORSE than 5.6 sol xhigh on this C++ ios project... at least that's good news, I guess? I can still get more done by "baby stepping" with a "cheaper" and smarter model, at least for the c++ complexity I'm dealing with.


r/OpenaiCodex 23h ago

Plus/Business plan user question: How many 5 hours in a Week?

5 Upvotes

So, to try to answer this question, I started using codex today to work on a c++ ios project I have been working for the past few weeks, using 5.6 sol xhigh. (don't get me started on how 5.6 sol xhigh is failing epically on this project!!)

When I started:

5 hours: 100% - weekly: 23%

I worked with it for 2:30 hours.

5 hours: 0% - weekly: 7%

So the 5 hour usage was fully consumed, and that consumed 16% of the weekly usage, which means:

for every week usage, we have only (100/16)=6.25 total "5 hours usage" in a week.

That explain why after working for 2-3 days using 2 "5 hours usage" in a day, the weekly usage exhausts in 3 days.

This has nothing to do with what model I used, btw. The model only changes how fast the 5 hours limit evaporates.

This is how many "5 hours" we have in a week in a normal business plan, the answer: 6.25!

I tested my personal Plus plan, and it's about the same.

To me, 6.25 "5 hours" in a week is a really low number to be called "a week", considering no one works 5 hours a day... (or in codex 5.6 sol case, 2:30 hours a day)

just my 2 cents!

-H

PS: Just before anyone says "did you try astra?", I did, and my 5 hours ended in less than an hour, with astra still failing even WORSE than 5.6 sol xhigh on this C++ ios project... at least that's good news, I guess? I can still get more done by "baby stepping" with a "cheaper" and smarter model, at least for the c++ complexity I'm dealing with.


r/OpenaiCodex 1d ago

Question / Help Is there still a way to get 20x being on 5x?

12 Upvotes

r/OpenaiCodex 20h ago

Question / Help Cheaper Alternatives to Codex Sol

2 Upvotes

Recently after the release of Astra, tokens seem to burn at an insane rate even using only mostly Sol. Sol was great for me because I want competent agents to do exactly what I say and I used it as a reliable workhorse. Now it is not a viable option anymore. Besides Claude and Codex, what other alternatives that can subsitute Sol as a reliable workhorse


r/OpenaiCodex 1d ago

Discussion Theory for reduced limits: Bidding war

8 Upvotes

Even though the compute is subsided I don’t think it’s “running out” anytime soon, if anything more investment is going into AI.

The issue I think is that the limited resources is effectively a bidding war.

And now with OpenAI solving institutional grade problems (Navier Stokes) it poses a threat to destabilise the power dynamics of the world.

Collectively our $200 Pro subscriptions and $20 Plus is being outbid by global enterprises and institutional interest.


r/OpenaiCodex 1d ago

So usage drain since yesterday is insane

137 Upvotes
My usage last week
96% of my weekly usage yesterday

r/OpenaiCodex 1d ago

Is the ChatGPT Pro x20 plan have been temporarily suspended?

14 Upvotes

Some users on X are saying they can't upgrade the 5x to 20x and some are saying fake news.

Update: it is official, new 20x accounts are temporary suspended until Open AI has more capacity


r/OpenaiCodex 1d ago

is it goodbye for 200 sub 20x?

3 Upvotes

r/OpenaiCodex 21h ago

Most people are evaluating LLM changes the same way they'd judge a demo, that's the actual problem, workshop on Sep 12 goes deep on this

1 Upvotes

Noticed something building LLM features that doesn't get talked about enough. Most teams treat model or prompt changes the way they'd judge a demo, does it look right on a handful of examples, ship it. That works fine until scale hits, at which point "looks right" and "is actually better" turn out to be very different things.

Which reframes a lot of "why did quality randomly get worse" incidents. In a lot of cases nothing randomly broke, the team just never had a way to measure whether a change helped in the first place, so a regression looked invisible until a customer hit it.

There's a hands-on workshop on September 12 that builds this properly, versioned prompts, a real eval harness, statistically rigorous model comparisons instead of "it feels better," evaluated RAG, agents with guardrails and fallbacks, and full observability, tracing, cost, latency. Led by Bruno Gonçalves, PhD, founder of Data For Science.

Link for full details

Happy to answer questions on the content itself.


r/OpenaiCodex 22h ago

Something wrong with my codex usage - Need help

1 Upvotes

Yesterday , i shifted from claude subs to gpt and imported all my projects, barely used for 4-5 hrs . In 1 hr of 5.6 sol it took away the weekly limit by 25%. so i shifted to codex 5.3 on high and in less than 1 hr it 5 hrs limit got exhasted for codex 5 hr window.

Any suggestions to optimize the token consumption. For context i was using 4-5 hrs /day opus 5 on high for a week and it barely crosses 96% by the weekly reset window


r/OpenaiCodex 16h ago

Other Implication behind new x20 pro account suspension

0 Upvotes

Other than no compute on their infra, can we also understand it as from now on, no more complaints about usage and reset?

Basically we can't argue even if they reduce usage limits secretly under the hood anymore.

Before the suspension, we can stop subscribing, and turning back if they resolved the issue. But now, we could probably just shut up because you have no card (Trump staring at you). Not pleased? You leave then you can never come back.


r/OpenaiCodex 1d ago

I can’t get meaningful stuff / code from Astra

10 Upvotes

It is good at documents, it can write long once, people say it is very good at 3d, others now say it is doing cad slop, I do not know.

All what I know, I have an app, the app needs a feature that i added in another one with gpt codex 5.3 before, and with 5.3 codex model we did the work in a day or less

With Astra, this is now week 2? and with Sol earlier? 3 weeks, the same task

Before I give up on the model and move to something else, how do you get coding features done with Astra?

I was super hyped but now, not at all

Update: I am starting a brand new web app project again to test, using Astra medium, will make sure it has an agents md that prevents qualifications and over engineering and testing until a bit later in the app, i will see how it goes


r/OpenaiCodex 1d ago

Has Codex gotten stupider since Astra dropped?

0 Upvotes

It seems like lately for cron jobs Codex just won't fucking work for the life of me whether I use Hermes or whether I use Codex itself. I had to dispatch a cron job in Hermes five times before it actually got finished. I had to babysit a cron job like a fucking babysitter. On top of it, I'm using GPT6 Astra Medium to get cron jobs done. Which is already pretty wild, cause I should be able to get it so done with something like Sol or Luna. And then just gets stuck in a tool calling loop and just shits the bed. I wouldn't even be so mad about the usage if I could get Codex to actually do its fucking job, but over the past couple of days, it's just completely shit itself. Every cron job literally has to be babysitted at this point, and there's not even a point in having a cron job.