Hacker News new | ask | show | jobs
by MutedEstate45 501 days ago
I attempted the approach of having an AI write the code while I casually audited it, but the results didn’t work out well for me. It kept adding bugs and logical errors that were hard to find. I was using Cursor along with Claude 3.5 Sonnet, and perhaps my use case was too complex. What have you built using this methodology?
1 comments

Mostly UI. That's where I get the most value, because I don't have much experience so I get things bootstrapped and also learn. Sometimes I also use that for writing code (usually in Python) that I could have easily written myself, and can therefore review easily, but it's fun to watch and can be a bit faster.