this post was submitted on 31 Jul 2025
11 points (92.3% liked)

Programming

21924 readers
648 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Mjpasta710@midwest.social 9 points 2 days ago* (last edited 2 days ago)

Facts:

You need to understand what it's doing to keep it on track or a lot of time to head down all of its dead ends.

You need to understand your intent and project in order to recognize that it's hallucinating.

When it magically decides variables or other factors need new unused names while mid way through any project, you have to watch out for that- you have to be able to audit everything it does and constantly restate the whole project in chunks.

We saw the one off example of a coder beating an LLM at code production recently.

I don't expect LLM coding or reasoning to be good for a while.