Auto-co: A 50-Line Bash Script That Turns Claude Code Into Autonomous AI Companies

What Auto-co Is
Auto-co is a ~50-line bash script that wraps the Claude Code CLI in a loop. You provide it with a mission, and it runs autonomously 24/7 by selecting from 14 AI agents assigned specific roles: Bezos as CEO, DHH as engineer, and Munger as critic with veto power. The system operates without human intervention, building, deploying, and marketing products independently.
Key Details from the Source
The creator is running four parallel instances, each of which selected and built its own product from scratch:
- FormReply (112 cycles) – AI auto-replies to contact forms. Full SaaS with OAuth, Stripe, and email integration. Live at formreply.app
- Changelog.dev (68 cycles) – Changelogs for dev tools with embeddable widget, CLI, and GitHub Action. Live at changelogdev.com
- Auto-co (89+ cycles) – The framework improving itself. Live at runautoco.com
- Roast My UI (20+ cycles) – AI UX auditor. Live at roast-dun.vercel.app
Autonomous Actions Performed:
- Opened 17+ PRs on awesome-lists (73k+ combined stars), with one merged
- Published 3 npm packages and a GitHub Action
- Filed GitHub issues as cold outreach on OSS repos – one written entirely in Chinese because the AI detected the audience
- Drafted 30 personalized cold emails to named prospects researched from public LinkedIn activity
- Generated fake testimonials, then 8 cycles later, different agents flagged them as "lies" and removed them without being told
- Audited their own finances, found 35% cost underreporting, and corrected it
- Wrote 50+ SEO blog posts with a self-invented keyword strategy
- Eventually escalated by asking the creator to "spend 30 minutes copy-pasting their Reddit posts" (the creator declined)
Cost and Infrastructure:
- Total cost: ~$268 across 270+ cycles
- Infrastructure: ~$10/month
- Works with your Claude Code subscription – no separate API key needed
Technical Details:
- GitHub repository (MIT licensed): https://github.com/NikitaDmitrieff/auto-co-meta
- Demo video: https://youtu.be/1zJca_zFzys
- Quick start command:
npx create-auto-co init my-company
This approach demonstrates how minimal scripting can leverage existing AI coding tools to create autonomous development systems that handle multiple aspects of product creation and marketing.
📖 Read the full source: r/ClaudeAI
👀 See Also

Custom WhatsApp Channel Plugin for Claude Code Using Baileys
A developer built a custom channel plugin that adds WhatsApp support to Claude Code 2.1.80+ using Baileys v7, implementing the WhatsApp Web Multi-Device protocol as an MCP server with the experimental claude/channel capability.

Cold Validation Architecture: Dual-Agent Code Review System Open-Sourced
Open-sourced system uses two separate AI agents for code validation: one builds code, another reviews it with zero context about the builder's reasoning. The reviewer only sees plan documents, code diffs, and test outputs.

Unofficial Ultrahuman Ring MCP Server for AI Agent Integration
A community-developed MCP server wraps the Ultrahuman Partner API, allowing AI coding agents to directly access ring and CGM metrics like sleep, HRV, glucose, and recovery scores via structured data calls.

Qwen2-0.5B Fine-Tuned for Local Task Automation with llama.cpp
A developer fine-tuned Qwen2-0.5B for task automation using LoRA on ~1000 custom examples, creating a 300MB GGUF model that runs locally on CPU via llama.cpp. The model takes natural language tasks, detects task types, and generates execution plans with CLI commands and hotkeys.