upvote
Even more than validating ideas, I think my personal AI use falls into two categories:

- Exploration: I am "vibe coding" to explore a domain, add many features, refactor the app over and over, as a real time exploration of the domain to see what works and what doesn't

- Specific Execution: I have a full design, a full idea, I've thought about architecture, we're making a plan and we're executing this extremely coherent vision

I've enjoyed using AI for both cases.

reply
i particularly like that right now i get to hear about different small practices people do that arent the AI itself, but that i wouldnt have considered otherwise.

git worktrees as an example.

reply
> Why I like using AI right now is that I get to try out far more of my own ideas quickly (and find issues with them!)

This.

Coding assistants handle a great deal of the drudge work involved in refactoring. I find myself doing far more deep refactoring work as quick proofs of concept than before. It's also quite convenient to have coding assistants handle troubleshooting steps for you.

reply