Hacker News new | ask | show | jobs
by d3nj4l 447 days ago
Yeah, I like using LLMs when I code, but every time I've tried "vibe coding" (i.e. letting the LLM do the whole thing start to finish) it's never written a full, functioning app that doesn't have bugs in the basic functionality. I tried this just a couple days ago with the SOTA Gemini 2.5 Pro - it wrote itself into a corner and when I gave it the logs from my bugs it literally said "this doesn't make sense" and got stuck. That finally prompted me to take a look at the code and I immediately knew what it got wrong.