|
|
|
|
|
by verdverm
238 days ago
|
|
All LLMs and agents have stupid issues like this. GPT-5 insisted on using bash commands to edit a file, despite the dedicated tool for doing this. Problem was that the bash tool it used wrapped at 80 chars, splitting some strings between lines, which then broke the code at a syntax level. It was never able to recover, I was not impressed with GPT-5 |
|