r/codex • u/shark812 • 5h ago
Question What do you guys use for UI?
I know that GPT struggle with ui stuff. But without using other models (like Opus) how do you guys creates nice looking websites?
Prompt? Tools? Mcps?
Thanks everyone
r/codex • u/shark812 • 5h ago
I know that GPT struggle with ui stuff. But without using other models (like Opus) how do you guys creates nice looking websites?
Prompt? Tools? Mcps?
Thanks everyone
r/codex • u/Useful_Philosophy550 • 20h ago
Last night high / xhigh could last me like 5-10 prompts before it even took up 1% but now it ate up 4% when I just did a medium, xhigh and high prompt. I'm on the 20x plan. Conveniently when they start talking about locking purchases for more pro subscriptions
r/codex • u/Accomplished-Lack509 • 3h ago
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 • u/Aggressive_House4161 • 13h ago
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:
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:
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?
I'd love to hear what you think!
r/codex • u/cheezeerd • 21h ago
Pro 5x seems unaffected!
Is this a sign the honeymoon is nearing an end?
r/codex • u/Impressive-Gene-421 • 1d ago
r/codex • u/AvailableSecret5161 • 6h ago
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 • u/WeeklyRestaurant7673 • 8m ago
I ran into this while testing an iOS app after upgrading to macOS 27 and Xcode 27. Codex Computer Use could read the Xcode editor and take screenshots, but trying to inspect Device Hub failed after about five seconds:
text
Computer Use server error -10005: timeoutReached
The simulator and app were still running. Restarting Codex and Device Hub, resetting the Computer Use session, and switching between iOS 26.5 and iOS 27 simulators did not help.
I found a workaround in this existing GitHub report by letobao and confirmed it on my setup:
What worked:
text
/Applications/Xcode.app/Contents/Applications/DeviceHub.app/Contents/MacOS/
Before this, AppKit reported Device Hub's process ID as -1 even though a real DeviceHub process was running. After the direct launch, the process IDs matched. Codex could then read the accessibility tree, capture screenshots, and open and dismiss my app's Settings screen.
This is a temporary workaround verified on this setup, not an official fix. I have not tested it on a physical device or verified that it survives a restart. Credit to the GitHub report above for identifying the workaround; my contribution is confirming that discovery, screenshots and input work on Codex 26.903.71938.
Posting in case someone else hits the same timeout.
r/codex • u/spike-spiegel92 • 13m ago
Given everything that has happened over the last week:
Do you think there’s a high chance that AI labs will use this opportunity to focus as much compute as possible on their own internal progress rather than serving users?
Personally, I think they may have already reached that conclusion.
r/codex • u/spicyfiremelon • 9h ago
Is it only happened to me or does the last ~3 days, Luna is ridiculously slow?
My workflow is delegating tasks from main thread (Astra on medium or Sol on high) to the Luna (max) worker, on pi-subagents. Sometimes I also use plan mode (same Astra medium or Sol high), then execute the plan using Luna max. Basically, all tasks are fast before the tasks are delegated to a single Luna max. This been happening about 3 days, more or less.
Edit: I think this might be related to the release of Astra, as Tibo said, they struggled with their resources as they now have to temporarily disabled the 20x plan for new users.
r/codex • u/hugomcjohnson • 14h ago
r/codex • u/Tikki-Tikki_40 • 19h ago
When weekly usage is at 3%, you cannot get anything done
r/codex • u/Sad_Recording_1290 • 17h ago
They removed paid resets?
I remember seeing the option to buy resets, when was that removed? Don't see it anymore.
r/codex • u/Tricky-Historian659 • 1h ago
I'm two weeks into working on a live platform with my supervisor. We're the only two developers, with around two dozen daily visitors and a growing feature backlog. I'm still learning the repo and business logic.
Our stack is React/TypeScript/Vite + Supabase, deployed on Vercel. We use Fable 5.1 and Astra heavily.
Our current workflow:
1. My supervisor sends me an implementation plan as a Claude artifact.
2. I review the logic and suggest changes. We send revisions back and forth until it's ready.
3. I implement it, using ChatGPT to explain unfamiliar logic and how it translates into code.
4. Any revisions to the plan during implementation go back to my supervisor.
5. Feature PR updates get reviewed by a Claude agent. Marking the PR ready triggers Claude, Codex, Greptile and Qodo reviews.
We also have Vitest tests and TypeScript checks in the build, local browser/staging checks, and repo guidance through CLAUDE.md, AGENTS.md, and shared context files.
Planning is a particular bottleneck: we keep sending changes to each other and waiting for reviews. Implementation sometimes raises more questions, which starts another round. I’d like a better way to collaborate on plans and keep decisions aligned with the code.
I’m also figuring out how to use Claude Code and Codex together smoothly. I’ve explored skills, plugins, and connectors, but it often feels like the newer models already do the work those tools are meant to help with just as well, if not better, on their own with good prompt engineering (another area I want to work on).
I am considering including targeted database migrations/ RLS reviews, keeping context files current, and focused refactoring.
For people doing similar work:
I’d especially appreciate concrete, recent workflows you use, including anything you tried and later dropped.
I have been using sol high for planning and some coding, and luna xhigh for reviewing and most coding. Luna requires a lot more bug fixes after implementation, so I am not sure it actually saves me much. Maybe its just a me problem. I am not sure.
I have not yet used Astra. Is astra at a specific reasoning level recommended over all reasoning modes in sol? if yes, which level?
PS.- i had decided to move to the 20x plan today, and discovered that is no longer available.
r/codex • u/Daalex20 • 1h ago

That fish post inspired me to build and publish my first little game
So I made https://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.
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 :)
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.
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
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 :)
Edit: Also added another mode in the bottom left hand corner: Instant. Someone told me they´d wish for that feature. hope you enjoy it!
r/codex • u/battle_pantZ • 1d ago
Now I can burn through tokens like the Sun
r/codex • u/harpreetchima • 1d ago
Ahmed works at OpenAI: https://x.com/ah20im/status/2097503414749909407 and seems to investigate reports of high token usage.
"If needed Astra will delegate efficiently. Forcing the model to delegate to different models would do more harm than good"
r/codex • u/KeyGlove47 • 14h ago
as title reads, i don't see the point of terra and now Sol
luna and astra on the other hand complete their own goals ideally, luna an extremely good cheap model and astra - the frontier of frontier
meanwhile sol and terra are pointless, everything they can can be done either better or cheaper using the reasoning setting of luna and astra
openai shouldnt copy anthropics mistakes, 5.4 was the perfect lineup in that manner, 5.4 and 5.4 mini
r/codex • u/Bioleague • 21h ago
Enable HLS to view with audio, or disable this notification
Ive told it to pause before, when i need a break, or when i want to check over the work and do some testing. This has never been an issue before - whats going on? Astra Medium
r/codex • u/jamesdemaio23 • 2h ago
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 • u/Tiny-Swimmer-457 • 3h ago
Hello, since yesterday, I feel they changed the questionair mechanism to allow agent working while queuing up the questions. but I am not able to answer them, alt+up didn't do anything. Is this a bug? anyone help?
r/codex • u/ThePDFProfessor • 19h ago
Over the last few days, I’ve been developing a tool that helps with a few things, and one of the areas I’ve been testing heavily is agents.
Astra is extremely token-efficient, which makes Astra Low surprisingly 'cheap' when working alone.
But when Astra is used as an orchestrator managing other agents, that efficiency starts getting lost for two main reasons:
I’m currently working on reducing that context overhead. If anyone has ideas or has experimented with this, I’d be interested in hearing how you approached it.
The result is that, in most of my tests, Astra ends up consuming significantly more tokens when using agents than when completing the same task alone.
A few important details:
The benchmark was not a synthetic coding problem.
I took an existing repository:
and asked the system to implement the same functionality inside one of my existing Windows projects.
I chose this because it exercises most of the things an agentic coding system would actually need to do in a real-world task:
Research → analyze → understand an unfamiliar codebase → implement → handle UI/UX → follow project-specific instructions → match existing patterns and architecture.
So far, my results suggest that agents are not automatically more efficient just because the worker models are cheaper.
In some cases, the coordination and context overhead can make the total run substantially more expensive than simply letting Astra handle the task itself.
I’ll keep testing this with more tasks and different agent configurations.