frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Is vibe coding overhyped or am I missing something?

3•tom1337•1y ago
In the recent months / weeks I'll ready so many headlines about "AI will be able to create whole applications easily", "No coders needed, everything will be AI", "Vibe Coding is the future" so I thought I'd try it out. I've been building React Apps and TypeScript Backends for a few years so I am not a total newbie. I wanted to create a simple React Native App which has a Bottom Sheet and display a map. Already at the first step - creating the map - ChatGPT o3 gave me completely invalid code. It used a pretty old version of the library which wasn't compatible with the latest react release. It also got few things with expo vs. "pure" react native wrong. Sometimes the code it threw at me included unused styles or variables.

Am I missing something? How are people seemingly building complex applications if the models struggle with basic things like keeping up to date with releases? What are your experiences?

Comments

codingdave•1y ago
You aren't missing a thing. LLMs produce code that is somewhat correct, but wrong enough that it needs correction. The people promoting "vibe coding" are saying that you can just tell it the concerns, and eventually it will land on something that works. Everyone else codes the corrections themselves. But AI simply does not produce working code without human interventions.

It also does not keep up to date with releases. That is not a valid expectation, and if you are working with leading-edge releases and libraries, LLMs will not help. On the same note, it cannot innovate - it will give you code that fits common conventions. Most of the time this works, but if you are doing truly novel work, its results will frustrate you more often than not.

PaulHoule•1y ago
I have been using AI assistants to help with a project that uses MUI for React. We're using a version of MUI that is a few versions old. It is hugely helpful at figuring out what kind of sx to put on an element or what to put in a theme to get things to look right. It makes mistakes, but if you tell it what you see in the F12 tools, read the manual and think a bit, it does pretty well.

It loves to use deprecated APIs, for instance there are a lot of props that you aren't supposed to use anymore and you're supposed to use the "slots" prop instead. It's not hard to change the code and you could probably ask them to do it, but it's the kind of problem I run into.

With SQLAlchemy I find assistants cannot make up their mind what version of SQLAlchemy they are generating code for. Between talking to my assistants and reading the manual I understand a lot about what changed in different versions, but what I really want is to have it look at my POM/packages.json/pyproject.toml and always give me advice for the versions I am using.

This isn't just an LLM problem, one of the "product ideas I don't have time to work on" in my file is a search engine for programmers that indexes the documentation for the actual versions of all your dependencies, so you are not stuck with Google's brain damaged behavior of returning results from random JDK versions. For instance, "String Javadoc" returns results for JDK 8 and JDK 11 (end of life!),

https://www.google.com/search?client=firefox-b-1-e&channel=e...

whereas a lot of us are developing to JDK 21.

rorylaitila•1y ago
With AI coding it makes projects even faster to get started. Like anything else, total cost will be dominated by long tail problems. Vibe coding can't solve the longest tail problem of "am I building the right thing?" These interstitial problems of code quality you mention will be worked out I think, but it won't matter. To put it the opposite way: if I already know in advance what I need to build to be "successful", the cost of getting code to production was already a minor concern.

That being said, the speed at which I can explore solutions with it is greatly improved. This has a big effect on my motivation to start ideas. In some domains, simply getting more times at bat is the critical path.

cranberryturkey•1y ago
CNBC had a bit about "vibe coding" this morning so its officially lamestream. lol

I use roocode and auto-approve most tasks and then I do a code review at the end. It saves a ton of time but costs a ton of money too

viraptor•1y ago
You're right, but missing some ideas. Sure, it will use an older library sometimes, leave unused variables or make mistakes. But if you're really vibe coding, the question is "if I respond that this doesn't work, will it be fixed?"

If it does get fixed, who cares about the variables or mixed patterns? Vibe coding at this stage is expected to give running code, not clean and maintainable one. And it often does, but it's not there for complex applications yet.

gary17the•1y ago
Vibe coding isn't over-hyped, it is a myth. :)

AI Accelerator UALink Maintains Rapid Update Pace- EE Times

https://www.eetimes.com/ai-accelerator-spec-maintains-rapid-update-pace/
1•rbanffy•1m ago•0 comments

Digg is back again – again

https://www.theverge.com/tech/927230/digg-is-back-again-again
1•Infiniti20•5m ago•0 comments

The context window has been shattered: Subquadratic debuts a 12M token window

https://thenewstack.io/subquadratic-12-million-context-window/
1•gmays•8m ago•0 comments

Koreans flock to pay with their faces

https://www.ft.com/content/f48b4605-1aa9-4549-9197-fc1c2a361b90
1•uxhacker•9m ago•0 comments

LLM generated parsers and compliance checkers for Sparrow DSL

2•melezhik•10m ago•0 comments

Never Talk about Goblins

https://betterthangood.xyz/blog/never-talk-about-goblins/
1•freediver•10m ago•0 comments

Frontier Airlines jet bound for LAX strikes, kills person on runway in Denver

https://abc7.com/post/frontier-airlines-jet-bound-lax-strikes-person-denver-runway-engine-fire-fo...
1•mikhael•10m ago•0 comments

Want "Canva" like drag&drop on Codex app browser?

https://github.com/JosPMSilva/Browser-mutation
1•JosPMSilva•13m ago•1 comments

The song: "I've Been Everywhere", but with programming languages [video]

https://www.youtube.com/watch?v=to1F2N48kF8
1•jeremysarchet•15m ago•1 comments

Show HN: A search engine for deleted YouTube videos (1.5B+ indexed since 2005)

https://tube.archivarix.net/
1•archivarix•15m ago•1 comments

Trellix source code breach claimed by RansomHouse hackers

https://www.bleepingcomputer.com/news/security/trellix-source-code-breach-claimed-by-ransomhouse-...
1•Brajeshwar•15m ago•0 comments

Analyse des DNS-Ausfalls vom 5. Mai 2026

https://blog.denic.de/analyse-des-dns-ausfalls-vom-5-mai-2026/
1•raffael_de•16m ago•1 comments

The Copyright Office wants to increase copyright registration fees

https://nppa.org/news/845
2•Tomte•18m ago•0 comments

AI or a Composite? An Award-Winning Owl 'Photo' Ruffled a Lot of Feathers

https://petapixel.com/2026/05/06/ai-or-a-composite-an-award-winning-owl-photo-ruffled-a-lot-of-fe...
1•Tomte•19m ago•0 comments

Build MCMC from Scratch in R: The 50-Line Algorithm Behind Brms and Stan

https://r-statistics.co/MCMC-in-R.html
2•selva86•19m ago•0 comments

Just Show Us the Spaceships

https://www.theatlantic.com/science/2026/05/alien-disclosures-real-evidence/687123/
1•rbanffy•20m ago•1 comments

PipeDream on the Acorn Archimedes

https://stonetools.ghost.io/pipedream-archimedes/
4•msephton•23m ago•0 comments

First, the FBI Searched Her Home. Then, She Won a Pulitzer.

https://www.nytimes.com/2026/05/05/business/media/hannah-natanson-washington-post-pulitzer.html
3•mitchbob•24m ago•1 comments

If AI made Cloudflare more productive, the layoffs are the wrong move

https://lord.technology/2026/05/08/if-ai-made-cloudflare-more-productive-the-layoffs-are-the-wron...
3•gpi•25m ago•0 comments

Kalshi valuation quadruples to $22B in less than a year

https://www.ft.com/content/76ba916e-0478-4556-a341-a1ddd83dda2a
2•bookofjoe•25m ago•1 comments

Nvidia Goes to Zero. – By JA Westenberg – Selfonomics

https://www.selfonomics.com/p/nvidia-goes-to-zero
4•tambourine_man•26m ago•0 comments

When an iPhone Backup is not a Backup

https://support.apple.com/en-us/108771
1•nacho-daddy•27m ago•1 comments

Using SwiftUI to Build a Mac-Assed App in 2026 – Paulo's Blog

https://pfandrade.me/blog/mac-assed-swiftui-app/
2•tambourine_man•29m ago•0 comments

Anthropic NLAs translate LLM activations to human-readable text for safety

https://presciente.com/edition/78
1•sebastianperezr•30m ago•0 comments

Nvidia Goes to Zero

https://www.selfonomics.com/p/nvidia-goes-to-zerok
2•ndr42•33m ago•0 comments

I Lower Toxin Exposure in AirBnBs

https://littlegreensteps.substack.com/p/how-i-lower-toxin-exposure-in-airbnbs
1•grapevine12•33m ago•0 comments

Walking Slower? Why Your Ears, Not Your Knees, Might Be the Problem

https://www.wsj.com/health/wellness/hearing-loss-walking-speed-iphone-study-c53c482a
1•marc__1•34m ago•0 comments

AI Can Hang Up Now, It Still Takes the Abuse

https://kuber.studio/blog/AI/AI-Can-Hang-Up-Now-It-Still-Takes-the-Abuse
2•kuberwastaken•34m ago•0 comments

An Algorithmic Investigation of the Highfalutin 'Poet Voice'

https://www.atlasobscura.com/articles/cultural-analysis-poet-voice
1•bookofjoe•34m ago•0 comments

Exploration Hacking: Can LLMs Learn to Resist RL Training?

https://www.alignmentforum.org/posts/eeFFpKCDWE9gjfzsk/exploration-hacking-can-llms-learn-to-resi...
1•Prof_Sigmund•36m ago•0 comments