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
ai · AUG 23 · 2026

1,227 Requests in 191 Days: What Lighthouse's Agentic Score Actually Measures

Chrome shipped a Lighthouse category in May that scores whether you publish an llms.txt. Google's own AI guide says AI crawlers ignore it. Both pages are still up. The audit is real, the score is nonsense, and the actionable audits (CLS, a11y) are ones we already had.

#ai #agents #seo Read essay →
ai · AUG 06 · 2026

TIME Built an AI-Only Website. My Blog Already Had One — Minus the Ads

TIME.com serves AI crawlers a stripped markdown version of every article, with ads no human ever sees. This blog has served machine-readable markdown twins for a while — today I closed the last gap, in fifteen lines of .htaccess.

#ai #agents Read essay →
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 →

Browse all