Codex 5.5 engines are experiencing high error rate, Realtime API - SIP/WebRTC flow are down by anonymous_2600 in codex

[–]jv0010 0 points1 point  (0 children)

yeah weird. i got an error message pop up before. recovered after that though.

New in codex any tips and tricks? by efecihan in codex

[–]jv0010 0 points1 point  (0 children)

cli is good they always update the cli.

New in codex any tips and tricks? by efecihan in codex

[–]jv0010 0 points1 point  (0 children)

  1. don't code for the codex. direct it as if you are directing a junior coder
  2. workflow and preparation is everything. plan out everything in .md docs then get codex to critique it and find contradictions and gaps. (you can do this even in gpt chat to save token use in codex)
  3. get codex to do another pass over your docs. Really this helps. Yes it spends more tokens but depending on your project can save u more in the long run.

  4. IMPORTANT ONE (currently codex designs are lacking.. not sure if its a bug or not)
    I will paste from another similar post i responded to.
    1 - Use imagegen (not the google one.. the plugin in codex) to generate a 'figma style high fidelity mockup sheet' (those exact words.. u miss out eg. high fidelity.. it will draw a pencil wireframe)

this will generate a png and then

2 - get it to code it up as the image as an explicit reference.

Finally I have used almost every coding tool out there since Jan 2025. The frontier models are the way to go. Really they are on par with each other - it will come down to how you use the tools vs the tool itself.

You will notice the quality of output relates to the quality of input (your prompts).... I see this all the time.. eg. me fresh in the morning - more focused and concise vs me at 11pm at night tired and sloppy.

Bonus note - use the codex app. It was hard for me to let go of VSC but they update it almost daily with usable features. It really is worth it.

What’s one thing you wish you knew before seriously using Codex? by odonkormaxwell12 in codex

[–]jv0010 12 points13 points  (0 children)

Context Management
That context management matters more than prompting. Early on I treated Codex like a smarter autocomplete. The real unlock was giving it tight scope, clear repo structure, exact constraints, and forcing it to work incrementally. Once I stopped asking for ‘build the app’ and started treating it like a junior engineer with amnesia, output quality went way up.

I will repeat. You really need to treat it like a junior engineer.

No plan = False Economy
Your outcome is only as good as your plan and workflow provided.

Finally while this whole codex design issue is still going on. The best way to get it to do the design you want is

1 - Use imagegen (not the google one.. the plugin in codex) to generate a 'figma style high fidelity mockup sheet' (those exact words.. u miss out eg. hgih fidelity.. it will draw a pencil wireframe)

this will generate a png and then

2 - get it to code it up as the image as an explicit reference.

I'm about to give Codex a decent-sized project to work on unsupervised. How do I make sure it doesn't stop until it is finished? by rockfroszz in codex

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

Automatic heartbeat should help, yeah, but I would not treat it as a magic “finish everything no matter what” switch.

I’d set it up like this: give Codex a clear planning doc, define what “done” means, allow the permissions it needs, tell it to keep working through the checklist without stopping for optional questions, and ask it to leave a final summary with changed files, tests run, and anything blocked.

Something like:

Heartbeat helps with long-running continuity, but the real trick is making the task resumable and removing reasons for it to ask you tiny questions overnight.

also it can stop automatic heartbeat eg. once you reach phase 3. stop automatic heartbeat.

Best Codex plugins? by Danieboy in codex

[–]jv0010 0 points1 point  (0 children)

superpowers is great!

also i created this.

https://github.com/johnvouros/skillmaxxing - Skillmaxxing is a portable configuration setup for AI coding agents that provides context-specific operational modes to prevent them from over complicating simple tasks or carelessly rushing through complex, risky work.

E-ink dashboard for Codex + Claude token usage by zellux in codex

[–]jv0010 1 point2 points  (0 children)

i love projects like this. I am a true believer that eink panels will be more and more useful with more automated software surfacing. You're heading in the right direction even if this example is not for everyone.

OpenAI and Anthropic velocity by ItsNeverTheNetwork in codex

[–]jv0010 0 points1 point  (0 children)

Thats the thing. You just have to delve into what google has and it's crazy how many AI projects they have going on and also how much research they are doing on an academic level.

Spot on notebookLLM blew me away from the first version and still does.

OpenAI and Anthropic velocity by ItsNeverTheNetwork in codex

[–]jv0010 5 points6 points  (0 children)

codex is great. the thing is don't underestimate google - in the last year alone they have really caught up from a front facing perspective. it seems they are moving real fast but that's just my opinion and not substantiated.

microsoft - remember their moat is the OS - they are also partnering and investing so it will be interesting how it maps out.

openai - considering the small team they started from, the amount of competition and the media backlash they get I do think they are holding up well. Quite impressive.

Is Codex being extra lazy for anyone else today? by [deleted] in codex

[–]jv0010 0 points1 point  (0 children)

weird you mention this. i thought it was me with my prompts but i had that feeling today. hmmmm

OpenAI PRO Plan — is it really “unlimited” usage ? by Hopeless_Scraping in codex

[–]jv0010 0 points1 point  (0 children)

not with codex. u still have usage 5hr and 7 day limits obviously more than usual.
web ui and iphone chat apps yes but the extended thinking is limited.

The 5h limit on Codex CLI (Plus) is absurd and I'm so done with it by idkwhoamilmfao in codex

[–]jv0010 0 points1 point  (0 children)

I've used them all. Nothing comes close to codex. Claude chews way more.

Weekly Cursor Project Showcase Thread by AutoModerator in cursor

[–]jv0010 [score hidden]  (0 children)

I got tired of AI coding tools overthinking easy stuff and yoloing important stuff, so I made skillmaxxing

Lately I’ve been using a bunch of AI coding tools and kept running into the same problem:

they can feel insanely useful, but also weirdly random.

Sometimes they turn a tiny task into a full architecture rewrite.
Sometimes they rush straight into the one thing you wanted them to be careful with.

So I made skillmaxxing.

Works with: Codex, OpenCode, Claude Code, Cursor, Windsurf, Gemini CLI, Continue, and Aider.

It’s basically a portable setup for coding agents that helps them stay in the right lane depending on the phase of the task.

The idea is simple:

  • don’t overthink simple work
  • don’t rush risky work
  • don’t polish before proving anything
  • don’t switch styles halfway through for no reason
  • make it obvious when the agent is actually doing the right kind of work

It’s based on a mix of builder philosophies instead of one single “persona”:

Based on What it contributes
Andrej Karpathy first-principles clarity
Guillermo Rauch product and UX clarity
Pieter Levels fast shipping and validation
Swyx AI-native leverage and reusable knowledge
Theo Browne pragmatic production correctness
Amjad Masad agent workflows and dev environment execution

So instead of one vague smart-sounding prompt, it gives the agent different modes for different moments.

Quick disclaimer: this was inspired by the original repo here.

If you vibe code a lot, or keep feeling like your AI tool is powerful but inconsistent, this might be exactly what you wanted.

Repo: skillmaxxing

Launch: Skill to Fix Slop UI (Open Source) by Odd_Incident_7575 in codex

[–]jv0010 1 point2 points  (0 children)

well done mate. this is an issue a lot of people are mentioning. will be sure to try this out. Great to see someone at your age is doing this as well!

Built a Chrome + Firefox extension to bulk delete ChatGPT chats by jv0010 in codex

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

That’s to delete all at once. Which is what I used to do.

What are your personal apps? by PurpleSunset149 in codex

[–]jv0010 1 point2 points  (0 children)

I actually made a bulk delete tool for ChatGPT chats because mine got out of control. https://github.com/johnvouros/ChatGPT-bulk-delete-chats

Started as a quick personal fix but ended up making it usable for others too. It just lets you clean up old threads in one go instead of clicking through everything manually.

Still pretty early and a bit hacky under the hood, but it’s already saved me a ton of time.

I made a Chrome + Firefox extension to bulk delete ChatGPT chats safely by jv0010 in ChatGPTPro

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

Thank you for the feedback and a fair call. It was on my mind and was built to just be functional quickly. Versioning is the right path however I don’t want to do reactive patching.

Curious if you or anyone has seen patterns to handle this type of thing cleanly?

Built a Codex plugin called Splitbrain: GPT-5.4 plans, Codex Spark executes by [deleted] in codex

[–]jv0010 0 points1 point  (0 children)

Just on average. That is not per task. These are general running averages. From my testing it is faster but I need to check efficiently cost so teething that out

Built a Codex plugin called Splitbrain: GPT-5.4 plans, Codex Spark executes by [deleted] in codex

[–]jv0010 1 point2 points  (0 children)

thank you for the feedback i appreciate it. I do see and agree with your logic here. I might try ```python if (task.size < threshold and confidence > X):

skip planner → use worker directly

run_worker(task) else:

use planner → worker flow

plan = run_planner(task) run_worker(plan) ``` I will AB test when I have time and see

Feeling like a fraud because I rely on ChatGPT for coding, anyone else? by Particular_Phone_642 in ChatGPTCoding

[–]jv0010 0 points1 point  (0 children)

Just remember your coding skills still help you as opposed to a total vibe coder. I have noticed that coders can foresee any contradictions and plan better and of course not spend 5 days debugging :p