Recent Posts

The Craft Before It Was Automated

2 minute read

The skill being built right now — how to coordinate distributed agents, how to structure information so any model can navigate it, how to design adversarial ...

The Power Gap Will Close

2 minute read

Yes, we’re dependent on AI. Just like we were dependent on cloud infrastructure before that, and software before that, and hardware before that.

Python Taught AI to Code

2 minute read

Python was designed for humans to read. Guido van Rossum’s central design decision — legibility above all else — turned out to be the most important property...

Three Waves of Democratization

2 minute read

Technology democratization has happened in waves. Each wave lowered the barrier to building, expanded who could compete, and disrupted incumbents carrying th...

Software Is the Modern Rai Stone

2 minute read

Rai stones — the large limestone discs of Yap — derived their value from how hard they were to produce and transport. Quarried on a distant island, moved by ...

Your AI Agents Are Lying to Each Other

5 minute read

I run six AI agents across seven repositories. They share a codebase, share results, and reference each other’s work. After months of operation, I audited th...

LLMs Have No Memory of Time

6 minute read

Ask Claude what day it is and it’ll tell you. Ask it whether the thing it read five minutes ago is newer than the thing it read an hour ago, and it has no id...

Giving Claude Eyes, Ears, and a Voice

5 minute read

Claude can read code, write essays, debug distributed systems. But it can’t hear you talk. It can’t look around the room. It can’t tell you the weather witho...

AI-Assisted Hobbies

2 minute read

Saturday project day. Speech recognition, computer vision, game server automation, and planning a robotic camera arm. All with AI assistance.

FTL2: Giving AI Hands

6 minute read

We’re almost there with AI. Claude can understand what you want to build, design architectures, write code, debug problems, and explain complex systems. But ...

How does Terraform work?

6 minute read

Terraform is an automation tool that excels at provisioning infrastructure. How do Terraform providers work? Let’s take a close look at the example hashicup...

Faster than light

2 minute read

Building on the principles discussed in my previous post, post, and post I started the Faster-than-light project. The goals of this project are to explore ...

Smolagents are amazing

2 minute read

Smolagents is one of those projects that will change the industry. It was released at just the right time to build upon the recent open-source advances in re...