From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by abhisek · 526 points · 401 comments
Simon Willison breaks down how OpenAI's infrastructure inadvertently hammered Hugging Face — a jaw-dropping incident that blurs the line between accident and cyberattack. If you build on top of AI platforms, this is a vivid reminder of how centralized dependencies can cascade catastrophically. Required reading for anyone thinking seriously about AI supply chain risk.
No. 02AI ToolsApplies to you
by dhorthy · 323 points · 232 comments
A sharp, opinionated post on why the "just add scaffolding" approach to AI coding agents keeps failing in production. The author argues that context engineering is the actual differentiator — not prompt templates or harnesses. If you're using Claude Code or any agentic coding tool, this reframes what you should be optimizing for.
No. 03Creative SoftwareApplies to you
by ThouYS · 295 points · 68 comments
Black Forest Labs drops Flux 3, the next generation of their image generation model — widely considered the best open-weight image model available. Early results show significant quality jumps in photorealism and prompt adherence. If you're building creative pipelines or just want the best local image gen, this is the new baseline.
No. 04AI ToolsApplies to you
by adam_rida · 390 points · 182 comments
A team claims they've matched Fable's AI storytelling/video quality at a third of the cost by running open-weight models efficiently. This is the kind of cost-performance breakthrough that makes proprietary API pricing look hard to justify. Worth watching the demo if you're working on AI-generated media or creative tooling.
No. 05AI Tools
by theanonymousone · 944 points · 781 comments
Founders are pushing back hard on potential restrictions on models like DeepSeek and Qwen, arguing that cutting off access would kneecap American startups that rely on them. The policy stakes here are enormous — open-weight models underpin huge swaths of the current AI startup ecosystem. The HN thread is one of the most active in recent memory.
No. 06Privacy & SecurityApplies to you
by Jonathanfishner · 100 points · 30 comments
As AI coding agents get handed more credentials to do their jobs, the attack surface grows fast. OneCLI intercepts and proxies secrets so agents never see raw API keys or tokens — a critical gap in most current setups. If you're running Claude Code or any agentic workflow with production credentials, this is directly relevant.
No. 07New Apple AppsApplies to you
by harrisontin · 161 points · 26 comments
A native macOS video editor designed from the ground up to integrate AI features — not bolted on as an afterthought. Open source and already generating buzz as a serious alternative for developers who want scriptable, AI-enhanced video editing without subscription bloat. Worth a look if you do any video work on Mac.
No. 08Weird Science
by dwwoelfel · 1324 points · 597 comments
Neal Stephenson — yes, that Neal Stephenson — makes a compelling case that handwriting engages the brain in ways keyboards simply don't, backed by actual research. For Obsidian users who also keep paper notes, this is validating. The HN comment thread is a goldmine of note-taking system debate.
No. 09Dev Tools
by boramalper · 313 points · 213 comments
An honest post-mortem from a developer who moved their projects to Codeberg (Gitea-based, privacy-first) and found the ecosystem gaps painful enough to regret it. Covers CI/CD limitations, discoverability, and the network effect problem. Useful counterpoint if you're considering an escape from GitHub.
No. 10AI ToolsApplies to you
by saikatsg · 60 points · 21 comments
Anthropic's official cookbook of Claude recipes — practical, copy-pasteable examples covering everything from tool use to document summarization to agentic workflows. An underrated resource that just got surfaced again; if you're building with Claude's API or Claude Code, bookmark this and actually read through it.
From Pinboard Popular
Stories 11 – 20
No. 11AI Tools
by jjfoooo4 · 283 points · 195 comments
A systematic takedown of the most common arguments for restricting open-weight AI models — safety theater, competitive moats dressed up as ethics, and regulatory capture. Clear-headed and well-sourced; pairs well with the Politico story above for a full picture of the policy moment we're in.
No. 12Dev ToolsApplies to you
by modinfo · 45 points · 3 comments
git-filter-repo is the officially recommended replacement for git filter-branch — faster, safer, and way less footgun-prone. If you've ever needed to scrub a secret from history, extract a subdirectory into its own repo, or clean up a mess before open-sourcing, this is the tool. Resurfaces today as a handy reminder.
No. 13Privacy & Security
by nickthegreek · 381 points · 173 comments
A beloved, long-running film industry data site quietly changed hands and gutted its free data — a cautionary tale about the fragility of independent web resources. The author argues this is a canary-in-the-coal-mine moment for niche data commons. Essential reading for anyone who builds on or relies on third-party data sources.
No. 14AI ToolsApplies to you
by louis030195 · 76 points · 54 comments
Screenpipe records your screen and activity, then uses that context to build personalized AI agents that understand how you actually work — not just how you describe your workflow. It's a fascinating and slightly unsettling idea with serious productivity upside. Privacy-conscious users should read the thread carefully before installing.
No. 15AI ToolsApplies to you
by pchm · 51 points · 22 comments
A bracingly honest essay about the gap between AI hype and the actual reliability of AI-generated code and systems in production. The author isn't anti-AI — they're calling out the collective willingness to overlook failure modes when demos look impressive. A necessary reality check for anyone shipping AI-assisted code.
No. 16Creative Software
by lopespm · 476 points · 108 comments
A CSS library that faithfully recreates the Windows 98 UI — complete with beveled borders, status bars, and dialog boxes. It's a delightful piece of nostalgia engineering that's also genuinely useful for retro-themed web projects. The HN comments are full of people building wild things with it.
No. 17Weird Science
by r2sk5t · 250 points · 272 comments
DARPA's Air Combat Evolution program successfully flew an AI-controlled F-16 in a dogfighting scenario — a genuine milestone in autonomous systems. The implications for both military AI and the broader question of AI decision-making in life-or-death situations are enormous. The HN thread is lively and technically substantive.
No. 18Creative Software
by glinscott · 394 points · 74 comments
A beautiful, interactive browser-based demo of a Victorian-era beam engine simulation — detailed mechanical animation running entirely in the browser. It's a masterclass in creative coding and WebGL, and the kind of thing that reminds you why the web is still a magical canvas. Click around; it's genuinely mesmerizing.
No. 19Dev ToolsApplies to you
by pjmlp · 4 points · 0 comments
A deep-dive into designing .NET APIs and data structures with Span<T> as a first-class concern — not an afterthought. For .NET developers, Span is one of the most impactful modern additions to the runtime, and this post makes the design philosophy concrete with real examples. Low score but high signal for the reader profile.
No. 20Dev Tools
by speckx · 163 points · 82 comments
A developer's honest account of what it's actually like to build an app on the AT Protocol (the tech behind Bluesky) — the good, the rough edges, and the design decisions that make decentralized social genuinely different from REST APIs. If you're curious about the decentralized web stack, this is the most grounded take yet.