| ▲ | 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. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||