#claude

2 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.

When Claude Hits Its Limits: Building an AI-to-AI Escalation System

Different LLMs have different strengths. Routing tasks to the right model -- like heterogeneous compute -- turns out to be more valuable than using one ...