Post Reply Home » Forums » MMOViper Forums (PUBLIC) » General Discussion Area
  • Gpt and AI Discussions : General Discussion Area
PitViper [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
One thing on codex I've noticed.. and I could be wrong.. but sometimes it just seems to use a lower model without telling you. Its very obvious when it happens because the replies it gives and the code it creates are pure garbage.
Mysticdrew [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
I've been using codex high. It does great for small stuff, but kinda goes really crazy with large tasks. I wanted to add some new api hooks for other devs and it created like 20 classes lol. Claude did it in 3
PitViper [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
They ALL suffer from code bloat. If I ask it to update a single function it wants to create 2 helper functions to do it.
Mysticdrew [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
Yea, it's really annoying
PitViper [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
Lol its like they get paid by the function.. it wants to spam them like crazy.
Mysticdrew [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
Days when devs were judged on how much work the got done by the lines of code they added
PitViper [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
I've started to tell it give a minimal diff to do xyz. Then it starts to limit extra function creation.
Mysticdrew [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
I always have it do a cleanup pass to reduce code and that usually helps.
PitViper [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
For me its speed. I'm a big speed optimization guy. I cant stand code that is not tuned to be highly optimized. And it gets very frustrating having to go and clean up various things. Its crazy but its one of my OCD things I just cannot help. Started in colledge with a parallel processing class, you got extra points for who's ever code ran the fastest.
PitViper [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
I've probably said this before but I will spend hours tuning a single function to get just a few ms shaved off of it.
PitViper [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
When you are dealing with a GOM that has 50k objects in it and you are are operating OOP, you cant just say hey lets loop through the entire GOM to grab this item, or whatever.
Mysticdrew [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
Oh that's, neat.
The stuff I'm working on is rendering so it has to be fast.
Mysticdrew [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
Yea 50k is a lot
PitViper [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
So you understand dealing with rendering. Every ms you can shave off is that much more fps.
Mysticdrew [Discord]
Posts:1853 Joined:Sun Mar 15, 2026 4:03 am
Yup
Post Reply

Return to “General Discussion Area”