😂 Someone excitedly showed me how #ChatGPT fixed a bug in my script. The problem is that it completely refactored the code, expanding 50 lines into 95. I fixed the bug by changing only one line in the original code. For its defense, it was trying to be smart by converting small boilerplate into functions with try/catch blocks which made it longer. Probably it was better in a bigger codebase, but unnecessary for a small standalone script, and the code was much harder to follow. #LLM #ML #AI