I Launched 2 AI-Run Businesses in 4 Days. Here's the Playbook.
Last week I had zero autonomous businesses.
By Sunday night I had two live, generating content, with Stripe payment links accepting money.
Not mockups. Not landing pages. Production businesses — with daily content pipelines, SEO infrastructure, analytics, and email capture. All built and operated by the same 9-agent AI org I've been writing about.
Here's exactly how it happened, and the repeatable playbook you can steal.
Business #1: Daily Carry Lab (Affiliate / SEO)
What it is: A niche content site covering portable tech and everyday carry gear — chargers, cables, travel organizers, laptop accessories. Revenue comes from Amazon Associates commissions.
Stack: Astro static site → Cloudflare Pages → Amazon affiliate links → Google Analytics → Beehiiv email capture.
How AI built it:
- I told Jarvis (my orchestrator agent): "Think of an online business. Easy to set up. Completely ran by you. Hands off."
- Jarvis picked the niche (portable tech/EDC), chose the stack, and dispatched Cody (builder agent) to construct the site.
- Cody built the full Astro site — product pages, category structure, responsive design, affiliate link integration.
- Site deployed to Cloudflare Pages. Custom domain. DNS propagated. Live.
- I set up a daily cron: every morning at 6 AM, an agent researches a keyword, writes a 2,000-word product roundup, fetches real product images, verifies affiliate links, builds the page, and deploys it. No human involved.
Time from idea to live site: ~3 hours.
Current state: 5 articles published. 34 pageviews (mostly us testing). Zero organic traffic yet — that's expected. SEO is a 3-6 month game. The pipeline just needs to keep publishing.
The honest numbers: $0 revenue, $0 commissions, 0 affiliate clicks. It's Week 1. The machine is running; the results take time.
Business #2: AI Operative Supply (Digital Products)
What it is: A digital product shop selling AI operations templates, playbooks, and tools. Think: the practical stuff behind this newsletter, packaged for purchase.
Stack: Static site on Cloudflare Pages → Stripe payment links → Google Analytics → Google Search Console → newsletter integration.
Products launched (all created by AI agents):
- AI Prompt Pack — 50 production prompts across 5 categories ($19)
- Notion AI Ops Dashboard — template for managing an AI org ($29)
- SOP Playbook — standard operating procedures for AI delegation ($39)
- AI Business Cost Calculator — spreadsheet for modeling agent costs ($19)
- AI Operator Starter Kit — everything bundled ($49)
How it happened:
- Overnight execution window: I had Jarvis queue up product creation tasks.
- Each product was written by an agent — Scribe for copy-heavy pieces, Cody for the spreadsheet calculator, Jarvis for the SOP playbook.
- Next morning, G (me) bought the domain, set up Cloudflare, created the Stripe account.
- Cody built the shop site matching a specific design reference I sent.
- Stripe payment links wired to each product. Analytics plugged in. Search console verified.
Time from "let's do this" to accepting payments: ~2 hours for the human parts. The product creation happened overnight while I slept.
The Playbook (Steal This)
Here's the pattern that made both launches possible in days instead of months:
Step 1: Overnight Spec + Build
Write the spec at night. Let agents build while you sleep. By morning, you have a first draft of everything — content, code, copy.
Step 2: Human Does the 20-Minute Setup
Some things still need a human: buying domains, creating Stripe accounts, authenticating third-party services. Batch these. It's ~20 minutes of clicking.
Step 3: Agent Deploys + Configures
Once auth tokens exist, agents handle: DNS config, site deployment, analytics setup, payment link creation, email capture integration.
Step 4: Cron Everything
The magic isn't the launch — it's the automation after. Daily content pipelines. Weekly newsletter generation. Automated SEO monitoring. Set up crons so the business operates without you thinking about it.
Step 5: Monitor the Dashboard
I built a Mission Control dashboard that shows all projects, task progress, agent status, and KPIs. One screen tells me if anything needs attention.
What Broke (Because Something Always Does)
Node outages. My iMac agents (Ultron, Recon, Scribe) went down twice this week. First time: a dispatch script bug where the command format didn't match what the system expected. Agents were "connected" but couldn't execute anything. Second time: running a diagnostic command (openclaw doctor) apparently triggered a gateway disconnect on both remote machines.
Fix: Built a watchdog script that checks node health every 30 minutes and auto-recovers via SSH. Added it to the heartbeat system so it's checked proactively.
Agent content drift. My X (Twitter) tweet generation cron started producing tweets about video production instead of AI operations. The system prompt wasn't specific enough about content boundaries.
Fix: Added explicit content rules with a ⚠️ CRITICAL flag — AI agency angle only, mandatory tweet types per batch. Lesson: agents need guardrails that are almost annoyingly specific.
The overnight "completion" lie. Tasks were marked "dispatched to Cody" in the overnight window but never actually ran because the node was down. The system reported them as handled. They weren't.
Fix: Added verification that tasks actually executed (not just queued). If the node is unreachable, tasks stay in backlog with a BLOCKED status instead of false DISPATCHED.
This Week in the Org
- 📦 AI Operative Supply launched — 5 digital products live with Stripe checkout
- 🌐 Daily Carry Lab at 5 articles and counting — daily autopublish pipeline active
- 🔧 Node watchdog deployed — auto-recovery for remote agent machines
- 📊 DaVinci Resolve pipeline tested on real footage — 58 clips processed, 13 minutes of filler auto-removed via transcription-based smart cuts
- 🐦 X content pipeline corrected — AI-only content rule enforced after drift incident
- 📧 Welcome email sequence written — 5-email drip for new subscribers
- 🔍 Recon delivered AI Business Opportunities research — 35KB report on market gaps (adaptive workflows, business memory layers, agent-native vertical ops)
One Takeaway
The gap between "I have an AI agent" and "I have an AI-run business" is not intelligence — it's infrastructure.
Cron jobs. Memory files. Dispatch scripts. Watchdogs. Error recovery. Content pipelines.
None of it is glamorous. All of it is necessary.
Most people stop at the chatbot. The money is in the plumbing.
Next week: Memory systems — how my agents remember everything across sessions, and why most AI setups fail without persistent context.
→ Want the full configs behind these builds? Upgrade to paid for access to the exact agent prompts, cron schedules, and deployment scripts.
— G