frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Coding is the purest form of art

1•learningstud•3m ago•0 comments

Show HN: Cognitive architecture prototype with identity, memory, initiative

https://ivanhonis.github.io/ai_home/
1•nDot_io•4m ago•0 comments

Aissist – my personal AI assistant CLI that remembers

https://github.com/albertnahas/aissist
1•albertnahas•5m ago•1 comments

Langjam Gamejam: Build a programming language then make a game with it

https://langjamgamejam.com/
1•birdculture•6m ago•0 comments

Why India struggles to clear its air

https://www.thehindu.com/sci-tech/energy-and-environment/why-india-struggles-to-clear-its-air/art...
1•saikatsg•8m ago•0 comments

Free Database with 4B+ reverse DNS records

https://ip.thc.org/docs/bulk-data-access
1•lakti_mosfit•8m ago•0 comments

Why I Built My Own Kubernetes Cluster on Hetzner

https://onatm.dev/2025/11/30/why-i-built-my-own-kubernetes-cluster/
1•onatm•9m ago•0 comments

Modern cars are spying on you. Here's what you can do about it

https://apnews.com/article/auto-car-privacy-3674ce59c9b30f2861d29178a31e6ab7
8•MilnerRoute•11m ago•0 comments

How I unlocked the Kimi K2 $0.99 offer?

https://www.kimi.com/share/19ad56ec-77b2-8e5e-8000-0000e19451c6
1•raghavankl•12m ago•0 comments

Atlas Shrugged

https://david-jasso.com/2024/04/11/atlas-shrugged/
4•mnky9800n•12m ago•1 comments

6174

https://en.wikipedia.org/wiki/6174
2•thunderbong•13m ago•0 comments

Pathology in the Hundred Acre Wood: a neurodevelopmental perspective

https://pmc.ncbi.nlm.nih.gov/articles/PMC80580/
3•andrewstetsenko•15m ago•1 comments

Common snack enhanced memory and brain vascular function in a 16-week trial

https://www.psypost.org/this-common-snack-enhanced-memory-and-brain-vascular-function-in-a-16-wee...
1•DrierCycle•15m ago•0 comments

The Atom of Intelligence (2023)

https://blog.piekniewski.info/2023/04/16/the-atom-of-intelligence/
1•DevilMadeMeDoIT•15m ago•0 comments

Cyber Monday Deals 2025

https://github.com/punkpeye/awesome-cyber-monday-2025
2•smokybay•16m ago•0 comments

Ethiopian Volcano Erupts for First Time in Nearly 12K Years of Records

https://www.smithsonianmag.com/smart-news/ethiopian-volcano-erupts-for-the-first-time-in-nearly-1...
1•pseudolus•17m ago•0 comments

40 Questions to ask yourself every year (2022)

https://twitter.com/kepano/status/1602773345627348993
1•jger15•20m ago•0 comments

Operation Northwoods

https://en.wikipedia.org/wiki/Operation_Northwoods
1•TomWhitwell•20m ago•0 comments

Show HN: I've created BlogLab to help grow my SaaS automatically

https://bloglab.app
1•robby1110•24m ago•0 comments

Ask HN: What language are you using to do AOC in?

2•sonderotis•29m ago•0 comments

Show HN: Demo Scope – Record/Stream iOS Web Demos with Face Cam and Touches

https://apps.apple.com/us/app/demo-scope/id6755395174
1•admtal•33m ago•0 comments

Show HN: Gossipdle – Daily Logic Puzzle with a New Timed Challenge Mode

https://www.gossipdle.com
1•Qpphello•37m ago•0 comments

Trump's Sudan peace push met with skepticism: 'They don't see a reason to stop'

https://thehill.com/policy/international/5624751-trump-push-sudan-ceasefire/
1•mhb•39m ago•0 comments

A metal integration method for manufacturing integrated devices

https://patents.google.com/patent/CN119301758A/en
1•taubek•42m ago•0 comments

Show HN: MGCoupon – Cashback and coupons in one place for major brands

https://www.mgcoupon.com/
1•RobertChin•44m ago•0 comments

Show HN: Instant Calculus: frozen, function-agnostic, arbitrary-precision GPLv3

https://github.com/Purrplexia/LettersToMyHeroes
1•purrplexia•44m ago•0 comments

Show HN: RetroAssembly – Retro game library built for web browsers

https://retroassembly.com/
2•arianrhodsand•46m ago•0 comments

Show HN: Local AI that turns your computer activity into searchable memories

https://www.waylight.ai/
1•nate_rw•46m ago•0 comments

Rust Polars Support for EventSourcingDB Has Landed

https://github.com/thenativeweb/eventsourcingdb-client-rust
1•goloroden•46m ago•0 comments

The Battle over Africa's Great Untapped Resource: IP Addresses

https://www.wsj.com/business/telecom/africa-ip-addresses-china-3e543b9d
2•ChrisArchitect•47m ago•1 comments
Open in hackernews

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

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