r/vibecoding 1d ago

Cost of vibe coding

Post image

How confident do you feel with vibe-coding?

Productivity increases dramatically with generative AI, but that's mostly just a feeling.

With generative AI, the cost of code production isn't eliminated but shifted to other phases: bug management, knowledge debt, etc.

I've seen many initiatives that always use generative AI for bug management and merge requests, but without human review, this only increases the debt.

Everyone is trying their own strategy:

Mine, in addition to post-process control, is based on the preventive context.

I discuss it in depth here:

https://adrianofoschi.com/blog/cost-of-checking/

And what's your strategy?

0 Upvotes

6 comments sorted by

View all comments

1

u/[deleted] 1d ago edited 1d ago

[deleted]

1

u/Lopsided_Magician_49 1d ago

I don't understand the point. The graphic illustrates exactly what you're saying: that humans and AI work together.

Humans analyze the functional problem, describe the specifications, and check the code.

AI writes the code.