From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by surprisetalk · 932 points · 1350 comments
Anthropic — maker of Claude — lays out its official stance on open-weights AI models, a topic with massive implications for the field. With 1,350 comments, this is the hottest AI policy discussion of the day. If you use Claude Code, understanding where Anthropic stands on open models affects your toolchain choices for years to come.
No. 02AI ToolsApplies to you
by dhorthy · 300 points · 68 comments
A real benchmark of Claude Opus 5 specifically targeting 'sloppy' code generation — the lazy, copy-paste patterns that coding agents tend to produce. Direct relevance for anyone using Claude Code who cares about output quality. The methodology of SlopCodeBench itself is worth stealing.
No. 03AI ToolsApplies to you
by msaltz · 285 points · 107 comments
A practitioner's honest take on switching from frontier models to open-weights alternatives for daily coding work — and finding the experience better than expected. Pairs perfectly with today's Anthropic open-weights piece. Essential reading for anyone evaluating self-hosted AI workflows.
No. 04AI ToolsApplies to you
by ilreb · 199 points · 53 comments
A $500 reinforcement-learning fine-tune of a 9B parameter open model outperformed GPT-4-class frontier models on a specific domain task. This is the 'small beats big with the right training data' story that will keep repeating. Actionable insight for teams considering task-specific fine-tuning.
No. 05Privacy & Security
by cdrnsf · 315 points · 128 comments
A federal judge refused to let Google weaponize the DMCA to stop a competitor from scraping its public data. This ruling has huge implications for the open web, AI training data, and who controls access to publicly visible information. A win for the anti-walled-garden crowd.
No. 06Privacy & Security
by quantified · 313 points · 180 comments
Police pattern-matched a username without accounting for an underscore character, arrested the wrong person, and an innocent man spent 18 months in prison. A gut-punch reminder of how brittle digital forensics can be and how catastrophically software errors interact with the justice system.
No. 07Privacy & Security
by EatonZ · 159 points · 52 comments
A security researcher found critical vulnerabilities in Volvo/Eicher's commercial fleet management platform that would have allowed full takeover of all user accounts and physical vehicles. Detailed writeup with real exploitation steps — a masterclass in API security failures at scale.
No. 08New Apple AppsApplies to you
by pancomplex · 72 points · 26 comments
Yap is a free, open-source macOS voice dictation tool that uses Apple's built-in speech recognition — no model download, no cloud, no subscription. It's the privacy-respecting Whisper alternative that just works on your Mac. Exactly the kind of utility power users have been waiting for.
No. 09New Apple AppsApplies to you
by Austin_Conlon · 125 points · 55 comments
Apple's Vehicle Motion Cues feature — animated dots that reduce motion sickness while using iPhone in a moving vehicle — is getting HN attention for its clever accessibility design. A quiet gem in iOS that most users don't know exists. The discussion digs into how it actually works.
No. 10New Apple AppsApplies to you
by andor · 27 points · 12 comments
Apple's security release notes for macOS Tahoe 26.6 just dropped. If you're on macOS, this is your cue to check for updates — patch notes reveal what was being exploited in the wild. Required reading for anyone in the Apple ecosystem who takes security seriously.
From Pinboard Popular
Stories 11 – 20
No. 11Dev Tools
by laurensr · 246 points · 26 comments
Issue 9 of Paged Out!, the free experimental hacker zine where every article is exactly one page. Packed with low-level tricks, reverse engineering nuggets, and systems curiosities. The kind of content that makes you feel smarter after reading it on a coffee break.
No. 12Dev Tools
by matheusmoreira · 230 points · 28 comments
A deep visual walkthrough of Go's new garbage collector compared to the old one, showing how it traverses the heap in real time. Understanding GC behavior is critical for performance-sensitive services, and this piece makes the abstract concrete with great diagrams.
No. 13Dev ToolsApplies to you
by jcbhmr · 147 points · 32 comments
Gregory Szorc's python-build-standalone project provides fully self-contained Python binaries that run anywhere without system dependencies. If you've ever fought Python version hell in CI or Docker, this is the clean solution. Directly actionable for .NET/TypeScript devs who also script in Python.
No. 14Privacy & SecurityApplies to you
by speckx · 99 points · 29 comments
A practical guide to running containers without root privileges, reducing the blast radius of a container escape or privilege escalation. Step-by-step with real configuration examples. Any developer deploying services should be doing this and most aren't.
No. 15Creative Software
by snyy · 109 points · 26 comments
FeyNoBg is an open-source background removal model and training library that you can run locally or fine-tune on your own data. Competing with remove.bg but without the API costs or privacy concerns. Useful for creative pipelines, product photography automation, or custom dataset work.
No. 16Creative Software
by LorenDB · 108 points · 13 comments
AMD GPUOpen explains a technique using tetrahedral cages to ray trace massive animated scenes without blowing up BVH rebuild costs. Beautiful technical deep-dive relevant to anyone doing real-time graphics, game dev, or creative rendering work. The kind of GPU wizardry that makes engines faster.
No. 17AI ToolsApplies to you
by pamplemeese · 33 points · 2 comments
A concise, well-argued post explaining why asking LLMs to rate their own confidence is unreliable and what to do instead. This is a common mistake in AI-assisted workflows and the fix is actionable. Essential calibration for anyone building on top of LLMs.
No. 18Creative Software
by martz · 165 points · 52 comments
The VLC Unity plugin — bringing VLC's rock-solid media playback into Unity projects — now has full Linux support. This matters for interactive installations, game developers using video, and anyone building media-rich applications in Unity. A long-requested platform gap finally closed.
No. 19AI Tools
by wslh · 113 points · 72 comments
A service that physically upgrades RTX 2080 Ti GPUs from 11 GB to 22 GB of VRAM, breathing new life into aging cards for local LLM inference. At a time when VRAM is the bottleneck for running bigger open models locally, this is a surprisingly practical option compared to buying new hardware.
No. 20Weird Science
by krembo · 228 points · 54 comments
Japan's Meteorological Agency live data for a significant 7.1 magnitude earthquake that struck today. The JMA's real-time public data infrastructure is itself a marvel of engineering — and the HN thread is tracking developments in real time. Worth watching as aftershock data rolls in.