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

GitHub Is Down

https://www.githubstatus.com/incidents/m7n7sm0sr1pz
4•cosuhi•4m ago•0 comments

Atlantic 'cold blob' likely caused by weakening AMOC near a tipping point

https://phys.org/news/2026-06-atlantic-cold-blob-weakening-ocean.html
1•btilly•5m ago•0 comments

A Languages Visualization Experiment

https://github.com/PEZ/languages-visualizations/
1•tosh•8m ago•0 comments

AI Has a Measurement Problem – And it's everyone's problem

https://luisgardea.substack.com/p/ai-has-a-measurement-problem
1•gallardo147•11m ago•1 comments

A 'Miraculous Transformation': How Kim Jong-Un Fortified North Korea

https://www.nytimes.com/2026/06/08/world/asia/north-korea-kim-jong-un-pandemic-economy.html
1•JumpCrisscross•13m ago•0 comments

Turn your architecture into a queryable knowledge graph (renders to Excalidraw)

https://github.com/BV-Venky/excalidraw-architect-mcp
2•Venky1729•14m ago•0 comments

Age verification tech could put children at greater risk, says think tank

https://www.computerweekly.com/news/366643835/Age-verification-tech-could-put-children-at-greater...
3•robtherobber•18m ago•0 comments

Minimal, Meaningful, Comfortable, Durable Bracelets for Dads

https://glintandluck.com/blogs/news/best-dad-bracelet-ideas-for-father-s-day-meaningful-gift-guide
1•Chris_taka•18m ago•0 comments

Show HN: Pingtrace

https://github.com/skhell/pingtrace
1•skhell•22m ago•0 comments

Gen Z turn to 'dopamine sites' for quick comfort

https://www.koreatimes.co.kr/lifestyle/trends/20260527/gen-z-turn-to-dopamine-sites-for-quick-com...
3•jnakano89•24m ago•1 comments

Show HN: Live Voice Translation Interpreter [video]

https://www.youtube.com/shorts/H1alb-d1fOo
1•julienreszka•25m ago•0 comments

Show HN: AI Boost – an MCP for accessing your everyday patterns

https://www.ai-boost.io/
1•npiano•27m ago•0 comments

NexusOS v2.0 – A zero-dependency pipeline streaming server chaos to Parquet

https://huggingface.co/datasets/Amman-shah/ecommerce-production-incident-postmortems
1•nexus_os•33m ago•0 comments

Ecotypes Harbor the Genetic Memory of a Species' Past

https://www.quantamagazine.org/how-ecotypes-harbor-the-genetic-memory-of-a-species-past-20260521/
2•vfalbor•34m ago•0 comments

Show HN: Multiplayer, session-based runtime data collection for coding agents

https://www.multiplayer.app/
1•argoeris•34m ago•0 comments

SwiftUI Only Makes It Easy to Develop Bad Apps

https://daringfireball.net/2026/06/swiftui_only_makes_it_easy_to_develop_bad_apps
2•frizlab•35m ago•0 comments

An open letter to office suite users, just before the Euro-Office announcement

https://blog.documentfoundation.org/blog/2026/06/08/an-open-letter/
2•linker3000•36m ago•0 comments

The notational conventions I adopted, and why (EWD 1300)

https://www.cs.utexas.edu/~EWD/transcriptions/EWD13xx/EWD1300.html
2•tosh•38m ago•0 comments

Show HN: Online Block Blast Solver – helps you find the best move when stuck

https://onlineblockblastsolver.com/
1•huzaifasinan•44m ago•0 comments

The Magnetic Shadow Effect [video]

https://www.youtube.com/watch?v=MuvuxHXLzls
1•thunderbong•46m ago•0 comments

Box Drawing

https://en.wikipedia.org/wiki/Box_Drawing
1•tosh•47m ago•0 comments

After centuries of trying, we've yet to arrive at a perfect way to map colour [video]

https://aeon.co/videos/after-centuries-of-trying-weve-yet-to-arrive-at-a-perfect-way-to-map-colour
1•the-mitr•50m ago•0 comments

Is This the Dawn of the Tokenpocalypse?

https://techcrunch.com/2026/06/07/is-this-the-dawn-of-the-tokenpocalypse/
13•pseudo-usama•52m ago•28 comments

How to Spot Greenwashing Claims When You Travel

https://www.wired.com/story/how-to-spot-greenwashing-when-you-travel/
4•joozio•53m ago•0 comments

Show HN: Free 26-Source Financial Data API with Free Inference

https://bluedoor.sh/apis/financial-data
2•ahshucks•54m ago•0 comments

Altshiftx_vested_100

https://altshiftx.tech/pricing
2•Magna_Dev•54m ago•1 comments

Training an LLM in Swift, Part 2: macOS built-in frameworks

https://www.cocoawithlove.com/blog/macos-ml-frameworks.html
2•cl3m•59m ago•0 comments

Why the Future Doesn't Need Us (2000)

https://web.archive.org/web/20160210081017/http://www.wired.com/2000/04/joy-2/
3•reasonableklout•1h ago•0 comments

How much of Thermo Fisher's antibody data has been manipulated?

https://reeserichardson.blog/2026/05/28/how-much-of-thermo-fishers-antibody-data-has-been-manipul...
4•mhrmsn•1h ago•0 comments

Condition Number

https://en.wikipedia.org/wiki/Condition_number
3•tosh•1h ago•0 comments