I built an AI PM app for a buddy to help him leverage AI for his particular PM framework as fast as his developers do. He loves it and I haven't read a line of code beyond keeping track of what things are named for better prompting. I have numerous little apps for every little thing. Every whim is trivial to turn into a scraper. Every tiny side hustle I have has an AI workflow.
I made a video game to wish a friend happy birthday. I made a couple websites for job applications. I can make a landing page for an idea for a friend and the longest part is buying the domain name. I had a convo with a friend about finding more ideas to work on as I have abundant spare time due to LLMs and there are LLMs sourcing stuff to help execute on that.
Every time a friend has a "it would be cool" idea, I can trivially throw something together to do it.
Really my biggest optimization has been giving the AI as many tools as possible to do the testing part itself, as testing the work is the real bottleneck. Dockerize everything, so all the error logs are in one place and it can reset at will. Have it set up fixtures, so that if it deletes the database (has happened), it can just re-create it.