with the generally low quality python code that AI writes for me, i'm convinced that most production software is really ugly
the code works, but it'll either put everything in one file (not modulating the code), use very old python syntax such as "List" instead of "list" for types, etc.
it still saves me time though, but i always need to spend a few minutes making it use better coding practices