Problem is that to be able to decide whether or not to say no to the code you need to be able to reason about it, and to reason about it you need to wrap your head around at least parts of the output of the prolific, not-afraid-of-complexity AI output.
And that takes time! maybe enough time to defeat the alleged benefit of having it written for you in some cases
He proposes to code review the LLM generated code.
Summary:
AI generates code fast with decent quality, but the code is only part of the
whole solution/system.
The LLM is a dangerous tool if left alone, because left alone means no one
understands the system. The LLM will just generate on top of this "decent"
quality code, which doesn't seem of "decent quality" anymore the further we
read this prose.
This adds "complexity", to a point where the system collapses.
His solution is to review what the LLM is suggesting instead of YOLO.
4 Comments
seadoo@lemmy.world · 8 pts · 74d
Problem is that to be able to decide whether or not to say no to the code you need to be able to reason about it, and to reason about it you need to wrap your head around at least parts of the output of the prolific, not-afraid-of-complexity AI output.
And that takes time! maybe enough time to defeat the alleged benefit of having it written for you in some cases
middlemanSI@lemmy.world · 3 pts · 74d
Erm, it's not cheap...
draco_aeneus@mander.xyz · 4 pts · 72d
Within the context of the article, I think it is completely fair to say that creating code is cheap compared to the cost of understanding that code.
PushButton@lemmy.world · 1 pts · 72d
TL;DR:
He proposes to code review the LLM generated code.
Summary:
AI generates code fast with decent quality, but the code is only part of the whole solution/system.
The LLM is a dangerous tool if left alone, because left alone means no one understands the system. The LLM will just generate on top of this "decent" quality code, which doesn't seem of "decent quality" anymore the further we read this prose.
This adds "complexity", to a point where the system collapses.
His solution is to review what the LLM is suggesting instead of YOLO.