Earlier quoted context omitted.
I have yet to run into any serious project in the wild that is using LLMs for development. I have seen vibecoded intern prototypes that took half a day to vet and dismiss because they were completely useless. I'm sure your experience is different, but you can't _seriously_ claim we're "past the point" of not using LLMs for programming. Vibecoding is a fundamentally different kind of activity than actual programming.…
Ok well I have plenty of serious, production-level professional experience that says otherwise. Not “vibe coding” - we certainly review the code. It’s a tool that has downsides and failure modes, of course, but it’s at the point where it’s definitely speeding us up and we are using it a lot. Trust me, I’d prefer a world, on balance, where this wasn’t true – I don’t like many of the aspects and uses of the technology…
r/programming bans all discussion of LLM programming
181–190 of 236 posts
Re: r/programming bans all discussion of LLM programming
#182Earlier quoted context omitted.
>But most people are not vibe coding outside of pet projects, at least yet. Major corporations have had outages thanks to AI slop code. Lol the idea that people aren't vibe coding outside of pet projects is hilarious.
The idea that everyone using LLMs is vibe coding is equally hilarious.
You specify the problem in natural language (the vibes) and the LLM spits out source (the code).
Whether you review it or not, that is vibecoding. You did not go through the rigor of translating the requirements to a programming language, you had a nondeterministic black box generate something in the rough general vicinity of the prompt.
Are people seriously trying to redefine what vibecoding is?
Re: r/programming bans all discussion of LLM programming
#183This is to be expected. There's a definite split in the engineering community between those who are embracing AI, and those who are rejecting it. It's now become political, like systemd and wayland.
Re: r/programming bans all discussion of LLM programming
#184Earlier quoted context omitted.
Hopefully this does not devolve into ‘nuh-uh’-‘it is too’ but I disagree. Even putting aside the AI engineering part where you use a model as a brick in your program. Classic programming is based on assumption that there is a formal strict input language. When programming I think in that language, I hold the data structures and connections in my head. When debugging I have intuition on what is going on because I know…
This is the same argument that people used to have against compilers
Re: r/programming bans all discussion of LLM programming
#185Earlier quoted context omitted.
Ok well I have plenty of serious, production-level professional experience that says otherwise. Not “vibe coding” - we certainly review the code. It’s a tool that has downsides and failure modes, of course, but it’s at the point where it’s definitely speeding us up and we are using it a lot. Trust me, I’d prefer a world, on balance, where this wasn’t true – I don’t like many of the aspects and uses of the technology…
I'm curious, where are you using the tools? What programming language? what domain? Are you willing to share the projects you're working on?
Re: r/programming bans all discussion of LLM programming
#186Earlier quoted context omitted.
Sure, but if r/programming can't include the combination/hybrid then the whole subreddit is likely doomed to obsolescence. That genie's not going back into the lamp. (Heck, I've leaned on LLMs to generate damned SwiftUI code for me.)
Sheer nonsense. Handcoding is thriving and will easily survive long into the future, especially after the bubble bursts (which is already happening).
Re: r/programming bans all discussion of LLM programming
#187There can't be any interesting discussion about AI programming. Every conversation boils down to what skill files you use, or how Opus 4.6 compares to Codex, or how well you can manage 16 parallel agents.
Re: r/programming bans all discussion of LLM programming
#188Earlier quoted context omitted.
For me, almost every single time a conversation like this happens in real life it boils down to the one side claiming that "This is the future" and "Don't get left behind" followed by a torrent of hype and buzzwords. So no, there is no interesting conversations to be had about LLM programming anymore.
Maybe you struggle to have good conversations because I just provided an anecdote and you immediately stated that my anecdote is false? If this is how you typically interact with people I’m not surprised you’re not having interesting conversations.
Re: r/programming bans all discussion of LLM programming
#189I gave up on r/programming after an article I wrote (thoughtfully, without AI, even though the content might not have been super interesting) got mod-slapped with a stickied comment "This content is low quality, stolen, blogspam, or clearly AI generated". Ironically, that comment was added three months after I posted the article, when it was nowhere near the front page anymore, in a clearly automated and AI-driven re…
I gave it all up when Reddit started recycling my old accounts and reposting my content as if it were new -- but not authored by me, just regurgitated back onto the site.
If that happened to me, you can bet it's happening en masse. Which indicates to me that the site is really dead.
Re: r/programming bans all discussion of LLM programming
#190Earlier quoted context omitted.
They aren't anything particularly special, most projects I interact with have at least 1 dev who uses LLMs in some capacity. The two I was thinking of when I posted are the Minecraft modpack GregTech: New Horizons, and an Old School Runescape plugin. https://github.com/gtnewhorizons https://github.com/osrs-reldo/tasks-tracker-plugin
I see. I would not consider these to be serious projects. I'm sure they give people joy, and contain some decent problem solving, but they are both small extensions to existing software, and are not really solving interesting new problems or creating their own systems.