Comment Re:But it's a self-defeating loop (Score 1) 29
This.
My take on vibe coding is simple: Don't.
At least not the way most people understand it. I'm totally ok with having an AI do the tedious work. But only do it on stuff you could do yourself (i.e. you're just saving time). Because otherwise, you'll never be able to maintain it.
This, in general, is the whole problem: The entire "vibe coding" movement only worries about CREATING code. But in the real world, maintaining, updating, refactoring, reviewing, testing, bugfixing, etc. etc. are typically more effort than writing it in the first place.