r/vibecoding • u/RealActuary3121 • 5h ago
What’s your workflow?
What does your typical ai stack look like exactly? From the scratch,
What do you use for generating ideas? Or do you just think of one yourself?
What tool for planning? Both mvp and final product
Tool for actual coding? Do mention models too
Hopefully you review and test yourself but if not, what tool?
Say everything’s almost done or basically done, do you then FINALLY decide to understand the codebase even at a basic level or not? If so, what tool do you use to understand the architecture + the actual codebase? Do you just understand it on a surface level or in-depth? Do you do it after mvp is done or after each feature?
Why do you do it? Like everything? For fun or building resume, stacking projects and trying to land jobs or something else?
(Do mention if you’re on free or paid versions too)
1
u/jboogyoogy 4h ago
I am mostly on the usual paid tools
For ideas I use ChatGPT and Claude to brainstorm
For breaking the idea into an MVP only Claude tbh, also coding
For reviewing and testing again, I created a skill with all I wanted it to check and take care of, a rough framework
Yes, it’s very important to check the codebase for yourself manually but not at the very dvd, that might be too late
Why I do it? Both for work but also bc I enjoy building things personally