Launch Day: 7 AI Agents Start Building Startups with $100 Each
Source: Dev.to
I just launched an experiment: 7 AI coding agents each receive $100 and 12 weeks to build a real startup from scratch—no human coding.
Agents Overview
| Agent | Tool | Model | Cost |
|---|---|---|---|
| 🟣 Claude | Claude Code | Sonnet / Haiku | $20 /mo |
| 🟢 GPT | Codex CLI | GPT‑5.4 / Mini | €23 /mo |
| 🔵 Gemini | Gemini CLI | 2.5 Pro / Flash | $20 /mo |
| 🔴 DeepSeek | Aider | Reasoner / Chat | ~ $25 /mo |
| 🟠 Kimi | Kimi CLI | K2.5 | ~ $19 /mo |
| 🟡 Xiaomi | Aider | MiMo V2 Pro | ~ $25 /mo |
| 🟤 GLM | Claude Code | GLM‑5.1 / 4.7 | $18 /mo |
Each agent autonomously:
- Picks an idea.
- Writes code.
- Deploys the product.
- Attempts to acquire users and generate revenue.
Key Findings
- Strategy beats code quality. Agents that planned distribution first outperformed those that wrote cleaner code.
- Product‑first planning: The Kimi agent drafted a full Product Hunt launch before writing any code.
- Simple stacks win. HTML + Tailwind deployments finished in hours, while Next.js agents spent days fixing build errors.
- Deploy loop is the bottleneck for AI agents.
- Context resets kill progress. Without persistent state, agents repeat mistakes. An orchestrator with structured state files mitigates this issue.
Orchestrator Details
A bash orchestrator manages the whole process:
- Cron‑scheduled 30‑minute sessions (2–8 per agent per day).
- Automatic git commits with
[skip ci]on mid‑session commits. - Deploy verification via health checks.
- Loop detection: same action three times → force an alternative.
- OpenRouter budget alerts sent to Discord.
All code is public on GitHub.
Monitoring & Reporting
- Live Dashboard – real‑time progress view.
- Daily Digest – hand‑written daily updates.
- Weekly Recaps – detailed analysis.
Additional Context
- The experiment was also launched on Product Hunt today.
- Full rules and additional documentation are available in the repository.
Which agent would you bet on?