frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Motorola signature 27 is unveiled

https://motorolanews.com/motorola-signature-27/
1•Cider9986•1m ago•0 comments

Microdnf: Minimal Python-Free Dnf

https://github.com/rpm-software-management/microdnf
1•nateb2022•5m ago•0 comments

Getting the most out of Opus 5.5 in Claude and Claude Code

https://claude.dev/blog/getting-the-most-out-of-opus-5-5/
2•mfiguiere•9m ago•0 comments

Show HN: DynamicNotch – An interactive, customizable notch utility for macOS

https://github.com/Hitjack007/DynamicNotch
1•Hitjack007•11m ago•0 comments

Diesel prices could crush Republicans in the heartland

https://www.natesilver.net/p/diesel-prices-could-crush-republicans
6•7777777phil•11m ago•0 comments

Meta's Muse Drags Down Stocks That Depend on 'Consumer Inertia'

https://www.bloomberg.com/news/articles/2026-09-22/meta-s-muse-drags-down-stocks-that-depend-on-c...
1•garbawarb•11m ago•0 comments

Ask HN: When is fine-tuning a small LLM worth it?

4•kooldeep7•13m ago•0 comments

Are we going to use the same Desktop UX forever? [video]

https://www.youtube.com/watch?v=V7AfAcQwLW0
3•upboundspiral•14m ago•1 comments

Better prompt caching for GPT‑6

https://openai.com/index/better-prompt-caching-for-gpt-6/
2•mehrdadrad•16m ago•0 comments

S&P Global Enters Agreement to Acquire OpenZeppelin

https://www.openzeppelin.com/news/spglobal-enters-agreement-to-acquire-openzeppelin
1•wslh•17m ago•0 comments

Z.ai says sorry for slurping up your code, open sources ZCode

https://www.theregister.com/security/2026/09/22/zai-says-sorry-for-slurping-up-your-code-open-sou...
3•sbulaev•18m ago•0 comments

Bootstrapping Frontier AI Governance by Mutualizing Risk

https://www.lawfaremedia.org/article/bootstrapping-frontier-ai-governance-by-mutualizing-risk
1•tfehring•19m ago•0 comments

'Same sense of urgency': UN chief compares AI risk to nuclear weapons

https://www.smh.com.au/politics/federal/australia-joins-call-for-ai-safeguards-amid-warnings-of-o...
3•andrewstuart•20m ago•1 comments

Agent's Memory Needs a Retention Policy

https://memanto.ai/blog/your-agents-memory-needs-a-retention-policy
1•supportm•20m ago•0 comments

Hayek's Federalism and the Making of European Integration [pdf]

https://cosmosandtaxis.org/wp-content/uploads/2022/09/masini_ct_vol10_iss11_12.pdf
1•brandonlc•22m ago•1 comments

Are Meta's smart glasses training AI for robots?

https://proton.me/blog/meta-smart-glasses-ai-robots
1•dgellow•24m ago•0 comments

Show HN: Shrewd – what I learned distilling LLM labels into local classifiers

https://github.com/sshah03/shrewd
3•sshah03•24m ago•0 comments

Show HN: Riftri – copy-on-write Git worktrees for running agents in parallel

https://twitter.com/KinfishT/status/2102093551601684897
1•kinfish•26m ago•0 comments

The JavaScript Midlife Crisis

https://maroun-baydoun.com/blog/javascript-midlife-crisis/
6•maroun-baydoun•26m ago•2 comments

Ask HN: Ideas for getting more GitHub stars?

3•NatalieTrono•28m ago•1 comments

Open source tool for building hierarchical agent loops

https://github.com/plasma-ai/fractal
2•NatalieTrono•30m ago•0 comments

How the Barcode Was Invented

https://worldofsystems.co/invention-of-the-barcode/
1•eawosika•32m ago•1 comments

I built a tool that reverse engineers competitors SEO

https://www.rankshawk.com
2•fanel•32m ago•1 comments

Egress Testing – Server that records inbound TCP and UDP packets

https://portleak.link/
1•Xtrato•36m ago•1 comments

A16Z is challenging Silicon Valley's love for drop-outs by launching a school

https://techcrunch.com/2026/09/22/a16z-is-challenging-silicon-valleys-love-for-drop-outs-by-launc...
2•wslh•37m ago•2 comments

Reading specs beats reading code

https://technative.eu/en/blog/specgetty-introduction/
2•mipselaer•40m ago•1 comments

Native apps written in TypeScript and CSS

https://github.com/geastack/examples
20•arbayi•43m ago•1 comments

Agent manager now with mouse support

https://agent-manager.dev/writing/mouse-support/
5•Michaelov•43m ago•2 comments

Obscura: The first VPN that can't log your activity

https://obscura.com/#faq-technical
18•Flimm•44m ago•15 comments

AI Leaders Are Standing on a Liability Landmine

https://www.wsj.com/tech/ai/ai-leaders-are-standing-on-a-liability-landmine-736a8060
7•JumpCrisscross•45m ago•2 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. :)