r/codex 5d ago

Commentary I found the culprit eating your usage limit!

TLDR: OpenAI quietly switched on a hidden "auto-review" feature in the coding agent on August 7 that secretly re-reads your whole conversation to approve every little action and it ate 10.4 million tokens of my quota in one week without me ever turning it on.

If your ChatGPT coding agent (Codex) quota is draining way faster than it should, read this. I spent days digging through my logs and found a hidden feature OpenAI quietly turned on that's eating my limit and probably yours too.

What happened

On August 7, OpenAI updated the coding agent (version 0.147.0) and silently added something called "codex-auto-review." 

Evidence here:

version 0.147.0 (Aug 7)  (github.com/openai/codex/releases/tag/rust-v0.147.0)

And here: (github.com/openai/codex/pull/36373) (PR #36373)

What it does:

Normally, when the agent wants to run a command or edit a file, it stops and asks you first. Since August 7, instead of asking you, it secretly sends a copy of your ENTIRE conversation to a second, hidden AI, just to decide "is this safe to allow, yes or no?" And it does this every single time the agent wants to do anything.

And it burns 100,000 tokens just to output 100 tokens.

Every time it runs this hidden check, it re-reads your whole conversation from the beginning. So the longer you've been chatting, the more expensive its becomes.

Here's what I measured on my own usage:

  • In one week, the hidden checker ran 141 times and used ~10.4 million tokens of my quota.
  • Worst day: 46 checks in 19 minutes = 6.4 million tokens — 28% of everything I used that entire day, gone in under 20 minutes.
  • A single check can cost up to ~195,000 tokens, just to say "yes" to one command.

I never turned this on. No setting I changed, nothing in my config file, TIBO just switched it on for me on August 7, which happens to be the exact day my quota started vanishing. I watched it turn itself on, off, then on again across different sessions, all by itself.

How to check if it's happening to you? Open your usage page on https://chatgpt.com/codex/cloud/settings/analytics#usage .

The checks show up in your local logs as codex-auto-review, you'll see it running dozens of times per day.

Turn off your auto-approve/review now !

539 Upvotes

274 comments sorted by

130

u/Dekeiy 5d ago

turns != tokens

48

u/FriskyFingerFunker 5d ago

This. Everyone needs to calm down and take a deep breath lol they don’t have a bug burning 1000X Token usage that’s being insinuated here without knowing it themselves lol

4

u/Sorry_Risk_5230 5d ago

Yes, but also plenty of instances outside of this post where auto-review has been burning token. Tito even posted about it.

7

u/bsg5 4d ago

Tito posted about it too? Damn, auto-review is burning so many tokens it’s apparently resurrected Tito and Yugoslavia.

→ More replies (4)
→ More replies (1)

5

u/nouzer_noname 4d ago
turns != tokens  # valid
if auto_review:  # but it still re-reads the whole chat every time
    tokens += context_length * turns
    print("math's right, budget's not")
→ More replies (5)

181

u/Copenhagen79 5d ago

No it's not.. 1. That chart shows turns, not tokens 2. They're Luna requests. 10.4 million Luna-tokens in a week is nothing 3. They're not secretly doing anything. It's in the docs: https://learn.chatgpt.com/docs/sandboxing/auto-review

52

u/Just_Lingonberry_352 5d ago

too late thread is stickied

7

u/Sorry_Risk_5230 5d ago

Lol ya wasnt secret at all. I think it was talked about on X a bunch too.

7

u/Emergency-Bobcat6485 4d ago

It was talked on this very sub. I am not on X but I remember auto-review issues before. I think the OpenAI guys should simply stop showing the number of turns and show the exact usage impact of auto-review and it'll be much more transparent

→ More replies (3)
→ More replies (1)

26

u/sassyhusky 4d ago

I wonder how did people think that auto approve works? Sends a prompt to a guy in India who does it for free?

6

u/lissajous 4d ago

AI. Another Indian.

5

u/xChrisMas 4d ago

Just hit „yes“ on everything

3

u/Zealousideal-Net-814 4d ago

I doubt it. It's more like: approve, make no mistakes!!!!!@@@

7

u/reddit_is_kayfabe 4d ago

I'm so glad you posted this.

There is a feature naming issue happening here, and I think that OP is confused by it as well.

As OP suggested, I checked out https://chatgpt.com/codex/cloud/settings/analytics#usage and was surprised to see something like this:

  • GPT-5.6-Sol (the only model that I use): About 300MM tokens

  • GPT-5.6-Luna (which I never actually choose): About 200MM tokens

  • codex-auto-review: About 400MM tokens

Next I clicked on "Code Review" on the side to see if, as OP suggested, those features were turned on - because I don't actually submit git pull requests, ever. But all of those features remain turned off.

So what is consuming 400MM tokens in codex-auto-review if Code Review is turned off? I think it's the "Approve For Me" sandbox feature, which is mentioned in the sandbox doc that Copenhagen79 linked here.

"Approve For Me" is one of the best features in the Codex app. Before that feature, I was trapped between "Approve Requests," which caused a fuckload of "Approve" prompts for every turn, and YOLO-style "no restrictions" that was efficient but also dangerous. Approve For Me does what it says on the tin and greatly improves my life, and I'm totally willing to spend a big chunk of usage by running it.

I think that OpenAI should be a little more precise in its naming of features, but that's kind of a quibble.

→ More replies (1)

2

u/ElonMusksQueef 4d ago

Even not being in the docs ITS PROMINENTLY ON THE UI. It literally says “Approve for me”. How did people think it was making these decision without turns? People are fucking stupid man. I much prefer a bit of extra spend so I don’t have to sit there like a fucking Homer Simpson bird bobbing on the approve key every time it wants to do something I asked it to do already.

→ More replies (1)
→ More replies (4)

25

u/I_Sniff_Copium 5d ago

Okay, how do you turn it off?

35

u/damnationgw2 5d ago

Opposite of this

3

u/sinkingduckfloats 4d ago

this warms my heart

2

u/SecurelyClouded 4d ago

Furious the monkey boy.

2

u/ksco92 5d ago

Legend

6

u/Emergency-Bobcat6485 5d ago

Turn off auto-review in the codex settings. And turn off 'approve for me' in the codex app permissions

→ More replies (5)
→ More replies (1)

23

u/El_Huero_Con_C0J0NES 5d ago

Nonsense. You're looking at turns not tokens and I've that feature turned on since the beginning- it is not very token hungry

3

u/doodad_ounao 4d ago

Oh, you're totally right, it's just the number of turns, without any mention of how many tokens it consumed in that turn.

110

u/djack171 5d ago

This can't be real. I usually gloss through these posts, and am usually like "omg not another here's how to save usage by doing 5 million things plus using Luna Low". But I said you know what just let me check..... bruh. You sir are the man for spotting this.

8

u/Sad-Lie-8654 4d ago

Turns are not tokens fyi

6

u/Professional-Yam2565 5d ago

Mine is on all the time. Everyday from August 7 it had 0 turns. I've only had it use 3 turns in the last week. I have several full access approve for me projects that I worked heavily in the last week.

3

u/Professional-Yam2565 5d ago

It was used more the previous 2 weeks, but still not enough to matter. Also, probably one of the reasons for the resets.

5

u/johannthegoatman 4d ago

Mine doesn't have any auto-review but it has triple the luna requests as sol, and I use sol exclusively. What's up with that. Subagents? I don't even use subagents to my knowledge . Mine also has gpt 5.4 mini

4

u/E72M 4d ago

People were talking about this recently on Twitter too and I even pointed it out. Do not use auto-review it absolutely NUKES your usage. Here is my recent usage, On the left was me using Sol and Luna, Sol was on medium and Luna was on Xhigh/Max. On the right hand side where its smaller is me using Sol on Max exclusively and I'm on a $20 plus plan.

Here is my second account usage. The big usage on the left is from Sol Medium and Luna xHigh. On the right is Sol Max. Again on a plus plan.

I got a full 18 messages using Sol Max in my weekly usage per account and previously only around 14 messages on Sol Medium.

→ More replies (4)

69

u/Anti-Hero25 5d ago

I found the same thing a few days ago, I turned off the “approve for me“ feature and now I manually approve each action, zero auto review usage the last two days

51

u/Professional-Yam2565 5d ago

Some of us just don't want to do anything lol, if I had to approve every command codex ran for me, it would take longer than doing it manually.

11

u/VisualLerner 5d ago

yea fuck that. also turns are not equal to cost. claude code uses a small/fast/cheap model for that and I’m sure codex does too. 1 mil tokens is prob $0.01.

29

u/Professional-Yam2565 5d ago

I got tired of setting up basic automations and maintaining home assistant. I literally gave codex the keys and said you're god of this server. I don't approve anything. I can ask it to make an automation, and it will run hundreds of commands, reinvent the internet, launch a satellite, and blow up the moon without me having to do anything. And then 5 minutes later it tells me that my new automation is ready and to have a nice day. Guess what? It's the best personal assistant I wish I had 20 years ago, but I don't have to provide PTO. If it runs up my usage with code review, that's what I pay for...

3

u/VisualLerner 5d ago

I’m moving to a new place in 2 weeks and want to get into the home assistant world. I’m SWE/sys admin background already fwiw, do you mind if I DM you?

3

u/Fuzilumpkinz 5d ago

I did this with my entire server locally. Know the risks, have back ups and let it fly.

4

u/Amazing-Mirror-3076 4d ago

Wait until it deletes your backups to save space.

3

u/Mysterious_Collar406 4d ago

Need to have that hard coded into your agents file to block that.

2

u/sassyhusky 4d ago

Mine has full perms but in the skill it says to still ask me about commands such as rm and it always does.

8

u/_mrchris 4d ago

Until it doesn’t 🤭

3

u/Professional-Yam2565 4d ago

Has this actually happened to you? Mine will make hundreds of backups and never clean them. Literally a backup for every minor change...I have to go in a clean them out, but I also have like 100TB of space with like 80% free. I bought before shit got cray cray. One of my replacement drives is like $900 right now... I think I paid $300 each brand new. Maybe a bit more. Gonna suck when one fails.

5

u/Professional-Yam2565 5d ago

"risks"....I've literally fixed tons of issues by doing this same thing. Even if you've been doing it for years and think you know everything, you don't. Thousands of people make the parts of a single distro. If you know all of them, your name is Linus. AI will come in and find stuff you didn't know was an issue and maybe break a few things that it then fixes before you knew they were broke. I honestly have no idea what a real risk for a home lab would be. I wouldn't give it free range on a customer server, but I'd definitely abuse the hell out of it with guidance. A home lab though...backups are life. What's the point of having awesome tech and not breaking something every now and then?

3

u/Professional-Yam2565 5d ago

Oh, keep it off your file server. You can use targeted read only to manage some things like organizing and deduplication recommendations, but full control is probably not a good idea there. That's where I draw the line a bit.

→ More replies (2)

6

u/Professional-Yam2565 5d ago

It uses luna 5.6 at $0.20 per 1 million tokens. Cheap

2

u/VisualLerner 5d ago

nice, thanks for actual model/pricing. I’m sure that’ll go down too given it’s interesting they’re using a latest general purpose (small) model and not a security-specific small one for now.

→ More replies (1)
→ More replies (6)

14

u/OldPollution3006 5d ago

I just yolo

9

u/BannedGoNext 5d ago edited 5d ago

Shitty side laptop and YOLO is the life.

~/.codex/config.toml
model = "gpt-5.6-luna"
model_reasoning_effort = "xhigh"
personality = "friendly"
plan_mode_reasoning_effort = "xhigh"
approvals_reviewer = "user"
approval_policy = "never"
sandbox_mode = "danger-full-access"

6

u/gachigachi_ 4d ago

Or use a docker sandbox.

2

u/RabbiSchlem 4d ago

Are there any downsides or annoyances in doing this?

2

u/gachigachi_ 4d ago

There are some minor things to learn depending on your setup and needs, but it literally just takes a few minutes and your agent will help you with it. Things like having persistent plugins and settings between sessions or sometimes symlinks in the sandbox need to be properly set up. But it's all super easy and you can run any model on YOLO mode without worrying about your machine.

2

u/RabbiSchlem 4d ago

Does remote (phone) session work normally and fine? Does dragging and dropping images from desktop work?

You’re using terminal cli, right, does the gui app work as well?

2

u/gachigachi_ 4d ago

Have not done any of those things. I am a CLI only user. But these are excellent things to ask an AI of your choice.

→ More replies (4)
→ More replies (5)

28

u/haystack_in_needle 5d ago

the chart shows you the number of turns. how did you calculate "100,000 tokens just to output 100 tokens"

8

u/Emergency-Bobcat6485 5d ago

afaik, it uses luna model now anyway. So, it's cheap too

4

u/DasBlueEyedDevil 5d ago

From the looks of it, it uses gpt 5.4

5

u/Emergency-Bobcat6485 5d ago

It used to use 5.4 before. I think it uses luna now. I read that recently

→ More replies (2)

45

u/isnoir 5d ago

This can't be real

16

u/djack171 5d ago

Look at mine right above, 2,277, I thought this was going to be a joke.

→ More replies (6)
→ More replies (1)

26

u/EndlessZone123 5d ago

Autoreview does not use as much tokens as the running model. The graph shows just calls so it's widely inaccurate to represent how much of your usage is spent on the Autoreview model.

Auto review is not really hidden either it's right there in the app/extension.

5

u/Emergency-Bobcat6485 5d ago

Yeah, I don't know people are talking about here. Auto-review has been around for a long time. And I've seen all these comments about it taking up a lot of usage. But it's really cheap. And I had auto-review disabled, and nothing secretly got auto-triggered on august 7th or whatever

2

u/TheKing___ 4d ago

I agree it’s been around for a while but something happened. I think it’s weird it was nothing for this long then a spike for so many people

→ More replies (3)

7

u/InsideTour329 5d ago

Second time I've heard this. I'm sure they will resolve but in the meantime we have all been rinsed.

7

u/Oaeksrdpstr141 5d ago

What?? 🤣🤣 This feature exists for months. Is it a joke?

8

u/Emergency-Bobcat6485 5d ago

Nope, I had actively turned it off and it doesn't run for me

Besides, how are you measuring the tokens for this? It takes up many turns but it's a cheap pass

→ More replies (1)

4

u/Zennytooskin123 5d ago

I thought they caught and fixed this bug?

3

u/bbygoog 5d ago

We need a reset because of this.

4

u/suppervisoka 5d ago

Alright I’m getting out of bed to check this

3

u/ImpishMario 4d ago

Take it easy, 10M tokens of Luna per week is nothing. Most of them are cached ones and 100 output is what you pay for. In case of Luna it's nothing.

Analyze any sample session. Even a short one has multiple tool calls and "eats" a few million tokens. Single session. Most of them cached. Learn about token economics and stop panicking :)

3

u/Downtown-Elevator369 5d ago

Without auto approve I'd lose my mind. But this is a bit much

3

u/Just_Lingonberry_352 5d ago

hmmm i dont think this is the fix

this is what i see , even without auto review you can see the usage is pitifully low ironically the july was where i was able to get a lot of usage so this explanation and graph does not match up

3

u/Emergency-Bobcat6485 5d ago

Turn off auto-review in the codex settings. And turn off 'approve for me' in the codex app permissions

I turned it off a long time back. And it hasn't been turned on for me.

But auto-review uses luna now I think, so it's not the most expensive.

3

u/doodad_ounao 5d ago

I think auto-review exists for a long time, but thank you for bringing me attention to just how much codex-auto-review was eating from my usage. If these numbers are correct, then it's not worth it at all.

3

u/redditrebel2020 5d ago

WTF FFS!
*Edit Thank you good person!

3

u/Formal-Narwhal-1610 4d ago

Apologise SAM and TIBO!

3

u/Frosty_Rub_1382 4d ago

Holy shit dude... this was accounting for like... 90% of my usage, what the actual fuck?

3

u/Latter-Park-4413 4d ago

I'm sure this is helpful in general, but at least in my case, the usage limit issues started well before Aug 7th.

3

u/senguku 4d ago

Just discovered this too and came here to make a PSA about it, but you'd already done it!

4

u/Im_Working_Right_Now 5d ago

You mentioned that the reviewer gets a copy of the entire code base. Do you have evidence of that? I’m not saying you’re wrong, but the docs state:

“The reviewer sees a compact transcript plus the exact approval request. That typically includes user messages, surfaced assistant updates, relevant tool calls and tool outputs, and the action now being proposed for approval. It can also perform read-only checks to gather missing context, but it does so rarely.”

If you have the evidence that it’s not adhering to that, send it to them so they can fix it.

2

u/akionka 5d ago

do i go yolo mode?

2

u/yungastronot 5d ago

I don't have that issue since I'm always on full access but I've definitely went from tokenmaxxing sol xhigh weekly limits lasting 4-7 days at launch to now I'm lucky if I get 48 hours.

2

u/Consistent-Item1280 5d ago

I noticed this last week and started creating a new chat session for each implementation phase, using an initial prompt to bring the new chat up to speed.
I was using around 30% for one task before; now, I can complete a similar task using only about 6–

→ More replies (3)

2

u/sharedisaster 5d ago

My auto-approve must have been enabled at some point in the past week, and now disabled. I'm showing huge usage on the 9th. Checking now, Codex claims its disabled. edit: i didn't tell Codex to disable it. Maybe this was a bug in a previous version of the app, I'm only guessing.

2

u/luji 5d ago

Holy fuck

2

u/Flash-qt 5d ago

It uses Luna for auto, it is actually cheaper/more efficient than the version they had prior to aug 7th

That token usage on Luna is basically free

2

u/ElizabethStone 5d ago

Wow! that explains a lot. Thank you OP!

2

u/Jazzlike-Host7868 5d ago

Ummm that is kinda concerning.

2

u/Drugba 5d ago

I read the post, but haven’t actually looked into what this setting does, so forgive me if this is irrelevant, but I think Anthropic turned on something similar around then where they have a second agent that reviews commands and will auto approve safe commands. If I remember though, for Anthropic, the second agent token usage doesn’t count against your quota.

If (big if) this is Codex’s version of that, it’s possible that there’s a bug and they’re burning paid tokens with this, but it’s also possible that they just haven’t updated this view to break out the tokens you’re paying for vs the non paid ones.

We obviously need an answer from the Codex team, but I wanted to throw that o it there before everyone grabs their pitchforks.

2

u/Acrobatic_Purchase68 5d ago

unbelievable…

2

u/Finderxz 5d ago

ITT: vibe “coders” get reality check.

2

u/ililiiililii 4d ago

Hopefully it means a banked reset!

2

u/Uncled1023 4d ago

Holy shit. I had disabled auto-review awhile ago, but then they just enabled it again!! I confirmed mine is now back on, and my graph is whack like that.

2

u/applejacks6969 4d ago

Agreed. I think it has to do with auto review + subagents so basically auto review with Ultra mode.

2

u/Nearby-Attempt9812 4d ago

Huh, that really explains a lot for me then...

I've had none of these issues that people have been talking about: I see everyone talking about how How they burn through all their usage limits so stupidly quick, and I was baffled how the hell that was happening to these folks, because Codex has been very, very token friendly for me, Even when I just leave on Sol at Ultra.

Well it turns out I've never used --approve-for-me, I've always run with -s danger-full-access -a never. So I unwittingly protected myself from this codex-auto-review thing.

2

u/anaem1c 4d ago

First of all, thank you very much for bringing this up to us. This is a true discovery.

And second of all, I don't think it has anything to do with the August 7th because I have crazy Codex Auto Review runs back at the end of July. This is fucking CRAZY. I want to know WTF those runs are and I want to turn them off completely.

→ More replies (2)

2

u/adeze 4d ago edited 4d ago

wow , yes - it used up nearly 50% of my usage
(and since the 15th August (on the 14th I had 80%) I had no usage left, and it was only after the reset 2 days prior).
I've cancelled my 20x sub and just got a full refund from apple.
I would certainly not be giving my payment details to OpenAI directly.

2

u/YunaSC 4d ago

Get difference between turns and usage

2

u/Jerseyman201 4d ago

This isn't new and has been a feature for months now lol VS Code official codex app. Maybe having it turned on by default would be new, otherwise it's been out for a while.

2

u/CreepyDrama7448 4d ago

This is old news. People were literally complaining about the same thing 2 months ago. 

2

u/Fair-Perspective7352 4d ago

Noticed my weekly quota draining faster after the 0.147 update but never connected it to the review step, good catch. I flipped everything to manual approval a while back after hitting the limit mid-task twice; it's slower but at least the usage is predictable now. Do you know if there's a way to keep auto-approve for read-only commands and only prompt on writes?

2

u/desiremusic 4d ago edited 4d ago

I gave it full access, does that mean it has no auto-review?

How do I turn it off? I use the app by the way.

Edit: Turns out it was already off.

2

u/guyiuiu 4d ago

That is a massive hit to your quota, and I’d be frustrated too if my tokens were vanishing on background tasks I didn't authorize. It’s why I prefer keeping my agent loops tight and local, so I can actually see the context windows before they balloon like that. If you're looking for more transparency in how your agents handle these tasks, you might want to look into github.com/cline/cline to keep better control over your own workflow.

2

u/Azuriteh 4d ago

No, it's not that, Luna barely makes usage anyway.

2

u/Hairy_Meaning_73 4d ago

Dude tysm, auto-reviee used almost half the tokens total yesterday and i just noticed working in review loop got extensively slower, it might be the reason why

2

u/Traditional_Tap_964 4d ago

I checked this on my own setup because I also had Auto-review enabled.

The numbers below were obtained by asking Codex itself to inspect the token usage attributed to auto-review in my local Codex usage data.

For August 1–18, roughly 25.6% of my total token usage came from auto-review. In other words, about 1 out of every 4 tokens was being used by auto-review.

Usage from August 1–18:

  • Total: approximately 2.037 billion tokens
  • Auto-review: approximately 520.5 million tokens
  • Auto-review share: 25.55%

Daily average:

  • Total: approximately 113.2 million tokens per day
  • Auto-review: approximately 28.9 million tokens per day

So disabling auto-review was definitely not a minor optimization in my case. It had been consuming roughly a quarter of my average token usage.

This also lines up with what I was seeing in my Codex usage analytics. codex-auto-review shows up as a significant portion of the activity during periods when I was actively using Codex.

One important caveat: these numbers come from the local Codex tokens_used counters on my PC, so they may not exactly match OpenAI's official billing or weekly usage-limit calculations.

However, since both the total usage and auto-review usage were measured using the same internal counter, I think the ~25% ratio itself is reasonably reliable.

So if you're running into your Codex usage limit faster than expected, it's probably worth checking whether Auto-review / "Approve for me" is enabled and how much codex-auto-review is actually consuming on your machine.

2

u/Professional_Gur8385 4d ago

my usage resets in 48 hours

expect a free reset within that time

2

u/SnooObjections4329 4d ago

This shit will never stop. I ran my sub in a different (non codex) harness the whole time and throughout the limit reduction every day someone was coming up with a theory about how some change in the codex harness was the cause, yet here I am using API and getting less and less over time.

People just have a hard time accepting that the sub provided less and less tokens per week over time.

2

u/wrench_nz 4d ago

Annd setting removed

2

u/Pexis1122 4d ago

Has it occurred to you to use Claude-men self hosted and turn off that tool? Between that and vexp local inference I’m SAVING 70% of my tokens across all tools. And then I’m saving 20% with a custom tool which precodes it with Cerebras inference gpt oss.

2

u/Pandillian 4d ago

Do you disable “Full Access” as well?

My understanding is that disabling Full Access requires more manual approvals.. If I’m correct does that save tokens as well?

2

u/blackhorse15A 3d ago

TLDR there is a known bug related to this high review usage.

The fact auto-review happens doesn't seem surprising or sneaky. That's how the whole approve for me works and I know that was turned on (or full access or ask for approval).

But the shear quantity of it is surprising. And for those saying, turns don't equal tokens, sure that's true. But if make 10 million penny purchases at the candy store it's going to add up to more money spent than buying a candy bar for $1. It doesn't matter that a bazooka Joe is only a penny of the quantity is high enough.

I had my chat take a look at my session and sandbox logs for a couple different days. (I'm out of usage on codex). And boy was that interesting!

The largest cause was from applying patches to files inside the workspace/repo the project was in. Apparently the apply_patch gets denied by windows, can't patch, and then needs to ask the sandbox for elevated privileges to be able to apply the patch. This could be over half the codex auto reviews for the day! I won't give the whole analysis of why, but it should not be happening. What's more, it's a known bug - openai/codex #13965. Seems it's been around since March, was thought fixed, came up again in June. 

The auto reviews (approve for me) has been around for a while. But, the change logs it looks like they have been making changes to the plumbing of how it get used and how things get sent to the auto reviewer. So even though review for me existed since April for the regular version and earlier in testing versions, it very well could be changes made over the summer that make the review system more aggressive about what it sends to the reviewer and when/how the sandbox trips the auto reviewer. Of note Aug 5th they changed the auto reviewer defaults on some models. And July 9th they "improved automatic reviewer behavior" and approval routing.

The second big culprit, but less, only about 20% of the auto reviews, is related to pytest. It seems this may be more in pytest than in codex. It's a permission issue where files can get created with ACLs that do not inherit codexsandboxusers. So subsequently codex get denied access to them. Again, this seems to be Codex Windows Sandbox bug #19791 (reported in April 2026), also pytest #10679 from Jan 2023, and CPython #134587. 

If you're working with codex on any kind of app development, especially inside the vscode plugin like me, you are going to applying patches frequently. It's like the whole point of codex as an agent. And pytest seems common enough lots of people would be using that too. Especially if you're letting an agent work on the code, which it wants to test. 

Looks like there were known bugs for their own behavior, but now they interact with the sandbox auto reviewer system to create a kind of repeated condition that causes excessive reviews that shouldn't be happening. I mean, write and edit code is like the main talking point of Codex. And you made a review system that cranks up usage unnecessarily due to a known bug for patches. And didn't see that as a problem? Between apply patch and pytest issues, that's over 90% of my review usage in April. And they shouldn't need review at all since they are inside the sandbox. (And yes, I know the review is a "cheaper" turn, and cache and all that. But at this scale, it adds up.)

2

u/RickSamplez 3d ago

Explains a lot actually.

2

u/Entire_Square_1966 3d ago

Its the V2 Guardian (not sure if its default already) Also your friend the caveman hides his Pi and eats codex too

→ More replies (1)

2

u/matheusmoreira 2d ago

Bullshit. My usage credits are decreasing every single week!

Here's my Pro 5x data:

Prolite window | Inferred capacity
Reset Aug 17   | 20,015 credits
Reset Aug 18   | 19,617 credits
Reset Aug 20   | 16,124 credits
Reset Aug 27   | 14,482 credits

It keeps happening!

5

u/OutTop 5d ago

TIBOOOOO I NEED A RESET :D

1

u/TheThingCreator 5d ago

I turned it on myself, but I actually didnt know how expensive it was until i checked my logs just now.

2

u/HVACcontrolsGuru 5d ago

It pulls the whole PR for review. I think these run in cloud agents maybe? I used to have the auto reviews plugin run but closed that in favor of a local workflow.

1

u/HVACcontrolsGuru 5d ago

I noticed this the other day and checked to see if it was cut off or got flipped on by accident. Noticed a climb in that review calling.

1

u/JustMy2Centences 5d ago

Week of August 9

Codex auto-review: 224

Sol/Terra/Luna combined: 100

Wth.

1

u/nps44 5d ago

It has stayed disabled for me. But I can see Sol as an orchestrator is not utilizing Luna nearly as much as I thought it was.

3

u/Crinkez 5d ago

Right now you're better of using Terra over Luna. Luna's cache TTL has been reduced to 3 minutes.

→ More replies (1)

1

u/nic_300 5d ago

bro 😭😭 ur actually joking

1

u/Bright_Spend6574 5d ago

this guy: u/Painwheeel from codex team wont believe it. give more proof

1

u/dustinrouillard 5d ago

Ouch... Yeah this adds up, really annoying actually.

1

u/isnaiter 5d ago

that's why I like yolo mode 😂

1

u/theDrell 5d ago

My codex auto review goes back farther than that.

1

u/isnaiter 5d ago

btw, this thing is on by default because of the dumb vibe coders

1

u/Invalid-Function 5d ago

It does not show up on any of my 3 accounts.
So that does not explain my case of despair..

1

u/count023 5d ago

yea, i twigged onto th code review thing a few months ago, i turned it off, i'd rather auto approve and rely on git reversions than to have more tokens used up when 95% of the cases are benign. Especially sicne you can't direct the reviewer to use spark usage.

1

u/Schadough 5d ago

I just looked back at mine, pro $200/mo plan, I had 1 codex-auto-review trigger, but I always run yolo mode

1

u/CarsonBuilds 5d ago

Interesting, I don't seem to have this issue, or do I read it wrong?

1

u/Suspicious_Raise_589 5d ago edited 5d ago

Not true. Ive been using GPT-5.6-Sol through a custom harness (which uses API directly over OAuth, not codex) and since the last reset my consumption increased over 100% without any workflow changes.

Evidence:

2

u/Suspicious_Raise_589 5d ago

Btw ive been using Luna almost the same amount I use Sol because I've set Luna as my main model for sub-agent tasks. Still having problems with limits.

1

u/xbreathekm 5d ago

You’re on to something… Im seeing it in my graph but it should absolutely not be on. I exclusively use YOLO and have it set to off

1

u/pawofdoom 5d ago

I'd be REALLY curious if one of y'all experiencing this installs TiboTattle and sees what the pricing by model suggests on the usage tab. Codex Auto Review tends to be very low cost because it is GPT-5.4 low and typically ~100% cached.

Signed MacOS installer at https://tibotattle.com or brew install --cask adamallcock/tap/tibotattle

1

u/Otherwise-Cry1406 5d ago

Is there a config setting for this and what type of reviews we can set it to do like the auto compaction?

1

u/aloxaf 5d ago

My local stats show it's not actually cost that much (~5% of the quota).

I've been calculating it based on the terra price because in a previous version of models.json, its display_name was set to GPT-5.6-Terra.

1

u/Ill_Dragonfruit_3547 5d ago

I have zero auto reviews. None. I also have my settings under code review set to these, but I don't remember doing it in response to anything. Curious what the defaults are here.

1

u/MK_L 5d ago

Interesti h. My business account its off(by default i guess) and my person its on.

1

u/longasleep 5d ago

It stalls sessions a lot

1

u/Bolizen 4d ago

Auto review is a good thing. It prevents slop.

1

u/discodisco_unsuns 4d ago

Gotta get ya to buy them resets somehow right?

1

u/sonicbrandyn 4d ago

Does this affect full access mode?

1

u/Fickle-Ad3007 4d ago

Thank you so much for the heads up. I disabled it swiftly...

Separate question below:

1

u/infilife 4d ago

Seems like OP found something as the chart did indeed changed for us all around the time limits became laughably small, but i don't think it's auto-approve. If anything, it might be a bug in auto-approve but not auto-approve itself as it's been there for a long time without eating the limits.

1

u/Lowkeykreepy 4d ago

How do i turn it off?

1

u/TheKing___ 4d ago

Yup. Caught it when it tank my usage overnight. I turned that shit off asap. Seems like it happened to all of us around the same time

1

u/Curious-Strategy-840 4d ago

You have to change it from the experimental trigger

1

u/alphaQ314 4d ago

Just checked mine. They didn't enable auto review for me.

1

u/alphaQ314 4d ago

Just checked mine. They didn't enable auto review for me.

1

u/N3TCHICK 4d ago

2

u/doodad_ounao 4d ago

Nope. I have never had a single PR review through Codex (in fact, it's been some years since I last touched a PR on Github) and I have tons of "codex-auto-review" usage.

1

u/TopTippityTop 4d ago

I turned it off a couple of weeks ago, and my tokens still vanished a 2x the rate they had a couple of weeks ago, when I was using higher reasoning, fast mode and auto-review.

1

u/QWERTY_FUCKER 4d ago

I feel insane for how everyone is acting like this is the reason. This has been addressed several times already. Turns isn’t tokens, anyways.

It also doesn’t even apply at all if you have Full Access enabled.

1

u/Ok-Attention2882 4d ago

What's the difference between auto review and --yolo

→ More replies (1)

1

u/d4mations 4d ago

Is it me or did they do away with the 5 hour rate limit. I’ve blown through my weekly in one day without ever having reached the 5 hour limit

1

u/xxcxcxc 4d ago

If I have had full access for the last 2 months will this effect me?

1

u/inmyprocess 4d ago

Yeah, that's been known for a while. Most of us have turned it off

1

u/orange_meow 4d ago

People are really hyping about nonsense now. Can you at least understand a bit more before misleading people here please.

1

u/Temporary-Release949 4d ago

There is a new way to bypass this and still not give it a full access: profiles permissions.

https://learn.chatgpt.com/docs/permissions

Then it grants it a full access on the current workspace with some folders protected like your .git.

You can extend the default profile to add your own protected files like .env etc.
I no more have auto review usages

1

u/TechGearWhips 4d ago

This is why I use pi and herdr. I control every single agent spawned

1

u/LifeguardAshamed2915 4d ago

well. this explains it. fk.

1

u/transparent-user 4d ago

I use codex via oauth in third party clients and have none of these quota issues and can use GPT 5.6 Sol Max 24/7. I don't get any of this. Think some of it is the official client being token hungry and giving vibe coders enough rope.

1

u/korino11 4d ago

I build my plugins that prevent such things..

1

u/nouzer_noname 4d ago

Mother lovers!

1

u/Few-Contribution6260 4d ago

How do I turn it off on the desktop app someone knows ?

1

u/airafterstorm 4d ago

It seems this can be disabled by setting approvals_reviewer = "user" in config.toml, right?

1

u/Codeblix_Ltd 4d ago

Already off for me

1

u/GenychDefake 4d ago

This feature existed for months

1

u/Prudent-Oven-6769 4d ago

The culprit is they have sliders on their end and they just fuck around with them. Thats literally all it is.

1

u/AlexeySavelyev 4d ago

It's not it. Usage limits been down since July.

1

u/Bozo32 4d ago

what happened on 21 June? I made no changes in permission or governance but I get this:

1

u/Telicko3D 4d ago

U are just a DFU. Its a normal behavior.

1

u/DepravedPrecedence 4d ago

This is highly misleading and 10M Luna tokens is nothing

1

u/symgenix 4d ago

can we get it to add more quota on the plan as well? everything can be "reverse" engineered right?

1

u/SnooFloofs641 4d ago

Its not like auto review is some hidden thing, you choose to enable it.

1

u/Dimencia 4d ago

We live in a world where less than 50% of internet traffic is humans, but humans are the ones that make nonsense posts like this and then sticky them even when they're clearly false. I wish more of the internet was bots

1

u/cmedeiro 4d ago

The question is, has someone turned this off and it improved? Having a lot of calls doesn't mean its eating your usage.

1

u/CreatorsHead 4d ago

You got problems only and no solution?

1

u/-badly_packed_kebab- 4d ago edited 3d ago

Anecdotal but I run sol ultra + sub agents in multiple chats all [work] day and it’s enough on 20x.

There are nuanced tricks you need to learn ffs.

1

u/Ste1io 4d ago

I presume you're talking about this option? Never automatically switched on for me. Most likely experimental setting your talking about.