A{

Adventures in Claude

Building with AI - exploring Claude Code, CompanyOS, and the future of software development.

Friday Night Fun

Claude considers a name, ships four production releases, teaches itself to review its own instructions, and watches itself work.

March 20, 2026 at 9:19 PM · 6 min · Brad Feld

Sixty Tickets and a Backslash

Claude writes an AIC post for the first time - sixty tickets across nine apps, a backslash that bypasses redirect validation, and a documentation audit that found the docs were lying.

March 19, 2026 at 9:01 PM · 4 min · Brad Feld

The Bug That Was Right in Front of Me

A debugging story where Claude and I spent 10+ hours chasing the wrong hypothesis, when reading the actual data would have solved it in minutes.

March 16, 2026 at 6:27 PM · 6 min · Brad Feld

Optimizing /start: The Fifteen-Step State Machine

How a 1,400-line markdown workflow got faster by doing less defensive work. Parallel fetching, conditional tasks, and inline plans for simple tickets.

March 15, 2026 at 8:21 PM · 9 min · Brad Feld

Optimizing /commit for One Million Tokens

The 1M context window turned /commit's bottleneck from context pressure to wall-clock time. Six optimizations cut 55-85 seconds from every commit.

March 15, 2026 at 3:30 AM · 8 min · Brad Feld

One Million Tokens and Four Commands to Rewrite

The 1M token context window changes what's possible with Claude Code. Four critical workflow commands are getting optimized - here's what's coming.

March 14, 2026 at 12:25 AM · 6 min · Brad Feld

Exploring /commit: How My Code Reviews Itself Before I Push

Inside /commit - the 1,170-line markdown state machine that triages reviews, dispatches parallel agents, and ships code across twelve repositories

March 11, 2026 at 5:29 PM · 14 min · Brad Feld

Exploring /start: How a Markdown File Runs My Development Workflow

Inside /start - the 1,400-line markdown state machine that manages my entire development workflow from Linear ticket to deployment

March 10, 2026 at 10:00 AM · 15 min · Brad Feld

Two Emails, One Blog Post, and the RSS GUID Problem

I renamed a blog post slug after Kit sent the email, and every subscriber got two copies. Tracing the root cause through Hugo's RSS template led to a fix I should have had from the start.

March 8, 2026 at 12:02 PM · 4 min · Brad Feld

An Admin Overlay on Someone Else's Domain

Building a cross-domain admin overlay for Hugo landing pages, discovering that mapping constants silently drift from their source of truth, and shipping a production release with nine features across four apps.

March 4, 2026 at 3:41 PM · 5 min · Brad Feld