Blog

Thoughts & Writing

On AI, systems architecture, and the craft of building digital products.

9 Articles
July 12, 20266 min read

144.8 Seconds to 11.8

A Rust disk analyzer felt slow, so a multi-agent review swept the whole stack. The walk that looked parallel wasn't, every file cost three kernel round-trips, and the NTFS fast path was throttled by a wrapper crate reading 4 KB per syscall. Same volume, same totals: 144.8 seconds down to 11.8.

Read more
July 6, 20265 min read

Savings Compared to... What?

My context optimizer reported 93.9% token savings. Claude Code flagged the same tool as my biggest context consumer. Both were true. Here's what honest measurement took.

Read more
July 6, 20267 min read

The Memory Outlives the Model

A thought experiment (an AI companion for my own kids) led to a conclusion about all personal AI: memory is the persistent layer, and the keys belong to whoever it's about.

Read more
July 3, 20266 min read

Coordination Debt: The 116 KB File Every Agent Had to Read

An audit of a multi-agent ticket-to-ship pipeline found the real cost wasn't model reasoning. Three coordination files had bloated into history logs: 116 KB down to 5 KB.

Read more
February 10, 20264 min read

Orchestration, Memory, and the Cost of Thinking

Part 3 of 3 on AI systems that scale. Uncontrolled cognition is the real cost center: orchestration decides who thinks, and memory turns cognition into a compounding asset.

Read more
February 9, 20263 min read

Swarm Architecture: Distributed Cognition Done Right

Part 2 of 3 on AI systems that scale. Most multi-agent systems fail from flat authority and no gating: disciplined swarm design turns agents into compounding intelligence.

Read more
February 8, 20264 min read

Intelligence Is Not the Bottleneck

Part 1 of 3 on AI systems that scale. Most failures trace to missing architecture, not weak models: leverage comes from controlling cognition, not upgrading tiers.

Read more
August 2, 20253 min read

The System Prompt is the Strategy

Your AI doesn't need more tweaks. It needs firmware. Here's how to write system prompts that lock in clarity, tone, and logic without babying the model.

Read more