An observation about bot driven development:
The bot writes a lot of small, zero dependency, single purpose single use functions and I compose them.
At times, that is exactly what coding design coaches have advocated for. And what do we get? People upset that this creates duplicate code (i.e. the bot doesn't know that a similar function exists in the 1TB monorepo somewhere)