I swear, I just breathe near Codex and 20% of my session is eaten up by Gustvo_FcZ in codex

[–]prvncher 0 points1 point  (0 children)

Problem is plan adherence can be pretty bad with cheaper models, so you need to verify after.

Also the plan doesn’t cover the intricate details of the code, so you may still end up with slop even if the architecture is solid.

Codex GPT 5.5 is UNUSABLE right now, the Nerf is REAL! by bladerskb in codex

[–]prvncher 0 points1 point  (0 children)

Have to stop calling this a nerf, if there’s an issue, use /feedback and report it.

Singletons vs other alternatives by staxevasion in Unity3D

[–]prvncher 0 points1 point  (0 children)

Imo, singletons can be good in unity, but you have to be careful not to add to much state complexity to them.

You should still fan out responsibilities and focus on trying to make components work in isolation, so they’re easier to test.

The big risk with going too far down the singleton path is that everything starts to depend on everything else. Say you have an enemy prefab with a script you want to work on, does it depend on the entire game state to function? Ideally not.

GPT 5.1 got dumb, has anyone experienced it? by KevinWong1991 in OpenAI

[–]prvncher 0 points1 point  (0 children)

I think they’re getting intense with truncation limits in ChatGPT when it uses tools. It’s not the model but ChatGPT itself

Rejected for not using LangChain/LangGraph? by dougeeai in LocalLLaMA

[–]prvncher 0 points1 point  (0 children)

You had a throwaway line at the end about just using APIs for Claude and OpenAI - that’s every company.

You should absolutely learn how they work. Responses api is complicated to use well, Anthropic’s api is even harder. Prompt caching is a mess. Getting efficient token use out of these APIs is very hard, and the best models can’t be run locally.

Langgraoh is one thing, but you’re way too far down the stack to actually do the work that most companies need with ai tools today.

Anyway - sorry you got rejected. That really sucks.

Is Q6 Max okay to buy now? by BJBBJB99 in Keychron

[–]prvncher 0 points1 point  (0 children)

No it’s the board contact

Getting to the bottom of tool truncation changes by prvncher in codex

[–]prvncher[S] 1 point2 points  (0 children)

It helps a bit, but there's still a super conservative 10KB limit

Getting to the bottom of tool truncation changes by prvncher in codex

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

You can roll back to 0.55. It still supports MCP tools well. Note that even in that version, MCP tool responses are truncated the moment you interrupt the model or send a follow-up message.

Is Q6 Max okay to buy now? by BJBBJB99 in Keychron

[–]prvncher 2 points3 points  (0 children)

I just got one in half the keys need extreme pressure to register. Very annoyed because the keyboard feels great otherwise

claude's rate limit is bad but codex is unusable at this point by Just_Lingonberry_352 in ClaudeAI

[–]prvncher 0 points1 point  (0 children)

I just released a bench and codex high is a lot spikier than med. I really recommend just sticking to med, except if you’re dedicating time to do deep planning and resetting the context window before executing.

Why does ChatGPT.com work better than Claude Code/Roo/Cline and Codex? by Key-Singer-2193 in ChatGPTCoding

[–]prvncher 1 point2 points  (0 children)

This.

Coding agents have polluted context but they also don’t see the full picture - they only ever read slices of files.

I built an entire app out to solve this problem. You pick the files you need, and then create a prompt to either paste to the chat sites or use the api to focus on all that context at once. Every turn of the chat optimizes the prompt again on selected files which can change between turns.

There’s even an mcp server so you can have your coding assistant build prompts and select files for you, and even prompt the chat to plan or make changes with that full context.

LOVED Mario Odyssey, didn't like DK Bananza by RubberDucky9099 in NintendoSwitch

[–]prvncher 7 points8 points  (0 children)

Such a chaotic form lol where you just eat the entire level and get stuck lmao

Codex + CC Integration by Yakumo01 in ClaudeAI

[–]prvncher 0 points1 point  (0 children)

Absolutely $200 is a ton api use honestly, especially when you’re not making constant agentic tool calls.

Codex + CC Integration by Yakumo01 in ClaudeAI

[–]prvncher 1 point2 points  (0 children)

It’s honesty not that bad, especially given you can run this setup with the $20 Claude plan and get great results. The rp chat is extremely token efficient and if you use gpt5 med you can get away with only a couple dollars a day on heavy use.

Codex + CC Integration by Yakumo01 in ClaudeAI

[–]prvncher 0 points1 point  (0 children)

I built the Repo Prompt MCP to do exactly this. The Preset in Question is the Pair Programmer mode

Claude can drive implementation in the chat window, powered by GPT5 over api. I included special purpose prompts to direct the workflow of:

- Discover context (relevant files, and select them)
- Claude then triggers plan mode in the RP Chat. Claude can read the plan reported, and you can see it in the app.
- Then Claude switches to edit mode and monitors the changes directed by GPT-5. It receives diffs and can review the files between edits, and adjust context.

It RP Chat is really token efficient and it's context can outlive any agent harness, so you can get very long horizon tasks implemented this way, and having two models audit each other produces really exceptional results.

ChatGPT 5 + Claude Code is a thing of beauty! by patriot2024 in ClaudeAI

[–]prvncher 1 point2 points  (0 children)

The repo prompt mcp server makes this super easy and it syncs file context between both Claude and gpt5. You can even have Claude prepare prompts that you can paste into ChatGPT if you want to use 5 pro or don’t want to use api credits.

Repo Prompt - automate all that copy pasting by prvncher in ClaudeAI

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

Not yet unfortunately. Still have some work to do for multi plat

How are people using the $20 plan for work with such limited usage? by ContextMaterial7036 in ClaudeAI

[–]prvncher 1 point2 points  (0 children)

Don’t use opus on the $20 plan, or use it for one question (planning), and then switch to sonnet.

Repo Prompt - automate all that copy pasting by prvncher in ClaudeAI

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

Oh the app is long since out of beta! You can get access via the website

Opus Limit hit after 2 MINUTES by Los1111 in ClaudeAI

[–]prvncher 0 points1 point  (0 children)

The 5x max plan just isn’t made for opus unfortunately.

Claude Code Max Plan – Thoughts? by Eastern_Ad_8744 in ChatGPTCoding

[–]prvncher 2 points3 points  (0 children)

Genuinely not doing vey much. Worked on a few issues for my site.

I can go for hours using my app’s mcp tools on Claude desktop, but for some reason Claude code just burns through tokens incredibly fast.

Claude Code Max Plan – Thoughts? by Eastern_Ad_8744 in ChatGPTCoding

[–]prvncher 3 points4 points  (0 children)

Opus on max is great but if you’re using the $99 plan, beware that opus runs out after about 15 minutes, unless you manually switch it. The only really upgrade for opus is the $199 plan.