this post was submitted on 05 Jun 2026
28 points (93.8% liked)

Programming

27880 readers
377 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] PushButton@lemmy.world 1 points 1 month ago

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.