AI

Practical AI in real workflows

Writing about using AI to build software, improve operational work, and produce clear business results without adding unnecessary complexity.

Finding What You Already Made

Coding agents generate enormous context — sessions, deliverables, files, decisions. The bottleneck isn't generating more; it's finding what you already made. Here's the small glue layer I built to solve exactly that, and why grep, FTS, and RAG each miss part of the problem.

Read article

A Cost-Control Playbook for Codex Subagents

A decision playbook for running Codex subagents without token cost surprises — when to delegate, how to bound each worker, and how to measure what it actually cost. Built from three measured experiments on this site.

Read article

The multi-agent execution behind one rebuild

A candid case study of the exact execution that shipped this site's solutions/editorial rebuild and visual remediation: a Sol supervisor, a GLM workhorse in an isolated worktree, a bounded Opus review, GLM amendments, and independent parent acceptance — with the failures included.

Read article

Proof, not prompts

A delivery standard for AI-assisted work: raw evidence, provenance, editable deliverables, reconciliation, and review gates — walked through one real build end to end, including the failure that only the evidence caught.

Read article