Hey Reader,
Two weeks since the last email. A lot happened. The thread that ties it all together: Opus 4.7 dropped on April 17, and almost every Claude Code release since has been about hardening the runtime around the new model. Memory leaks, context calculation, OAuth resilience, Mac-sleep recovery, managed settings, gateway integration. None of it flashy. All of it exactly what a model migration needs.
Four reads from the last 14 days. I'd go in this order.
The one Claude Code trick that cuts context by 64% (Episode 1)
This is the start of the 10-episode "Production Claude Code" series. Opus 4.7 ships with a 1M token context window – and every coverage piece sold it as "load your whole repo." In production, that's the most expensive way to use it. Every token you load gets billed every turn until compaction. Load 100K tokens, do 20 turns, you've paid for 2M input tokens of rent.
The skill isn't fitting more in. It's loading less of what doesn't matter. Episode 1 walks through the four levers that actually move the needle on a real $200 Max workflow: line ranges, `.claudeignore`, `/context` as a dashboard, and manual `/compact` before auto-compact fires at 97%.
Compound Engineering for Claude Code + AGENTS.md
Your CLAUDE.md is doing two jobs and badly at both. It holds code conventions (where do imports go, what's the test framework). It also holds your dev process (Linear conventions, branch naming, when to brainstorm vs ship). Those have different change cadences. Stuffed into one file, neither reads cleanly.
The fix is structural. CLAUDE.md keeps codebase context. AGENTS.md carries the development process. Claude Code reads AGENTS.md first, so process anchors every prompt. This post is the actual structure I'm running on a real production codebase – the 12-step pipeline, the blast-radius tier rules, Linear conventions, and how the Compound Engineering plugin runs the show.
Claude Design vs Open Design – did "design tool" just stop being a category?
Anthropic launched Claude Design on April 17 – Opus 4.7-powered, hosted, $20/mo on Claude Pro. Eleven days later, Open Design shipped under Apache 2.0 with the same artifact-first loop and 71 brand-grade design systems, but BYOK on whichever coding CLI you already pay for.
Eleven days from launch to OSS clone. That fork tells you something about every vertical AI-native SaaS category right now. The post is an honest comparison plus a decision framework for picking between them based on your existing stack.
Claude Code 2.1.126 – sessions survive Mac sleep, OAuth works over SSH
Five releases shipped in two weeks (2.1.116 → 2.1.126), and 2.1.126 is the biggest one. 33 fixes in a single release, 80+ since the last broadcast.
The two that matter most: three Stream idle timeout fixes that stop sessions from dying after Mac sleep or during long thinking pauses, and an OAuth login flow that finally works over SSH, WSL2, and containers (paste the code into the terminal). Plus `claude project purge`, gateway-aware `/model` picker, and a managed-sandbox enforcement security fix worth knowing about if you run Claude Code in an enterprise.
This recap consolidates everything from 2.1.117 through 2.1.126 – the 1M context window calculation fix, the 4 memory leaks, `claude ultrareview` in CI, the AGENTS.md / process file convention, plus today's 33-entry hardening pass.
Reading order if you want the through-line: start with Episode 1 (load less context), then AGENTS.md (split the process file), then 2.1.126 (the runtime that backs all of it), and finish with Claude Design vs Open Design (where the market is heading).
Reply and tell me which one moved a needle for you. I read every reply.
– Alex
P.S. – Episode 2 of the production series drops this week. It covers steering with modes – plan mode, auto mode, and `--dangerously-skip-permissions` (which got more permissive in 2.1.126, btw – the post explains when that's actually OK to turn on). If you want the full systematic version, it's the 5-day workshop.
Production-Grade Claude Code in 5 Days – June 1 cohort. Early bird is $297 through May 15 (saves $200 off the $497 regular price). 30 seats, still open.
Same setup I use to ship daily, unpacked in 5 days.
Save my seat →
Reply to this email anytime – I read every one.