Live data from Hacker News

Show HN: Vibe coding a bookshelf with Claude Code

balajmarius.com

11–20 of 221 posts

Re: Show HN: Vibe coding a bookshelf with Claude Code

#14

While currently taste is what we are banking on the thing humans will continue doing but I don’t think that will last for long.

It is easy to defer to the "taste" of the mathematically mixed up assessment of "all internet-recorded human taste" if you prefer. And many will choose that. But many others will choose to remain in charge of their own taste, as best they can, and request that the machines still produce output per their bidding.

Re: Show HN: Vibe coding a bookshelf with Claude Code

#15

These are the perfect size projects vibe coding is currently good for. At some point you hit a project size that is too large or has too many interdependencies, and you have to be very careful about how you manage the context and should expect the llm to start generating too much code or subtle bugs. Once you hit that size, in my opinion, it's usually best to drop back to brainstorming mode, only use the llm to help…

> make use of existing code, or be clever and replace a few lines of code with a few more lines of code

You can be explicit about these things.

Re: Show HN: Vibe coding a bookshelf with Claude Code

#16

While currently taste is what we are banking on the thing humans will continue doing but I don’t think that will last for long.

yeah there's nothing special about taste most of the time, very few people even have a decent sense of it anyway

you can tell by how many people earnestly share AI generated images, many are completely tasteless but people don't care

Re: Show HN: Vibe coding a bookshelf with Claude Code

#17

While currently taste is what we are banking on the thing humans will continue doing but I don’t think that will last for long.

yeah there's nothing special about taste most of the time, very few people even have a decent sense of it anyway you can tell by how many people earnestly share AI generated images, many are completely tasteless but people don't care

Author has a great taste, you can see it by just visiting their website.

Re: Show HN: Vibe coding a bookshelf with Claude Code

#18

These are the perfect size projects vibe coding is currently good for. At some point you hit a project size that is too large or has too many interdependencies, and you have to be very careful about how you manage the context and should expect the llm to start generating too much code or subtle bugs. Once you hit that size, in my opinion, it's usually best to drop back to brainstorming mode, only use the llm to help…

I agree with you as far as project size for vibe-coding goes - as-in often not even looking at the generated code.

But I have no issues with using Claude Code to write code in larger projects, including adapting to existing patterns, it’s just not vibe coding - I architect the modules, and I know more or less exactly what I want the end result to be. I review all code in detail to make sure it’s precisely what I want. You just have to write good instructions and manage the context well (give it sample code to reference, have agent.md files for guidance, etc.)

Post reply on HN