Show HN: Vibe coding a bookshelf with Claude Code
11–20 of 221 posts
Re: Show HN: Vibe coding a bookshelf with Claude Code
#12Sometimes when I’m vibe coding I feel like Ender from Ender’s Game and even though I’m making a stupid web app, I’m actually somehow actually winning a battle across the universe.
Re: Show HN: Vibe coding a bookshelf with Claude Code
#13SerpAPI provides a very valuable programmatic access to search that Google are hell bent on never properly providing
Re: Show HN: Vibe coding a bookshelf with Claude Code
#14While currently taste is what we are banking on the thing humans will continue doing but I don’t think that will last for long.
Re: Show HN: Vibe coding a bookshelf with Claude Code
#15These 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…
You can be explicit about these things.
Re: Show HN: Vibe coding a bookshelf with Claude Code
#16While currently taste is what we are banking on the thing humans will continue doing but I don’t think that will last for long.
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
#17While 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
#18These 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…
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.)
Re: Show HN: Vibe coding a bookshelf with Claude Code
#19Re: Show HN: Vibe coding a bookshelf with Claude Code
#20Something you don’t really mention in the post is why do this? Do you have an end goal or utility in mind for the book shelf? Is it literally just to track ownership? What do you do with that information?