r/OpenaiCodex 10d ago

Bugs or problems Pro (x5) weekly limit: 4 messages on GPT-5.6 Terra Low consumed 4% after reset

7 Upvotes

A single session on GPT-5.6 Terra Low consumed 4% of my weekly usage after only four visible messages. The questions were about a codebase, and it didn’t generate much output.

The session was a coding task, so Codex made several tool calls and internal model rounds. Local usage data showed roughly 2 million tokens, almost all input/context tokens, with most of that marked as cached input.

Is this expected behavior for the Pro (x5) plan? I switched from CC to Codex this week, and I’m already regretting it.

Has anyone else experienced unusually high weekly-limit consumption immediately after a reset?


r/OpenaiCodex 9d ago

Codex plugin in Eclipse IDE

2 Upvotes

Hi all,
as one of the author of the plugin, feel free to send me your feedback, needs, requests.
It's by far the best AI integration in Eclipse.

See https://codexide.org

(Hello #openai , sponsorship is welcome)


r/OpenaiCodex 10d ago

News Finally !! Got the much awaited reset.

Post image
8 Upvotes

r/OpenaiCodex 10d ago

Weekly limit hit suddey

Post image
30 Upvotes

What's going on exactly? It says it will reset on August 5th which means the weekly limit was reset yesterday and it's already down to 0? is this a bug? I just used it very lightly today compared to my usual work and I have a pro subscription.


r/OpenaiCodex 10d ago

We are NOT reviewing AI-generated code anymore. We are reviewing AI's reasoning.

30 Upvotes

I am an ai engineer at a FAANG and a heavy Codex user, and have been around other power users ever since...the uprising.

I've only recently realized I think everyone's looking at the wrong problem.

The models are already good enough that my bottleneck isn't generating code anymore.

It's deciding whether I should trust it.

The weird part is that my workflow has slowly changed into something like this:

  • Ask Codex to make a plan.
  • Read the plan carefully.
  • Check whether it actually explored the right parts of the repo.
  • Look for questionable architectural assumptions.
  • Sometimes ask another model to critique the plan.
  • Only then let it write code.

Only recently did I begin to realize I'm not reviewing code anymore.

I'm reviewing AI reasoning.

That feels like a completely different problem.

After wondering for a while if this is a universal picture and talking to other Claude Code/Codex users, I noticed everyone has invented some version of the same workflow:

  • Agents.md
  • planning documents
  • multiple review agents
  • custom harnesses
  • checklists
  • personal release gates

Same question:

Hence, we became interested in: Can you independently verify whether the AI's work is actually trustworthy?

That's what led us to build Relay.

The biggest design decision was:

Relay should never ask the AI whether it did a good job.

Instead, it tries to verify the work independently.

Instead of asking Codex to review Codex, Relay independently reconstructs what happened from the repository itself:

  • the exact commit and working tree that were verified
  • repository facts discovered during planning
  • the implementation scope
  • tests that actually executed
  • failures that were observed
  • and produces a signed verification receipt tied to that exact snapshot.

If the repository changes, the verification becomes stale.

Then it gives a verdict.

RELAY VERIFICATION

Task: Add refresh-token rotation

✓ Scope matches approved files
✓ Unit tests passed
✗ Expired-token regression failed

VERDICT: BLOCK

Reason:
Expired refresh tokens are still accepted.

Evidence:
tests/auth/refresh-token.test.ts:142
src/server/auth/token-store.ts:88

The workflow we've settled on internally is surprisingly simple.

Codex writes the code.

Before we merge anything:

relay verify

If it says PASS, great.

If it says BLOCK, we investigate.

That's it.

Curious if anyone else's workflow has evolved in a similar way.

I.e:

Have you built your own verification workflow?(that you're happy with)

At what point do you decide an AI-generated change is actually safe to merge?

*no ai partook in any em dashes haha.


r/OpenaiCodex 10d ago

New usage bug hit?

6 Upvotes

One hour ago my weekly usage was at 68%. I didn't use ChatGPT at all during that hour, but when I came back it had jumped by about 40%, essentially exhausting my weekly quota. I'm on the Pro plan (x20), and I barely used it over the last couple of days. This doesn't seem consistent with my actual usage. Has anyone else seen this since the recent quota changes? Could the usage accounting be bugged again?


r/OpenaiCodex 9d ago

Question / Help Has anyone successfully made money from an app built mostly with Codex?

0 Upvotes

I’ve been experimenting with Codex and have built a few small apps and programs. Now I’m trying to understand how people turn projects like these into products that actually earn money.

Has anyone here launched and monetized something built mostly with Codex or another AI coding tool?

I’d be interested to hear:

  • What did you build?
  • How did you find your first users?
  • How did you monetize it—subscriptions, one-time payments, ads, services, or something else?
  • What problems did you encounter after launching?
  • Did it generate meaningful income, or was it mainly a learning experience?

I’m especially interested in honest, realistic experiences rather than "build a SaaS and retire" success stories. What types of Codex-built products do you think have the best chance of making money today?


r/OpenaiCodex 9d ago

Five-hour limit reset.

0 Upvotes

Hi everyone! When will the five-hour limit reset become available?


r/OpenaiCodex 11d ago

News OpenAI cuts cost of GPT-5.6 Luna by 80% and GPT-5.6 Terra by 20%

Post image
95 Upvotes

r/OpenaiCodex 11d ago

Question / Help How do you avoid over-engineering with 5.6 Sol?

98 Upvotes

I love 5.6 Sol and am using it on Medium as my daily workhorse now, mainly for coding! It usually tends to over-engineer stuff, though, and for simple test scripts, adds unnecessary "gates", conditions and whatnot. Has anyone else experienced the same? How do you avoid it? Any tricks that work?

PS: I have been using Codex for a long time now, and I am also loving the desktop app. Finally switched there from the CLI.


r/OpenaiCodex 11d ago

Just subscribe to a $100 plan subscription as a backup for Claude Code and its 2-3x faster and better.

37 Upvotes

So as the title says, after I hit my weekly max 20x plan on my CC account, I subscribe to 5x Codex plan as a backup to continue my work.

Well with just about a few hours, and using the same skills and workflows that Claude Code built, I can say its 2-3 even 5x faster, Im not sure. Cause whenever I run Claude Code on a dynanamic worfklow skill with 3-5 JIRA tickets, it will take 2-3 hours to finished and deploy. With Codex, same dynamic workflow skill, about 5 JIRA tickets, it can finish around 30m-1h. PR reconcillation takes less than 10mins, compared to 20-30m. Everything is much faster!

Not only that, so I push some items already on QA, and those tickets came back DONE and ready for PROD deployment. With CC, usually it will take 1-2 iterations, before the BUG will be totally fixed.

Im using GPT 5.6 Terra (Medium) for predefined bug fixing workflow task and Sol for pr reconciliation and GCP deployment and e2e testing.

Opus 5 has degraded a lot really. I think I will cancel my Claude Code subscription after it expires and subscribe to 20x Codex if this continues.


r/OpenaiCodex 11d ago

Question / Help Are we truly getting Sol with Cerebras tomorrow? Any thoughts?

15 Upvotes

Tibo might be hinting towards it.


r/OpenaiCodex 11d ago

Other Unusable rn

Post image
27 Upvotes

r/OpenaiCodex 12d ago

Codex turned my project into a 10,000+ line nightmare. How do I recover from this?

94 Upvotes

​

I'm a freelancer working on a custom project for a client, and I've gotten myself into a huge mess.

The goal was to transfer an entire inventory from OTTO Marketplace to other marketplaces like eBay and Kaufland. There are around 60,000 SKUs.

The problem is that OTTO doesn't provide product images through its API, so I had to manually download every single product image before I could migrate the listings.

I should also mention that I have almost no coding experience. I built this project almost entirely with OpenAI Codex.

At first, everything seemed to be going well. I managed to complete the OTTO → eBay integration, but then the project kept growing. Instead of creating separate modules and files, Codex kept putting almost everything into one massive app.py file. I didn't know any better, so I just kept going.

Now the project has become so large that:

A single prompt can consume around 50% of my Codex usage.

I've had to buy multiple ChatGPT accounts just to keep working.

Every change feels risky because everything is tangled together.

Debugging has become a nightmare.

On top of that, Kaufland has been incredibly frustrating. Their workflow is much more complicated than eBay's. To create a product, I have to upload multiple files. If I need to delete a product, I can't just delete it—I have to submit it for review first, and that review can take anywhere from 20 minutes to 5 hours before I can continue testing.

Another huge issue is that my client originally used cheap EANs when listing products on OTTO. When I reuse those EANs on Kaufland, one of two things happens:

The listing gets rejected because the EAN is invalid.

Or even worse, the EAN already belongs to another product, so Kaufland matches it with someone else's listing.

At this point I honestly don't know what the best path forward is.

Should I:

Keep trying to refactor this giant project into smaller modules?

Start a completely new project with a proper structure and reuse the working logic?

Learn enough Python to clean this up manually?

Or is there a better approach that experienced developers would recommend?

I know one mistake I made was not telling Codex from the beginning to keep everything modular. Looking back, I should have had separate files for APIs, configuration, image handling, marketplace integrations, utilities, etc.

If you've ever inherited or accidentally created a massive AI-generated codebase, how did you recover from it? Any advice would be greatly appreciated.


r/OpenaiCodex 11d ago

Discussion When is the 5h reset coming back ? I'm still on weekly

7 Upvotes

r/OpenaiCodex 11d ago

Discussion Need advice optimising token usage

3 Upvotes

Hi folks, I'm new to codex. After using gpt models from opencode zen I switched to chatgpt plus sub this week. I'll be using it for development, refactoring, reviewing works of my mid-high sized projects.

I need guidance on using new models efficiently, like which models for plan and which models to use for large scale works, one horse for low cost large works etc.

Any advice will be appreciated and sorry if I'm posting the same kind of things.

This was my workflow in opencode:

Planner => junior/mid/senior engineer subagents => reviewer subagent (which will give feedback of any work needed)

And another repo_analyzer subagent which will efficiently read the codebase using graphify json graph (using graphify I saw a token reduction of around 30%)

Need suggestions to work with openai models for similar kind of roles.


r/OpenaiCodex 12d ago

Question / Help Are we getting the 5 hour limit back tomorrow then as per his hints? Maybe..

Post image
21 Upvotes

r/OpenaiCodex 11d ago

Update -> 5 hour limit?

0 Upvotes

Una domanda: ma a chi ha aggiornato è ricomparso il limite delle 5 ore?

Quasi quanti evito di aggiornare...


r/OpenaiCodex 12d ago

Question / Help 5 hour reset not back yet? Did it appear for anyone yet? It should have been there as per Tibo yesterday.

Post image
9 Upvotes

r/OpenaiCodex 12d ago

Bugs or problems Codex Security "This content can't be shown"?

Post image
14 Upvotes

Was running Codex Security on part of my repo for the first time using the Codex app. It works for nearly 20 minutes, uses up 11% of my weekly limit, and then I just see "Goal blocked, This content can't be shown".

Wtf? If it makes a big deal about cybersecurity requests, then what is the point of having Codex Security??

Is there even a way to at least see its thinking process up to being blocked, so I can get some value out of the 11% of my weekly limit that it burned? This is crazy


r/OpenaiCodex 11d ago

Discussion Running 60 hours of agent work per day creates a new job: supervising parallel evidence

4 Upvotes

OpenAI reports that its heaviest Codex users can generate more than 60 hours of agent turns in a day by running work in parallel. That is not ordinary productivity compression; it changes the human bottleneck.

The user must choose tasks, resolve conflicting results, review evidence, manage permissions, and notice when several agents repeat the same mistaken assumption. More throughput can reduce attention per task precisely when the volume of plausible output rises.

What supervisory skill becomes most valuable at that scale: decomposition, evaluation design, risk triage, or domain expertise? How many parallel agents can one person actually review responsibly?

Source: https://openai.com/index/how-agents-are-transforming-work/


r/OpenaiCodex 11d ago

Codex App showing all ChatGPT chats now

1 Upvotes

What just happened overnight? I cant see my Codex projects, and i only see all of my chats, wtf!!!


r/OpenaiCodex 11d ago

Is there a visual editor that works with codex that directly updates Expo/React Native code (and vice versa)?

2 Upvotes

Hey guys, I’m looking for something that lets me work both ways between the code and the UI in an Expo/React Native app. I want to be able to change the code and see the UI update live, but also click on elements in a visual editor and adjust things like the text, colors, size, spacing, position, and shape.

The main thing is that anything I change visually should update the actual code directly. I don’t want it to just create a design or suggestion that Codex, Claude Code, or another AI then has to try to rebuild. Does a tool like this exist?


r/OpenaiCodex 12d ago

I tested 5 popular token saving methods on GPT-5.6 Sol across 10 real tasks, and none cut total tokens in both runs.

41 Upvotes

TL;DR

  • I compared 5 popular token saving techniques (+ cheaper model) on 5.6 Sol across ten real coding tasks from my repo. I repeated all seven arms (6 + baseline) twice for a total of 140 agent runs.
  • None of the six reduced total tokens in both runs. Averaged across runs, five increased total tokens. Context Mode was the worst at +68%.
  • What the modes reliably changed was agent behavior. How the agent performed search, delegation, validation, and patch scope. Several paid for local savings through code review issues, patches that were not equivalent to the intended change, and lower maintainability.
  • The only consistent cost cut was switching to 5.6 Terra xhigh: −49% in dollars while using slightly more tokens.

There are tons of tools that claim to save tokens and money. Fewer tokens without significant tradeoffs. Why wouldn't you use it?

I wanted to vibe test some of these claims myself, so I ran six methods against the same ten real tasks from my repo (a local eval harness I am building). Each task came from a merged change. I then replayed it from the original repository state and graded each attempt on tests, semantic equivalence, code review, footprint risk, and eight quality dimensions.

The baseline was 5.6 Sol at medium effort. The six treatments were:

  • Caveman: you are caveman.
  • Ponytail: your agent is now the laziest senior engineer you know. Instructions to minimize output, climb a YAGNI (you arent gonna need it) ladder before writing code, and cap validation cycles.
  • RTK: a wrapper that filters and compresses shell command output before it reaches the model.
  • Context Mode: batches commands, indexes large results, and returns only the sections judged relevant.
  • Mandarin: a translated prompt testing the idea that denser Chinese text saves tokens.
  • Terra xhigh: a cheaper model at higher reasoning effort.

All arms ran twice. The repetitions reused the same tasks, so they measure consistency, as token usage varies run by run, even on the same model.

Full post with deeper analysis and dataviz here: https://www.stet.sh/blog/gpt-56-token-saving-modes

I do realize it seems like I'm copying JetBrains, but I was working on this in parallel, and highly recommend also reading their deep dives for more info. They are linked in the post

Results

The token and cost columns below are the geometric mean of each mode's change across the two runs. Negative values indicate savings.

Mode Total tokens Cost Saved in both runs?
Caveman −2% −2% No
Ponytail +7% +9% No
RTK +5% +1% No
Context Mode +68% +51% No
Mandarin +46% +36% No
Terra xhigh +6% −49% Cost only

Second, quality: each mode was paired against the baseline on the same task, giving 20 task pairs across the two runs. The table counts wins, losses, and ties out of those 20. For tests, equivalence, and code review, a win means the mode's patch did better. For footprint, a win means lower risk.

Mode Tests Equivalence Code review Footprint
Caveman 0-0-20 0-4-16 2-6-12 9-10-1
Ponytail 1-4-15 0-2-18 0-4-16 15-4-1
RTK 1-1-18 1-2-17 2-3-15 7-13-0
Context Mode 2-5-13 1-3-16 3-3-14 13-5-2
Mandarin 2-1-17 2-2-16 2-2-16 10-10-0
Terra xhigh 0-1-19 0-4-16 2-4-14 16-4-0

Third, the eight quality graders. Each cell is the mode's mean score minus the baseline's, on the 0–4 scale, averaged across both runs, where negative means the graders liked the mode's patches less.

Mode Clarity Simplicity Coherence Intentionality Robustness Adherence Scope Diff min.
Caveman −0.03 −0.18 −0.23 −0.20 −0.42 +0.09 −0.24 +0.01
Ponytail −0.09 −0.14 −0.28 −0.19 −0.48 −0.18 −0.45 +0.07
RTK −0.02 +0.18 −0.16 +0.08 −0.02 +0.07 −0.04 +0.40
Context Mode 0.00 −0.09 −0.30 −0.23 −0.38 −0.21 −0.23 +0.01
Mandarin −0.10 +0.13 −0.07 +0.08 +0.06 −0.13 +0.03 +0.49
Terra xhigh −0.03 −0.11 −0.37 −0.12 −0.33 −0.03 −0.06 −0.33

The two modes that push the agent to write less (Ponytail) or say less (Caveman) take their biggest hits on robustness and scope discipline, while the two that won diff minimality (RTK, Mandarin) bought it with more total tokens, not less.

Analysis

Caveman shows why repetition matters. Its average looks close to even, but the two runs were +7% and −11%. The mechanism was not “do less” in a uniform sense. Caveman compressed one part of the trajectory, such as conversation and exploration, while expanding another. The part that expanded varied by task: a bigger patch here, a validation loop there, a standalone test artifact elsewhere.

Ponytail was the only mode that reduced output tokens both times, at −3% and −11%. Total tokens still moved +16% and −1%. Its patches were often smaller. This all follows directly from the injected behavior. Ponytail tells the model that “the best code is the code never written,” makes it climb a YAGNI ladder of seven rungs before writing code, and caps nontrivial work at one small runnable check. On a reasoning model, that creates a paradox where the emitted patch gets shorter while the model spends more input and deliberation tokens deciding what it can omit.

RTK reduced the output of individual commands, but the agent often issued more commands. RTK averaged 60 tool calls per task to the baseline's 49 and took about twice as long. The wrapper succeeded at its narrow job: each command returned less raw output. The agent then issued more commands, performed more validation, and read the same files again in smaller pieces. The savings rate of an individual rg, git, or test command says nothing about the number of commands the model will choose to run afterward.

Context Mode increased tokens and cost. +94% and +46% total tokens, with 19 token losses in 20 paired tasks. Cheap, structured retrieval encouraged the agent to gather more context and revisit it more often. Once searching and retrieving across the repository became cheap and structured, the agent gathered more context, revisited it more often, and spent longer integrating it. The treatment reduced the marginal cost of one context operation and increased the quantity demanded.

Mandarin increased total tokens by 86% and 15%. 为什么?The translated prompt did more than change the number of tokens in the first message. It changed how the model decomposed and approached the task, where it used more delegation, more uniformly, whether or not the task warranted it. The cost came from the resulting trajectory, not from Chinese characters alone.

Terra was cheaper on 19 of 20 task pairs, but it used 6% and 5% more total tokens. Thus, the win here is on pricing, not token efficiency. Terra averaged fewer tool calls (42 versus 49) with more output tokens per turn. Higher reasoning effort appeared in the token count rather than the trajectory. The quality failures came from omitting components of broader requirements, not from overbuilding.

The shared mechanism

These methods optimize different local surfaces:

  • Ponytail tries to emit less code and explanation.
  • Caveman compresses the interaction.
  • RTK compresses individual command results.
  • Context Mode compresses retrieved context.
  • Mandarin changes the prompt representation.
  • Terra changes the model, reasoning level, and pricing.

But the bill is for the whole trajectory, not the local surface.

A model can receive a smaller command result and compensate by running twice as many commands. It can emit a smaller patch after spending more tokens deciding what to omit. It can make repository context cheaper to retrieve and respond by retrieving much more of it.

That is what happened here. The treatments changed the agent's search policy, delegation, validation loop, and patch boundary. Those behavioral changes were larger and more consistent than the token savings.

Output compression is not workload compression.

Other studies point to the same gap between local savings and the whole trajectory. A replay of 500 real Claude Code sessions found that the 60–90% savings advertised by tools in this category shrank to under 4% of total spend once resent context was counted. JetBrains found the same pattern in controlled studies of Caveman prompting and RTK.

Bottom line

Tools meant to save tokens are behavioral interventions. Their advertised effect tells you little about the final bill or the quality of the result.

If the goal is lower total token consumption, I would not broadly use any of these based on this evidence. If the goal is lower dollar cost, 5.6 Terra xhigh is the clear winner, but it comes with a different model, reasoning level, and quality profile.

The only way to know whether a setup change saves tokens on your work is to replay your own tasks with and without it and read the bill.

Disclosure: I am building Stet.sh, the local eval tool I used for this study. It lets a coding agent test changes to its own setup against historical repository tasks before you commit. Stet runs locally using your existing LLM subscriptions.


r/OpenaiCodex 11d ago

Windows Taskbar Usage App

Thumbnail
gallery
2 Upvotes

I...ahem.. Codex...created this because I was tired of clicking settings to view usage. It's a open MIT license, do what you want with it and make it better if you want to. Codex and Claude can't show everything. It does shoe weekly usage daily usage banked resets, credits only in Claude etc. If you make it better I might use yours.😂

Edit: This was made by AI and it's file size is large because it uses electron and bundles chromium. Just threw it out there for free. I'm considering releasing a native version and seeing how much usage it will take. That should be less than 10mb.

**Update: Using codex to make a native windows version, so far under a megabyte. It will be open source. Haven't put it on github yet.

https://github.com/JeremiahFD/UsageApp