The real parallel might be the early web era where anyone could make a website but finding them required Yahoo directories and later Google. Right now vibe coded apps have the same discovery problem - they exist but there's no effective way to find or evaluate them.
Will vibe coding end like the maker movement?
251–260 of 459 posts
Re: Will vibe coding end like the maker movement?
#252> The central promise—that distributed digital fabrication would bring manufacturing back to America, that every city would have micro-factories, that 3D printing would decentralize production—simply didn’t materialize. I never heard that. It didn’t seem like 3D-printing ever showed sings of displacing existing ways of manufacturing at scale, did it? Units per hour and dollars per unit was never its strength. It was…
(Not to mention, it's only in the last few years where consumer-accessible 3D printers are more than hobbyist grade that required a huge amount of tinkering to actually work properly)
Re: Will vibe coding end like the maker movement?
#253Earlier quoted context omitted.
We didn't even have to offshore for lots of bad code to be written. Looks at the scores of Ycombinator startups that wrote a shitload of awful code and failed. Good ideas, pretty websites, but not a lot of substance under the hood. The VC gathering aspect and online kudos was way more important to them than actually producing good code and a reliable product that would stand the test of time. Pretty much the most det…
> Looks at the scores of Ycombinator startups that wrote a shitload of awful code and failed. This can also be restated as, look at all the startups that wrote a shitload of awful code and succeeded. That’s an indicator code quality doesn’t matter at macro scales. We already knew this though even if we didn’t explicitly say it. It’s more about organization, coordination, and execution than code.
Startups are also quite different from ambulances; surviving and minimising patient harm isn't the most important thing for a startup. Instead, it's building a profitable and valuable business. You're not just worrying about the margins, you're also hoping to squeeze out every bit of growth you can.
Re: Will vibe coding end like the maker movement?
#254> The central promise—that distributed digital fabrication would bring manufacturing back to America, that every city would have micro-factories, that 3D printing would decentralize production—simply didn’t materialize. I never heard that. It didn’t seem like 3D-printing ever showed sings of displacing existing ways of manufacturing at scale, did it? Units per hour and dollars per unit was never its strength. It was…
> BTW, I think a lot of people were/are greatly overestimating the value of coding to business success. I've frequently argued to my organization's leadership that the product could be open source on GitHub with a flashing neon sign above it and it wouldn't change anything about the business. A competitor stealing our codebase would probably be worse off than if they had done anything else. Conway's law and all that.
Re: Will vibe coding end like the maker movement?
#255Earlier quoted context omitted.
If you didn't catch it, this is a joke calling out the comment above it for using a couple obvious LLM-isms. The comment above may have been a joke, too. It's hard to tell any more.
> It's hard to tell any more. Wait, I think I have the answer! "You're in a desert, walking along in the sand when all of a sudden you look down and see a tortoise. It's crawling toward you. You reach down and flip the tortoise over on its back. The tortoise lays on its back, its belly baking in the hot sun, beating its legs trying to turn itself over. But it can't. Not without your help. But you're not helping. Why…
Re: Will vibe coding end like the maker movement?
#256Earlier quoted context omitted.
And I make visualizations by watching TV every day. My visual cortex just has a constant stream of making visualizations all day. All these maker types dropping that differentiator immediately in the name of pragmatism.
Yeah whatever, I'm not going to let you gatekeep my enjoyment. What's the last thing you made?
Re: Will vibe coding end like the maker movement?
#257Ok, i just generally disagree with the premise. Why does it have to be "100% vibe coded" or "0% vibe coded"? There is a very happy medium that is getting ignored here. As a coder with various language experiences, i can just get like a good kick and a template with Claude and continue in any language i want and have the LLM do the redundant parts. As someone with some soldering experience, i could have an LLM cook up…
LLMs = The Age of the Builder Never has it been more exciting to be a builder (software)! So much momentum and so little getting blocked. I am learning faster than ever even with LLMs doing so much of the heavy lifting. It is so fast to iterate and just MAKE STUFF!!!
Re: Will vibe coding end like the maker movement?
#258Re: Will vibe coding end like the maker movement?
#259> When you spend two years making useless Arduino projects, you develop instincts about electronics, materials, and design that you can’t get from a tutorial. When vibe coding goes straight to production, you lose that developmental space. The tool is powerful enough to produce real output before the person using it has developed real judgment. The crux of the problem. The only way to truly know is to get your hands…
There are corners of the industry where people still write ASM by hand when necessary, but for the vast, vast majority it's neither necessary (because compilers are great) or worthwhile (because it's so time consuming).
Most code is written in high-level, interpreted languages with no particular attention paid to its performance characteristics. Despite the frustration of those of us who know better, businesses and users seem to choose velocity over quality pretty consistently.
LLM output is already good enough to produce working software that meets the stated requirements. The tooling used to work with them is improving rapidly. I think we're heading towards a world where actually inspecting and understanding the code is unusual (like looking at JVM/Python bytecode is today).
Future liabilities? Not any more than we're currently producing, but produced faster.
Re: Will vibe coding end like the maker movement?
#260I don't know about anyone else, but since vibe coding, I'm making more things than I've ever made before. Just a constant stream of making, all day. Couldn't be happier. I make things because I want to see them exist, not because it was hard.