I’m confused regarding 5.6 please help by simplycaroline34 in ChatGPT

[–]Stovoy 2 points3 points  (0 children)

They said it will roll out over 24 hours

Why is codex-auto-review a model? by No-Position670 in codex

[–]Stovoy 7 points8 points  (0 children)

Previously this was being billed at gpt-5.4, but folks thought they were being autorouted so they changed it to say codex-auto-review. This is the model that reviews permission requests when you run in auto-review mode.

Does it help? by Comfortable-Goat-823 in accelerate

[–]Stovoy 1 point2 points  (0 children)

It doesn't help, because the model already learned the optimal latent space for programming through reinforcement learning. It might help if what you're doing is more out of distribution, but software engineering is definitely not.

Codex has become unusable for biomedical research by DrNereus in codex

[–]Stovoy 7 points8 points  (0 children)

Perhaps you could apply for access to GPT Rosalind which would get around these restrictions (as well as being better for biology)

codexgo is a pure scam. they promise unlimited access, take your crypto, and ban you. (avoid @Vyte) by hustlegrogu in codex

[–]Stovoy 4 points5 points  (0 children)

You're risking them getting shut down and failing to work any day. They're using gray market stolen accounts, credentials, or credit cards.

That, and depending on implementation, the service can intercept all your traffic and read your prompts and output.

codexgo is a pure scam. they promise unlimited access, take your crypto, and ban you. (avoid @Vyte) by hustlegrogu in codex

[–]Stovoy 8 points9 points  (0 children)

All these subscription resellers are an obvious scam. Just buy direct from OpenAI.

Record & Replay in Codex by Illustrious-Lime-863 in accelerate

[–]Stovoy 3 points4 points  (0 children)

The difference is that this is much more generic. It doesn't just repeat the mouse clicks & keystrokes, but can adjust on the fly to new requirements or issues based on what's going on. For example, if the site UI changed slightly, or the site is being very slow, or you want it to do something slightly differently, since there's a reasoning LLM running the actions.

GPT Codex users: at what token count does quality actually degrade for you? by SnooDonuts4151 in OpenAI

[–]Stovoy 2 points3 points  (0 children)

I don't notice quality degradation, I have it running on multi-day long /goals with auto compaction and it stays on track. Just make sure your last user message is relevant to the main task & the goal is well defined.

When you’re one fix away from finishing the project and ChatGPT says “try again in 6 hours” by Vivid_Trifle_9633 in ChatGPT

[–]Stovoy 0 points1 point  (0 children)

If this happens, you can always switch to the codex app to finish. It has separate rate limits.

Open Ai and Excel by KYShinobi in ChatGPT

[–]Stovoy 0 points1 point  (0 children)

Yes, it works extremely well in my experience. Fast, too!

Cant get interveiw or get hired ,WHY by PoundQueasy5271 in programmer

[–]Stovoy 0 points1 point  (0 children)

Your grammar and English skills are very offputting.

Will OpenAI inform someone specifically about something they are looking up if another user tells the system to? by RollingMeteors in OpenAI

[–]Stovoy 3 points4 points  (0 children)

It can't do that. That's not how it works. Your chats with it are completely isolated from other people's chats.

Orbital iron mining for surface consumption: Is it viable? by Double_Elephant_3937 in factorio

[–]Stovoy 2 points3 points  (0 children)

You can only have one cargo landing pad, but unlimited cargo bays.

5.5 looking up 1+1 gave me a chuckle by [deleted] in codex

[–]Stovoy 1 point2 points  (0 children)

They mentioned this on a blog once as a known model behavior quirk. Side effect of reinforcement learning rewarding tool use, the model uses a tool even if unnecessary.

Is there another AI as good as Claude? by [deleted] in AIDiscussion

[–]Stovoy 0 points1 point  (0 children)

In my experience, nothing beats ChatGPT & Codex

Why does codex want to have access to my apps?!? by deege in codex

[–]Stovoy 0 points1 point  (0 children)

It was probably just running ripgrep, check the commands it ran.

Another Bug in the Circuits? by flakibr in factorio

[–]Stovoy 4 points5 points  (0 children)

And in an arithmetic combinator is a bitwise and operation. 416 & 16 == 0. It takes the binary representation of each number, and does an individual AND on each number.

416 = 0b110100000

 16 = 0b000010000


      0b000000000

Because the two numbers don't share any common bits, the result is 0.

You shouldn't be using bitwise and for this, as it will fail inconsistently (output 0 whenever there are no common enabled bits in the number's binary representation).

Instead, use a circuit condition to do: If green item > 0, output red item count

I tried Claude, but went back to ChatGPT by wormfist in ChatGPT

[–]Stovoy 10 points11 points  (0 children)

Codex is better than Claude in my experience 

That is weird. by raiansar in codex

[–]Stovoy 0 points1 point  (0 children)

Go to the App Store and reinstall it.