this post was submitted on 10 Feb 2026
95 points (96.1% liked)

Programming

25441 readers
294 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
[–] chicken@lemmy.dbzer0.com 10 points 7 hours ago (1 children)

The author's point is that people already don't understand what the programs they write do, because of all the layered abstraction. That's still true whether or not you want to object to the semantics of calling the use of LLMs an abstraction layer.

[–] Feyd@programming.dev 10 points 6 hours ago (2 children)

Not knowing what cpu instructions your code compiles to and not understanding the code you are compiling are completely different things. This is yet another article talking up the (not real) capability of LLM coding assistants, though in a more round about way. In fact, this garbage blogspam should go on the AI coding community that was made specifically because the subscribers of the programming community didn't want it here, yet we keep getting these trying to skirt the line.

[–] codeinabox@programming.dev 4 points 3 hours ago (1 children)

In fact, this garbage blogspam should go on the AI coding community that was made specifically because the subscribers of the programming community didn't want it here.

This article may mention AI coding but I made a very considered decision to post it in here because the primary focus is the author's relationship to programming, and hence worth sharing with the wider programming community.

Considering how many people have voted this up, I would take that as a sign I posted it in the appropriate community. If you don't feel this post is appropriate in this community, I'm happy to discuss that.

[–] Feyd@programming.dev 0 points 3 hours ago (2 children)

You made a very considered decision that you could argue it's not technically AI booster bullshit, you mean.

[–] codeinabox@programming.dev 3 points 3 hours ago

What I'm saying is the post is broadly about programming, and how that has changed over the decades, so I posted it in the community I thought was most appropriate.

If you're arguing that articles posted in this community can't discuss AI and its impact on programming, then that's something you'll need to take up with the moderators.

I think there's room for people to try to grapple with the fact that, for good or ill, the industry is being impacted by LLM code assistants right now in a significant way. That doesn't mean this isn't a tech craze, or a flash in the pan, or a hype bubble that has gotten huge. And whether or not the bubble pops, I don't think it's unreasonable to think that code writing tools comparable to what we have now will be around for awhile, again for good or ill. This seems like a dev grappling, not sneaky AI booster bullshit.

[–] chicken@lemmy.dbzer0.com 3 points 5 hours ago

Talking about low level compilers seems like moving the goalposts, since they are way more well defined and vetted than the mass of software libraries and copy pasted StackOverflow functions a large segment of programming has been done with.