#claude

← All writing
Jun 16, 2026

I made Claude, GPT and Gemini predict the World Cup. I'm keeping score live.

Three frontier models, 72 group-stage matches, predictions frozen before kickoff, and a leaderboard that updates itself. A benchmark dressed up as a game — and the perfect excuse to ship a quick mini-app on GitHub Pages.

ia · build · claude · 3 min
Jun 8, 2026

Flue: the agent harness, but as a framework (and it's the Astro team)

The Astro team ships "The Agent Harness Framework." Flue takes the harness from the previous article and turns it into a real framework. I ported our profile-analysis agent to it to see.

ia · claude · stack · 5 min
Jun 8, 2026

The harness: what turns an LLM into an agent (and why you don't have to build it)

An LLM predicts text; an agent runs tasks. In between sits the harness. I set out to understand it, and realized my mental pattern already described the Claude Agent SDK.

ia · claude · process · 6 min
Jun 4, 2026

I still write code — but that's no longer where the value is

The dev job is shifting from typing to steering: orchestrating agents, writing the spec, guaranteeing that what ships is what was expected. What changes when you stop coding to produce, and start coding to validate.

ia · process · claude · 6 min
May 29, 2026

The clean-code rules I make Claude follow on React Native

An AI agent ships «average» code by default: 300-line files, any everywhere, logic in the JSX. Here are the 10 rules I wrote for VoiceJournal, and why they hold.

ia · claude · process · mobile · 4 min
May 24, 2026

The Claude Code hooks I installed that save me time every single day

Going from Claude that codes to Claude that disciplines itself. SessionStart to bootstrap the repo, PreToolUse to block sketchy commands, Stop to notify you when a task ends. Four concrete hooks running silently in my repos.

ai · claude · tools · process · 5 min
May 24, 2026

Claude Code on the web: how I ship my apps from my phone

A GitHub issue from the phone, a Claude Code session auto-triggered in a cloud container, a PR popping up in Slack, a merge from the GitHub app. My indie workflow when I'm away from the laptop — and what works vs. what doesn't.

ai · claude · process · indie · 6 min
May 19, 2026

Spec-Driven Development with Claude: the workflow that saved me a month

Brainstorming → spec → detailed plan → sub-agent execution with review. The workflow I've been using for a few months that finally makes AI usable on multi-day projects, not just snippets.

ai · claude · process · 5 min
May 12, 2026

RTK: how I cut 80% of the noise eating up my Claude context

A Rust CLI proxy that sits between Claude Code and your shell commands. It compresses verbose output (git status, ls, jest...) before it ever reaches the context window. One command to install, instant payoff.

ai · claude · tools · process · 5 min
Apr 30, 2026

Why I write a CLAUDE.md in every repo (and you should too)

A markdown file at the root of your repo describing how we code here. Read by Claude (the agent) before every session, and by humans at first glance. It's become my most important engineering contract.

ai · claude · process · 6 min