i'm vibe coding vibium, a test automation tool in the spirit of playwright and selenium. (was #1 on hn last week for a little bit with a lively discussion.)
Ask HN: Any example of successful vibe-coded product?
41–50 of 150 posts
Re: Ask HN: Any example of successful vibe-coded product?
#42If by production you accept a new programming language than yes: https://github.com/pannous/goo (1% handwritten go extensions)
Re: Ask HN: Any example of successful vibe-coded product?
#43Re: Ask HN: Any example of successful vibe-coded product?
#44Why do I read about all the vibe coders claiming to be 20X engineers in LLM threads and replacing many departments. Yet here is not a fking single commercially successful thing here? Funny also how Loveable and the like are hiring engineers like crazy, yet think engineers are not needed anymore. Why not just vibecode Loveable itself? Oh wait I can tell you why.
Some types of programming benefit more from AI tooling than others. For example, prototyping seems to be the most fruitful area. Also, writing small utilities is much easier, to the extent that a two hour job would now take only a few minutes. That's where you get the multiplier posts from.
But working in a large codebase using proprietary libraries is not a solved problem for AI (yet).
It's just that the average engineer does not spend all of their time on things that can be sped up.
Speeding up 1% of your time by a factor 20 simply does not help very much. But for some roles, I'm sure that a 10% net increase in productivity is realistic.
Re: Ask HN: Any example of successful vibe-coded product?
#45Vibe coded this with my son. Something I always wanted since we often record sporting events and want to know if it’s worth watching. So, successful in that sense and works in real time. https://www.donttellmethescore.com/nfl
Re: Ask HN: Any example of successful vibe-coded product?
#46Earlier quoted context omitted.
OpenAI themselves uses vibe coding to develop their services
Put "I don't have any experience in software engineering but can vibe code very well" on your resume and see if you get any interest from OpenAI or Anthropic or any one in the long list of companies that have declared software engineering dead and LLMs the future of coding. It's telling that they will put their own applicants through a dozen rounds of stringent technical interviews, Leetcode exercises, use anti-AI as…
Re: Ask HN: Any example of successful vibe-coded product?
#47Re: Ask HN: Any example of successful vibe-coded product?
#48Vibe coded this with my son. Something I always wanted since we often record sporting events and want to know if it’s worth watching. So, successful in that sense and works in real time. https://www.donttellmethescore.com/nfl
Gives me a sever error
Re: Ask HN: Any example of successful vibe-coded product?
#49Vibe coded this with my son. Something I always wanted since we often record sporting events and want to know if it’s worth watching. So, successful in that sense and works in real time. https://www.donttellmethescore.com/nfl
Re: Ask HN: Any example of successful vibe-coded product?
#50The "Methodology" that made it work: We moved from initial idea to production in four weekends while I maintained a full-time role. The key was moving past "chaotic vibes" and treating different LLMs like specialized team members: A) Strategic Layer (Gemini Pro): Used for architectural decisions (React/Vite, Node/Express, PostgreSQL/Prisma) and product prioritization.
B) Execution Layer (Claude Code): Used for heavy lifting—implementing the cron jobs, refactoring API patterns, and writing the test suite.
C) TDD as the Guardrail: We never "just coded." Every AI-generated feature followed a strict Test-Driven Development cycle using Vitest. If the tests didn't pass, the code didn't go to production.
The result is a stable system serving 200+ active users with a codebase that doesn't feel "schizophrenic" because we maintained strict cognitive boundaries and context documents for the AI to follow.