frontpage.
newsnewestaskshowjobs

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

Show HN: Liferay Stylebook token generator CLI (NPM)

https://www.npmjs.com/package/stylebook-token-generator
1•jay__proto•31s ago•0 comments

The Future of Libraries in BPF

https://lwn.net/Articles/1084869/
1•pykello•1m ago•0 comments

Aluminum Frame PC Fan Corsi-Rosenthal Build (2023)

https://itsairborne.com/aluminum-frame-pc-fan-corsi-rosenthal-build-c28aa7ca8927
1•walterbell•6m ago•0 comments

Anthropic Is not worth much at all

https://s-1.vercel.app/posts/why-openrouter-can-be-the-next-great/
1•Taikhoom10•7m ago•4 comments

Executable SOAR playbook dataset – AI agents pay per record via HTTP 402

https://lateos.ai/soar/
1•leochong•9m ago•0 comments

The Infinite Policeman – A Crookery

https://medium.com/luminasticity/the-infinite-policeman-chapter-3-d3e8e30a6969
1•bryanrasmussen•11m ago•0 comments

Show HN: Curl Stock Research

https://stockchat.sh/cli
1•netless•13m ago•0 comments

Flock puts new 'guardrails' on license-plate cameras. Critics skeptical

https://www.sfchronicle.com/crime/article/flock-cameras-ceo-surveillance-policy-22384139.php
3•newsomix9xl•16m ago•1 comments

Openleaf: Overleaf's workflow. Obsidian's interface. None of the cloud

https://github.com/vicky157/openleaf
1•vikashjohn2505•16m ago•0 comments

The Jobless Boom Has Arrived

https://www.wsj.com/economy/jobs/the-jobless-boom-has-arrived-41361a06
3•petethomas•19m ago•0 comments

Daily driving PostmarketOS (Summer 2026)

https://blog.senderolinux.com/daily-driving-postmarketos-summer-2026/
1•WhyNotHugo•20m ago•0 comments

Air Purifiers as White Noise Machines

https://www.jefftk.com/p/air-purifiers-as-white-noise-machines
1•luu•20m ago•1 comments

End-to-end encrypted .env sharing

https://github.com/p-arndt/shenv
1•kermatt•21m ago•0 comments

How AI engines cite brands?

https://www.leapd.ai/blog/ai-visibility/how-chatgpt-google-ai-overviews-and-perplexity-source-inf...
2•Angelbirth1369•23m ago•1 comments

Ask HN: How are you preventing brainrot?

1•flyingcoder•23m ago•0 comments

Ask HN: What is something produced by GenAI that you use regularly?

1•razorbeamz•26m ago•0 comments

AI Coding Has Erased the Supposed Advantage of Statically Typed Languages

https://yyhh.org/blog/2026/08/ai-coding-has-erased-the-supposed-advantage-of-statically-typed-lan...
4•huahaiy•27m ago•1 comments

Qwen3.8 27B

https://huggingface.co/Qwen/Qwen3.8-27B
2•kristjansson•30m ago•0 comments

An open-source knowledge graph for traceable AI decisions

https://github.com/semantica-agi/semantica
1•Nina_antalpha•38m ago•0 comments

A Black Surrogate Fights for Bodily Autonomy in High-Stakes Legal Battle

https://www.theroot.com/a-black-surrogate-fight-for-bodily-autonomy-in-high-sta-2000120819
1•pudgywalsh•38m ago•0 comments

Error by AI scribe during medical appointment leaves patient devastated

https://www.abc.net.au/news/2026-08-14/ai-medical-scribe-error-leaves-patient-devastated/107031672
4•ahonhn•45m ago•1 comments

Fossils show carbon emissions harm forests, not 'green the planet'

https://www.theguardian.com/us-news/2026/aug/13/forests-carbon-dioxide-emissions
4•littlexsparkee•48m ago•0 comments

Structured Decoding with XGrammar

https://aramesh10.github.io/xgrammar/
2•matt_d•54m ago•0 comments

OpenAI Is Building a ChatGPT Wallet for Agentic Purchases

https://runtimewire.com/article/exclusive-openai-is-building-a-chatgpt-wallet-for-agentic-purchases
2•ryanmerket•59m ago•0 comments

SQawk: SQL-based Awk tool for CSV/TSV files

https://crates.io/crates/sqawk
2•jgarzik•59m ago•0 comments

Why Our Memory Slips After Age 50

https://erictopol.substack.com/p/why-our-memory-slips-after-age-50
7•brandonb•59m ago•1 comments

Konjugate: Graph-native visual simulation with AI modeling workflows

https://www.konjugate.com/
1•zenin•1h ago•0 comments

Female assassin kills Ukraine submarine commander who defected to Russia

https://www.yahoo.com/news/world/articles/woman-assassinates-ukrainian-submarine-commander-143742...
6•RickJWagner•1h ago•0 comments

When Agents Talk: Honeytokens Under Shared Memory

https://arxiv.org/abs/2608.11436
1•sbulaev•1h ago•0 comments

Even Claude Is in the Dark About Dario Amodei's Wife

https://www.wsj.com/tech/ai/claude-dario-amodei-wife-anthropic-e1eeda7d
4•latchkey•1h ago•1 comments