Wednesday · August 12, 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. Stealing Reasoning Traces from Proprietary LLM APIs
  2. Compression is prediction
  3. OpenAI's head of ethics leaves less than a year after joining
  4. Mojo 1.0
  5. Go is an ideal language for AI-assisted software engineering
  6. London Underground begins scanning passengers' faces
  7. Show HN: iPhone app takes simultaneous images from 2 lenses, fuses into 1 photo
  8. What I learned by putting GitHub Copilot behind a MitM proxy
  9. Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet
  10. Making holograms with a pen plotter
  11. Nvidia Nemotron 3.5 Lightning and NeMo Switchyard
  12. llama.cpp
  13. WorldClaw Agentic 3D open-world generation at scale
  14. England set to be one of the first countries to eliminate hepatitis C
  15. The Human Is the Loop
  16. Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
  17. Neutrinos from Deep Inside Earth Provide a New Picture of the Mantle
  18. pg_clickhouse v0.10: Subquery pushdown and 1000x faster TPC-H queries
  19. CSS properties you should know for better text designs
  20. The lifesaving secret hidden inside a horseshoe crab's blue blood

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

Stealing Reasoning Traces from Proprietary LLM APIs

Researchers demonstrate that reasoning traces — the internal chain-of-thought that models like o3 use — can be partially reconstructed from API responses, leaking model internals you weren't supposed to see. If you're building with proprietary LLM APIs, this is a must-read for understanding what your prompts and outputs may be exposing. The implications for competitive IP and prompt confidentiality are significant.

No. 02AI ToolsApplies to you

Compression is prediction

A sharp explainer from ngrok's team on the deep equivalence between data compression and prediction — the same insight that underlies modern LLMs. This is the conceptual foundation that connects zip files to GPT, explained with rare clarity. Essential reading for developers who want to actually understand why large language models work.

No. 03AI ToolsApplies to you

OpenAI's head of ethics leaves less than a year after joining

OpenAI's ethics chief is out after less than a year — the latest in a string of safety-focused departures from the company. Combined with the congressional letter demanding transparency on the HuggingFace incident, it's becoming harder to dismiss these exits as routine churn. Anyone betting on AI tools for critical workflows should be tracking the institutional health of these labs.

No. 04Dev ToolsApplies to you

Mojo 1.0

Mojo, the Python-superset language built for AI systems programming, hits 1.0. It promises Python-compatible syntax with C-level performance, making it a credible option for anyone tired of the Python-to-C-extension treadmill. A stable release means it's finally worth evaluating seriously for production AI tooling.

No. 05AI ToolsApplies to you

Go is an ideal language for AI-assisted software engineering

Google's engineering blog argues Go's verbosity and explicit style actually make it easier for AI coding assistants to generate correct, auditable code. The argument has teeth: less magic means fewer AI hallucination failure modes. Worth reading alongside your Claude Code workflows, even if you're firmly in the TypeScript camp.

No. 06Privacy & SecurityApplies to you

London Underground begins scanning passengers' faces

British Transport Police is expanding live facial recognition to London Underground stations, one of the world's busiest transit systems. This is a major escalation of mass biometric surveillance in public space, with no opt-out for millions of daily commuters. The HN thread is a heated debate about efficacy, civil liberties, and the creeping normalization of always-on identity checks.

No. 07New Apple AppsApplies to you

Show HN: iPhone app takes simultaneous images from 2 lenses, fuses into 1 photo

Photosynthesis fires both iPhone camera lenses at the exact same moment and computationally merges the exposures into a single image — think of it as manual multi-aperture fusion. The results shown in the thread are genuinely impressive for low-light and detail situations. A clever use of the multi-lens hardware that Apple's own Camera app doesn't expose.

No. 08Privacy & SecurityApplies to you

What I learned by putting GitHub Copilot behind a MitM proxy

A developer ran GitHub Copilot's traffic through a MitM proxy and documented exactly what data it phones home — code context, file paths, and more. If you use any AI coding assistant (Copilot, Claude Code, Cursor), this is essential due-diligence reading on what leaves your machine. The findings are eye-opening for anyone working in a sensitive codebase.

No. 09Dev ToolsApplies to you

Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

Git-knife gives you a spreadsheet-style TUI to bulk-edit commit metadata — messages, authors, timestamps — without touching interactive rebase. It's the tool for those messy history cleanup sessions before a PR or open-source release. A genuinely ergonomic approach to a workflow that's historically been painful.

No. 10Creative Software

Making holograms with a pen plotter

Jordan Matelsky figured out how to produce rainbow holograms using nothing but a standard pen plotter drawing diffraction-grating patterns onto card stock. The physics explanation is meticulous and the results are beautiful. A wonderful example of creative coding meeting physical output.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

Nvidia Nemotron 3.5 Lightning and NeMo Switchyard

Nvidia drops Nemotron 3.5 Lightning, a fast inference-optimized model family, alongside NeMo Switchyard — a routing layer for mixing models mid-inference. This is Nvidia making a serious play for the local/on-prem AI stack beyond just selling GPUs. Relevant to anyone building AI workflows who wants to reduce cloud API dependency.

No. 12AI ToolsApplies to you

llama.cpp

llama.app is a polished new web front-end for running llama.cpp locally, making local LLM inference accessible without any terminal wrangling. The HN thread is discussing what this means for on-device AI as a serious alternative to API-based services. Privacy-first developers take note: capable models, running entirely on your machine.

No. 13AI Tools

WorldClaw Agentic 3D open-world generation at scale

Tencent's Hunyuan team demonstrates an agentic system that procedurally generates large-scale, coherent 3D open worlds at a quality level that was science fiction two years ago. The demo videos are jaw-dropping. This will fundamentally change what small game and simulation studios can build.

No. 14Weird Science

England set to be one of the first countries to eliminate hepatitis C

England is on track to eliminate hepatitis C as a public health threat, driven by universal access to direct-acting antivirals and aggressive screening programs. It's a rare public health success story and a model for how to actually eradicate a disease in a developed country. The HN thread digs into the policy decisions that made it possible.

No. 15AI ToolsApplies to you

The Human Is the Loop

A sharp essay arguing that 'human in the loop' has it backwards — we're increasingly the loop that AI systems run on, rather than the reverse. As AI coding agents become more autonomous, this reframing matters for how you design your review and approval workflows. Required philosophical reading for anyone using Claude Code or similar agentic tools.

No. 16New Apple AppsApplies to you

Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

Write.md is a native macOS Markdown editor with strong theming support, released free and open-source. Obsidian users will want to evaluate this as a lightweight alternative for distraction-free writing sessions that don't need a full vault. The open-source angle is a breath of fresh air in the increasingly crowded paid-app Markdown editor space.

No. 17Weird Science

Neutrinos from Deep Inside Earth Provide a New Picture of the Mantle

Scientists are using geoneutrinos — particles emitted by radioactive decay deep in Earth's mantle — to construct the first direct measurements of Earth's interior heat budget. Quanta Magazine brings its usual clarity to a genuinely strange physics story. We are literally imaging the inside of the planet with ghost particles.

No. 18Dev Tools

pg_clickhouse v0.10: Subquery pushdown and 1000x faster TPC-H queries

The pg_clickhouse extension lets PostgreSQL push analytical queries directly to ClickHouse for columnar execution — v0.10 adds subquery pushdown and achieves 1000x speedups on TPC-H benchmarks. If you're already on Postgres but need OLAP performance without rearchitecting, this is the cleanest path. A serious engineering achievement squeezed into a point release.

No. 19Dev Tools

CSS properties you should know for better text designs

A well-curated roundup of underused CSS typography properties — `text-wrap: balance`, `hanging-punctuation`, `font-variant-numeric`, and more — that most developers have never touched. Angular developers building polished UIs will find several immediately applicable wins here. The kind of post you bookmark and return to when a design looks almost right but not quite.

No. 20Weird Science

The lifesaving secret hidden inside a horseshoe crab's blue blood

Horseshoe crab blood contains Limulus amebocyte lysate (LAL), the only substance that reliably detects bacterial endotoxins — meaning nearly every injectable drug or vaccine you've ever received was tested with it. The species is now under pressure from overharvesting for biomedical use, threatening a safety system the entire pharmaceutical industry depends on. A quietly alarming story about a single species holding a critical civilizational function.