@matthew
My biggest hack for starting a brand new side project with AI is that I structure the initial plan to build out everything *except* the UI.
It scaffolds the server and DB, and then passes everything down to the frontend in a set of hooks. Then I can go in and build the UI I want, knowing that AI is much better at backend than it is at UI.