frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Lowkey Studio – Shader Powered visual effects compositor in the Browser

https://lowkeyviewer.com/studio/
1•tracerbulletx•1m ago•0 comments

AI Moves into Family Life

https://www.axios.com/2026/07/25/ai-family-parenting-productivity
1•karakoram•1m ago•0 comments

How to self-host servers in your living room on static IPs

https://vimuser.org/l2tp.html
2•birdculture•4m ago•0 comments

Show HN: Distill and serve small models with frontier quality for half the cost

https://github.com/experientiallabs/world-model-optimizer
2•SilenN•5m ago•0 comments

105M Americans Are Not Working – More Than Covid or the Great Recession

https://nypost.com/2026/07/22/business/number-of-americans-not-in-the-labor-force-surges-to-recor...
1•karakoram•5m ago•0 comments

Why do we do astrophysics?

https://arxiv.org/abs/2602.10181
1•i_no_can_eat•11m ago•0 comments

Godot Benchmark 2: Opus 5 > Sol > Terra

https://ziva.sh/blogs/godot-vampire-benchmark
1•OsrsNeedsf2P•12m ago•0 comments

Wattage: A token-spend profiler and cost-regression gate for AI agents

https://github.com/faizannraza/wattage
1•faizanraza03•12m ago•0 comments

Year old solves propriatery psvr2 cotroller tracking

https://github.com/odin30814-cmyk/psvr2-controller-ir-lights-enable
1•odinsmith321•15m ago•0 comments

Signs of AI Design Slop

https://github.com/febbhav/signs-of-ai-design
1•febians•15m ago•0 comments

Josh James selling Domo for $400M

https://www.deseret.com/business/2026/07/23/domo-acquisition-progress-software-utah-tech-sector-s...
1•toomuchtodo•18m ago•1 comments

Alberta Learner Practice Test

https://driversedhub.com/tests/alberta-learner-practice-test/
1•therenis•18m ago•0 comments

Show HN: Paper – A Journaling CLI for Developers

https://paper.rewrlution.com
1•dmsehuang•21m ago•0 comments

Productivity Paradox

https://en.wikipedia.org/wiki/Productivity_paradox
6•azhenley•23m ago•0 comments

Genetics and intelligence differences: five special findings

https://www.nature.com/articles/mp2014105
2•gmays•30m ago•0 comments

Japan legend Miura, 59, scores first goal since 2022

https://www.bbc.com/sport/football/articles/c3r087181ndo
18•brudgers•36m ago•1 comments

Types with AI

https://www.alecvo.org/blog/types-with-ai/
3•Vgoose•38m ago•0 comments

A Minecraft-alpha-style voxel game written in Rust with a custom engine

https://github.com/dollspace-gay/Wildforge
2•wertyk•42m ago•0 comments

FastJson 1.2.83 Remote Code Execution

https://fearsoff.org/research/fastjson-1-2-83-rce
2•miniBill•44m ago•0 comments

Cursor Bridge – Run Unlimited Claude Code on Your Cursor Subscription

https://github.com/hkc5/cursor-bridge
8•hakancan•52m ago•5 comments

Scriptc by Vercel: TypeScript-to-Native compiler, no JavaScript engine in binary

https://github.com/vercel-labs/scriptc
2•maxloh•54m ago•0 comments

Shepherd Model Gateway – Model-routing gateway for LLM deployments

https://github.com/lightseekorg/smg
2•rekl•1h ago•0 comments

Your GPS Is Lying to You

https://medium.com/@rohitdastalks/your-gps-is-lying-to-you-and-thats-a-national-security-crisis-7...
5•jonbaer•1h ago•0 comments

"A vicious circle of incompatibility" – Unsung

https://unsung.aresluna.org/a-vicious-circle-of-incompatibility/
3•rbanffy•1h ago•0 comments

A live black-box capability eval for autonomous offensive-security agents

https://phantomlogin.entropicsystems.net/
2•snorbleck•1h ago•0 comments

Claude of Duty

https://github.com/mshumer/Claude-of-Duty/tree/main
2•SweetSoftPillow•1h ago•1 comments

Stories Told About Data Centres – Pixel Envy

https://pxlnv.com/blog/stories-told-about-data-centres/
1•rbanffy•1h ago•0 comments

Tesler's Law

https://en.wikipedia.org/wiki/Law_of_conservation_of_complexity
5•soupspaces•1h ago•1 comments

Videos Helped Me Uncover Abuse at an Arkansas Private School

https://www.propublica.org/article/arkansas-private-school-abuse-video
2•Jimmc414•1h ago•0 comments

Court Reporter Submitted AI-Generated Errors in Official Court Transcript

https://www.404media.co/judge-caught-court-reporter-using-ai-transcript-errors/
1•Jimmc414•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. :)