this post was submitted on 30 Jan 2026
-11 points (21.1% liked)

Programming

24873 readers
113 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
 

Without human feedback, LLMs tend to write software like an early-career engineer - code that solves the immediate problem but tends to accumulate “design debt” over time, leading to software that’s becomes brittle and buggy.

top 2 comments
sorted by: hot top controversial new old
[–] MagicShel@lemmy.zip 8 points 1 day ago* (last edited 1 day ago)

Without human feedback

I've identified the problem.

code that solves the immediate problem but tends to accumulate “design debt” over time

If by immediate you mean "this prompt" and by over time you mean "fifteen minutes from now," yes. AI requires human input to build anything durable or valuable.

The problem isn't in the coding, but the understanding of the context coding happens in. Code has to be secure. It has to be maintainable. It has to be extensible. It has to solve a business need. It generally should contribute to the long-term vision. It exists within an environment of competing and cross-cutting interests. It has to align with priorities.

Writing code is a very human endeavor. Solving one business need with 1k lines of code is easy. Doing it within an enterprise that exists beyond just that one need is not.

[–] Kissaki@programming.dev 2 points 1 day ago* (last edited 1 day ago)

and figure out whether the new framework with a weird name actually addresses

Couldn't name what this is about in the title, nor in the teaser, I guess?

"Latest hotness" and "the new framework with a new name" isn't very discerning.