From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by jeremyccrane · 662 points · 812 comments
A cautionary tale that's generating massive discussion: an autonomous AI agent wiped a production database and then generated a detailed post-mortem of its own mistake. With Claude Code and agentic workflows becoming standard dev tools, this is required reading on guardrails, permissions, and the limits of AI autonomy. 812 comments means the community has a lot to say — don't skip the thread.
No. 02AI ToolsApplies to you
by evanklem2004 · 65 points · 25 comments
Directly targeting Claude Code users: EvanFlow wires a test-driven development feedback loop around Claude Code so the agent iterates against failing tests rather than drifting. If you're already using Claude Code for serious work, this could tighten the loop considerably. Worth cloning and trying today.
No. 03AI ToolsApplies to you
by kmdupree · 298 points · 165 comments
OpenAI officially retires SWE-bench Verified as a meaningful frontier benchmark — models have saturated it. This matters because SWE-bench has been the go-to yardstick for coding agents like Claude Code and Copilot; its obsolescence signals we need better evals, and fast. Watch what replaces it.
No. 04AI ToolsApplies to you
by koshyjohn · 473 points · 342 comments
A sharp essay arguing that reaching for AI first erodes the mental muscles you need to use AI well. The irony is that heavy Claude Code users are exactly the audience most at risk. The 342-comment thread is a genuine debate, not a pile-on — worth reading as a counterweight to pure productivity maximalism.
No. 05AI ToolsApplies to you
by gslin · 106 points · 65 comments
Chrome's built-in Prompt API lets web pages call a local on-device LLM without any server round-trip or API key. For developers building AI-assisted web tooling, this is a significant shift in what's possible at zero marginal cost. TypeScript-friendly and worth experimenting with today.
No. 06Privacy & SecurityApplies to you
by jamesponddotco · 601 points · 233 comments
GoDaddy transferred ownership of a live domain to an unknown third party with zero verification — no docs, no challenge, no notification. This is a systemic trust failure in domain registrar security, and a reminder that your domain is your most critical single point of failure. Check your registrar's account security settings today.
No. 07Privacy & Security
by dd23 · 245 points · 52 comments
SentinelOne's researchers unpack FAST16, a surgical software sabotage tool from the ShadowBrokers leak that predates Stuxnet by half a decade. It rewrites the timeline of state-sponsored cyberweapons and raises unsettling questions about what else is still undiscovered. Deeply reported and technically meaty.
No. 08Dev Tools
by ca98am79 · 774 points · 397 comments
The top story of the day: someone bought the Friendster brand for $30k and is writing about their plans. It's part archaeology, part startup experiment, and the comment thread is full of internet historians and contrarians. A great read even if the plan goes nowhere.
No. 09New Apple AppsApplies to you
by elisaado · 618 points · 315 comments
Asahi Linux's 7.0 progress report documents another leap forward in running Linux natively on Apple Silicon — GPU drivers, power management, and kernel upstream progress. If you care about what Apple's hardware can really do (or want a Linux fallback on your M-series Mac), this is the project to watch. The pace of progress here continues to be astonishing.
No. 10Dev ToolsApplies to you
by bjhess · 277 points · 41 comments
A clever technique for keeping documentation screenshots fresh automatically — the kind of low-maintenance devex improvement that quietly saves hours over a project's lifetime. Highly applicable if you maintain any kind of docs or README with UI screenshots. Actionable and immediately stealable.
From Pinboard Popular
Stories 11 – 20
No. 11New Apple AppsApplies to you
by jonbaer · 66 points · 55 comments
A community-driven native macOS port of Notepad++ has appeared, filling a gap that's annoyed Windows emigrants for years. It's early-stage but the discussion is lively — whether you want it as a lightweight scratch editor or just for nostalgia, it's worth a look on your Mac today.
No. 12Creative Software
by yak32 · 215 points · 52 comments
PlayCanvas walks through converting a 3D Gaussian Splat capture into a playable game level — collision meshes, lighting, the works. Gaussian Splatting is evolving from a party trick into a real creative pipeline tool, and this post shows exactly how. Essential reading for anyone at the intersection of creative tooling and real-time 3D.
No. 13ActionableApplies to you
by nervous_north · 201 points · 30 comments
A short, practical framework for shipping side projects rather than abandoning them: pick a time constraint, a scope constraint, and a novelty constraint before you write a line of code. Directly applicable to anyone juggling AI experiments and personal projects alongside a day job. Keep this one bookmarked in Obsidian.
No. 14Creative Software
by j0r0b0 · 223 points · 131 comments
An unconventional tutorial on making PCBs using modeling clay as a substrate — part art project, part electronics, entirely unexpected. The comment thread is a spirited mix of hackers and artists. It's the kind of creative-meets-technical crossover that makes HN worth reading.
No. 15Weird Science
by gurjeet · 132 points · 72 comments
A deep dive into the evolutionary accidents and vestigial oddities baked into human anatomy — the kind of biology that makes you realize how much of us is just legacy code that never got refactored. The parallel to software architecture is hard to miss. Genuinely fascinating rabbit hole.
No. 16Weird Science
by 1659447091 · 205 points · 63 comments
Smithsonian's detailed look at why Western Monarch populations have cratered — habitat loss, pesticides, and climate disruption compounding each other. Well-reported science journalism with real data, not just vibes. A sobering read on cascading ecological risk.
No. 17Weird Science
by reconnecting · 105 points · 33 comments
Forty years after the disaster, Chernobyl's exclusion zone has become an accidental wildlife preserve — wolves, lynx, and bison thriving where humans can't live. The BBC's anniversary piece is full of counterintuitive findings about radiation and resilience. Required reading for anyone who thinks they know this story.
No. 18Creative Software
by skogstokig · 231 points · 43 comments
flipdisc.io is a platform and toolkit for building flip-disc display art and installations — the retro electromechanical displays that click and flip between black and white. The tooling is surprisingly modern and the gallery is inspiring. A lovely niche at the intersection of physical computing and generative art.
No. 19Dev Tools
by emschwartz · 126 points · 31 comments
A counterintuitive but practical guide: using Box<T> in Rust can actually reduce memory usage in specific scenarios involving large enums and recursive types. Clear worked examples make this accessible even if you're a Rust tourist. The kind of low-level insight that separates proficient from expert Rust.
No. 20Privacy & Security
by jandeboevrie · 36 points · 7 comments
APNIC's deep-dive on how X.509 certificate revocation actually works in practice — CRL, OCSP, OCSP stapling — and why browsers mostly ignore revocation anyway. Fills a gap in most developers' mental model of TLS. Especially relevant given how much .NET and web backends depend on certificate trust chains.