frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Seeing Birdsong

https://www.lucioarese.net/seeing-birdsong/
1•carabiner•47s ago•0 comments

Eradicating Batch Effects and Enabling Cross-Species Zero-Shot Oncology

https://github.com/massimilianoconcas0-del/Relational_Loss_ML/tree/main/rna_sequencing
1•massimiliano_c•1m ago•0 comments

Show HN: Selvedge – an MCP server that captures why AI agents change code

https://selvedge.sh/
1•masondelan•4m ago•2 comments

Show HN: I had a random domain and made a thing

https://0r.cx
1•stavros•12m ago•0 comments

Show HN: Armorer – A secure local control plane for AI agents

1•cristianleo•17m ago•0 comments

Trump administration cut funding to study hantavirus

https://www.scientificamerican.com/article/trump-administration-cut-funding-to-study-hantavirus-b...
6•solid_fuel•20m ago•2 comments

"Surface" a Governed AI-Agentic Surface

2•paulbernard•21m ago•0 comments

Subjective: Building a Native VFX Editor with Agentic Coding

https://sxp.studio/blog/subjective-building-a-native-vfx-editor-with-agentic-coding
1•tasoeur•22m ago•0 comments

Mistral Medium 3.5 Is Now Available in Puter.js

https://developer.puter.com/blog/mistral-medium-3-5-puter-js/
2•ent101•27m ago•0 comments

What Happened on the Hantavirus Cruise, According to a Doctor on Board

https://www.theatlantic.com/health/2026/05/hantavirus-cruise-doctor/687095/
3•petethomas•33m ago•1 comments

The AI Ad-Hoc Prior Restraint Era Begins

https://thezvi.substack.com/p/the-ai-ad-hoc-prior-restraint-era
1•iamnothere•34m ago•1 comments

The all-new Fitbit Air

https://blog.google/products-and-platforms/devices/fitbit/fitbit-air/
2•tjek•35m ago•0 comments

Chrome's 4GB AI Surprise: Why Google Chrome Is Quietly Downloading Gemini Nano

https://blog.praveen.science/chrome-s-4gb-ai-surprise-why-google-chrome-is-quietly-downloading-ge...
1•praveenscience•35m ago•0 comments

Show HN: Vibe coding embedded systems with simulators

https://simulator86.com/blog/development-minus-the-hardware/
2•grog_6•38m ago•0 comments

Tributes paid to David Attenborough on his 100th birthday

https://www.theguardian.com/tv-and-radio/2026/may/08/david-attenborough-100th-birthday
5•Archelaos•40m ago•0 comments

Authorities scramble to limit hantavirus outbreak, trace contacts around globe

https://www.washingtonpost.com/health/2026/05/07/hantavirus-outbreak-cruise-tracing-contacts/
3•mikhael•41m ago•0 comments

Hard SiFi Author'Search for Readers

1•dougcol•43m ago•0 comments

Show HN: An OTel exporter that posts the cause to your incident channel

https://incidentary.com/
2•ahmedmostafa16•44m ago•0 comments

Komai: a fine Matrix chat app you can get to love

https://etke.cc/blog/introducing-komai
3•anotherevan•45m ago•1 comments

Ploopy Bean (TrackPoint Portable)

https://ploopy.co/bean/
2•tortilla•46m ago•0 comments

The Dynamo and the Computer: The Modern Productivity Paradox (1989) [pdf]

https://gwern.net/doc/economics/automation/1989-david.pdf
1•simonpure•46m ago•0 comments

I Made with AI Grok and Whicks Lab YouTube Videos

https://www.youtube.com/@JUNIORTEACHERTV
2•JOHNA12•46m ago•1 comments

The Solipsist Approach to Extraterrestrial Intelligence

https://ui.adsabs.harvard.edu/scan/manifest/1983QJRAS..24..113S
3•johnbarron•52m ago•0 comments

GNU IFUNC is the real culprit behind CVE-2024-3094

https://github.com/robertdfrench/ifuncd-up
5•foltik•52m ago•0 comments

The IT Productivity Paradox

https://cs.stanford.edu/people/eroberts/cs181/projects/productivity-paradox/index.html
2•simonpure•53m ago•0 comments

How Long Do We Wait for New Inventions?

https://www.construction-physics.com/p/how-long-do-we-wait-for-new-inventions
3•sien•54m ago•0 comments

WAF and framework adapter mitigations for React and Next.js vulnerabilities

https://developers.cloudflare.com/changelog/post/2026-05-06-react-nextjs-vulnerabilities/
2•tjek•56m ago•0 comments

Texas Tech cautions broadcasting research restrictions to prospective students

https://www.texastribune.org/2026/05/06/texas-tech-university-graduate-research-limit-warnings/
2•hn_acker•58m ago•0 comments

If December Was Too Late to Fix Unconstitutional Gerrymandering Why Is May Okay?

https://www.techdirt.com/2026/05/05/someone-ask-alito-if-december-was-too-late-to-fix-unconstitut...
5•hn_acker•1h ago•1 comments

The people preserving the scientific practice of bird banding

https://thenarwhal.ca/bird-banding-ontario/
2•bookofjoe•1h ago•0 comments
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. :)