You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using gpt-codex and the code it makes is really messy.
Fixing a problem with a missing libarary? --> try to import it from 4 different places (now you cannot see where it is supposed to come from, without debugging)
Something fails --> implements all kinds of fall back logic without fixing the core problem (now it is hard to figure out what functions the core logic is relaying on. It also gets redundant)
It feels like a programmer feverishly coding to fix a problem, without trying to understand the original intent of the code.
This is not just happening in existing projects, but also from scratch projects, with no existing code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using gpt-codex and the code it makes is really messy.
Fixing a problem with a missing libarary? --> try to import it from 4 different places (now you cannot see where it is supposed to come from, without debugging)
Something fails --> implements all kinds of fall back logic without fixing the core problem (now it is hard to figure out what functions the core logic is relaying on. It also gets redundant)
It feels like a programmer feverishly coding to fix a problem, without trying to understand the original intent of the code.
This is not just happening in existing projects, but also from scratch projects, with no existing code.
Beta Was this translation helpful? Give feedback.
All reactions