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

Self-Evolving Skill pattern validation: 5-round experiment results
A developer tested the Self-Evolving Skill design pattern for Claude Code with a 5-round experiment on a MySQL database with 29 tables and 590MB of smart building management data. Key results include a 63.6% Five-Gate rejection rate, incremental convergence, and 100% accuracy with no incorrect knowledge surviving.

ClawControl v1.3.1 adds media support, voice dictation, and Linux packaging
ClawControl v1.3.1 is a cross-platform OpenClaw client that now supports image sharing, wake-word voice dictation, usage charts, and Linux AppImage/.deb packages. The release includes security updates requiring OpenClaw 2.19+ users to update Control UI Allowed Origins.

Tredict MCP Server Enables Claude to Create and Push Training Plans to Sports Watches
A developer built a Tredict MCP Server for Claude.ai and Claude Code that creates complex endurance training plans via prompts and automatically uploads structured workouts to Garmin, Coros, Suunto, and Wahoo watches. The server includes an MCP App for visual feedback within Claude chat.

Brainstorm MCP Server Lets Claude Code Consult Other LLMs for Better Answers
A developer built an MCP server that enables Claude Code to consult with other AI models like GPT-5.2 and DeepSeek before providing answers. The models engage in multi-round debates where they read each other's responses, disagree, and refine positions to converge on better solutions.