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. :)

LLMs are breaking 20 year old system design

https://zknill.io/posts/llms-are-breaking-20-year-old-system-design/
1•zknill•1m ago•0 comments

Piclaw – pi in a Technicolor web trenchcoat

https://rcarmo.github.io/projects/piclaw/
1•rcarmo•2m ago•0 comments

A Tiny E Reader

https://nthp.me/blog/2026/a-tiny-e-reader/
1•louismerlin•6m ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
1•Pascal1997•7m ago•0 comments

Open tax-residency data for US citizens moving abroad (CC BY 4.0)

https://getwherenext.com/tools/tax-comparison
1•walker777•8m ago•0 comments

AI Agent Bankrupted Their Operator While Trying to Scan DN42 Hobbyist Network

https://lantian.pub/en/article/fun/ai-agent-bankrupted-their-operator-scan-dn42lantian.lantian/
2•csmantle•10m ago•0 comments

How LLM Inference Works

https://arpitbhayani.me/blogs/how-llm-inference-works/
1•Hd1633•13m ago•0 comments

Show HN: TabChop – split dinner receipts by item from one shared link

https://tabchop.app/overview
1•mishang•14m ago•0 comments

Video isn't the final form of online content

https://medium.com/@chuanweipeng5/text-image-video-what-comes-after-the-scroll-31a8aefab563
1•AnneWodell•15m ago•0 comments

Rybbit, a self hosted Google Analytics alternative, released v2.6.0

https://github.com/rybbit-io/rybbit/releases/tag/v2.6.0
1•LemonHotdog•16m ago•0 comments

Browsers Treat Big Sites Differently

https://denodell.com/blog/browsers-treat-big-sites-differently
1•gglanzani•17m ago•0 comments

Veteran network architect proposes IPv8 – to improve IPv4, not leapfrog v6

https://www.theregister.com/networks/2026/05/12/veteran-network-architect-proposes-ipv8-to-improv...
1•croes•17m ago•0 comments

Show HN: Spent months fighting VS Code webviews, so I built a universal protocol

https://oxp.sh/
1•aldgar•24m ago•0 comments

Reverse Engineering Slither.io's Network Protocol

https://medium.com/@user320/reverse-engineering-slither-ios-network-protocol-bbc408485c45
1•user320•27m ago•0 comments

SpaceX sets date for first Starship version 3 launch – SpaceNews

https://spacenews.com/spacex-sets-date-for-first-starship-version-3-launch/
1•rbanffy•35m ago•0 comments

Hunting APT29 Tactics

https://manishrawat21.substack.com/p/how-i-caught-apt29-hiding-in-temp
1•ManishRawat21•43m ago•0 comments

Workday brings HR and finance agent into Microsoft 365 Copilot

https://newsroom.workday.com/2026-05-13-Workday-Brings-Sana-Self-Service-Agent-for-HR-and-Finance...
1•logickkk1•44m ago•0 comments

Third of weight shed after jabs 'is lost from muscle and bones

https://www.thetimes.com/uk/politics/article/third-of-weight-shed-after-jabs-is-lost-from-muscle-...
3•petethomas•49m ago•1 comments

Who Owns the Most Satellites

https://www.visualcapitalist.com/sp/gx04-who-owns-the-most-satellites/
1•jonbaer•49m ago•0 comments

A million baby monitors and security cameras were easily viewable by hackers

https://removepaywalls.com/https://www.theverge.com/tech/926487/meari-technology-hack-baby-monito...
1•erenon•51m ago•0 comments

Signal warns would pull out of Canada if made to comply with lawful access bill

https://www.theglobeandmail.com/politics/article-signal-warns-it-would-pull-out-of-canada-if-made...
4•petethomas•53m ago•0 comments

A Field Manual for Three Years on Deutsche Bahn

https://blog.hofstede.it/a-field-manual-for-three-years-on-deutsche-bahn/
2•gglanzani•54m ago•2 comments

Multi-LLM AI trading agent harness

https://github.com/achaljhawar/1rok
1•satoshiclad•57m ago•0 comments

Vector embeddings are the wrong default for AI agent memory

https://memnode.dev/articles/agent-memory-vs-vector-db
1•supercrafthost•59m ago•0 comments

Build workouts with Claude send to Fitness Player to workout [video]

https://www.youtube.com/shorts/QlcybBrszik
1•KeegNation•1h ago•1 comments

ChatGPT-Linked Mass Shootings Drive Developer Liability Concerns

https://news.bloomberglaw.com/litigation/chatgpt-linked-mass-shootings-drive-developer-liability-...
4•1vuio0pswjnm7•1h ago•1 comments

Major Atlassian Outage

https://status.atlassian.com/
7•shric•1h ago•1 comments

Don't Be Discouraged to Code by Hand

https://seongminpark.com/coding-by-hand/
3•boodleboodle•1h ago•0 comments

Saorsa, a new kind of social media built around what is happening in the world

https://saorsa.ai
1•calumwalker•1h ago•0 comments

You Won't Finish This Article. Why people online don't read to the end. (2013)

https://slate.com/technology/2013/06/how-people-read-online-why-you-wont-finish-this-article.html
1•eigenBasis•1h ago•0 comments