#ai-agents

5 posts

Orchestrating AI Coding Agents: What I Learned Running Three Autonomous Sessions at Once

I spent a session orchestrating three concurrent AI coding agents across four repos. They shipped 20+ PRs, wrote 100+ blog posts, removed an entire database dependency, and resolved merge conflicts. Here is what actually works.

The AI Agent Gold Rush: Why Everyone's Building Picks and Shovels

Most AI agent infrastructure is premature. The agents themselves barely work. The industry is selling Formula 1 equipment to people still learning to...

What Actually Failed Building a Multi-AI Content System

I built a multi-AI content pipeline combining Gemini and Claude. The failures taught me more than the architecture.

Scaling the Me Component: How I Built an AI That Thinks Like Me

I built a voice replication system by extracting patterns from my blog corpus. Here's what it captures, what it misses, and what that reveals about...

Building the HTTP for Agents: A Complete Guide to Agent Infrastructure

Autonomous agents need the same infrastructure primitives that web services got a decade ago: identity, policy, and secrets as first-class citizens.