The Journal

Field notes from four decades of building systems that scale.

Architecture, machine intelligence, engineering leadership — written for technical leaders who'd rather build than speculate.

Filter
wasm · JUL 15 · 2026

5 Reasons Your Next Deploy Should Be 145 KB of Wasm, Not Docker

I replaced this blog's web server with a single 145 KB WebAssembly binary on Cloudflare Workers — smaller than most images on this page, $0 a month, and tested locally with the exact artifact that ships. Here's why that combination beats a container for a whole class of services.

#wasm #howto Read essay →
claude-code · JUL 14 · 2026

Can a Claude Skill Out-Design You? I Handed It My Blog to Find Out

I installed the Hallmark design skill in Claude Code and told it to redesign my blog. Forty minutes later it had beaten a design I'd sweated over with Google Stitch and Claude Design.

#claude-code #agent-skills #design #ai #howto Read essay →
ai · JUL 12 · 2026

How I Made a Minimalist Agent Harness Code Like a Senior Engineer

I pointed a bare-bones agent harness at a coding model, bolted on a pack of best-practice engineering skills, and had it spec, build, and review a Matrix-themed snake game. The code it produced could have come out of Claude Code or any other harness I already use.

#ai #agents #pi #agent-skills Read essay →
ai · JUL 09 · 2026

How I Made My Blog AI-Readable Before My Claude Bill Goes Up

I pointed Fable 5 at a website specification, told it to audit my blog, plan the fixes, and ship them. Here's how I got the site up to spec—and machine-readable—in one sitting.

#ai Read essay →
ai · JUN 30 · 2026

Fast GLM 5.2 Plans, Cheap Models Code: One LiteLLM File for Claude Code

Claude Code already splits work across model tiers — a heavy thinker and cheaper background models. So point the thinking tier at a fast GLM 5.2 and the rest at pennies-per-token providers. One LiteLLM config file does it, and Claude Code never knows the difference.

#ai #claude-code #howto Read essay →
ai · JUN 29 · 2026

Run Claude Code on a $10/Month OpenCode Go Subscription

OpenCode Go gives you a catalog of cheap coding models for about ten bucks a month. You don't have to switch clients — here are two ways to point Claude Code at it instead of paying Anthropic.

#ai #claude-code #opencode #howto Read essay →
hermes-agent · JUN 04 · 2026

How to Open the Hermes Dashboard Locally Against a Remote Server

Your Hermes Agent runs on a remote box, but the dashboard binds to localhost only. Here's the one-SSH-flag trick to open it in your local browser without exposing it to the internet.

#hermes-agent #howto Read essay →
ai · MAY 21 · 2026

Why I Switched From OpenClaw to Hermes Agent

OpenClaw got me into agentic coding. Hermes Agent kept me there. Easier setup, fewer surprise breakages, and memory plus skills that actually help work accumulate instead of evaporate.

#ai #agents #howto #hermes-agent Read essay →
ai · MAY 21 · 2026

Can You Actually See What Your AI Coding Agents Are Doing?

Running multiple Claude Code and Codex sessions in parallel? abtop is the system-level view that finally tells you which one is about to hit a context wall — and where the orphan dev server is hiding.

#ai #claude-code #agents #developer #howto Read essay →
ai · MAY 19 · 2026

Conductor: How I Run a Whole Team of Claude Agents From One Mac

How Conductor turns Claude Code into a parallel workforce — many agents, many projects, one overview, and a clean plan→PR→merge→archive loop per task.

#ai #agents #claude-code #developer #howto Read essay →

Browse all