Live data from Hacker News

Will vibe coding end like the maker movement?

read.technically.dev

101–110 of 459 posts

Re: Will vibe coding end like the maker movement?

#101
post #41

> 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…

Couldn't one rebut that Arduino is plug-and-play without getting your hands dirty in lower-level electronics?

Re: Will vibe coding end like the maker movement?

#103

Earlier quoted context omitted.

The other day I built a quick PoC to control 1024 rgb leds using RMT (esp32) and a custom protocol I was developing. Im pretty sure micropython would suck for that. The other day I also developed a RGB-RGBW converter using a rp2040; claude did most of the assembly, so instead of taking a couple of days, it took a couple of hours. I don't prefer no code; my point is software is a barrier on embedded systems, and if I…

RMT has a module in micropython. if youre using a pico, you can use PIO to have a bit more power. (I use it to control stepper motors with a smooth accel/decel ramp. Its doable with RMT, but not as easy.

Sure, and if it didn't is not complicated to add a new module. Thing is, the module does not support DMA. So, for the specific use case I gave, its not a good fit.

Re: Will vibe coding end like the maker movement?

#105

Earlier quoted context omitted.

You're absolutely right -- that's the crux of the problem. There are no shortcuts, only future liabilities.

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 is that?"

Re: Will vibe coding end like the maker movement?

#106
post #68
post #64

> 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…

I was a kid at the time, but adults, magazines, and other children convinced me that 3D printing at home would likely replace a huge number of products. This included extremely optimistic speculation, like printers producing smart phones or houses. Then I dated a boy who used his 3D printer to substitute The Container Store at a higher cost with greater effort and lower quality, and that soured me on the concept.

3d printing matured. My makerspacr's 3d printing room is now more busy than it ever been.

But the real magic happens in CAD while printers are good enough that it gets out of your way.

Re: Will vibe coding end like the maker movement?

#107
post #33

Earlier quoted context omitted.

Do people build to impress with an implementation that no one cares about really? Or to share the end product? I think now you are freed up to make a shooter that people will actually want to play. Or at least attempt it. We probably need to come to terms with the idea that no one cares about those details. Really, 2 years ago no one would have cared about your hand crafted 3d shooter either I think.

It doesn't matter, neither of those scenarios makes the effort impressive in this case. The vibe coded thing might even be useful - that does not make it impressive though. Effort does.

This is the myth of the Protestant work ethic; that effort matters, not outcome.

Re: Will vibe coding end like the maker movement?

#108
post #74

I 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.

To be clear I’m not sure what I’m doing is vibe coding because I write some of the code and read/understand what the LLM writes.

I think I’m learning less (about the code) but making more. Maybe that’s okay? There are other things to learn about. My code has users, it processes money. I user test, I iterate, I see what works and what they need.

Re: Will vibe coding end like the maker movement?

#109
post #64

> 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. Fully agree - We already saw dev prices drop significantly when offshore dev shops spun up. I've had great, and also horrible experiences working with devs that could produce lines of code at a fraction of the price of any senior type dev. The higher paid engineers i've worked with are always worth their salary/hou…

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 detestable section of the HN community. IMNHSO. I notice they're much quieter than usual since the whole vibe coding thing kicked off.

Re: Will vibe coding end like the maker movement?

#110
post #101
post #41

> 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…

Couldn't one rebut that Arduino is plug-and-play without getting your hands dirty in lower-level electronics?

The article addresses this by making the point that prototypes != production. Arduino is great for prototyping (authors opinion; I have limited experience) but not for production-level manufacturing.

LLMs are effectively (from this article's pov) the "Arduino of coding" but due to their nature, are being misunderstood/misrepresented as production-grade code printers when really they're just glorified MVP factories.

They don't have to be used this way (I use LLMs daily to generate a ton of code, but I do it as a guided, not autonomous process which yields wildly different results than a "vibed" approach), but they are because that's the extent of most people's ability (or desire) to understand them/their role/their future beyond the consensus and hype.

Post reply on HN