orange_puff 3 days ago

When you say "vibe code" do you mean the true definition of that term, which is to blindly accept any code generated by the AI, see if it works (maybe agent mode does this) and move on to the next feature? Or do you mean prompt driven development, where although you are basically writing none of the code, you are still reading every line and maintain high involvement in the code base?

1
redox99 2 days ago

Kind of in between. I accept a lot of code without ever seeing it, but I check the critical stuff that could cause trouble. Or stuff that I know the AI is likely to mess up.

Specifically for the front end I mostly vibe code, and for the backend I review a lot of the code.

I will often follow up with prompts asking it to extract something to a function, or to not hardcode something.