>>106192795
ai generated code is a good template to start with something you don't know much about and want to learn or know it will generate something you can work with
for example maven for java can scaffold a project from archetype, but it's not the case for c, c++ but now you don't need to make a tool for c, c++ for doing that
it might actually make passable scaffold you can start to work with without wasting time searching what would be the best way to do that and you can specify the preferred build tool
I think it might be actually better than people at scaffolding CMake project from scratch
ruby on rails had so much success, because how easy is to scaffold and how many things are standard
it's like scaffold tool for arbitrary framework/library granted it knows about it
Starting up something is tedious, RoR is nice, because of scaffold and standarization
The more ways you can set up something the more annoying it is to jumpstart and make you procrastinate
for me it's a nice tool that helps with procrastination
instead of thinking and researching for hours, days I can generate something passable and start doing something
later I might even rewrite it completely, but the psychology works