←back to thread

214 points Brajeshwar | 1 comments | | HN request time: 0s | source
Show context
calibas ◴[] No.45084171[source]
I think they're being really loose with the term "vibe coding", and what they really mean is AI-assisted coding.

Older devs are not letting the AI do everything for them. Assuming they're like me, the planning is mostly done by a human, while the coding is largely done by the AI, but in small sections with the human giving specific instructions.

Then there's debugging, which I don't really trust the AI to do very well. Too many times I've seen it miss the real problem, then try to rewrite large sections of the code unnecessarily. I do most of the debugging myself, with some assistance from the AI.

replies(3): >>45084242 #>>45084811 #>>45086950 #
9rx ◴[] No.45084242[source]
> Assuming they're like me, the planning is mostly done by a human, while the coding is largely done by the AI

I've largely settled on the opposite. AI has become very good at planning what to do and explaining it in plain English, but its command of programming languages still leaves a lot to be desired.

replies(1): >>45084365 #
calibas ◴[] No.45084365[source]
It's good at checking plans, and helping with plans, but I've seen it make really really bad choices. I don't think it can replace a human architect.
replies(2): >>45084481 #>>45085448 #
1. bluefirebrand ◴[] No.45084481[source]
It can't replace a human anything, yet, but that doesn't seem to be stopping anyone from trying unfortunately:(