From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by bathory · 758 points · 630 comments
Anthropic is rolling out identity verification for Claude — a significant policy move that affects how the model behaves for verified vs. unverified users. With 630 comments, this is the day's biggest conversation in AI. If you use Claude Code or Claude API, understanding how identity tiers work matters for what you can and can't do.
No. 02AI ToolsApplies to you
by mateenah · 114 points · 70 comments
Recall gives Claude Code persistent, per-project memory stored locally — no cloud sync, no privacy leakage. This is exactly the kind of glue tool that makes AI coding assistants feel less amnesiac between sessions. Drop-in, open source, worth trying today.
No. 03AI ToolsApplies to you
by amarble · 226 points · 186 comments
A firsthand account of ditching Claude for open-weight models and barely noticing the quality drop. The author argues the capability gap has closed faster than most people think. Given today's identity verification news, the timing of this post is pointed — and the comment thread is a goldmine of model swap war stories.
No. 04Dev ToolsApplies to you
by rafaepta · 491 points · 316 comments
Sandi Metz's 2016 classic gets its perennial HN revival, and it keeps earning it. The core insight — that the cost of a wrong abstraction compounds far worse than a little copy-paste — is timeless advice for anyone wrestling with Angular service hierarchies or .NET shared libraries. Read it again.
No. 05Dev ToolsApplies to you
by GeneralMaximus · 378 points · 156 comments
Deno now ships a desktop runtime that lets you build native-feeling apps with TypeScript — no Electron, no Node, just Deno APIs and web standards. For a TypeScript developer this is immediately interesting as an alternative to heavy cross-platform app stacks. Still early, but the direction is clear.
No. 06AI Tools
by T-A · 384 points · 129 comments
A new open foundation model project pitched explicitly at European AI sovereignty — trained on non-US infrastructure, designed for regulated industries. With the EU AI Act tightening, this is the kind of project that could matter to enterprise deployments that can't send data to US providers. Worth watching.
No. 07Privacy & Security
by I_am_tiberius · 267 points · 201 comments
A prominent Danish privacy activist had his home raided by police in what appears to be connected to his advocacy work. The chilling-effect implications for European privacy activism are substantial. The HN thread digs into the legal context and what it signals for activists who take on data brokers and surveillance infrastructure.
No. 08AI ToolsApplies to you
by dev-experiments · 135 points · 30 comments
A practical, reproducible walkthrough of fine-tuning a tiny local model (Qwen 3 at 600M params) to do classification tasks reliably. This is the pragmatic local-AI story: you don't need a 70B model for structured output tasks. Actionable for anyone building AI workflows that need to run offline or cheaply.
No. 09Dev ToolsApplies to you
by vantareed · 89 points · 53 comments
A nasty bug in OpenAI's Codex CLI can silently fill your SSD with logs — users are reporting terabytes of disk consumption before noticing. If you have Codex installed, check your disk usage right now. This is the kind of production footgun that warrants an immediate investigation and possible uninstall.
No. 10Creative Software
by gregsadetsky · 244 points · 46 comments
A delightful deep-dive into how the author stumbled into making wigglegrams — those hypnotic pseudo-3D animated GIFs — and then automated the whole process. Part photo-nerd essay, part creative coding adventure. The kind of joyful rabbit hole that makes you want to open your camera app immediately.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: programming
A measured, non-hype take on why coding agents remain augmentation tools rather than replacements — focusing on system design, context management, and accountability. Pairs well as a counterpoint to today's HN debate about switching to open models. Good reading for anyone building or defending AI-assisted dev workflows.
No. 12Dev Tools
Pinboard Popular · tagged: compiler, programming, language, compsci, course, cornell
Cornell's advanced compilers course, fully self-guided online with lectures, assignments, and a complete LLVM-based project arc. One of the most rigorous free CS resources available — if you've ever wanted to actually understand what happens between your TypeScript and machine code, this is the path.
No. 13Dev ToolsApplies to you
Pinboard Popular · tagged: proxmox, virtualization, Blog, howto, microvm
A practical guide from the Tao of Mac blog on spinning up lightweight microVMs in Proxmox — the kind of setup that's perfect for isolated dev environments or self-hosted AI inference. Clear, opinionated, and immediately actionable if you run any home lab infrastructure.
No. 14New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
MacRumors rounds up all 20 rumored Apple product launches through 2027 — covering hardware refreshes, new form factors, and software platforms. Essential reading for anyone planning purchases or building software targeting the Apple ecosystem. The roadmap implications for macOS and iOS developers are significant.
No. 15AI ToolsApplies to you
Pinboard Popular · tagged: IFTTT, github
Vercel's new open-source framework for building AI agents, sitting alongside their Eve hosted product. It brings Vercel's deployment-first ergonomics to agentic workflows — worth a look if you're building TypeScript-based AI pipelines and want something with first-class hosting integration.
No. 16Weird ScienceApplies to you
Pinboard Popular · tagged: XDN, Tech
MIT's Fractal OS is a bare-metal research kernel built specifically to study processor internals — and its first target was Apple's M1, where it discovered previously unknown vulnerability to 'Phantom' speculative attacks. If you run Apple Silicon, this is directly relevant security research wrapped in genuinely fascinating systems work.
No. 17Dev ToolsApplies to you
Pinboard Popular · tagged: ideas, githubrepo, testing, workflow
Kage packages entire websites as self-contained, navigable offline binaries — no web server needed. Brilliant for archiving docs, testing against a frozen snapshot, or keeping reference sites available without internet. Instantly actionable for anyone who relies on third-party documentation.
No. 18Dev Tools
Pinboard Popular · tagged: performance, latency, observability, formulas, monitoring
Marc Brooker (AWS) uses a simple queuing model to illustrate how tail latency and impatient users interact in ways that confound standard p99 metrics. Clear math, clear intuition, clear implications for API design. The kind of post that makes you rethink your SLO definitions.
No. 19AI ToolsApplies to you
Pinboard Popular · tagged: untagged
A grounded, practitioner-written breakdown of where LLMs actually deliver ROI versus where they disappoint — without the hype or doomerism. Specific, opinionated, and useful for anyone deciding which parts of their dev workflow to hand to an AI assistant. A good checklist for Claude Code users.
No. 20AI ToolsApplies to you
Pinboard Popular · tagged: programming, ai
An architectural essay arguing that AI-assisted codebases need deliberate 'compaction' strategies to stay coherent as context windows fill up — introducing the idea of 'conceptual mass' as a design metric. Sharp thinking for anyone building serious systems with Claude Code or similar tools where context management is a real constraint.