Remix.run Logo
whatever1 3 days ago

If you have to review what the LLM wrote then there is no productivity gain.

Leadership asks for vibe coding

senko 3 days ago | parent | next [-]

> If you have to review what the LLM wrote then there is no productivity gain.

I do not agree with that statement.

> Leadership asks for vibe coding

Leadership always asks for more, better, faster.

mangamadaiyan 3 days ago | parent [-]

> Leadership always asks for more, better, faster.

More and faster, yes. Almost never better.

swat535 3 days ago | parent | prev | next [-]

> If you have to review what the LLM wrote then there is no productivity gain.

You always have to review the code, whether it's written by another person, yourself or an AI.

I'm not sure how this translates into the loss of productivity?

Did you mean to say that the code AI generates is difficult to review? In those cases, it's the fault of the code author and not the AI.

Using AI like any other tool requires experience and skill.

fooster 3 days ago | parent | prev | next [-]

I suggest you upgrade your code review skill. I find it vastly quicker in most cases to review code than write it in the first place.

whatever1 3 days ago | parent [-]

Anyone can skim code and type “looks good to me”.

epolanski 3 days ago | parent | prev | next [-]

> If you have to review what the LLM wrote then there is no productivity gain

Stating something with confidence does not make it automatically true.

WolfeReader 3 days ago | parent | prev [-]

I've seen AI create incorrect solutions and deceptive variable names. Reviewing the code is absolutely necessary.