frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

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

3•tom1337•1mo 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•1mo 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•1mo 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•1mo 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•1mo 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•1mo 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•1mo ago
Vibe coding isn't over-hyped, it is a myth. :)

Sutskever to Lead Safe Superintelligence

https://www.reuters.com/business/sutskever-lead-safe-superintelligence-after-meta-poaches-ceo-gross-ai-talent-war-2025-07-03/
1•nsoonhui•45s ago•0 comments

Scientists Warn US Will Lose a Generation of Talent Because of Trump Cuts

https://www.theguardian.com/us-news/2025/jul/03/national-science-foundation-trump-cuts
1•andrewl•3m ago•0 comments

Building a message board for Claude, learning MCP along the way

https://andrewperkins.com.au/a-message-board-for-claude/
1•echoperkins•3m ago•0 comments

"The Tactful Saboteur" by Frank Herbert

https://archive.org/details/Galaxy_v23n01_1964-10
1•nativeit•4m ago•0 comments

Ask HN: How to make money with SaaS without network or VC funding?

1•squareloop•8m ago•0 comments

Counting at Scale

https://priyavr.at/blog/hyperloglog/
1•prvt•8m ago•1 comments

Jane Street Curbed in India Markets After Alleged Illegal Gain

https://www.bloomberg.com/news/articles/2025-07-04/india-bars-jane-street-from-accessing-its-securities-market
1•anonu•9m ago•1 comments

The surprisingly deep rabbit hole of Rust's temporaries

https://taping-memory.dev/temporaries-rabbit-hole/
2•Bogdanp•11m ago•0 comments

My open source project was stolen and relicensed by a YC company

https://twitter.com/soham_btw/status/1940952786491027886
2•sohzm•12m ago•1 comments

Trump Big Beautiful Bill Ends $7,500 EV Credit by September

https://gearmusk.com/2025/07/04/trump-big-beautiful-bill-ends/
12•maxmarrfun•24m ago•0 comments

Why Cloudflare wants AI companies to pay for content

https://techcrunch.com/podcast/why-cloudflare-wants-ai-companies-to-pay-for-content/
1•codexy•24m ago•0 comments

Neanderthals operated "fat [extraction] factory" 125,000 years ago

https://archaeologymag.com/2025/07/neanderthals-operated-fat-factory-125000-years-ago/
3•hilux•32m ago•0 comments

Nvidia briefly on track to become most valuable company

https://www.reuters.com/business/nvidia-set-become-worlds-most-valuable-company-history-2025-07-03/
2•geox•34m ago•0 comments

Artificial Intelligence in China

https://merics.org/de/china-tech-observatory/artificial-intelligence
2•walterbell•39m ago•0 comments

Show HN: SWC Plugin SVG as React Component

https://github.com/joaoneto/swc-plugin-svg-component
1•joaoneto•46m ago•0 comments

Our Fullstack Architecture: Eta, Htmx, and Lit

https://www.lorenstew.art/blog/eta-htmx-lit-stack
4•Bogdanp•47m ago•0 comments

RP2350-PiZero Pairs RP2350 Microcontroller with Raspberry Pi Zero Form Factor

https://linuxgizmos.com/rp2350-pizero-pairs-rp2350-microcontroller-with-raspberry-pi-zero-form-factor/
3•chsum•53m ago•0 comments

GrapheneOS warns ICEBlock users of court order risk

https://bsky.app/profile/grapheneos.org/post/3lswujex4e22w
8•diggan•58m ago•0 comments

Making a computer out of marbles and wood [video]

https://www.youtube.com/watch?v=jnB7S8_Pfqo
4•m-hodges•1h ago•0 comments

Senescence-resistant human cells counter aging in primates

https://www.cell.com/cell/abstract/S0092-8674(25)00571-9
2•vagabund•1h ago•1 comments

Design of Q8bot: A Miniature, Low-Cost, Dynamic Quadruped Built with Zero Wires [video]

https://www.youtube.com/watch?v=0dk7lYoITQw
1•surprisetalk•1h ago•0 comments

Ask HN: How are startups dealing with key talent poaching?

1•dbreunig•1h ago•0 comments

The Garden Not at Home

https://laurabrekelmans.substack.com/p/the-garden-not-at-home
1•azeirah•1h ago•0 comments

Why Duolingo switched from Hearts to a battery

https://blog.duolingo.com/duolingo-energy/
1•soheilpro•1h ago•0 comments

Supreme Court Agrees to Hear Cases Involving Transgender Athletes

https://www.nytimes.com/2025/07/03/us/politics/supreme-court-transgender-athletes.html
2•whack•1h ago•1 comments

Kubernetes is a symptom, not a solution

https://andreafortuna.org/2025/06/20/unpopular-opinion-kubernetes-is-a-symptom-not-a-solution
25•gsky•1h ago•10 comments

EPA puts 139 employees on leave after they sign a 'declaration of dissent'

https://www.theguardian.com/us-news/2025/jul/03/epa-employees-administrative-leave
15•mitchbob•1h ago•0 comments

Anarchy in the Database: A Survey and Evaluation of DBMS Extensibility [pdf]

https://www.vldb.org/pvldb/vol18/p1962-kim.pdf
2•matt_d•1h ago•1 comments

Octopuses' 8 Arms Sample Microbiomes

https://www.nytimes.com/2025/06/17/science/octopus-arms-microbiome.html
2•bookofjoe•1h ago•1 comments

The Georgist Roots of American Libertarianism

https://asteriskmag.com/issues/10/the-georgist-roots-of-american-libertarianism
3•mercutio2•1h ago•2 comments