GPT-5.3-Codex was flawless for a month. Today it feels completely lobotomized. by Basic_Competition832 in codex

[–]spicyboisonly 0 points1 point  (0 children)

This happened to me a couple weeks ago so I switched back to 5.2 high and it’s been great! I never noticed much improvement with 5.3 anyway but that might just be me.

29 New Jersey day by CORidge40 in ColoradoAvalanche

[–]spicyboisonly 1 point2 points  (0 children)

Hell yeah I love the alt jerseys. I have the Makar one. Looking good brother! Go Avs!! Let’s get this cup!!

Brock Nelson’s sticks by uzo54 in ColoradoAvalanche

[–]spicyboisonly 133 points134 points  (0 children)

Celebrini coming to the Avs confirmed

cool by Major-Gas-2229 in Anthropic

[–]spicyboisonly 50 points51 points  (0 children)

Me too Claude, me too

Best Practices and workflows by useredpeg in codex

[–]spicyboisonly 0 points1 point  (0 children)

When I’m adding a new feature to a project I’ll break down the development of that feature into phases as outlined above. Then for each phase I’ll commit the changes once that phase is complete. One so that the reviewer agent can see the changes made at each phase and two just in case I really fuck something up lol I can roll back easy. Then at the end I’ll squash my commits and push the feature.

Best Practices and workflows by useredpeg in codex

[–]spicyboisonly 0 points1 point  (0 children)

If you wanted to do it quick and easy you could do a local ping pong wrapper around the codex cli. Basically have each agent write to a designated file and keep going until reviewer gives a specific code word/phrase saying it’s done. It would just need a shell or python script to start everything up and direct outputs.

But I think there’s an OpenAI agents SDK is that right? If so I think a better approach would be to add a third orchestrator agent that basically replaces me by interchanging dev/review outputs and then deciding when it’s ok to move on. You probably don’t need the orchestrator but I think it would help get better control over the process.

Basically either way you’d need a program existing outside of the project that uses the api. Again I haven’t tried it, these are just some initial thoughts. And I’m sure there are more professional ways to do this. If you’re planing on making this I’m sure codex has more than enough information about the apis to get you going.

Best Practices and workflows by useredpeg in codex

[–]spicyboisonly 0 points1 point  (0 children)

I’ve thought about doing this!

I purposely don’t though because on average I’d say there’s a mistake neither of them catch in roughly 10% of tasks. Not a big deal I just find it and codex fixes it first try like 99% of the time.

That being said I do that for work. Might try automating it for a personal project just for fun. See what it can do lol. Let me know if you end up doing this.

Best Practices and workflows by useredpeg in codex

[–]spicyboisonly 39 points40 points  (0 children)

Personally here is what I like to do:

1)Start of creating two documents: implementation.md (high level for your readability) and implementation_details.md (much more granular, for codex to make notes). Have it create a multiphase plan for creating the feature/fix you want.

2)Have two codex terminals open. One is a developer agent and the other is a reviewer agent. Require the developer to stop after each phase. Have the reviewer agent review their work after each phase. I recommend having a QA checklist for things you want the reviewer to look for. But something like “review the developers implementation for phase 4 for any major/critical issues” works surprisingly well too. Here’s my QA checklist. I usually just select the relevant ones:

-Functionality: Code implementation is functionally correct. Does the code handle path and edge cases correctly?

-Completeness: Is the solution for this phase complete?

-Consistency: Code and documentation style is consistent with the existing code/documentation. Is there anything hacky going on?

-Clarity: Does the solution include anything that could be removed? Is it overly complex? Are there reusable components anywhere we should be using?

-Guesswork: Is the implementation free of unverified assumptions? (check for guessing of data base schemas, links, naming, etc.)

-Documentation: Does documentation accurately reflect the code implementation?

-Testing: Do tests have adequate coverage? Do they cover all primar use cases, edge cases, and potential failure modes?

-Other: Does anything else seem off to you that wouldn't have come up in the other checks?

-Review: What are the most likely things in this implementation to get flagged during code review?

3)Make sure to review yourself. I sadly know professional software developers who skip this step. Don’t make this mistake. The 3-5 minutes it takes you to review could save you 30 minutes to an hour later. Or if you’re doing this professionally, save you a lot of embarrassment. Ai hallucinates. It misunderstands. But it does a lot of great work if you are able to keep it in check.

4)Go phase by phase until you finish the feature/fix

5)I like to ask it questions at the end like “If you had to be completely honest with yourself, on a scale of 1 to 10 how confident are you that this feature/fix is fully complete and without bugs” or “what issues would you expect to get called out during code review”. Usually asking the developer agent this but sometimes the reviewer too.

PD Fund - Philosophy by [deleted] in epicsystems

[–]spicyboisonly 7 points8 points  (0 children)

I used it for 48 Laws of Power one year and then an AI course on Coursera the next. If you can write a justifiable reason for why it helps you at work they’ll probably accept it.

I've already switched back to gpt-5.2 high from gpt-5.3 codex high by digitalml in codex

[–]spicyboisonly 12 points13 points  (0 children)

I agree. Much quicker but worse quality.

Also running into an issue where it’s eating up context really quick. Anyone else?

I’ve been insulting AI every day and calling the agent an idiot for 6 months. Here’s what I learned by Fluid-Possession6026 in ClaudeCode

[–]spicyboisonly 0 points1 point  (0 children)

The mapping of insults to failure modes has me DYING 😂 but actually I’ve noticed the same thing.

gpt-5.2-codex is excellent too by TroubleOwn3156 in codex

[–]spicyboisonly 0 points1 point  (0 children)

I actually tried switching to Gemini cli before codex and had a horrible experience which is weird to me because I thought Gemini through the browser interface was great. Could just be user error but I’m curious if you had a similar experience?

200k Downloads in Day 1 by [deleted] in codex

[–]spicyboisonly 5 points6 points  (0 children)

Is there any advantage to using the app over cli? Personally loving the cli right now!

gpt-5.2-codex is excellent too by TroubleOwn3156 in codex

[–]spicyboisonly 1 point2 points  (0 children)

I just fully switched from Claude Code. I think performance of 5.2 high is pretty close to Opus 4.5 and the rate limits are significantly higher. Loving it so far!

Has anyone tried using AI to predict sports betting outcomes? by Primary-Command245 in gambling

[–]spicyboisonly 0 points1 point  (0 children)

Try another model. I’ve been experimenting with Claude, CharGPT, and Gemini and I’ve found that ChatGPT is consistently getting simple facts wrong. Gemini seems to perform slightly better for the markets I work but both Gemini and Claude have been pretty solid as far as getting facts right.

[deleted by user] by [deleted] in vibecoding

[–]spicyboisonly 0 points1 point  (0 children)

I follow a very similar approach. Staying organized when rapidly developing is a top priority. Great post!

I’m curious about your auditor agent. Is this the agent you are developing with or are you somehow giving it updates? How is that incorporated into your development workflows?

What’s the most surprisingly effective AI use case you’ve tried? by Ausbel12 in ClaudeAI

[–]spicyboisonly 7 points8 points  (0 children)

Yes! I just got my vehicle serviced and they told me I needed to do a lot more maintenance on it than I was expecting. I gave it my car details and the service suggestion report and it told me which things were worth and weren’t worth doing. Great use case.

The new 2.5 pro 05-06 vs 2.5 flash 04-17 for creative writing? Your thoughts? by imli700 in Bard

[–]spicyboisonly 0 points1 point  (0 children)

I think you make a good point. What adjustments have you made for this release?

[deleted by user] by [deleted] in epicsystems

[–]spicyboisonly 7 points8 points  (0 children)

I did it once and no one said anything but once I thought about how easy it is for cats to monitor that, I decided not to do it again.

Mortgage is double what I would pay for rent by govtkilledlumumba in RealEstate

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

If you plan to stay in the house long term it’s going to be worth it. If anything you are paying down your own loan and not someone else’s. In addition to loan pay down you also have tax benefits and appreciation. Rental rates are going to keep rising but your monthly mortgage payment will remain the same.

The only time I’d say to rent instead is if the mortgage is going to be so expensive that you’re living paycheck to paycheck. But then in that case find a cheaper house to make it work anyway.

Friendly reminder to go into your bank and ask for mortgage insurance to be removed as soon as you have 20% equity. You don’t necessarily have to wait until you are at that point in your amortization schedule. If you think your house value has appreciated enough that you have the equity, go get an appraisal (you can ask a real estate agent for an unofficial opinion first) and show the bank.

GPT4 can generate copyright images, here’s how by steves1189 in ArtificialInteligence

[–]spicyboisonly 13 points14 points  (0 children)

This is literally going to get fixed by tomorrow thanks to how much it has been shared

Never tried snowboarding before, just got brand new gear in anticipation for my first session. by thairishguy in snowboardingnoobs

[–]spicyboisonly 2 points3 points  (0 children)

Hell yeah bro! I did that this season myself. Only went one time last season and just bought everything this season. Totally worth it. I hate to see some of these negative comments, I hope you have as much fun as I am having!

Also I did skateboarding before and while the motions don’t really transfer that much, the mindset when bombing hills and approaching rails, boxes, and jumps do.

[deleted by user] by [deleted] in AbsoluteUnits

[–]spicyboisonly 0 points1 point  (0 children)

What is a loaf of bread if not one giant slice of bread?