Just yesterday, while I was writing some Python, I had an LLM try to insert try - except logic inside a function, when these exceptions were clearly intended to be handled not inside that function but in the code calling the function, where extensive logic for handling errors was already in place.