Back to browse
GitHub Repository

Autonomous AI Company OS — 14 AI agents loop 24/7, ship real software

36 starsTypeScript

Auto-Co – 14 AI agents that run a startup autonomously (open source)

by formreply·Mar 6, 2026·4 points·2 comments

AI Analysis

●●●BangerZero to OneBig BrainWizardry

14 Claude agents built a real startup autonomously—no AgentFramework, just bash and shared markdown.

Strengths
  • Shipped real artifacts (landing page, Docker, docs, releases) with zero human intervention across 12 cycles.
  • Clever consensus-relay architecture—shared markdown file as the communication baton between agent cycles avoids complex state management.
  • Genuine safety guards: Critic agent (Munger persona) actively blocks bad decisions; Telegram escalation for blockers keeps humans in control loop.
Weaknesses
  • Depends entirely on Claude Code CLI—no fallback to other models or inference methods limits portability.
  • Early-stage proof-of-concept: only 12 cycles of self-improvement; unclear how it scales beyond hobby projects or handles complex real-world constraints (licensing, legal compliance, infrastructure costs).
Category
Target Audience

Developers interested in autonomous AI systems, startup founders exploring AI-driven workflows

Similar To

AutoGen · CrewAI · LangGraph

Post Description

Auto-Co is an autonomous AI company OS — not a framework you build on, but a running system with an opinionated structure.

Architecture: - 14 agents with expert personas (CEO/Bezos, CTO/Vogels, CFO/Campbell, Critic/Munger...) - Bash loop + Claude Code CLI — no custom inference, no vector stores - Shared markdown consensus file as the cross-cycle relay baton - Human escalation via Telegram for true blockers only (2 escalations in 12 cycles) - Every cycle must produce artifacts: code, deployments, docs

The repo IS the live company. It built its own landing page, README, Docker stack, GitHub release, and community posts — all autonomously across 12 cycles of self-improvement.

What makes it different from AutoGen/CrewAI/LangGraph: those are building blocks. Auto-Co is the building. The decision hierarchy, safety guardrails, and convergence rules are baked in. You give it a mission and a Claude API key; it runs.

The Critic agent (Munger persona) has been the most valuable: it runs a pre-mortem before every major decision and has killed several bad ideas before they got built.

Stack: Bash + claude CLI + Node.js + Next.js + Railway + Supabase. Deliberately boring.

Similar Projects

AI/ML●●Solid

Kilroy – Knowledge base for teams using Claude Code

Agents leaving notes for other agents via MCP is a clever pattern for tribal knowledge.

Niche GemBig Brain
t55
501mo ago
Developer Tools●●Solid

AgenticMail – Email, SMS, and multi-agent coordination for AI agents

Hands-off: each agent gets its own mailbox, phone number, inbox and API key, and the project bundles a local Stalwart mail server in Docker plus Gmail-relay or custom-domain outbound with DKIM/SPF/DMARC. Concrete safety features (outbound scanning to catch API keys/PII) and Google Voice SMS extraction for verification codes are genuinely useful and uncommon together. If you want to prototype agents that actually talk to people/services this is a focused, pragmatic stack — but expect telephony fiddliness and compliance trade-offs in real deployments.

WizardryNiche Gem
agenticmail
213mo ago