In this issue
- LLMs reward expertise
- Devtools must be open source
- MiniMax H3 Day-0 Support in ComfyUI: Open Weights, Native Audio, and 2K Video
- Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone
- Smaller, faster, safer: running Kimi and GLM at scale
- Twenty Years of Pandoc
- Andy Pavlo joins ClickHouse to establish ClickHouse Labs
- AirLLM 70B inference with single 4GB GPU
- FFmpeg 9.0
- Massively Parallel Postgres Backups
- Stateless MCP has recaptured my interest (and inspired mcp-explorer and datasette-mcp)
- Daring Fireball: Boris Cherny on Trying to Get Claude Code to Rewrite the Claude App
- TerminalWidget for Mac, iPhone, and iPad | Terminal Widget
- SwiftUI After 7 Years | Hacker News
- How rogue officers turned a nationwide camera network into a tool for stalking
- How China Keeps Tabs on Foreigners - The New York Times
- The Shape of Things to Come, Part 1: The Continuous Thunderdome — Steve Yegge
- MCP vs. REST: What's the right way to connect AI agents to your API? — WorkOS
- firecrawl/pdf-inspector: Fast Rust library for PDF inspection, classification, and text extraction
- A shell colon does nothing. Use it anyway. | Filip Roséen
From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by MaxMussio · 980 points · 416 comments
The most-upvoted HN story today argues that LLMs don't level the playing field — they amplify the gap between experts and novices. If you already know what good looks like, you can steer the model; if you don't, you get plausible garbage. Essential reading for anyone building or coaching with AI tools.
No. 02Dev ToolsApplies to you
by bryanmikaelian · 620 points · 206 comments
A sharp manifesto arguing that closed-source devtools are a liability — they disappear, get acquired, or spy on you. The case is made with historical receipts and lands squarely for anyone who's been burned by a shuttered SaaS. 206 comments means the community has strong opinions.
No. 03Creative SoftwareApplies to you
by vblanco · 300 points · 87 comments
MiniMax H3 drops open weights for a model that does native audio and 2K video generation — and ComfyUI had support on day zero. If you're in the visual AI space, this is the new baseline for what open models can produce locally.
No. 04AI ToolsApplies to you
by leonickson · 190 points · 84 comments
Swiftlet is a new Swift-native app that runs frontier-scale LLMs in absurdly little RAM on Mac and iPhone using aggressive quantization and memory-mapped weights. For Mac developers who want on-device AI without paying the cloud tax, this is worth cloning today.
No. 05AI ToolsApplies to you
by ascorbic · 221 points · 58 comments
Cloudflare's Workers AI team breaks down how they're running Kimi and GLM efficiently at the edge — covering quantization, batching, and safety filtering at scale. Concrete engineering detail for anyone thinking about deploying inference in production.
No. 06Dev ToolsApplies to you
by fiddlosopher · 270 points · 31 comments
John MacFarlane reflects on two decades of Pandoc, the universal document converter that quietly underpins half the tech writing on the internet. A rare retrospective from a solo maintainer who stayed the course — and a reminder that boring, reliable tools are the backbone of the ecosystem.
No. 07Dev Tools
by nikolay_sivko · 314 points · 67 comments
CMU database legend Andy Pavlo is leaving academia to run ClickHouse Labs, the research arm of the fastest OLAP database in the game. This is a big signal that ClickHouse is serious about pushing the research frontier — expect interesting papers and features to follow.
No. 08AI Tools
by Anon84 · 221 points · 80 comments
AirLLM uses layer-by-layer streaming from disk to run 70B parameter models on a single 4GB GPU — no quantization required. The speed tradeoff is real, but the accessibility story is remarkable for researchers without beefy hardware.
No. 09Creative SoftwareApplies to you
by gyan · 130 points · 13 comments
FFmpeg 9.0 lands with new codec support, API changes, and continued performance work on the tool that processes a significant fraction of all video on Earth. If you script video pipelines — and many developers do — check the release notes for breaking changes before upgrading.
No. 10Dev Tools
by ksec · 109 points · 12 comments
PlanetScale's engineering blog details how they parallelized Postgres backups to dramatically cut backup windows for large databases. The techniques here — chunk-level parallelism, WAL coordination — are transferable to any team running Postgres at scale.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: mcp, subject:cs.AI, subject:cs.CL, blogs, author:simon_willison, year:2026
Simon Willison digs into stateless MCP — the Model Context Protocol variant that doesn't require persistent connections — and ships two new tools: mcp-explorer and datasette-mcp. Anyone building Claude Code integrations or MCP servers needs to understand this design shift.
No. 12AI ToolsApplies to you
Pinboard Popular · tagged: boris_cherny, Mac, blogs, claude-code, development, desktop, year:2026, interviews
Boris Cherny — Claude Code's creator — attempts to use Claude Code to rewrite the Claude macOS app in Swift, and Daring Fireball covers the outcome. A fascinating dog-food exercise that reveals both the power and the current limits of AI-assisted native app development.
No. 13New Apple AppsApplies to you
Pinboard Popular · tagged: widget, macos, terminal, command, output, chart
TerminalWidget lets you run shell commands and display their output — including charts — as native iOS/macOS widgets. Perfect for a developer who wants live system stats, git status, or custom monitoring dashboards right on the home screen or desktop.
No. 14New Apple AppsApplies to you
Pinboard Popular · tagged: swiftui
A retrospective on SwiftUI at year seven — what's matured, what's still paper-thin, and whether it's finally production-ready for complex apps. The HN thread surfaces war stories from developers who've shipped real products with it.
No. 15Privacy & SecurityApplies to you
Pinboard Popular · tagged: law-enforcement, license-plate-readers
At least 50 law enforcement officers were charged or accused of misusing Flock's license-plate camera network to stalk ex-partners and others. A chilling investigation into how ubiquitous surveillance infrastructure becomes a weapon when access controls are weak.
No. 16Privacy & Security
Pinboard Popular · tagged: untagged
The NYT reveals the scope of China's surveillance database targeting foreign nationals — tracking movements, contacts, and digital activity. A sobering look at state-level surveillance architecture that sets a template other governments are studying.
No. 17AI ToolsApplies to you
Pinboard Popular · tagged: author:steve_yegge, subject:cs.AI, subject:cs.CL, subject:cs.SE, blogs, year:2026
Steve Yegge is back with a characteristically unhinged-but-insightful long-form essay on where AI is taking software engineering. He coined "the Thunderdome" for the coming competitive collapse among developers — essential provocative reading for anyone whose job involves writing code.
No. 18AI ToolsApplies to you
Pinboard Popular · tagged: untagged
WorkOS breaks down the architectural tradeoffs between MCP and REST for connecting AI agents to backend APIs — covering statefulness, tooling maturity, and when each makes sense. A practical decision framework for teams building agentic systems right now.
No. 19Dev ToolsApplies to you
Pinboard Popular · tagged: PDF-extract
A fast Rust library from the Firecrawl team that intelligently classifies PDFs as scanned vs. text-based before deciding how to extract content — avoiding expensive OCR when it's not needed. Drop this into any document-processing pipeline for smarter routing.
No. 20Dev ToolsApplies to you
Pinboard Popular · tagged: shell
The shell's `:` command is a no-op — but it has surprisingly useful applications in scripts: placeholder commands, conditional default assignments, and keeping syntax valid in pipelines. One of those bite-sized shell tricks that actually sticks with you.