this post was submitted on 20 Nov 2025
19 points (74.4% liked)
Linux and Tech News
2582 readers
1 users here now
This is where all the News about Linux and Linux adjacent things goes. We'll use some of the articles here for the show! You can watch or listen at:
You can also get involved at our forum here on Lemmy:
Or just get the most recent episode of the show here:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I am still wondering whether vibe coding will really get folks excited about programming. It is a way to create stuff, so I can see folks getting excited about vibe coding by itself. But making the jump from there to programming seems like it would be frustrating, since you would need to start over with small projects to have any chance at learning the basics.
And yeah, for now I do not believe that vibe coding will displace programming, because natural language is in many ways just a worse way to formulate logic.
It's like going through a translator to talk to someone in another language. It works for simple instructions and to some degree, you can have the translator explain a more general concept, like how to get to a specific place, without you needing provide every detail, but:
There's definitely big pitfalls here but I think being able to actually produce software that is useful to you is a better starting point than toy projects that are only for learning purposes. LLMs producing code normally explain what they are doing, and give more detailed explanations when asked that can be supplemented by looking things up separately, which could be one way to learn enough to make your own edits to get around its mistakes and limitations.