CLAWKILLER is the name I gave my AI orchestration system. It runs six businesses from a single server. Here is the architecture. Why I Built It I could not afford to context-switch between six companies during a full-time engineering job. I needed a system that could intake a goal, plan execution, use tools, and complete the task without me sitting there. LangGraph gave me the graph-based agent orchestration I needed. Supabase gave me persistent memory. Claude and GPT-4o gave me the reasoning layer. The 8 Agents SUPERVISOR — Command parser and router. Every task enters here first. Routes to the appropriate specialist agent based on intent. BROWSER — Playwright-powered web agent. Account creation, form fills, web scraping, social posting. CONTENT — Writes articles, captions, scripts. Pulls from session logs and build notes. COMMS — Drafts emails, SMS, and Slack messages. Handles follow-ups and outreach sequences. DATA — Queries Supabase, runs reports, pulls lead pipeline status across all six companies.…