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

Show HN: Sidebar based/tabbed tiling window manager for macOS

https://github.com/zimengxiong/winmux/
1•zimengx•27s ago•0 comments

Are low-quality listicles about to lose their edge in Google Search?

https://searchengineland.com/low-quality-listicles-trend-google-search-473703
2•speckx•4m ago•0 comments

Show HN: I built a tool to bootstrap VLESS and REALITY over SSH (with rollback)

1•insany•5m ago•0 comments

OpenExp – AI memory that learns what works via Q-learning

https://github.com/anthroos/openexp
2•antroos•5m ago•0 comments

Tracing a Full MoE Training Step Through the XLA Compiler

https://patricktoulme.substack.com/p/frontier-pretraining-infrastructure
3•matt_d•6m ago•0 comments

I built the solution for MCP security before it was even in the headlines

https://github.com/tejasprasad2008-afk/TraceTree
2•Tejas_dmg•7m ago•1 comments

Clashes of Tech and the US Government

https://digitalseams.com/blog/assorted-links-2026-03-01
2•bobbiechen•8m ago•0 comments

A macOS kernel bug can cause OpenClaw to stop working after 49.7 days

https://photon.codes/blog/we-found-a-ticking-time-bomb-in-macos-tcp-networking
4•RyanZhuuuu•8m ago•0 comments

Where AI and humans manage projects together [video]

https://www.youtube.com/watch?v=yq0ZvMwO9LE
2•spotlayn•10m ago•0 comments

Notes on "Taste"

https://www.are.na/editorial/notes-on-taste
3•samixg•10m ago•0 comments

Self-hosted disposable sandboxes with exe.dev-like UX

https://github.com/kkovacs/vmtree
1•dimitry12•10m ago•1 comments

Instaqote New Invoice, Quote maker for freelancers

https://instaqote.com
1•Rayobeats•10m ago•0 comments

Securing Your Agents

https://billdx.github.io/Presentations/Securing%20Your%20Agents/securing-ai-agentic-apps.html
1•mooreds•11m ago•0 comments

Show HN: A Chrome extension that gives you chess tactics on new tab pages

https://leetchess.com/
5•0xmattf•11m ago•0 comments

Artemis II Real Time Orbit

https://www.nasa.gov/missions/artemis-ii/arow/
1•MetaMalone•11m ago•0 comments

Show HN: Repowise – Codebase intelligence for AI coding agents (open source)

https://github.com/repowise-dev/repowise
1•raghavchamadiya•13m ago•0 comments

Show HN: A (marginally) useful x86-64 ELF executable in 301 bytes

https://github.com/meribold/btry
1•meribold•15m ago•0 comments

Where is it like to be a language model?

https://www.robinsloan.com/winter-garden/where-is-it-like/
1•philip1209•16m ago•0 comments

Botstadium – A prediction market where 2.6k AI agents compete on real sports

https://botstadium.ai
2•veeceey•16m ago•0 comments

Internet of Agents in 3 lines of code

https://intuno.net/
1•artugro•17m ago•1 comments

Live: Artemis II astronauts make historic moon flyby

https://www.pbs.org/newshour/science/watch-live-artemis-ii-astronauts-make-historic-moon-flyby
2•JumpCrisscross•18m ago•0 comments

An Arctic Road Trip Brings Vital Underground Networks into View

https://www.quantamagazine.org/an-arctic-road-trip-brings-vital-underground-networks-into-view-20...
1•lschueller•18m ago•0 comments

The 40 minutes when the Artemis crew loses contact with the Earth

https://www.bbc.com/news/articles/cj0vyzmmy50o
2•reconnecting•18m ago•0 comments

Creating technology for conservation, should it be for-profit or nonprofit?

1•isheadmypants•20m ago•0 comments

Artemis astronauts travel further from Earth than any humans before

https://www.bbc.co.uk/news/live/clyr8k06jv7t
4•FridayoLeary•24m ago•0 comments

Social media content creator platform powered by AI

https://www.qten.ai/
2•bandishankar•27m ago•1 comments

Ministry turns to acoustic devices to stop seals from stealing fish in Hokkaido

https://www.japantimes.co.jp/news/2026/03/16/japan/kuril-harbor-hokkaido/
1•PaulHoule•27m ago•1 comments

Are your bathroom habits normal?

https://news.harvard.edu/gazette/story/2026/04/are-your-bathroom-habits-normal/
2•gnabgib•27m ago•0 comments

The Flying Shuttle

https://en.wikipedia.org/wiki/Flying_shuttle
1•softwaredoug•28m ago•0 comments

AI agents over SSH from your phone. Starting to think this is where dev is going

https://onepilotapp.com
3•elmlabs•29m ago•0 comments