Hacker News new | ask | show | jobs
by slopinthebag 97 days ago
In my experience, I have "vibe coded" various tools and stuff that, while nice to have, isn't really something I need or brings a ton of value to me. Just nice-to-haves.

I think people enjoy writing code for various reasons. Some people really enjoy the craft of programming and thus dislike AI-centric coding. Some people don't really enjoy programming but enjoy making money or affecting some change on the world with it, and they use them as a tool. And then some people just like tinkering and building things for the sake of making stuff, and they get a kick out of vibe coding because it lets them add more things to their things-i-built collection.

1 comments

I will say that I grieve the passing of 'coding', per se. I used to love getting the flow, envisioning the data flows and object structures and cool mechanisms, refactoring to perfection. I truly miss it.

But the payoff for letting that go is huge.

> I used to love getting the flow, envisioning the data flows and object structures and cool mechanisms, refactoring to perfection.

You still have to do this, LLM's are still quite bad at choosing the right data structures and dealing with their interdependent relationships.