Claude Code

Posts tagged Claude Code

3 min

Styling at Speed: Tailwind v4 With an Agent

Tailwind v4 moved config into CSS, and that made an agent a far better collaborator. How design tokens in one @theme block kept the whole site consistent.

building with ai
3 min

CLAUDE.md Is the Steering Wheel

One markdown file at the repo root turns scattered AI help into a fleet that stays on-rails. How CLAUDE.md encodes the house rules every agent reads before it touches a line.

building with ai
3 min

This Blog Was a Weekend Idea

How an idea over coffee became a production blog in 24 days and ~1,250 commits, built mostly by AI agents — with a map to every post that tells the story.

building with ai
3 min

Layer Contracts: Taming a Swarm of AI Agents

Running several coding agents in parallel without collisions. How scoping each agent to one typed layer — with a contract the compiler enforces — kept the build safe.

building with ai