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

A Minimal NixOS Config That Still Feels Premium

https://slicker.me/nixos/premium_minimal.html#premium
1•weatherlight•53s ago•0 comments

JP Morgan's Monitors Employee's Keystrokes and Meetings; for Their Wellbeing

https://www.inc.com/moses-jeanfrancois/jp-morgans-junior-banker-tech-monitoring/91319918
1•tuananh•2m ago•0 comments

Show HN: Prompts Directory for Data Analyst

https://mljar.com/ai-prompts/data-analyst/
1•pplonski86•4m ago•0 comments

Ask HN: How are you monitoring what OpenClaw does when it runs autonomously?

1•jialu1•5m ago•0 comments

Tech Founders Can Access Investors and What Davos and Tulum Has to Do with It

https://irishtechnews.ie/how-tech-founders-can-access-investors/
1•ybelkin•5m ago•0 comments

Someone Forked Systemd to Strip Out Its Age Verification Support

https://itsfoss.com/news/systemd-fork-strips-out-age-verification/
1•KnuthIsGod•6m ago•0 comments

Long-Running Sandbox in Dockers for Coding Agents (100% POSIX Compatible)

https://sandock.ai/
1•chepy•7m ago•0 comments

Ask HN: System Programming as a LLM shelter

1•AloysB•7m ago•0 comments

Rye

https://ryelang.org/
1•tosh•8m ago•0 comments

Palantir turns poisonous on the campaign trail

https://www.ft.com/content/5d6f924d-2e7e-4a5e-ae20-d4f8e29a7d17
1•KnuthIsGod•8m ago•0 comments

SpaceStarCarz KoolWheelz Paper Models

https://davesdesigns.ca/dcc/html/spacestarcarz_.html
1•exvi•9m ago•0 comments

Misfits wanted: the VC firm looking to back 'unreasonable' founders

https://www.ft.com/content/4d29c556-bbd9-490e-a3c8-90f5b894af9e
1•petethomas•12m ago•0 comments

Never Miss a Downtime Again

https://www.notifly.live/
1•netaneo•12m ago•0 comments

Browser control and computer use as MCP tools – works with Claude, Codex, Cursor

https://github.com/gettalon/talon-plugins
1•gettalon•20m ago•0 comments

Ask HN: What would it take to provide free AI to the underprivileged?

1•herodoturtle•20m ago•0 comments

We can remove strncpy() from the Linux kernel finally

https://hachyderm.io/@kees/116282745861595200
1•riffraff•22m ago•1 comments

Amazon confirms: Public wish lists can reveal addresses

https://www.heise.de/en/news/Amazon-confirms-Public-wish-lists-can-reveal-addresses-11221681.html
1•doener•30m ago•0 comments

systemd has not implemented age verification

https://blog.bofh.it/debian/id_473
2•pabs3•34m ago•0 comments

Claude Code Now Supports CIMD for MCP OAuth

https://bsky.app/profile/den.dev/post/3mhrupyeus223
1•mooreds•34m ago•0 comments

The great Linux file pickers tragedy

https://erika.florist/wiki/linux/filepickertragedy/
1•pabs3•35m ago•0 comments

Ask HN: HSL 0.1 – The Human Source License. Please help refining

1•xdgrulez•35m ago•1 comments

The Voice Web with maplibre-voice – Mistral Hackathon 2026

https://www.youtube.com/watch?v=DNpdRVZ0j5A
1•tderflinger•35m ago•0 comments

Expert Personas Improve LLM Alignment but Damage Accuracy

https://arxiv.org/abs/2603.18507
1•Jacques2Marais•36m ago•0 comments

The 53-Year Evolution of AI Agents: A Comprehensive Reading List

https://fullhoffman.com/2026/03/12/agents-are-agents-reading-list/
1•adunk•38m ago•0 comments

Starlette 1.0.0

https://github.com/Kludex/starlette
3•tosh•46m ago•0 comments

Kentucky family rejects $$26M offer to convert farm into data center

https://twitter.com/CollinRugg/status/2036237284601913674
1•gurjeet•46m ago•1 comments

From zero to a RAG system: successes and failures

https://en.andros.dev/blog/aa31d744/from-zero-to-a-rag-system-successes-and-failures/
1•andros•48m ago•1 comments

The Why and What of the CIDR Report

https://www.potaroo.net/ispcol/2026-03/cidr-report.html
1•caminanteblanco•49m ago•0 comments

Decker File Format

https://beyondloom.com/decker/format.html
1•tosh•50m ago•0 comments

Run Qwen 3.5 Locally with Claude Code

https://gist.github.com/kibotu/a009f00414b7c10fb1c74e603d7838c0
2•lastdong•54m ago•0 comments