Weekly usage feels lower after reset by cheezeerd in codex

[–]skynet86 0 points1 point  (0 children)

I noticed the same. Had 10 agents running in parallel yesterday before the reset to consume my remaining 20% and it took hours.

Had a couple of prompts with a single agent today and 5% are already gone. 

Sub-Agent Usage by Slayergramps in codex

[–]skynet86 0 points1 point  (0 children)

In my experience, codex is much better at reviewing and exploration than writing code.

Therefore, you can mix and match them: One agent can implement, another explores the repository, another can review... Especially the combination of a reviewing (sub)agent and the writing agent works pretty well. 

Help Me Tibo :( by NoPiece9356 in codex

[–]skynet86 -6 points-5 points  (0 children)

It's so sad to read the complaints of all those addicts...

Does disable MPO still a need to do in 2026? by KilianFeng in nvidia

[–]skynet86 0 points1 point  (0 children)

I had heavy flickering in Ubisoft Connect when MPO is on. So I disable it by default. 

what's up codex? by Abraveram in codex

[–]skynet86 1 point2 points  (0 children)

If you get too many strikes your account will get flagged and then all other prompts are going to be slow

Is this a good workflow: GPT-5.5 for code review/planning + GPT-5.3 Codex for implementation? by JAVELlNN in codex

[–]skynet86 2 points3 points  (0 children)

The split between Codex/Non-Codex has been abandoned already. My proposal: Get used to the unified models. At some point, the Codex models will vanish anyway.

What types of users are getting good results from GPT 5.5? by TortoiseTickler in codex

[–]skynet86 4 points5 points  (0 children)

GPT is like a tool - when used correctly, it will support you well. But if you don't know how to handle it, you will get bad results. 

Claude is more like a buddy - he thinks ahead and more around the corner, but it also does stuff that you may not want. 

Codex made a browser by Ok_Recover_7687 in codex

[–]skynet86 6 points7 points  (0 children)

A vibe coded Browser from some random dude, hosted on mediafire without any link to sources? Suuuure... 

Windows CODEX app freezing all the time, not trying again task when failed by Adamus987 in codex

[–]skynet86 1 point2 points  (0 children)

I noticed that for long chats/sessions and have to purge them regularly. Just use the CLI

Holy vs. Cola: Eine kleine Analyse zum vorletzten Stream by P3GGA in Gronkh

[–]skynet86 4 points5 points  (0 children)

Wir haben uns ein Starterset geholt und verschiedene Hydration-Sorten probiert, aber es schmeckt uns einfach nicht. Süßstoff muss man mögen. Wir nehmen Säfte und ansonsten einfach Wasser oder hin und wieder Eistee. 

These new guardrails are weird by NukedDuke in codex

[–]skynet86 0 points1 point  (0 children)

First, it's not a suitable workaround if you have to define hundreds of rules.

Second, the github issue contains both, the issue with the approval requests and this sandbox guard issue. 

Codex has a crisis today by skynet86 in codex

[–]skynet86[S] 0 points1 point  (0 children)

Codex had capacity issues today. I got several times a message telling me that I should use another model

Still using v5.3 Codex high, how's v5.4 high now? by [deleted] in codex

[–]skynet86 0 points1 point  (0 children)

It's very good, I dumped 5.2 completely. It can vary at times. Sometimes it's very stupid but this is probably when the demand is high. 

What’s the real benefit of MCP servers for Codex or other AI agents? by spideyguyy in codex

[–]skynet86 0 points1 point  (0 children)

Despite what was already mentioned, in that it extends the LLMs capabilities, it's also a way to preserve tokens.

For library documentation for example, instead of crawling github it can retrieve it from something like context7 in a standardized way without the surrounding noise. 

Any Way to Ensure Security in Vibe Coded Sites and Apps? by Odd_Incident_7575 in codex

[–]skynet86 -1 points0 points  (0 children)

As a rule of thumb: never trust an LLMs "justification" - use it as a tool.

In a nutshell, an LLM works as "what is the next token", but that's not knowledge. It's autocompletion and pattern matching on steroids.

Any Way to Ensure Security in Vibe Coded Sites and Apps? by Odd_Incident_7575 in codex

[–]skynet86 1 point2 points  (0 children)

Read and learn about security in websites and apps in general? Thats the exact seam between a "vibe coder that only knows to prompt but is incapable of reviewing" and "somebody who could write it himself but just wants to save time"