I didn't realize this was a bigger trend, I asked it to write a simple testing script that POSTed a string to a local HTTP server as JSON, and it wrote a 40 line script, handling any possible error. I just wanted two lines.
Exactly! It using try -> except -> print is the EXACT same as the default error print to STDOUT in 99% of cases. It just assumes we need that or something will get hurt.