Hacker News new | ask | show | jobs
by cdchn 1212 days ago
StackOverflow seems to be the ultimate litmus test for ChatGPT at this point for coding work. Pros: it customizes the code more than StackOverflow will. Cons: Subtle errors that can be difficult to spot at first glance, but could be easily caught when run/tested. Like for example I will see it trying to import functions from modules, when the function doesn't exist in that module but another one, and the code is mostly written like its okay otherwise.