Remix.run Logo
avgDev a day ago

It has it risks too. I've used chatGPT for a feature I am working on. It works, I have already resolved some bugs the it didn't pick up. However, the code quality is odd, I've had some hardcoded types as it is unlikely they will ever change. For some of them chatGPT created enums but only for some.

I also realized that review generated code sucks, I can generate a whole app quickly, but I have no understanding of small decisions. It is extremely difficult to wrap your hand around hundreds of lines of code written by someone else.

amluto a day ago | parent [-]

If you mean chatgpt.com, try with a real “agent” harness. The exact same model on chatgpt.com frequently performs much worse than it does with a proper harness, not to mention that the chatgpt.com frontend itself is quite bad.

codex-rs, popularly known as Codex or maybe the Codex CLI, is a fine choice.

avgDev a day ago | parent [-]

Codex has been renamed to chatGPT.

amluto a day ago | parent [-]

Since when?

https://learn.chatgpt.com/docs/codex/cli

https://github.com/openai/codex

Looks like it's still a more-or-less-open-source product called Codex CLI.

FWIW, there have been issues with various versions of ChatGPT not knowing what Codex is -- at least in the (IIRC) GPT-5.3 timeframe, there were serious issues with the knowledge cutoff.

avgDev a day ago | parent [-]

They did it about a month ago for the desktop Codex app. It is actually really confusing and there are many discussions on reddit.

First, the app was called Codex, then they combined them and now the app is called chatGPT, but recently inside the app you can switch between ChatGPT and Codex. lol.