From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by alattaran · 432 points · 162 comments
A drop-in enhancement for Claude Code that routes reasoning through DeepSeek V4 Pro before Claude executes — essentially giving you a thinking layer on top of Anthropic's agent loop. If you're already living in Claude Code, this is a one-repo upgrade worth trying. 162 comments means the community has opinions.
No. 02AI ToolsApplies to you
by ayoisaiah · 351 points · 253 comments
A sharp counterpoint to the Claude Code hype cycle: the author argues that delegating too much to coding agents erodes the deep understanding that makes you a good engineer in the first place. Whether you agree or not, 253 comments suggest this hit a nerve. Required reading before you auto-accept your next 500-line diff.
No. 03AI Tools
by donsupreme · 388 points · 331 comments
Harvard's ER trial is one of the most credible real-world benchmarks for LLM reasoning yet — beating triage doctors by 12–17 percentage points is a big number. The 331-comment thread digs into methodology, base rates, and what 'correct diagnosis' actually means in a noisy ER setting.
No. 04Dev ToolsApplies to you
by rickcarlino · 329 points · 341 comments
A well-argued case for the TUI renaissance: Rust ecosystem tooling, remote-first workflows, and terminal multiplexers have conspired to make text UIs feel modern again. The 341-comment thread is basically a love letter to tools like lazygit, btop, and friends — expect to end up with a new terminal app installed.
No. 05Dev ToolsApplies to you
by SpyCoder77 · 215 points · 91 comments
The essential flip side to the TUI revival story above. A screen-reader user explains in precise detail how modern TUIs — despite looking like plain text — are a minefield for assistive technology. If you're building CLI tools, this is the accessibility audit you didn't know you needed.
No. 06Privacy & SecurityApplies to you
by miohtama · 148 points · 9 comments
Citizen Lab's latest report maps a sprawling SS7/Diameter exploit network used by state-level surveillance actors to silently track and intercept mobile communications globally. Methodical, sourced, and alarming — this is what telecom-level privacy threats actually look like in 2026.
No. 07Privacy & SecurityApplies to you
by mobeigi · 159 points · 180 comments
A measured, well-reasoned pushback on the dogma that obscurity has zero security value. The author argues it's a valid layer in a defense-in-depth stack — not a replacement for real security. The 180-comment thread is a genuinely productive security debate.
No. 08AI ToolsApplies to you
by lelanthran · 117 points · 107 comments
Cuts against the popular framing of LLMs as 'the next abstraction layer above code.' The author makes a careful distinction: LLMs are a new input modality, not an abstraction — and confusing the two leads to bad architectural decisions. Meaty enough to bookmark for your next AI-design debate.
No. 09Dev Tools
by teleforce · 696 points · 390 comments
The highest-scored story of the day is a vindication for every UX engineer who argued that touch-only interfaces are worse. Mercedes is admitting the all-touchscreen experiment failed, which has ripple effects on automotive HMI design everywhere. The 390-comment thread is a cathartic roast of over-engineered dashboards.
No. 10New Apple AppsApplies to you
by bring-shrubbery · 171 points · 43 comments
Someone ported Apple's SHARP (Super-Resolution for photos) ML model to run entirely in-browser using ONNX Web Runtime. You get Apple-quality image upscaling without a server or a Mac. Directly actionable for web apps that need client-side photo enhancement.
From Pinboard Popular
Stories 11 – 20
No. 11Dev ToolsApplies to you
by jdgr · 161 points · 60 comments
Abstractions feel free until they're not — this post catalogues the hidden costs that only show up months later: debugging opacity, onboarding friction, and escape-hatch complexity. Highly relevant for anyone making architectural decisions in Angular or .NET where leaky abstractions are a daily reality.
No. 12Privacy & Security
by oceansky · 329 points · 194 comments
Every single-player title ever protected by Denuvo DRM has now been cracked — a watershed moment for DRM skeptics. The response from 2K and Denuvo (mandatory 14-day online checks) is arguably worse than the problem it's solving. A fascinating case study in security arms races that punish legitimate users.
No. 13Creative Software
by bschoepke · 82 points · 54 comments
An MCP (Model Context Protocol) server that lets AI assistants directly control Ableton Live — create tracks, set tempos, trigger clips, all via natural language. The creative-software/AI intersection is getting very interesting very fast, and this is one of the most practical demos yet.
No. 14Creative Software
by softservo · 112 points · 30 comments
Describe a 3D object in plain English and get back CAD-ready geometry. It's early and rough, but the workflow — LLM interprets intent, outputs parametric CAD primitives — is genuinely novel. Worth watching as the 'AI for physical design' category matures.
No. 15Dev ToolsApplies to you
by xngbuilds · 338 points · 156 comments
A personal computing manifesto: the author built a desktop environment tuned entirely to their own workflows with zero concession to convention. Resonates deeply for Obsidian power users and anyone who has ever spent a weekend customizing their dev environment — the 156-comment thread is full of kindred spirits sharing setups.
No. 16New Apple AppsApplies to you
by heresie-dabord · 102 points · 66 comments
macOS tar silently adds ._ resource fork files and a __MACOSX directory that confuse Linux extractors — a footgun that bites cross-platform developers constantly. The post explains exactly why it happens and how to fix it with one flag. Bookmark this for the next time a teammate on Linux complains.
No. 17Weird Science
by nullagent · 365 points · 116 comments
A new LoRa-based mesh radio protocol claims to squeeze 100x more bandwidth out of the same spectrum that Meshtastic uses — potentially game-changing for off-grid comms. Still early hardware, but the thread has engineers digging into the RF math and it holds up.
No. 18Weird Science
by leopoldj · 149 points · 59 comments
Satellite radar interferometry reveals parts of Mexico City are sinking at over 50cm per year — among the fastest urban subsidence ever recorded. The NISAR mission data is stunning and the implications for infrastructure are profound. A great example of space tech delivering concrete Earth science payoffs.
No. 19Weird Science
by worldvoyageur · 27 points · 0 comments
Quanta Magazine covers a newly described Cambrian fossil site with soft-tissue preservation good enough to revise our picture of animal evolution. Low HN score, but Quanta's science writing is reliably excellent — this is the kind of piece that makes you feel smart over your morning coffee.
No. 20ActionableApplies to you
by rickcarlino · 51 points · 16 comments
k3sup is Alex Ellis's battle-tested tool for spinning up lightweight Kubernetes clusters on any SSH-accessible machine in under a minute. If you've been meaning to experiment with K3s for local or edge deployments, this is the lowest-friction on-ramp available. One binary, one command.