Monday · June 29, 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. GLM 5.2 beats Claude in our benchmarks
  2. The KIDS Act would require age checks to get online
  3. Age verification is just a precursor to automated attribution of speech
  4. I used Claude Code to get a second opinion on my MRI
  5. HackerRank open sourced its ATS. My resume scored 90/100. Oh wait 74. No – 88
  6. A way to exclude sensitive files issue still open for OpenAI Codex
  7. Librepods: AirPods liberated
  8. Dissecting Apple's Sparse Image Format (ASIF)
  9. Herdr: Agent multiplexer that lives in your terminal
  10. Jimmy is a tool to convert your notes from different formats to Markdown
  11. Evan's Jujutsu Tutorial
  12. Lessons from Anthropic on building effective human-agent teams
  13. Omnigent — a meta-harness for building and running AI agents
  14. Why Local AI Is Apple's Play - MacSparky
  15. How to create a macOS Golden Gate USB install drive [Video] - 9to5Mac
  16. Nearly a million passports and photo IDs were left unprotected on the public internet | The Verge
  17. Vibe slop is the symptom. Context debt is the disease. - The New Stack
  18. "Code should be regenerated, not maintained": Codeplain makes the case for spec-driven development - The New Stack
  19. Modern GPU Programming For MLSys — Modern GPU Programming For MLSys
  20. Software Engineering in the Age of AI

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

GLM 5.2 beats Claude in our benchmarks

Semgrep's security-focused benchmarks show GLM 5.2 outperforming Claude on cyber tasks — a direct challenge to Anthropic's dominance in the coding assistant space. The title riffs on Anthropic's own Mythos model saga, making this doubly relevant. If you're using Claude Code for security-sensitive work, this is worth a hard look.

No. 02Privacy & SecurityApplies to you

The KIDS Act would require age checks to get online

The EFF breaks down the KIDS Act, which would mandate age verification as a gateway to internet access. This isn't just about protecting children — it's a massive surveillance infrastructure play that affects every developer building web services. Read alongside the companion piece below.

No. 03Privacy & SecurityApplies to you

Age verification is just a precursor to automated attribution of speech

A sharp editorial argument that age verification laws aren't really about kids — they're about building the infrastructure to tie online speech to legal identities. The slippery slope here is unusually well-argued. Essential reading for anyone who cares about anonymous internet use.

No. 04AI ToolsApplies to you

I used Claude Code to get a second opinion on my MRI

A developer feeds their own MRI scans into Claude Code Opus and documents what the model gets right, what it hedges, and where it falls short. The 568 comments make this a lightning rod for debate about AI in medicine. A genuinely fascinating use case that pushes Claude Code well outside its coding comfort zone.

No. 05AI Tools

HackerRank open sourced its ATS. My resume scored 90/100. Oh wait 74. No – 88

A writer stress-tests HackerRank's newly open-sourced AI resume screener and finds wildly inconsistent scores on the same document. It's a compelling demolition of black-box AI hiring tools and a timely reminder that 'objective' scoring is often anything but. Worth reading before your next job application.

No. 06Privacy & SecurityApplies to you

A way to exclude sensitive files issue still open for OpenAI Codex

A widely-tracked GitHub issue reveals that OpenAI Codex still has no supported way to exclude sensitive files (secrets, credentials, private configs) from being sent to the API. If you're using any AI coding assistant on real codebases, this is a concrete, unresolved risk you should know about. The discussion is packed with workarounds.

No. 07New Apple AppsApplies to you

Librepods: AirPods liberated

An open-source project that unlocks AirPods features (Adaptive Transparency, Personalized Volume, head gesture controls) on non-Apple operating systems. For the Apple ecosystem user who also runs Linux or just wants more control, this is a practical tool you can install today. The 130 HN comments are full of setup tips.

No. 08New Apple AppsApplies to you

Dissecting Apple's Sparse Image Format (ASIF)

A deep reverse-engineering dive into ASIF, Apple's undocumented sparse disk image format used internally in macOS. Exactly the kind of low-level Apple internals post that rarely surfaces outside niche circles. If you build macOS tools or care about Apple's file system choices, this is a gem.

No. 09Dev ToolsApplies to you

Herdr: Agent multiplexer that lives in your terminal

Herdr lets you run and coordinate multiple AI coding agents simultaneously from a single terminal session — think Claude Code, Codex, and custom agents side by side. For developers already deep in AI-assisted workflows, this is the missing orchestration layer. Actionable and installable today.

No. 10Dev ToolsApplies to you

Jimmy is a tool to convert your notes from different formats to Markdown

Jimmy is a CLI tool that converts notes from Notion, Evernote, Bear, Joplin, and a dozen other apps into clean Markdown — perfect for migrating into Obsidian. Low score but extremely high practical value for the note-taking power user. If you've been stuck in a proprietary format, this is your escape hatch.

From Pinboard Popular

Stories 11 – 20
No. 11Dev ToolsApplies to you

Evan's Jujutsu Tutorial

A comprehensive hands-on tutorial for Jujutsu (jj), the Git-compatible version control system that's been winning over developers who want a cleaner mental model than Git's. Written by Evan Martin (ex-Google), it's the most approachable entry point yet. If you've been jj-curious, start here.

No. 12AI ToolsApplies to you

Lessons from Anthropic on building effective human-agent teams

Anthropic's own blog post on structuring workflows where humans and AI agents collaborate — covering task decomposition, trust calibration, and when to keep humans in the loop. Directly relevant to anyone orchestrating Claude Code or multi-agent pipelines. Practical frameworks, not just theory.

No. 13AI ToolsApplies to you

Omnigent — a meta-harness for building and running AI agents

Omnigent provides a unified layer over Claude Code, Codex, and custom agents — swap or combine them without rewriting glue code, enforce policies, sandbox execution, and collaborate on live sessions from any device. This is exactly the kind of infrastructure that serious AI-tooling shops are building internally. Now it's a product.

No. 14New Apple AppsApplies to you

Why Local AI Is Apple's Play - MacSparky

MacSparky's David Sparks makes the case that Apple's real AI moat is on-device inference — privacy-preserving, latency-free, and tied to hardware Apple controls end-to-end. A clear-eyed strategic read for anyone watching how Apple Intelligence evolves. Directly relevant to the Apple-ecosystem developer.

No. 15New Apple AppsApplies to you

How to create a macOS Golden Gate USB install drive [Video] - 9to5Mac

A step-by-step video guide for creating a bootable USB installer for macOS Golden Gate — handy for clean installs, IT setups, or recovering machines without internet access. Purely actionable. Bookmark it before you need it.

No. 16Privacy & Security

Nearly a million passports and photo IDs were left unprotected on the public internet | The Verge

Cannabis club management software (Nefos/PuffPal) left nearly a million government IDs and passport scans in a publicly accessible S3 bucket. A textbook example of what happens when regulated industries bolt on compliance software without security basics. A useful reminder of the real-world cost of misconfigured cloud storage.

No. 17AI ToolsApplies to you

Vibe slop is the symptom. Context debt is the disease. - The New Stack

A sharp diagnosis of why AI-assisted codebases degrade over time: it's not the vibe coding itself, it's the accumulating 'context debt' as models lose coherent understanding of a growing codebase. This reframes the problem in a way that points toward actual solutions — better context management, structured specs, tighter scopes. Essential for Claude Code users.

No. 18AI ToolsApplies to you

"Code should be regenerated, not maintained": Codeplain makes the case for spec-driven development - The New Stack

Codeplain argues that in an AI-native world, code is a build artifact — write the spec, regenerate the implementation. It's a provocative rethink of what 'maintaining a codebase' even means. Pairs perfectly with the context-debt piece above and will resonate with anyone doing serious AI-assisted development.

No. 19AI Tools

Modern GPU Programming For MLSys — Modern GPU Programming For MLSys

A free, comprehensive online textbook on GPU programming specifically for machine learning systems — covering CUDA, memory hierarchies, kernel fusion, and more. If you've ever wanted to understand what's actually happening inside LLM inference, this is the definitive starting point. Bookmarkable reference.

No. 20AI ToolsApplies to you

Software Engineering in the Age of AI

A thoughtful practitioner's essay on how the role of a software engineer is actually changing — not disappearing — as agentic AI takes over boilerplate. Strong on the distinction between direction-setting (hard to automate) and implementation (increasingly automated). A grounding read amid the hype.