websap
5 hours ago
Yikes! I've been a software engineer for over a decade, and I've never had more fun in my career. Running an AI assistant on a cloud machine to pair with me, explore my ideas, learn new tricks, and even write code that I would never write due to timelines and deadlines has been fantastic.
Using coding agents to search for patterns, understanding why our abstractions might not be working because of how users integrate, etc etc.
Not everything vibe coded is bad software, not all bad software is vibe coded.
seabre
5 hours ago
To echo another reply in the thread, but with an example: have you seen the stats for OpenClaw on GitHub just for this week?: https://github.com/openclaw/openclaw/pulse
They are trying to avoid that.
atmanactive
5 hours ago
Why is that bad?
seabre
2 hours ago
GitHub seems to be struggling to support agentic and bot-driven software development. OpenClaw is an extreme example, but there are other projects like it that employ the same methods for development. If I were building a source forge in 2026 and wanted to compete with GitHub I would either:
* Not allow these types of projects at all, like sourcehut, or
* Embrace and charge for the capacity/infrastructure it would take to support it, like cursor's play with origin seems to be.
warkdarrior
4 hours ago
I guess they want to save on storage, so providing the service without really providing it.
GPerson
5 hours ago
What does vibe coding mean to you? I use the term vibe code to mean software produced by conversation with an agent, with minimal or no understanding of the code / project structure by the person.
Your process doesn’t sound like vibe coding to me, though maybe this part is “and even write code that I would never write”. If you’re just generating snippets as black boxes and putting that into a project you’re otherwise maintaining general understanding of, this isn’t what I refer to as vibe coding. (Not that I’d use this process in a community with clearly stated rules against AI use.)
VariousPrograms
3 hours ago
The people in support of these bans generally aren't interested in "good vibe coded" software. They oppose LLMs altogether on various grounds, not just the output quality.
FWIW, if an LLM is writing significant code, I'd consider it vibe coding regardless of your understanding of the code or expert guidance and almost certainly ban-AI people would too. The scale people seem care about when this comes up is code percentage that's LLM-written to hand-written, not code ignorance to full understanding by the author.
swatcoder
an hour ago
> The people in support of these bans generally aren't interested in "good vibe coded" software. They oppose LLMs altogether on various grounds, not just the output quality.
I think you're very wrong.
I think many of the people who "support these bans" do recognize value in LLM's and use them as tools in the kit applied to their workflows but recognize that rampant abuse and misuse of those same tools threatens to ruin (or already has ruined) many community projects that had previously been healthy and thriving.
And so they find themselves insisting upon unambiguous firewalls as an existential necessity for the communities they have invested years or decades of their lives into.
How do we figure out who's right?
GPerson
2 hours ago
The tab completion feature a lot of people were using before the term ‘vibecoding’ was coined by the AI dude is or isn’t vibecoding in your view?
VCFundedGenYer
4 hours ago
Are you actually retaining that information though? You're not writing the code, the LLM is. You might not even be reviewing it properly.
cautiouscat
5 hours ago
I don’t think their concern is “vibecode = bad” but more like they can’t handle the volume.
chinathrow
5 hours ago
> I don’t think their concern is “vibecode = bad” but more like they can’t handle the volume.
Then they should not be in the business of hosting repos?
acedTrex
5 hours ago
"if you cannot handle a 10x load over the historical standard of generally low quality content you should not be hosting repos"
A ridiculous take
atmanactive
5 hours ago
There are other ways to slow the traffic down.
acedTrex
5 hours ago
Sure there are other ways to do this same thing, they picked this option. Not particularly noteworthy of a thing
warkdarrior
4 hours ago
X serves lots of low-quality content at scale and it's running off Elon's laptop from what I can tell. So why can't these guys do the same?
gadflyinyoureye
5 hours ago
I think the term vibe coded is unclear. I use agents to do most of my coding work now. Some might call it vibe coded. I use spec driven development of my own design. While the applications are relatively simple, they are reasonably well architected and maintainable.
Some would say I a, vibe coding since I don’t really write the code. I say I’m not because I’m thinking through the features more than vibe coders.
vunderba
an hour ago
The original definition, as put forth by Karpathy [1], was that you explicitly did not look at the code ever (diffs, errors, etc.). All development, review, etc. is driven entirely through the LLM agent.
But at this point, the term has been diluted down to basically being meaningless.
h3lp
2 hours ago
Right!!! LLMs are yet another step up the abstraction ladder. Before LLMs I would write code in C or Perl; I didn't care about the machine code it eventually was translated into---the compilers/interpreters evolved to handle that correctly and transparently. Note that this was not always the case; when I started to use computers, we all aspired to master assembly like the apocryphal Mel ( https://users.cs.utah.edu/~elb/folklore/mel.html ) --- we had to pay attention to machine code and assembly language, because the compilers often didn't generate performant code and were occasionally buggy.
People say that LLMs are not like compilers because they are unreliable. I think with time they will get fixed.
acedTrex
5 hours ago
I mean it's good you are having fun, but that way of working will not be accepted in some communities, its inevitable so just find the place that accepts your preferred way of working.
a2ff6eeb0
5 hours ago
Why would you ever care about looking at code? Code forges aren't really a useful tool going forward. As agents replace people writing code, the features of code forges really aren't that useful. Nobody will be reviewing agent code other than agents, and you don't need a pull request and code review model for that.
Coding is just going to be asking for a result and manually testing it, no real thought about what code has been generated, and no human should ever need to look at or review it. Even some versioned tarball on s3 will do for the storage.
So, really, who cares about what they do when their entire business model (and Github's) is speedrunning becoming obsolete?
Basically, the future of tools like github is a platform for manual testing, where the AI proposes a change and you can experiment with the UI and attach notes for the next iteration. The whole idea of coders carefully reviewing the output of LLMs is insane, it'd be like carefully poring over the output of GCC; we've made lines of code so cheap and skill-free that there's no point in these platforms that treat code like it's important to view.
GPerson
2 hours ago
I find it fulfilling to write and read code. It’s also a powerful technology. That doesn’t just change just because there’s another technology more powerful in certain ways. These are some level 0 reasons to want to read code, but there are lots.
a2ff6eeb0
an hour ago
Ok, sure. Hobbyist purposes excluded.