Tuesday · August 4, 2026

Morning Edition

Twenty stories from Hacker News and Pinboard Popular, curated for tech-leaning readers who care about Claude Code, the Apple ecosystem, and privacy.

In this issue

  1. LLMs reward expertise
  2. Devtools must be open source
  3. MiniMax H3 Day-0 Support in ComfyUI: Open Weights, Native Audio, and 2K Video
  4. Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone
  5. Smaller, faster, safer: running Kimi and GLM at scale
  6. Twenty Years of Pandoc
  7. Andy Pavlo joins ClickHouse to establish ClickHouse Labs
  8. AirLLM 70B inference with single 4GB GPU
  9. FFmpeg 9.0
  10. Massively Parallel Postgres Backups
  11. Stateless MCP has recaptured my interest (and inspired mcp-explorer and datasette-mcp)
  12. Daring Fireball: Boris Cherny on Trying to Get Claude Code to Rewrite the Claude App
  13. TerminalWidget for Mac, iPhone, and iPad | Terminal Widget
  14. SwiftUI After 7 Years | Hacker News
  15. How rogue officers turned a nationwide camera network into a tool for stalking
  16. How China Keeps Tabs on Foreigners - The New York Times
  17. The Shape of Things to Come, Part 1: The Continuous Thunderdome — Steve Yegge
  18. MCP vs. REST: What's the right way to connect AI agents to your API? — WorkOS
  19. firecrawl/pdf-inspector: Fast Rust library for PDF inspection, classification, and text extraction
  20. A shell colon does nothing. Use it anyway. | Filip Roséen

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

LLMs reward expertise

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

Devtools must be open source

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

MiniMax H3 Day-0 Support in ComfyUI: Open Weights, Native Audio, and 2K Video

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

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone

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

Smaller, faster, safer: running Kimi and GLM at scale

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

Twenty Years of Pandoc

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

Andy Pavlo joins ClickHouse to establish ClickHouse Labs

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

AirLLM 70B inference with single 4GB GPU

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

FFmpeg 9.0

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

Massively Parallel Postgres Backups

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

Stateless MCP has recaptured my interest (and inspired mcp-explorer and datasette-mcp)

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

Daring Fireball: Boris Cherny on Trying to Get Claude Code to Rewrite the Claude App

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

TerminalWidget for Mac, iPhone, and iPad | Terminal Widget

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

SwiftUI After 7 Years | Hacker News

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

How rogue officers turned a nationwide camera network into a tool for stalking

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

How China Keeps Tabs on Foreigners - The New York Times

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

The Shape of Things to Come, Part 1: The Continuous Thunderdome — Steve Yegge

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

MCP vs. REST: What's the right way to connect AI agents to your API? — WorkOS

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

firecrawl/pdf-inspector: Fast Rust library for PDF inspection, classification, and text extraction

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

A shell colon does nothing. Use it anyway. | Filip Roséen

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.