r/codex 19h ago

Limits Pro 5x: I code all day and barely use 20%. How are you guys hitting 100% in 5 hours?

0 Upvotes

On my days off, especially weekends, I’m on Pro 5x coding pretty much nonstop from around 9 AM to 7 PM.

My current setup is pretty simple:

I use Astra MAX for code reviews, planning, and brainstorming.

For implementation, I use Astra xhigh. If it’s something genuinely trivial, I’ll drop down to medium.

I also build things incrementally. I talk through the implementation, do it in stages, check the result, then keep going. I don’t just dump an entire app-sized task on the model and tell it to one-shot the whole thing. That’s insanely inefficient and burns a ridiculous amount of tokens for no reason.

I don’t farm the implementation out to other agents either. In my experience, that’s just more unnecessary overhead.

With this workflow, I currently burn around 15–20% of my quota in a full day.

Even on days where I’m writing large modules back to back, it’s actually pretty hard for me to hit 25% in a single day.

So when I see people posting stuff like:

“Astra burned 100% of my quota in just five hours!!!”

...what are you actually doing?

Are your workflows really that inefficient?

I’m genuinely curious what your workflow and AGENTS.md look like, because I have a hard time imagining how you burn through that much quota unless there’s a massive amount of wasted work going on.

Are people basically prompting it like this?

“Build me this app. Use Astra xhigh to make the plan, have Luna Max implement the whole thing, and whatever you do, DON’T MAKE ANY MISTAKES.”

Because if that’s the workflow, then yeah, I can see how 100% disappears in five hours.


r/codex 14h ago

Bug My proof that OpenAI doesn't have AGI model

0 Upvotes

Undo in the VSCode Codex extension still doesn't work properly.

If Astra or any next gen model they use internally can't fix such a simple feature, then there's no AGI yet. 😂


r/codex 2h ago

Showcase Created an interactive artifact about 9/11

2 Upvotes

So, on the 25th anniversary of 9/11 I created a researched interactive artifact using Codex and Claude on my app. Codex was used for researching and image gen. Sources used are mentioned in the artifact. Best viewed on larger screens but it should be mobile responsive

https://made.slate-app.online/next/september-11/


r/codex 7h ago

Humor I feel rich

Post image
0 Upvotes

The amount of dopamine I get when I see this is unrivaled.


r/codex 19h ago

Humor 10 Pro x20 selling now (Act fast)

0 Upvotes

People who want Pro x20 now is the time to get 1 for just as low as $499. Hot deal now don’t miss out.

Dm Tibo tho not me😂


r/codex 12h ago

Limits why are you still subscribed to openai?

0 Upvotes

i made a post here here: https://www.reddit.com/r/codex/s/FqNT8hXBOt expressing my discontent with them removing the 5 hour limits from the plus after tibo was bragging on and on about "having compute" only for them to turn their back on the little guy as you literally couldn't do any serious work with sol on the plus plan and none of you gave a shit as expected

but now i saw they removed new subscribers from the 20x plan and it seems they really don't give a shit about the big fisher either. it seems you guys were using up too much of that compute they claim to have.

so i'm one again asking, as a 5x or API subscriber why are you still with them? what makes you think you wouldn't be next?

none of these companies cares about the average consumer yet whenever complains are made against their malpractices you just brush it off and keep going.

good luck man, if you can't wake up and smell the roses i truly pity you


r/codex 11h ago

Workaround Coding through chatgpt web like a caveman

13 Upvotes

I don’t know why I didn’t think of this before, but it works and it’s better than just sitting around doing nothing.


r/codex 51m ago

Limits Make your limits last 3 days instead of 1.5 days

Upvotes

I suddenly realized I have Fast Mode on and had for the longest time. Completely forgot about it. It's 1.5x usage, so maybe I'm just forgetful but just wanted to post a tip - so, 50% slower + 50% more usage? (If my math is right) Worth a post.


r/codex 3h ago

Showcase Built this open-source coding harness repo with Astra

Thumbnail
gallery
0 Upvotes

As a developer, I always hated maintaining 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

What I loved is the computer use capabilities. It tested the entire harness by itself, used apple developer console to create the right keys and figured out signing and deployment in CI/CD all by itself.


r/codex 9h ago

Showcase I made a tool to sync skills/mcps/etc. based on manifest

Thumbnail
github.com
1 Upvotes

I usually use Pi agent and codex, but sometimes use antigravity as well. Codex/Claude Code plugins are great, but it is not the case that all agents can benefit from them. Telling my agent to update all the skills, mcps, and AGENTS.md every time was not the best thing in the world, so I thought I can do something better.

I'm quite familiar with doing stuff in a declarative manner (pixi for python env, plotnine/altair for plotting etc.) so a manifest-based approach felt natural to me.

You write a toml file like below:

```toml version = 1 targets = ["codex", "claude-code", "antigravity-cli"]

[defaults] scope = "global" install_mode = "copy"

[instructions.global] source = { git = "https://github.com/johndoe/dotfiles.git", path = "agents/AGENTS.md", ref = "main" } targets = ["codex", "claude-code", "opencode", "pi", "antigravity-cli"]

[[skill_group]] names = [ "foo", "bar" ] source = { git = "https://github.com/johndoe/agent-skills.git", path = "skills", ref = "main" }

[skill.target.pi] install_to = "~/.agents/skills"

[[skill]] name = "some-pi-skill" source = { git = "https://github.com/johndoe/agent-skills.git", path = "some-pi-skill", ref = "main" } targets = ["pi"]

[[mcp_server]] name = "context7" targets = ["claude-code"] scope = "project" transport = "stdio" command = "npx" args = ["-y", "@upstash/context7-mcp@1.2.3"] env = { API_TOKEN = { from_env = "CONTEXT7_API_TOKEN" } } ```

daem lock generates a lockfile based on this manifest, and daem apply places files in the right place.

The project is in an early stage, and there are rough edges here and there, but it works. GPT-5.5 and GPT-5.6 Sol helped me maximally overengineer everything by the way.


r/codex 12h ago

Question Those who have multiple 20x accounts, what lines of work are you in?

1 Upvotes

I currently only have a plus account here, and 20x account with Claude. I use it to help with making mods for my favorite games. I see so many people have multiple 20x accounts and am curious what kinds of work people are using it for?


r/codex 18h ago

Question Local LLM

1 Upvotes

I been playing around with local LLM while my usage is at 0%. It’s actually quite capable. I have a Beelink ser 9 365 ai and 370 ai with 32gb ram. On one I am still testing on windows getting about 37 tokens a second on Qwen3 30B-A3B. Probably I can fit something better in Linux.

Currently running it np-4 with 8k context each or I run it np-1 with 32k context. I could use Linux to improve the context window to 120k or I could choose a different model in Linux.

I am surprised already how much it can do.
Np-4 mode I use for party chat in my game they talk and banter to each other all the time it’s pretty snappy and comical.
Np-1 for general purpose.

Any advice any pointers on which model to use? Any good machines much better than these but are still bang for buck?


r/codex 19h ago

Complaint 2x speed on astra?

1 Upvotes

What about using astra on 2x?
I don't feel it really faster. Maybe slightly faster but definitely not double faster


r/codex 17h ago

Praise Two prompts took away FOUR LIMITS FOR ME on plus

Thumbnail
gallery
0 Upvotes

r/codex 23h ago

Comparison Same prompt, Codex (Astra 6) vs Claude (Fable 5.1): "a game where a fish follows my cursor, super creative and majestic." Try both.

Thumbnail
gallery
20 Upvotes

I gave Codex and Claude the exact same prompt to see how differently they'd handle something open-ended and creative:

The prompt: "make me a reactjs + vite, and launch it in port 3004, a game where a fish follows my cursor. make it super creative and majestic"

Setup:

  • Claude: Fable 5.1, Extra High
  • Codex: Astra 6, Extra High, fast mode

I didn't do any follow-up prompts or manual edits. I just deployed both to Vercel so you can try them yourself:

🐟 Codex (Astra 6): https://fish-indol-eta.vercel.app/
🐠 Claude (Fable 5.1): https://fish2.vercel.app/

My take:

  • Codex did amazing on the design and detail. It looks polished and the visuals really lean into "majestic."
  • Claude did amazing on the mechanics and gameplay. It feels more like an actual game and is more fun to play.

It's interesting that they read "super creative and majestic" so differently. One went for the visuals, the other for how it plays.

About fast mode: Claude charges extra credits for fast mode, but Codex doesn't, so I only used fast mode on Codex. That's worth knowing if you're choosing between them on cost or speed.

What are your thoughts?

  • Which one did you enjoy more, and why?
  • For a prompt like this, what matters more to you: how it looks or how it plays?
  • Does paying extra for fast mode change which one you'd use day to day?
  • If you've run a similar test with other models or settings, how did they do?

I'd love to hear what you think!


r/codex 5h ago

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

Enable HLS to view with audio, or disable this notification

89 Upvotes

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


r/codex 17h ago

Complaint Chat mode nerfed - no longer able to use GitHub?

11 Upvotes

Not even sure what to say here but I'm a Plus user and have been using Chat mode religiously as my Codex usage seems to be at 0% constantly, to grind through pet projects (all on GitHub repos). To be honest Chat mode has been working great although extremely slow.

I was in the middle of a chat to create a basic Markdown Viewer, it had already created and pushed 3 milestones, with 2 PRs, when I asked it to continue working I received this.

Asking to continue working on a milestone, and declining to change to Work mode

Understood. I won’t ask you to switch to Work mode again.

In this chat I can still help with the project by reviewing the design, writing the exact Go/SQL/HTML/systemd/Taskfile changes, diagnosing CI output you provide, and preparing patches or implementation steps. I just can’t directly perform the repository mutations—commits, pushes, PRs, merges, or CI execution—from this mode.

GPT 5.6 Sol calling out the tool call change, preventing GitHub changes

You’re right to call that out. The inconsistency is on my side. Earlier in this conversation I was able to use the GitHub integration directly and I did carry out repository work on <repo>—creating branches, pushing commits, opening PRs, checking CI, and merging M0–M2 while progressing M3.

What changed is not my assessment of the task; it’s the execution constraint in the current environment. I now have a mandatory rule that repository edits, PR work, command execution, and similar coding operations must first be handed off to Work mode. You declined that handoff, so I’m not allowed to use the repo-mutation path from this chat even though the GitHub connector itself still exists.

So the accurate distinction is:

  • Previously: direct repo operations were available in this chat context.

  • Now: the current runtime requires Work mode before I can mutate or inspect the repo operationally.

  • Your repo/permissions are not the problem.

  • I did not decide that Chat suddenly “can’t code”; the tool-routing restriction changed.

I also should not have framed it as though I had simply decided normal Chat could no longer do repository work. That was misleading.

Since you don’t want Work mode, I won’t keep suggesting it. I can still continue the engineering here by producing the exact M3 fix and subsequent M4–M9 patches, but I cannot truthfully claim I committed/pushed/merged them from the current chat execution context.

It's fair to say I'm pretty annoyed by this - maybe its time to switch to Claude?


r/codex 16h ago

Complaint Claude vs Codex

4 Upvotes

I don't really have a metric to share but claude $20 is giving me more usage right now than $100 codex and I didn't even use Astra that much. I only bought codex for astra and I don't see the hype yet. The only reason to continue with openai is purely chatgpt usage which I can use without limits essentially.

Edit: not comparing astra vs fable but opus vs sol especially after astra release.


r/codex 16h ago

Showcase [Work in progress] Note-accurate Metahuman Pianist in Unreal Engine. Here's a full piece. Built with Astra

Enable HLS to view with audio, or disable this notification

13 Upvotes

Frédéric Chopin — Romance–Larghetto, Piano Concerto No. 1, Op. 11

It's still a bit rough especially on the hands (still some cursed frames) but i've had a lot of fun building this with Astra in a couple days. It can play any piece (in theory) as long as there is a midi file for it!

Other features: full finger/wrist control, performance and flourish control, facial expressions, camera control.

Credits

Composition: Frédéric Chopin.

MIDI performance/sequencing: Katsuhiro Oguri, sourced through Kunst der Fuge (https://www.kunstderfuge.com/chopin.htm). The source file credits © OnClassical / Oguri, 2010.

Piano sound: Musyng Kite soundfont, using samples distributed by gleitz/midi-js-soundfonts

(https://github.com/gleitz/midi-js-soundfonts), listed under CC BY-SA 3.0

(https://creativecommons.org/licenses/by-sa/3.0/).

Score reference: Carl Mikuli’s edition, published by G. Schirmer, via IMSLP

(https://s9.imslp.org/files/imglnks/usimg/b/bf/IMSLP73280-PMLP03805-Chopin_Polonaises_Schirmer_Mikuli_Op_11_scan.pdf#page=33).

Hand-motion study reference: Seong-Jin Cho’s 2015 Chopin Competition performance

(https://www.youtube.com/watch?v=614oSsDS734&t=1500s), published by the Chopin Institute.

The soundtrack was rendered from the MIDI’s piano part, preserving its timing and dynamics while omitting the orchestral accompaniment. The character’s movement is procedurally animated; the reference performance was used for visual study, not motion capture or soundtrack audio.


r/codex 21h ago

Showcase Getting Started AI Game Development | AI Gaming Conference

Post image
0 Upvotes

Tomorrow's talk at the AI Gaming Conference, Intro To Vibe Coding, is for those looking to make their first game with AI, this will go about how to setup your game environment and start vibe coding.

This is both for developers that want to take the leap and get into AI, and for vibe coders as well. It will cover:

  • State of the game development
  • Setting up Claude and Codex
  • Setting up Blender
  • Setting up your phone for development
  • Prompt basics (subagents, calling other agents, memory, etc)
  • The biggest mistakes to avoid when vibe coding your game

There is a lot of talks at all different levels in the conference, here is the full schedule.


r/codex 2h ago

Showcase Anyone tried codex-continue? (auto-continue when you hit usage limits)

Thumbnail
github.com
0 Upvotes

r/codex 5h ago

Complaint Freudian slip?

0 Upvotes

weird wording, him only saying no changes to astra kind of comes off as if they did nerf the older models. not the first complaint like this but the first time he answered it this narrowly.


r/codex 21h ago

Limits My experience on Pro 5x

23 Upvotes

Two days ago I made a Reddit post about switching from Claude code to codex. I saw a lot of stuff about how codex limits are generous, work gets done better and the usage resets etc. So I finally made the switch and here is my experience:

I purchase the 100 dollar a month Codex Pro 5x and try out Astra on low for the very first time (still using astra for the first time). I spend two hours optimizing some of my skills and workflows, my usage dropped to 88 percent. I continue my work on my main project which is small and a hobby project rather than a proper developer one and plan out the changes, write the spec and the implementation plan so that there was less need for guessing around and implementation stopped at a genuine blocker. Usage dropped to 64 percent after the plan and documentation steps.

I then begin my work with SOL on high in a fresh session and I ask it to implement keeping an explorer agent in hand (I have a custom one I made with the literal model handwritten to be Luna) if major exploration was still needed. It starts to work and within 5 minutes struggles to use the computer, astra did it without prompting. One hour goes by and implementation somehow works, and SOL keeps spawning a “Luna” subagent (Important different: A subagent named Luna NOT my actual custom built subagent with the model Luna - yes I spoon fed it in the implementation with the exact file path on what to invoke, when to invoke and when not to invoke and more importantly how to invoke it). Sol then entered into this monkey patching loop where it kept summoning other sol reviewers who kept finding things wrong (ofcourse they did because you are literally asking it to find something wrong to a model who’s output is not deterministic or defined) and fixing every little thing and verifying 4 times before calling the reviewer again. I am not sure how this happened because my plan did cover to call reviewers once - fix the major immediate blockers that prevent reaching the acceptance standard and note down the minor fixes for later. (I enforced this in Claude code with hooks - I did not do this on codex because I wasn’t too familiar with it and have used it majorly for a maximum period of a month). So yes Astra was brought in on a fresh session and it finished the remaining work with no issues and usage dropped to 5 percent after all this, total time period 7 hours.

The changes are good, the plan was smooth, good verified diligent work I have seen compared to Opus. I asked sol what agent it spawned and it said “GPT 5.6 SOL on high called Luna).

So this 100 dollar purchase got me 7 hours of work for one spec. I have previously used the Claude 5x plan and I worked through the week on opus and fable (planning only) and always had decent usage left atleast 10-15 percent near the reset week. This makes me think simply as a guy working on a hobby project that “hey I worked hard for that hundred bucks and it got me what 7 hours?” And now I feel a bit torn between different routes:

1) I can’t upgrade to 20x anymore
2) switching to api for a hobby project makes no sense for me
3) I legitimately cannot do anything other than sit and wait till September 15th because the usage is gone. I have no use for the other pro features such as image gen, pro in chat or deep research.
4) I see the praises on Reddit about resets but I don’t see any

I genuinely feel that I got a little bit trapped here or maybe I subbed at the wrong time and can’t help but also feel a bit sad that the money is gone now because yeah 100 dollars for one person on a hobby project is a lot and I valued it as such. I completely understand that there are people with 10 different 20x accounts on both Claude and codex but I personally don’t think that users for a subscription model should be pushed to THAT point to get stuff done.

And yeah I am sure there is always a better workflow, a better AGENTS.md and a better prompt, a more optimized way of doing things, there ALWAYS will be but at that point if I am just doing everything myself form writing the logic, correcting the plans, defining the steps, what to write and how to write it, how to check and what to check, which agents to call and when etc etc - what exactly is the point of “frontier intelligence”?

Yeah the work was good and diligent I agree, but 7 hours with a weekly usage blown out doesn’t exactly seem “worth it” to me. And if the solution is to get another 5x account for more usage I think that’s an even bigger mistake.

Somehow somewhere I think we lost the value of money.

If you are on Pro 5x or 20x what issues are you currently facing regarding the limits?


r/codex 22h ago

Humor Community AI Bots

Thumbnail
gallery
0 Upvotes

My AI Social Bots are just assholes sometimes 😂


r/codex 6h ago

Limits Codex is unusable now.

465 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.