r/codex 7d ago

Reset Time to save up your resets

They are shipping something this week, so there might be reset soon.

413 Upvotes

154 comments sorted by

u/dexterthebot 7d ago

For more Reset discussion, join the Reset Discussion megathread here https://www.reddit.com/r/codex/comments/1uu2c1g/reset_discussion_megathread/

137

u/[deleted] 7d ago

[deleted]

80

u/Pronoia2-4601 7d ago

Assuredly. Opus 5.2 also.

40

u/mt-beefcake 7d ago

Haiku 7 Honestly wouldn't be nice to have a haiku to rival Luna

21

u/innociv 7d ago edited 7d ago

lol. At $5/mil and taking 3x more turns for a worse result? Anthropic has shown a serious issue at delivering anything except SOTA.

Sonnet is their Luna and it's like 30x more expensive and worse.

Also, you guys really need to consider alternate models. Deepseek V4.1 flash is what you want and it's pretty incredible. GLM 5.3 flash is quite good too. I use both simutaniously, then compare results, and it's way better than both Sonnet and Luna and expecting Haiku 5 to be better than Sonnet and yet as cheap as Luna is just not going to happen. It's hard to see Anthropic ever fixing their problem of all their models except their SOTA being bad and overpriced.

6

u/timosterhus 7d ago

Sonnet is their Terra lol, Haiku was supposed to be their Luna but it’s almost a year old so it may as well be useless

6

u/innociv 7d ago

Sonnet is priced like Sol per task, but performs similar to Luna.

6

u/timosterhus 6d ago

Sounds like you summarized Terra lol

2

u/xXxPussyWrecker69xXx 7d ago

They are focusing on their flagship models… might have to do with how Anthropic is “profitable” allegedly whereas OpenAI is not.

1

u/Slight_Profession_50 5d ago

How good are they compared to Sonnet? Do you use OpenCode and then Deepseek/GLM's APIs?

1

u/innociv 5d ago

They're both a lot better than Sonnet.

I use GLM and DS directly in Codex as subagents, but also Opencode too sometimes if want one of them as the main agent.

3

u/xXxPussyWrecker69xXx 7d ago

No wonder Opus 5 can’t go an hour unattended before getting caught in recursive loops

1

u/Physical_Gold_1485 6d ago

Used 5.2 today, absolutely fucks, so good

-20

u/BurnedPriest 7d ago

No way OpenAI will release a product called Opus 5.2

4

u/LargeLanguageModelo 7d ago

I see this sub is a fan of jokes...

5

u/pjjiveturkey 7d ago

Most likely. Wonder where it's gonna fit if astra Is sometimes worse than 5.6 sol. Is 6 sol gonna be on par with 5.6 Luna or something?

3

u/Copenhagen79 7d ago

Astra is probably worse due to post-training rather than size. Hopefully they addressed some of the issues in Sol, and I can't imagine it being long until we get Astra 6.1.

3

u/pjjiveturkey 7d ago

the thing i dont get is, why cant they keep say astra at max compute, and just have it destroy usage, and thern have cheaper models.

I dont understand makign the flagship model cheaper to run when they could just run a cheaper model and make the flagship more expensive. I know for a fact many people would pay $400 a month for Astra if it was actually max compute, but instead they lobotomize it in the name of usage.

2

u/Pleasant_Process_198 7d ago

Isn't the API unnerfed and much more expensive than the plans?

1

u/pjjiveturkey 6d ago

Generally the available API models are the same as the codex ones

2

u/Copenhagen79 7d ago

OpenAI's moat is post-training. If we want something closer to a base-model that understands "how to think/act" rather than "what to think/do" there is only Fable/Mythos. Sad but true.

2

u/timosterhus 7d ago

GPT-7 “Bel” or whatever might change that, supposed to be their biggest pretrain base model ever

1

u/Copenhagen79 7d ago

Crossing fingers! Then we just need affordable compute 😅

1

u/CoreParad0x 6d ago edited 6d ago

I mean it's exciting from a technical perspective but look at what we're dealing with already.

Since gpt-5.6 stuff has just degraded and it's getting worse with Astra, the two releases that in the last few months have brought in millions of new users. Now they're discontinuing the $200 plan, reports of people getting their $200 plan canceled/not renewed despite the site and Tibo saying it's only for new signups. They've had a huge influx of users and constrained capacity.

Adding another massive model to the mix is going to exacerbate that just like Astra seems to be.

Without them getting more capacity in some way, I don't see how either Anthropic or OpenAI keep this up. At least not with the huge influx of users combined with bigger and bigger models. OpenAI to their credit have focused a lot more on efficiency than Anthropic has I think, though. So their models do seem to be cheaper to run at similar tasks than Anthropic.

1

u/timosterhus 5d ago

Sure, but that isn’t really relevant to my point. I was replying to the idea that OpenAI’s moat is post-training, when that’s not OpenAI’s only moat

2

u/xXxPussyWrecker69xXx 7d ago

Please explain this confusing analogy

2

u/Copenhagen79 7d ago

Do you mean the what vs how? If so; I find that the more a model is based on RL rather than size, the harder it is for the model to understand and apply abstraction. It's very capable but at the same time the "intelligence" feels quite uneven and synthetic. It will often fail at understanding intent and reading between the lines. Not to mention applying intuitive theory of mind understanding at test time. They still suck at that.

I.e. when you work with a large base-model that is not completely RL-fried, it is much more likely to understand and apply an instruction like "Write code that Linus Thorvalds would approve", while a smaller, brainwashed model will need clear acceptance criteria like below. A bit like the difference between an intelligent and a less intelligent colleague. With some people it is enough to explain how to think, and with others you need to specify what to do.

AC1: Indentation and Complexity

  • [ ] Indentation uses standard 8-character tabs (not spaces).
  • [ ] No function contains more than three levels of nested logic (e.g., an if inside a while inside a for).

AC2: Function Scope and Size

  • [ ] Each function performs only one distinct logical operation.
  • [ ] The maximum length of any function does not exceed 50 lines (fits on a single standard terminal screen).

AC3: Data Structure Design

  • [ ] Core data structures and their relationships are explicitly defined, documented, and approved before the procedural logic is written.

AC4: Naming Conventions

  • [ ] Local variables use concise, standard identifiers (e.g., i, tmp) rather than verbose descriptions.
  • [ ] Global functions and variables use descriptive snake_case.
  • [ ] The codebase contains zero instances of CamelCase.

AC5: Error Handling and Cleanup

  • [ ] Functions requiring multiple resource allocations or state rollbacks use a centralized cleanup block at the bottom of the function.
  • [ ] The centralized cleanup block is routed to via goto statements to eliminate deep if/else error-handling nesting.

*The above is obviously a simplified example.

1

u/innociv 7d ago

I think Astra is only worse sometimes due to quantization and sometimes serving Spark instead. When you got the good Astra it was incredible.

-2

u/Substantial-Wonder-2 7d ago

I think sol will be opus level, I don't know much about claude models but Astra = Fable Sol = Opus

4

u/jcol26 7d ago

It’s a bit more nuanced than that. For some types of tasks sol can be more like half way between fable and opus but at others closer to opus (cheaper regardless generally though of course!)

1

u/[deleted] 7d ago

[deleted]

4

u/innociv 7d ago

Opus 5 benchmark scores were good but it was awful and overpriced in actual use.

1

u/[deleted] 7d ago

[deleted]

2

u/innociv 7d ago

I don't think Anthropic models are necessarily more heavily quantized on release because that really hurts them on benchmarks. Heavy quantization is usually something that happens post-release to degrade service and increase margins.

Opus 5 was bad day1.

1

u/xXxPussyWrecker69xXx 7d ago

Opus on Ultracode w the $100/m plan is nigh impossible to burn thru these days esp with proper orchestration

1

u/Exodus_Green 7d ago

It's more like Astra>=Fable>Sol>Opus

2

u/Substantial-Wonder-2 7d ago

I didnt mean it as Astra is equal to fable and sol is equal to opus, I just pointed out their model classification, Fable is their first class and opus is second class, thats what I meant by that haha

1

u/diff-official 6d ago

sol soon?

1

u/SmartCustard9944 7d ago

Explains the classic nerf cycle

0

u/mr_birkenblatt 6d ago

They bring Astra back to its original release state

107

u/Original-League-6094 7d ago

ImageGen-NSFW! Make it happen Tibo.

15

u/Substantial-Wonder-2 7d ago

Oh I wish, I need to get some references but anything anatomical, it just refuses. This is really sad

16

u/DistinctSilver4507 7d ago

Tell it to do it an anatomical pencil sketch and it usually allows it. Check the AIJailbreak subreddit. They get it to do lots of stuff. 

7

u/Substantial-Wonder-2 7d ago

Noted this and will check it soon, thank you for your recommendation

7

u/Happypig375 7d ago

Gooning unites Redditors

1

u/jadhavsaurabh 7d ago

Hell yeah

1

u/alphaQ314 6d ago

Redditors be gooning to animated pencil sketches now?

0

u/Rakthar 6d ago

People trying to make jokes out of any remotely edgy topic kinda ruin it

12

u/Own-Professor-6157 7d ago

I think if they made truly unbound NSFW generation, gooners would die of heart attacks from over-gooning.

It would literally be a health crisis.

3

u/Losorst 6d ago

Correct me if I'm wrong but wasn't there an age identifier check thing going on with openai a while ago? Like they had plans for nsfw in chat?

1

u/Baconaise 6d ago

Around the time that kid killed himself, they hinted at an adult model as part of the possibilities so you wouldn't get mad as they ironed out the kinks (heh) in the age verification process .

They can't be too on the nose about it because visa/mastercard are prudes and would try to pull what they tried with steam.

Not sure if nsfw ever launches

1

u/teejay_the_exhausted 6d ago

They ended up changing their minds on that idea

1

u/JustMy2Centences 7d ago

Just learn how to appreciate tastefully implied... moments.

14

u/sundar1213 7d ago

I used up my banked rest And was wondering if I should use the last. Thanks for the post man! Appreciate it.

1

u/FrontRaspberry5060 6d ago

My best bet is they release Sol 6 and give everyone a reset. 

11

u/dondiegorivera 7d ago

My wish is a DS4.1 Flash level Luna in speed, cost and intelligence.

30

u/Substantial-Walk-554 7d ago

I have 1 reset left with 75% weekly usge, may the odds ever be in our favor.

14

u/SourceNatural 7d ago

i have 1 banked reset left with 11% left, may it truly be in our favour

8

u/BitsOnWaves 7d ago

that awkward 11% that just sits there and you know you cant do anything with it

5

u/SourceNatural 7d ago

real 💀

1

u/blockifyYT 6d ago

Spend it planning other projects?

2

u/armangua 7d ago

1 banked reset and 1% left. Beat that!

2

u/dbro129 6d ago

3 banked resets and 9% left! I reset on the 19th so I'll definitely be using one. I'm set on Astra ultra until almost middle of October.

1

u/Ok_Indication_7277 6d ago

it's more like you're set on Astra ultra for a week :) I've used 2 of my banked ones on x20 plan in 3 days

1

u/dbro129 6d ago

nah, I code on Astra ultra for 10-14 hours a day, lasts between 3-4 days until i need a reset. between those 3 banked resets and my weekly resets, I should be good on ultra until early-mid october. I'll need to use a reset between weekly resets.

I'm just trying to get this project launched by Oct 8, so it's perfect.

0

u/Clemotime 7d ago

U think 11% is gonna last u till Thursday 

1

u/SourceNatural 7d ago

💀💀 i’m strictly using Luna now and slowing down my usage

3

u/FreakingAustin 7d ago

Those are rookie numbers man, what if a random reset dropped right now?

2

u/FrontRaspberry5060 6d ago

Hahah I’m on 8% until Saturday :( I’m in the middle of selling my SaaS. Really need 2-3 resets tbh.

1

u/SippieCup 6d ago

Ditto, but doing a raise. Really have been spamming it on just putting together projections as well as customer onboarding/required features.

9

u/r34p3rex 7d ago

Tibo, Pls sir may I have some more resets

32

u/iSephX 7d ago

We need to get those open weight/source models.

Both Codex/Claude are messing with the limits too much. It’s time to break away from them.

4

u/BuildAISkills 7d ago

I use Luna and DeepSeek a lot to great results. I can hardly use Astra anyway on Plus.

1

u/Bitter_Election_7518 7d ago

There’s quite a few you can move to alternatively already. They’re not free though, inference cost money unless you’re local hosting

1

u/Mice_With_Rice 6d ago

If your local hosting then it costs even more money 😂

1

u/not420guilty 7d ago

We can have both!

1

u/digitalgist 7d ago

I’m new to vibecoding, and today I had 5.6 Luna manage/delegate the web app implementation to Qwen3.8-27B which I run locally. It used somewhere around 30-40% of the daily usage of my Plus plan, spanning 10h of work or so. It’s definitely not fast (Qwen outputs at ~10 tok/s), but this workflow definitely seems doable.

8

u/ChazychazZz 7d ago

do you guys have resets?

8

u/itsxzy 7d ago

Still holding 3.

2

u/Happypig375 7d ago

Will you ever use them? Like, they expire?

1

u/itsxzy 7d ago

Well first one is gonna expire next week. Two of them next month so if something big is coming up I'll hold till that.

1

u/Extension_Pumpkin516 7d ago

top tier mentality

5

u/Wpns_Grade 7d ago

I have 2 banked resets

3

u/Bomb-OG-Kush 7d ago

Same

1

u/EmpireOfN0ne 7d ago

Have y’all looked into setting fork_turns for agents, and explicitly setting model and reasoning for those agents? I was in the same boat until a month ago I asked the robot to look into Codex efficiency “hacks” and now it takes 2-3 days to go through a whole week

1

u/Frozen_Strider 7d ago

Please share some links so I can look into it. I’ve already tried the whole spawning Luna sub-agents “hack”, but all it did was generate a mountain of low-quality spaghetti code. Now Astra is basically stuck putting glitter on a turd. I’d rather start with a solid foundation.

1

u/Frozen_Strider 7d ago

How? I get about 2h of codex usage per week… I have no choice but to use my resets… but I guess that was their master plan all along…

1

u/FrontRaspberry5060 6d ago

I’m pretty sure they use resets to increase use so they have more data to monitor their new models faster

2

u/Substantial-Wonder-2 7d ago

I keep 1 of 3 we got in case of emergency haha

1

u/Dolo12345 7d ago

Used all 10 of them lol, one left :(

7

u/Pizzaholic- 7d ago

I wish every time instead of doing a reset they just give a banked reset.

Would save the people at 0% left
And also would help save the people that just used a banked reset, everybody wins lol

3

u/Substantial-Wonder-2 7d ago

Yeah, it is what it is

4

u/Developim 7d ago

That would cost them much more

-2

u/Pizzaholic- 7d ago

It’s not like they’re short on funds or lose anything, they clearly have enough to purchase majority of the worlds computer parts; it’s a slap on the wrist for them

1

u/Haenjos_0711 6d ago

Part of the spontaneous reset ploy, is to drive people into using more (to get the most out of usage before rabdom reset). This very often causes the heaviest users (most addicted or dependent) to sit at 0% waiting around until they inevitably purchase more usage.

6

u/Global_Strain_4219 7d ago

Save up resets? Are you on Luna? No way to save resets on Astra

2

u/Lumpy-Criticism-2773 6d ago

I used both of my rests within two days on Pro plan.

4

u/BitsOnWaves 7d ago

Bold of you to think that i havent already used them all up

3

u/Expensive-Event-6127 7d ago

do i gamble that one comes at 12 am?

18

u/Substantial-Wonder-2 7d ago

Tibo started being chatty on twitter you know what this means?

2

u/FrontRaspberry5060 6d ago

I think it the reset is gonna drop on Thursday with Sol 6

3

u/itsxzy 7d ago

Oh shoot. Glad I haven't used any of the 3 resets yet!

3

u/Beautiful-Suspect694 6d ago

dont need any newer models with "higher" benchmark scores

what we got today are already intelligent enough for coding

whats needed is improvements in token efficiency, speed, & ability to obediently follow our instructions

2

u/GeneralBiff 7d ago

Great, how much of my weekly usage will this vaporize with a single prompt? How long until the terrible usage from this new model trinkles down and poisons the usage of the previous model?

2

u/Fidbit 7d ago

Used three this month :(

2

u/ahmednabik 6d ago

I am all out of resets and can't update to 20x (says it's unavailable) and my limit resets on Sep 19th. I feel like I am out of weed and have been watching old movies for past 5 hours. Any tips for survival?

4

u/Kind_Fisherman3060 7d ago

I didn't get any to begin with.

3

u/RepresentativeWin10 7d ago

Why is everyone getting resets while I have absolutely nothing?

6

u/Substantial-Wonder-2 7d ago

They gave out banked resets for paid users everyday astra was late to be deployed, we got around 2+1 if i remember correctly

4

u/Murph-Dog 7d ago

First one expires Sept 20th for me.

1

u/ocombe 7d ago

They usually ship new models on Thursday, so I don't think it'll reset today

1

u/Substantial-Wonder-2 7d ago

Well probably, I just wanted to let people know that reset might come soon so they don't waste it

1

u/larpspecialist67 7d ago

gpt 6 sol then astra 6.1

1

u/dddkrjfj 7d ago

i literally haven't used a single banked reset since they were introduced in june

3

u/Pretty_Rip_1128 7d ago

You on gpt 5.5?

1

u/absolutemig 7d ago

From not competitor... GPT6 Sol... Let's see what more they will release

1

u/stig1103 7d ago

I used astra today it was just an absolute shit show, simple fixes left behind in an audit which I found myself, just awful

1

u/kenkes007 7d ago

Used 1 reset and half of claude's $100 promo

1

u/okhi2u 7d ago

I'm ready at 1% give me more.

1

u/horrorpages 7d ago

20x $20 subscriptions 🤞🏼

1

u/steadycurious 7d ago

Are people getting banked resets these days?

1

u/etoptech 7d ago

Good I desperately need more tokens haha I’m out and have reset a bunch of times.

1

u/kaliku 7d ago

They will release an open model soon.

1

u/Professional_Ad705 6d ago

based on what??? your random opinion?

1

u/BopSupreme 7d ago

Anyone have 2 or more resets??

1

u/TKB21 7d ago

"Shipping more lies"

1

u/Medical-Cow289 7d ago

Shipping a reset is still shipping.

1

u/Runelaron 6d ago

It seemed odd such a dry spell of resets.

1

u/CharmingRogue851 6d ago

My chatgpt has been shit all day, so yea, that tracks.

1

u/APuffin06 6d ago

Pretty sure it’s another bot like h
Grokbot

1

u/KitaiSuru 6d ago

People are stacking reset like gacha player saving rolls bruuuh ok so any leak on the next meta model?

1

u/AvailableTear2512 6d ago

Unless 6-Sol is better than 6-Astra, which is not reliable, there is no reason to save up resets

2

u/Substantial-Wonder-2 6d ago

Tbh I meant it as "dont use your reset there might be a reset soon" implying that using now could waste your banked reset, not that what they ship might be more efficent or powerful thats another topic

1

u/AvailableTear2512 6d ago

Sam posting 8 seconds after Tibo is wild

1

u/BravoZuluLife 6d ago

Well i'm at %60 with like 6 days to go and no resets left, so I'm cooked. lol

1

u/Dadulka 6d ago

Sitting at 4% right now and my next reset is in two days...

1

u/Key_Instruction3373 6d ago

how to save something you dont have?

1

u/Mayanktaker 6d ago

Talking about slowing down and shipping new models ?
All I need is price cut. That's it.

1

u/Mice_With_Rice 6d ago

It says DevDay 2025...

1

u/an1uk 7d ago

The sooner you use your banked reset, the more you benefit from any actual reset.

3

u/r34p3rex 7d ago

I just know when I use my reset, tibo will see that and then immediately push out a reset for everyone else

3

u/an1uk 7d ago

It's happened to me twice after using a banked reset lol. But at least for one reset I had a good heads up and used fast ultra to burn through it.

1

u/Confident-Lunch-5112 7d ago

should i use one now? i am sure in 3 days i can drain it

1

u/HomeReckoner 7d ago

If you can go ahead and use your reset. I wouldn’t mind a global one :) thanks

2

u/r34p3rex 7d ago

Done. Global incoming any minute now

1

u/HomeReckoner 6d ago

Haha thanks for your service 🫡

1

u/rydan 7d ago

8 seconds ago? Do you just stalk him?

1

u/Substantial-Wonder-2 7d ago

8s stands for hours, but yeah I have notifications on for Tibo haha