"Still, I was determined not to write any code ... I just sat laughing as the computer wrote code." I can pop over to Midjourney and be determined not to draw a single line and "sit there laughing" as it draws the Mona Lisa in the style of Salvador Dali but with a turnip instead of a person. How is this any different? What is ultimately notable about it? Did any of it make you a better programmer? I'm always deeply i…
Programming is not art. In the end, nobody will care whether software was painstakingly hand-chiseled by humans in a dungeon or "vibe coded", as long as the result is good enough. (I'd argue that art will "suffer" from the same "problem".) What is notable here is that someone is demonstrating that the systems are reaching a quality where this is possible. > Did any of it make you a better programmer? By conventional…
Show HN: I vibecoded a 35k LoC recipe app
91–100 of 258 posts
Re: Show HN: I vibecoded a 35k LoC recipe app
#92Help! I just made the Diarrhea Walnuts ( https://www.recipeninja.ai/recipe/r_N1VSPtXzCJVV3l/diarrhea-... ) recipe and it turns out I am allergic to Walnuts! I am throwing up everywhere! You’re gonna be hearing from my lawyers!
> Preheat oven to 950 Kelvin I believe I'm going to need a new oven...
Re: Show HN: I vibecoded a 35k LoC recipe app
#93People are putting disgusting nonsense in there. Maybe add an AI review step to block that stuff. Let them do the whole recipe, then just block it.
Re: Show HN: I vibecoded a 35k LoC recipe app
#94Always floored about the problems people think need fixing. The problem is not that you get your dirty hands on the iPad. The problem is that you want real recipes. You know, things people have actually cooked and found to be good. With real photos of how the result actually looks (instead of what an AI thinks it might look based on the description).
You might be lucky and find these for free someplace on the web. However, those LLMs that "vibecoded" this Rails app for you are now also used to flood the web with garbage recipes, so finding good recipes on the web will become much, much harder than it already is. I browsed through the recipes and could not find a single one that actually looks real, so at the moment, you are just adding to this problem. This is why people still buy physical cooking books. The good ones are made with sturdy, thick paper so that you can get your dirty hands on them. This is what cooking is all about. Only unused cooking books stay clean.
Re: Show HN: I vibecoded a 35k LoC recipe app
#95Earlier quoted context omitted.
Since I wrote the blog post, I actually added automated tests which Windsurf / Claude Code runs before committing any change. It saved me a lot of headaches when the LLM decided to make random logic changes for no reason.
The LLM swaps out business logic without you knowing it? As someone who worries about determinism and doesn’t do much vibe coding, I am curious what’s going on here, thanks!
Example scenario: you have a codebase that you iterated on with LLM, and it contains let's say 15 features with various implementation details. You continue tomorrow and want to make a small change to handle an edge-case. While making changes to one of the 3 required files, suddenly it will decide to also rewrite / "improve" other parts of the code that have nothing to do with your request, where pieces of previous logic will no longer exist - since it made 18 changes to the file, and there are 3 such files, good luck spotting it without thorough and detailed change review.
Also, if you made manual changes to generated code and than you ask it to add something to the code (within the same "conversation" / context, it will often replace your changes with how it originally wanted code to look like.
Re: Show HN: I vibecoded a 35k LoC recipe app
#96But there is some quality in it, I can't argue against that
Re: Show HN: I vibecoded a 35k LoC recipe app
#97Re: Show HN: I vibecoded a 35k LoC recipe app
#98Earlier quoted context omitted.
[flagged]
Instead of complaining, why don't you click the link that was spoon fed directly to your cursor for the canonical answer within 3 seconds?
Who knows what kind of time wasting is on the other side of a link these days either.. Dark pattern cookie pop-ups, subscription pop-ups, intrusive ads, account registration demands, pay walls, etc..
Re: Show HN: I vibecoded a 35k LoC recipe app
#99It does not seem very "viral" or income-generating. I know this is premature at this point, but without charging users for the service, is it reasonable to expect to make money off of this?
Re: Show HN: I vibecoded a 35k LoC recipe app
#100You can call me a snob, but I appreciate some things only if they are the result of work and creativity of humans.