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

Children Tracking Parents

https://www.washingtonpost.com/style/2026/09/07/parents-are-tracking-their-kids-kids-are-tracking...
1•bookofjoe•1m ago•1 comments

The volunteers risking their lives to defuse Indonesia's wildfire 'carbon bombs'

https://www.bbc.com/news/articles/c1kx4lgy4z4o
1•blondie9x•3m ago•0 comments

The UK origins of the Slovenian "Partner" 80s microcomputer's case

https://www.racunalniski-muzej.si/en/the-origins-of-partners-computer-case/
1•markostamcar•4m ago•1 comments

Ask HN: When will the war in Ukraine end?

1•roschdal•4m ago•0 comments

Game Graphics and Fairness

https://blog.kronis.dev/blog/on-game-graphics-and-fairness/
1•Tomte•5m ago•0 comments

Make SOPs executable: policies as deterministic logic programs with agent leaves

https://deepclause.substack.com/p/make-sops-executable-policies-as
1•schmuhblaster•5m ago•1 comments

Why singularitarians and the AGI-pilled will lose control of the frontier labs [video]

https://www.youtube.com/watch?v=fzfqfxskCZI
1•MrBuddyCasino•6m ago•0 comments

From Padding Oracle to Shell: Unauthenticated RCE in Telerik UI for Asp.net Ajax

https://tantosec.com/blog/2026/09/telerik-padding-oracle-to-shell/
2•breakingcups•6m ago•0 comments

Xiaomi 18 Fold is its answer to the Galaxy Z Fold 8 and upcoming foldable iPhone

https://soyacincau.com/2026/09/07/xiaomi-18-fold-launch-price-specs-rival-z-fold-8-iphone-ultra/
1•djfergus•7m ago•0 comments

Huawei Mate XT 2: New tri-fold gets Privacy Screen, Kirin 9050 Pro chip

https://soyacincau.com/2026/09/07/huawei-mate-xt-2-tri-fold-smartphone-launch-price-specs/
1•djfergus•8m ago•0 comments

Practice Makes (Im)Perfect: Benchmarking Microarchitectural Side-Channel Attacks

https://arxiv.org/abs/2609.03893
1•torsi0n•9m ago•0 comments

Is your LLM Biased? Making ChatGPT evaluate itself

https://think-twice.me/is-ai-biased-or-sexist-making-chatgpt-evaluate-itself/
1•zug_zug•9m ago•0 comments

Go Lives

https://franklantz.substack.com/p/go-lives
1•uamuamuam•10m ago•0 comments

Tech needs humanists more than ever

https://passo.uno/tech-needs-humanists-more-than-ever/
3•theletterf•11m ago•0 comments

What every programmer should know about memory

https://lwn.net/Articles/250967/
1•tosh•15m ago•0 comments

A tool to help you get traction on your apps

https://shipandearn.com/
1•seraph2000•16m ago•0 comments

Sherlock Holmes and the mystery of his endless afterlife

https://www.swissinfo.ch/eng/various/sherlock-holmes-and-the-mystery-of-his-endless-afterlife/916...
1•Bluestein•16m ago•0 comments

Prior Probability

https://en.wikipedia.org/wiki/Prior_probability
1•tosh•20m ago•0 comments

Storj is redefining the way the world computes, stores and shares data

https://www.storj.io/company/about
2•Bluestein•20m ago•0 comments

Ask HN: How to Make the Skill File?

1•SRMohitkr•21m ago•0 comments

How to create on-brand slide decks with Claude Design

https://www.theaithinker.com/p/how-to-create-on-brand-slide-decks
1•adamfaik•21m ago•0 comments

I was able to reduce size of my WASM app by 29.6%

https://akshy.codeberg.page/projects/i-was-able-to-reduce-size-of-my-wasm-app-by-29_6-perc.html
2•yhska•26m ago•0 comments

Show HN: NoMac.App – iOS CI/CD pipeline built for AI agents

https://nomac.app
5•garymiklos•27m ago•0 comments

Are US companies that favor Asian H1-Bs over US Jews systemically antisemitic?

1•khelavastr•27m ago•1 comments

Is GPT 6 Astra Worth the Cost?

https://thedailyunemployed.com/articles/2026-09-07-gpt-6-astra-usage-vs-sol-benchmarks
2•thesaulyunemplo•28m ago•2 comments

Meta has tried to scrape this site 1 million times in 2 weeks

https://robertmay.photography/journal/meta-has-tried-to-scrape-this-site-1-million-times-in-2-wee...
1•robotmay•29m ago•0 comments

Expose Your Local Services with Lightweight Tunneling

https://blog.mni.li/posts/cgnat-and-rathole/
1•agnishom•31m ago•0 comments

ChatGPT can now connect to your personal apps to mimic writing style

https://www.bleepingcomputer.com/news/artificial-intelligence/chatgpt-can-now-connect-to-your-per...
3•datakan•31m ago•0 comments

I Hated GPT 6

3•JeanCampos•32m ago•1 comments

El Niño explained, but in pixel art

https://medium.com/@carmineds/el-niño-explained-but-in-pixel-art-cdb9a8136075
2•cadeos•35m ago•0 comments