frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

100 hour gap between a vibecoded prototype and a working product

https://kanfa.macbudkowski.com/vibecoding-cryptosaurus
34•kiwieater•1h ago

Comments

risyachka•52m ago
>> people who say they "vibecoded an app in 30 minutes" are either building simple copies of existing projects,

those are not copies, they aren't even features. usually part of a tiny feature that barely works only in demo.

with all vibe coding in the world today you still need at least 6 months full time to build a nice note taking app.

If we are talking something more difficult - it will be years - or you will need a team and it will still take a long time.

Everything less will result in an unusable product that works only for demo and has 80% churn.

ianm218•35m ago
Can you expand on this? You definitely don’t need 6 months for a note taking app to be useable it is more you need to compete with the state of the art right
utopiah•5m ago
I'd argue you need between 6 minutes and 6 years.

It depends entirely on what you want. You can literally code a JavaScript 1-liner that will make a <textarea> then put the content back in the URL and it will work serverless on pretty much any platform with a Web browser.

You can also write a note taking app that will be federated yet private, that will have its own scripting language, etc. I mean you can yak-shave your way to write your own OS or even designing your own CPU for that.

So... I'm not sure that metric, time, means much without a proper context, including who does it. It's quite different if to do that, regardless of the tooling used, if you are a professional developer, designer, fullstack dev, prototypist, PM, marketer, writer, etc.

weird-eye-issue•6m ago
What universe do you live in
margalabargala•4m ago
You seem to be making the assumption that "app" means "sellable product", rather than "one off that works for me". It doesn't.

When everyone is able to make their own one off prototype in 30 minutes, no one will pay for the thing that took someone 6 months.

hmmmmmmmmmmmmmm•4m ago
>with all vibe coding in the world today you still need at least 6 months full time to build a nice note taking app.

Bad example, note apps loaded with features are anti-productive and are for people who treat note taking as a hobby itself.

You have Obsidian anyway if you want something open source.

nemo44x•43m ago
The 80/20 rule doesn’t go away. I am an AI true believer and I appreciate how fast we can get from nothing to 80% but the last “20%” still takes 80%+ of the time.

The old rules still apply mainly.

niemandhier•39m ago
With sufficiently advanced vibe coding the need for certain type of product just vanishes.

I needed it, I quickly build it myself for myself, and for myself only.

keyle•22m ago
I built a jira with attachments and all sorts of bells and whistles. Purrs like a kitten. Saas are going extinct. At least the jobs that charged $1000 a day to write jira plugins.
lacedeconstruct•10m ago
I dont want that though, I want someone to spend much more time than I can afford thinking about and perfecting a product that I can pay for and dont worry about it
naasking•36m ago
Of course vibe coding is going to be a headache if you have very particular aesthetic constraints around both the code and UX, and you aren't capable of clearly and explicitly explaining those constraints (which is often hard to do for aesthetics).

There are some good points here to improve harnesses around development and deployment though, like a deployment agent should ask if there is an existing S3 bucket instead of assuming it has to set everything up. Deployment these days is unnecessarily complicated in general, IMO.

jonstewart•28m ago
Woodworking is an analogy that I like to use in deciding how to apply coding agents. The finished product needs to be built by me, but now I can make more, and more sophisticated, jigs with the coding agents, and that in turn lets me improve both quality and quantity.
alexpotato•9m ago
I work as a DevOps/SRE and have been doing it FinTech (bank, hedge funds, startups) and Crypto (L1 chain) for almost 20 years.

My thoughts on vibe coding vs production code:

- vibe coding can 100% get you to a PoC/MVP probably 10x faster than pre LLMs

- This is partly b/c it is good at things I'm not good at (e.g. front end design)

- But then I need to go in and double check performance, correctness, information flow, security etc

- The LLM makes this easier but the improvement drops to about 2-3x b/c there is a lot of back and forth + me reading the code to confirm etc (yes, another LLM could do some of this but then that needs to get setup correctly etc)

- The back and forth part can be faster if e.g. you have scripts/programs that deterministically check outputs

- Testing workloads that take hours to run still take hours to run with either a human or LLM testing them out (aka that is still the bottleneck)

So overall, this is why I think we're getting wildly different reports on how effective vibe coding is. If you've never built a data pipeline and a LLM can spin one up in a few minutes, you think it's magic. But if you've spent years debugging complicated trading or compliance data pipelines you realize that the LLM is saving you some time but not 10x time.

esafak•8m ago
Look at the screenshots to understand what the author means by 'product'.
dielll•5m ago
I have had the experience with creating https://swiftbook.dev/learn

Used Codex for the whole project. At first I used claude for the architect of the backend since thats where I usually work and got experience in. The code runner and API endpoints were easy to create for the first prototype. But then it got to the UI and here's where sh1t got real. The first UI was in react though I had specifically told it to use Vue. The code editor and output window were a mess in terms of height, there was too much space between the editor and the output window and no matter how much time I spent prompting it and explaining to it, it just never got it right. Got tired and opened figma, used it to refine it to what I wanted. Shared the code it generated to github, cloned the code locally then told codex to copy the design and finally it got it right.

Then came the hosting where I wanted the code runner endpoint to be in a docker container for security purpose since someone could execute malicious code that took over the server if I just hosted it without some protection and here it kept selecting out of date docker images. Had to manually guide it again on what I needed. Finally deployed and got it working especially with a domain name. Shared it with a few friends and they suggested some UI fixes which took some time.

For the runner security hardening I used Deepseek and claude to generate a list of code that I could run to show potential issues and despite codex showing all was fine, was able to uncover a number of issues then here is where it got weird, it started arguing with me despite showing all the issues present. So I compiled all the issues in one document, shared the dockerfile and linux secomp config tile with claude and the also issues document. It gave me a list of fixes for the docker file to help with security hardening which I shared back with codex and that's when it fixed them.

Currently most of the issues were resolved but the whole process took me a whole week and I am still not yet done, was working most evenings. So I agree that you cannot create a usable product used by lots of users in 30 minutes not unless it's some static website. It's too much work of constant testing and iteration.

Out-of-Context Reasoning in LLMs: A short primer and reading list

https://outofcontextreasoning.com/
1•amstam•2m ago•1 comments

Show HN: RSS tool to remix feeds, build from webpages, and skip podcast reruns

https://sponder.app
2•kristjan•3m ago•0 comments

J Stack Language

https://ktye.github.io/j.html
1•tosh•5m ago•0 comments

Koredex– Bot that automatically fixes failing pytest tests and proves it worked

https://drive.google.com/file/d/12G1M7GMFJk7x-4LN9KSohG9smZ7qFDaI/view?usp=drivesdk
1•abhinav300j•6m ago•1 comments

GAN-based power devices: Physics, Reliability, and Perspectives

https://pubs.aip.org/aip/jap/article/130/18/181101/1025623/GaN-based-power-devices-Physics-reliab...
1•rramadass•6m ago•0 comments

Show HN: Lag – Super fast comms (now avail on CLI)

https://github.com/lag-app/cli
1•paulgardiner•6m ago•0 comments

Show HN: Dialtone watcher – what is my laptop doing and am I normal

1•fcpguru•7m ago•0 comments

Scrum Masters, Don't Fall for the Abilene Paradox

https://www.scrum.org/resources/blog/scrum-masters-dont-fall-abilene-paradox
1•cyber_kinetist•7m ago•0 comments

Waymo Fun: The Self-Driving Car Revolution

https://www.nationalreview.com/magazine/2026/04/waymo-fun-the-self-driving-car-revolution/
1•fortran77•7m ago•1 comments

Codegen Is Not Productivity

https://www.antifound.com/posts/codegen-is-not-productivity/
2•donutshop•7m ago•0 comments

An x86-64 back end for raven-uxn

https://www.mattkeeter.com/blog/2026-03-15-uxn/
4•dcre•8m ago•0 comments

Snail Mail Sign-Ups

https://btxx.org/posts/snail-mail-signups/
2•dgroshev•9m ago•0 comments

FCC Chair Threatens to Revoke Broadcasters' Licenses over War Coverage

https://www.nytimes.com/2026/03/14/world/middleeast/fcc-broadcasters-iran-war.html
1•mikhael•10m ago•0 comments

The Font Design Game

https://fontbob.com/game
2•ravisankar2•10m ago•0 comments

Transformers from Scratch

https://www.brandonrohrer.org/transformers.html
1•mpbart•11m ago•0 comments

Show HN: Dumped Wix, my AEC consultancy's storefront is now an AI Edge

https://axoworks.com/
1•axotopia•11m ago•0 comments

Heavens Gate website is still online

https://www.heavensgate.com/
1•yonibot•13m ago•0 comments

Modern Java is pretty cool and you can't avoid it anymore

https://www.youtube.com/watch?v=lvHR2Xc9LMU
1•doppp•13m ago•0 comments

Show HN: I built two AI entities with shared memory and a portable identity spec

https://github.com/wjcornelius/Claudefather
1•BillCorOnBass•14m ago•1 comments

Show HN: Yak – Voice typing tool in Tauri/Rust that auto-presses Enter for you

https://getyak.app
1•zonghao•16m ago•0 comments

The Web's Most Tolerated Feature

https://www.bocoup.com/blog/the-webs-most-tolerated-feature
1•thunderbong•17m ago•0 comments

NetBlocks says Iran blackout enters day 16 as arrests target Starlink users

https://www.iranintl.com/en/202603157402
16•ukblewis•18m ago•1 comments

Hntropy – high-signal "related:" comments create story pairs

https://hacker-backlinks.browserbox.io/
1•keepamovin•18m ago•1 comments

We turned plastic waste into vinegar: A sunlight-powered breakthrough

https://phys.org/news/2026-03-plastic-vinegar-sunlightpowered-breakthrough.html
2•Brajeshwar•18m ago•0 comments

Show HN: Red Grid MGRS – Open-Source DAGR-Class GPS Navigator for iPhone

https://github.com/RedGridTactical/RedGridMGRS
1•redgridtactical•20m ago•1 comments

Why the Best Developers Resist Longest

https://graeme-lockley.github.io/20260314-ai-adoption-patterns/
1•johnny_reilly•22m ago•0 comments

Show HN: Portable signed proof for agent, API, and MCP interactions

https://github.com/peacprotocol/peac
1•jithinraj•23m ago•0 comments

Show HN: ReadingIsFun – ePub reader that lets your coding agent read along

https://github.com/baturyilmaz/readingisfun
1•arbayi•23m ago•0 comments

DepGra – Visualize dependency vulnerabilities as an interactive graph

https://github.com/KPCOFGS/depgra
1•sxs22•24m ago•1 comments

XF-103: The American Super-Plane That Never Was – The National Interest

https://nationalinterest.org/blog/reboot/xf-103-american-super-plane-never-was-190054
2•rbanffy•26m ago•0 comments