frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Incident Fest 2026

https://www.uptimelabs.io/incident-fest-26
1•outageaaarrgh•1m ago•0 comments

Show HN: Free tools to audit a landing page and check if AI recommends you

https://www.ismylandingpagevalid.com
1•Jxcques•2m ago•0 comments

Free EU AI Act Article 50 compliance checker for indie SaaS

https://aiact.bridgeai.one/
1•coollooc•2m ago•0 comments

Seawater batteries for energy storage, desalination and carbon sequestration

https://www.nature.com/articles/s44359-026-00158-1
1•westurner•3m ago•2 comments

Could less caffeine be smarter performance enhancer? Scientists find sweet spot

https://sciencex.com/news/2026-06-caffeine-smarter-scientists-sweet.html
1•pseudolus•5m ago•0 comments

How to get GLM 5.2 to 280 tokens per second

https://www.baseten.co/blog/how-we-built-the-worlds-fastest-api-for-glm-52/
1•mikejulietbravo•5m ago•1 comments

ByteDance's Seedance 2.5 breaks the 30-second barrier for AI video generation

https://the-decoder.com/bytedances-seedance-2-5-breaks-the-30-second-barrier-for-ai-video-generat...
1•thm•5m ago•0 comments

Boogu-Image – open-source image generation and editing model

https://github.com/boogu-project/Boogu-Image
1•modinfo•6m ago•0 comments

Skillhealth: Find Claude Code skills you never use and what they cost

https://github.com/mirko-pira/skillhealth
3•mirkopira•7m ago•0 comments

Two Months In: Assessing the Impact of NIST's Enrichment Cutbacks

https://blog.volerion.com/posts/two-months-in-nist-cuts-back-on-enrichment-efforts/
3•003random•9m ago•0 comments

Show HN: Screen recording app with automatic zoom, subtitles, and more (macOS)

https://screenotter.com
2•mohitgangrade•10m ago•0 comments

How the Space Program Has Influenced What We Carry

https://www.carryology.com/liking/how-the-space-program-has-influenced-what-we-carry/
1•surprisetalk•11m ago•0 comments

Nub – A Bun-like toolkit that extends Node.js instead of trying to replace it

https://github.com/nubjs/nub
1•colinmcd•11m ago•0 comments

LiteLLM Migrates to Rust

https://docs.litellm.ai/blog/litellm-rust-launch
2•lackoftactics•11m ago•0 comments

Faster aging in younger generations linked to rise in early-onset cancer

https://medicine.washu.edu/news/faster-aging-in-younger-generations-linked-to-rise-in-early-onset...
1•littlexsparkee•12m ago•0 comments

Bluerails Discovery

https://discovery.bluerails.com/
2•ashwinkumar01•12m ago•0 comments

The AI Last Mile Is the First Mile

https://newsletter.productdriven.com/p/the-ai-last-mile-is-actually-the
1•spo81rty•12m ago•0 comments

Your AI Agent Should Go to Therapy

https://www.encurtador.dev/redirecionamento/zi2zj1c
1•apattichis•13m ago•0 comments

Systemd-Bsod.service

https://www.freedesktop.org/software/systemd/man/257/systemd-bsod.service.html
2•birdculture•13m ago•1 comments

Verity.md – Gates, Memory and Cost control for coding agents

https://verity.md/
4•jaimefjorge•13m ago•1 comments

With Starfall, SpaceX eyes an edge in global cargo delivery from orbit

https://arstechnica.com/space/2026/06/with-starfall-spacex-eyes-an-edge-in-global-cargo-delivery-...
2•mattas•13m ago•1 comments

Show HN: Cc-fleet – run other LLMs as Claude Code workers, your sub drives

https://github.com/ethanhq/cc-fleet
2•ethanhq•16m ago•0 comments

Lost memoir of Hiroshima survivor found after decades in US archive

https://www.theguardian.com/books/2026/jun/23/lost-memoir-of-hiroshima-survivor-found-after-decad...
1•toomuchtodo•16m ago•0 comments

Show HN: AGI will not come from better models, it will come from meta harness

https://github.com/the-open-engine/zeroshot
1•covibes•17m ago•1 comments

A simple physics-inspired model sheds light on how AI learns

https://techxplore.com/news/2026-05-simple-physics-ai.html
1•doener•18m ago•0 comments

MSG Made Dossier on Activists Who Opposed Facial Recognition

https://www.404media.co/madison-square-garden-made-dossier-on-activists-who-opposed-facial-recogn...
4•cdrnsf•20m ago•0 comments

AI and Math State of the Art

https://stunning-naiad-817d91.netlify.app
2•dawdler-purge•21m ago•1 comments

I Built an NPM package to stop AI agents from burning through API credits

https://www.npmjs.com/package/budget-agent
1•alienhead•23m ago•0 comments

Airship

https://en.wikipedia.org/wiki/Airship
1•simonebrunozzi•24m ago•0 comments

The (Quantum) Revolution That Should Have Been – and Still Could Be

https://conjectureinstitute.org/articles/fellow-spotlight/paul-raymond-robichaud
1•anotherpaulg•25m 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. :)