Should AI write your code unsupervised?


Should AI write your code unsupervised?
My answer + today's source-control post. Plus 2.1.141 and Episode 2.  ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
WotAI

Should AI write your code unsupervised?

Hey Reader,

Short answer to the subject line: yes – but only with the workflow underneath. "Unsupervised" doesn't mean nobody's reviewing, it means the human moves from typing to reviewing. The three reads below are the layers of that workflow stack.

Plan Mode is how you organize a session before the agent runs. Source control is the safety net that makes letting Claude Code ship code on your behalf safe instead of reckless. 2.1.141 is the runtime hardening that keeps your work alive across reopens. Three layers, one stack.

How I shipped a 3-week-old design handoff in 18 min (Episode 2)

Claude Code Episode 2 cover – Plan Mode walkthrough

Episode 2 of the Production Claude Code series is up. I had a design handoff sitting in a folder for three weeks – the kind that turns into hours of "where does this go again?" once you finally open it. Plan Mode shipped it in 18 minutes.

Plan Mode is the first of Claude Code's 4 execution modes. The model writes a structured plan – tasks, files, ordering – without touching your code. You read it, edit it, approve it. Then Auto Mode executes the approved plan without interrupting on every tool call. That separation is the unlock. Planning is cheap. Execution is mechanical.

The post walks through the actual session: the prompt I used, the plan Claude wrote, what I changed before approving, and the 18 minutes of execution that closed the handoff.

Read Episode 2 →

A beginner's guide to source control with GitHub

Source control 101 cover – Git branch diagram on charcoal

People keep DM'ing me asking how to use source control. Not "what is Git" exactly. More like "I'm building a thing with Claude Code and everyone says I need GitHub, what does that actually mean and what do I do first." So I wrote out the answer once.

The post covers the five Git commands that cover almost everything, branches and pull requests, conventional commits, and the two GitHub-specific advantages most builders underuse once Claude Code is in the loop – the `gh` CLI as the cleanest agent integration surface, and Copilot's automatic PR code reviews stacking a second AI reviewer on top.

Personal admission in there: these days I let Claude Code handle the commits, the pulls, the pushes, and the PRs. I just review the PRs. That only works because the branching discipline and the PR review checkpoint exist underneath.

Read the source control walkthrough →

Claude Code 2.1.141 – the stabilization pass after 2.1.139's feature wave

Claude Code 2.1.141 cover – stabilization pass

Eight releases since the last recap (2.1.131 → 2.1.141), and the last one is the most useful one. Roughly 60 fixes, plus four real adds most readers will miss if they only scan the version number.

The four that matter:

→ `terminalSequence` in hook JSON output – desktop notifications without owning the terminal (critical for IDE-hosted sessions).
→ `ANTHROPIC_WORKSPACE_ID` – workload identity federation finally gets workspace-level token scoping.
→ `claude agents --cwd

Plus the polish wave: background agents stop reverting permission mode on reopen, `/model` stops mutating autocompact thresholds across sessions, "view diff in your IDE" is restored on file-edit prompts, and the silent 1-hour prompt-cache bug from 2.1.131 is finally fixed (your prompt cache TTL is back to 1 hour, not 5 minutes).

If you skipped the 2.1.131 changelog because the version number didn't look special, this recap brings you current.

Read the 2.1.141 recap →

Reading order if you want the through-line: source control first (the floor), then 2.1.141 (the runtime), then Episode 2 (the workflow that runs on top).

Reply and tell me which one moved a needle for you. I read every reply.

– Alex


P.S. – Last day for early bird on the 5-day workshop. Production-Grade Claude Code in 5 Days kicks off June 1. Early bird is $297 through 11:59 PM PT tonight (Friday May 15). Tomorrow it goes to $497.

Same setup I use to ship daily, unpacked over 5 days – plan mode, auto mode, hooks, MCP, the agents view, AGENTS.md, source-control conventions, and the full Compound Engineering pipeline on a real production codebase.

Save my seat (early bird ends tonight) →

Read Episode 2 →

Reply to this email anytime – I read every one.

WotAI · AI Automation that Actually Ships

wotai.co

WotAI · 440 N. Barranca Ave., Unit 3777, Covina, CA 91723

WotAI

If you're building with Claude Code, n8n, or AI agents in production, this is the email I'd want. Weekly recap of what shipped, what broke, and how I'm running it. Specific over vague. Replies welcome.

Read more from WotAI
Your CLAUDE.md File Is Too Long

1,204 lines down to 151 The four-bucket diet, and the 20 lines no model can rediscover. Plus 3 more reads. 1,204 lines down to 151 Hey Reader, Four reads this week, and each one spends its best section on the same question: which part of this should you leave alone? The lines you don't delete. The invoices you keep typing by hand. The decisions you never route through software. Every line gets paid for on every session (most don't earn it) Anthropic cut roughly 80 percent of Claude Code's own...

When not to buy an AI agent The three questions that decide it, and what a missed call is actually worth. Plus 3 more reads. When not to buy an AI agent Hey Reader, Two people in your business describe the same process differently. That is the clearest signal it is not ready to automate. You do not have a workflow, you have two workflows and a disagreement. Automate it anyway and you lock in whichever version the person configuring it happened to believe. This week's first two reads are about...

110 free AI models, tested 16 providers, what's actually free, and the catches each one hides. Plus 3 more reads. 110 free AI models, tested Hey Reader, Four reads this week. The first two go together: where the free AI models actually are, and how to put Claude Code in charge of them. 110 free AI models, and what each one actually costs you Sixteen providers hand out real API access right now. Not trials. Free tiers, running today. The catch is that "free" is doing different work at each...