Earlier quoted context omitted.
The future is narrow bespoke apps custom tailored for exactly that one single users use case. An example would be if the user only ever works with .jpg files, then you don't need to support any of the dozens of other formats an image program would support. I cannot stress enough how many software users out there are only using 1-10% of a program's capability, yet they have to pay for a team of devs who maintain 100%…
"The future" is fiction. It's a blank canvas where you can make a fingerpainting of any fantasy you like. Whenever people tell me about "the future" I know they're talking absolute rubbish. And I also like your fantasy! But it probably won't happen.
The 100 hour gap between a vibecoded prototype and a working product
121–130 of 362 posts
Re: The 100 hour gap between a vibecoded prototype and a working product
#122Earlier quoted context omitted.
I don't think people are grasping yet that this is the future of software, if by no metric other than "most software used is created by the user".
>most software used is created by the user You really believe that?
Re: The 100 hour gap between a vibecoded prototype and a working product
#123Re: The 100 hour gap between a vibecoded prototype and a working product
#124Re: The 100 hour gap between a vibecoded prototype and a working product
#125I’ve had a similar experience. I’ve been vibecoding a personal kanban app for myself. Claude practically one-shotted 90% of the core functionality (create boards, lanes, cards, etc.) in a single session. But after that I’ve now spent close to 30 hours planning and iterating on the remaining features and UI/UX tweaks to make the app actually work for me, and still, it doesn’t feel "ready" yet. That’s not to say it has…
I've got a few projects I've generated, along with a wholly handwritten project started in Dec. The difference I've noticed is that the act of actually typing out code made me backtrack a few times refining the possible solutions before even starting the integration tests, sometimes before even doing a compile. When generating, the LLM never backtracked, even in the face of broken tests. It would proceed to continue…
That is pretty bad..
Re: The 100 hour gap between a vibecoded prototype and a working product
#126Earlier quoted context omitted.
Related anecdote: My 12yo son didn't like the speed cubing online timer he was using because it kept crashing the browser and interrupted him with ads. Instead of googling a better alternative we sat down with claude code and put together the version of the website that behaved and looked exactly as he wanted. He got it working all by himself in under an hour with less than 10 prompts, I only helped a bit putting it…
I don't think people are grasping yet that this is the future of software, if by no metric other than "most software used is created by the user".
That would be good news, but I doubt most people will do things like that.
Re: The 100 hour gap between a vibecoded prototype and a working product
#127I 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…
For me it is far more than 10x, but I consider noobs by saying 10x instead of 20x or more.
Re: The 100 hour gap between a vibecoded prototype and a working product
#128Im an 20 year veteran of application development consulting. Contributor level... not talking head. I do more estimating than anyone you likely know. Consulting is cooked. I just AI native built (not vibe coding...) an application with a buddy, another Principal level engineer and what would cost a client 500-750k and 8-12 weeks, we did for $200 and 1 sprint. Its a passion project but highly complex mapping and navig…
Curious. Can you elaborate on this a bit?
Re: The 100 hour gap between a vibecoded prototype and a working product
#129I 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…
At this point, every programmer who claims that vibecoding doesn't make you at least 10 times more productive is simply lying or worst, doesn't know how to vibe code. -So, you want to tell me that you don't review the code you write? Or that others don't review it? - You bring up ONE example with a bottleneck that has nothing to do with programming. Again, if you claim it doesn't make you 10x more productive, you don…
Re: The 100 hour gap between a vibecoded prototype and a working product
#130[flagged]