Live data from Hacker News

Vibe Coding Is Overrated

transitions.substack.com

31–40 of 93 posts

Re: Vibe Coding Is Overrated

#31
It is overrated.

I tried three times, just for fun, to start a decent-sized projects from start to finish without interventions. All failed. The AI can't seem to have far enough horizon to see the projects to completions.

AI needs a super well defined scoped, for example: an IDE companion or logo generator or writing a specific Class implementation, to thrive.

Re: Vibe Coding Is Overrated

#32

After a week of trying to vibe cdk code, then sitting down in 4 hours to do the whole thing myself I can confirm. While it is now a good tool to combat fatigue, research and prototype, it still struggles with context switching, arid knowledge domains and long-feedback-loop systems

My best workflow to date is to generate snippet of code when you know a lot of the domain, but don’t want to go through the docs. Especially with languages like python. Even then, you get nonsensical stuff. But it can be great for quickly locating source material in the docs. Kinda like looking at a reference implementation to get the technique.

But it is slower than someone that is knowledgeable about the library and languages unless you don’t care about correctness.

Re: Vibe Coding Is Overrated

#33
LLM’s are very good at style transfer, like turning a piece of writing into a poem or whatever. I’ve found this to be helpful with respect to coding style as well.

E.g. I still kind of write python as if I was writing C++. So, sometimes I’ll write a for loop iterating over integer indexes and tell the LLM “Hey can you rewrite this more pythonically” and I get decent results.

Re: Vibe Coding Is Overrated

#34
post #21
post #19

I have already vibe-coded countless number of scripts and two side projects that were on my "list" for years, these projects would have never seen the light of day if not for Cursor. That's the whole point.

The fact that they could be "vibe coded" means that they (or something similar) probably already existed, but you just didn't know they did.

IDK, there are a lot of little chores that I find needing done that previously would have been ten minutes of research and cli fiddling that are a prompt and copy paste now.

It doesn't feel that different but it is a little faster

Re: Vibe Coding Is Overrated

#35

This is not news for people who already know how to code. The problem is that there are tens of thousands of people who have no idea what they're doing, yet they evangelize their hollow victories to anyone willing to listen. Worse yet, there are grifters like levelsio who will pretend like it's great because they know that's what their followers want to hear.

This is a good take. The problem is not that vibe coding is bad or worthless, it’s just that vibe coding exposes new groups of people to new kinds of risks.

Re: Vibe Coding Is Overrated

#36
post #19

I have already vibe-coded countless number of scripts and two side projects that were on my "list" for years, these projects would have never seen the light of day if not for Cursor. That's the whole point.

Is it. For small scripts like these you can get far with basic search and sources like docs/github/SO. Maybe cursor is more “fun”, “engaging”, and the like, but it’s not like it was a difficult job before.

Biking isn’t difficult, but you’ll still travel more with a car.

Re: Vibe Coding Is Overrated

#37
Semi-controversial headline but I think the point is fair. It doesn't yet produce results that meet a spec well. It's fine for scripts because if it insists you do it the bot's way, that's fine. If it uses the wrong library, whatever. And so on.

I'm going to keep shilling this until people start doing it: I'd love to see everyone who says he's vibecoded something non-trivial and posts/blogs about it start dumping and attaching his full chats to it. This would really help people to understand what's hype/exaggeration and what's real, and would help others be better at the real part.

Re: Vibe Coding Is Overrated

#38
> Vibe coding is now a burgeoning tech movement. Will it last? Only time will tell.

Was this vibe-blogged?

'Vibe coding' is here to stay and the future of software development is assistant-led interfaces. I pair program daily with Claude Code on a distributed systems & a handful of other apps as needs arise. Most of my work is puppeteering, as well as careful directing. & I can't sit blindly, but we're producing valid software at pace I've never experienced in my career; with additional bandwidth to do some leisure activities in real time without losing productivity, vibing.

Re: Vibe Coding Is Overrated

#39
post #25
post #21

Earlier quoted context omitted.

The fact that they could be "vibe coded" means that they (or something similar) probably already existed, but you just didn't know they did.

But the amount of time saved because one could vibe code it rather than search through Google’s terrible results is immense and a benefit in and of itself.

Maybe. But anytime I take on the task to automate something, it was a nice opportunity to check how others do it, what other things the program can accomplish.

The decision to automate is already done, no need to rush through it.

Re: Vibe Coding Is Overrated

#40
post #21
post #19

I have already vibe-coded countless number of scripts and two side projects that were on my "list" for years, these projects would have never seen the light of day if not for Cursor. That's the whole point.

The fact that they could be "vibe coded" means that they (or something similar) probably already existed, but you just didn't know they did.

I think it is somewhat similar to the emergent translation capabilities, it doesn't need to have trained on a translation of a text to do one of it. But it does need good coverage of the area.
Post reply on HN