Auto-Company runs 14 role-play agents as a 24/7 autonomous company on your own machine
aigclink · x · 2026-07-22
Auto-Company tries to stop agents from endless talking
The post argues that most “AI company” demos are exhausting because multiple agents just meet, praise each other, and never ship anything. Auto-Company takes a different approach: it runs a fully autonomous AI company on your own machine, with 14 agents modeled after well-known operators and builders.
Three notable ideas
- Forced convergence: the workflow is hard-coded in PROMPT.md. Round 1 is brainstorming and ranking the top 3 ideas. Round 2 adds validation through a pre-mortem, market test, and unit economics. From Round 3 onward, if the answer is GO, the system must create the repo, write code, and deploy. Endless discussion is explicitly banned.
- Memory as one Markdown file: instead of vector DBs or elaborate memory systems, each cycle reads and rewrites memories/consensus.md. Changing the Next Action there can redirect the next round immediately.
- Built on existing CLIs: execution is delegated to Claude Code or Codex CLI, using their native file, Bash, and Git abilities. A daemon layer on macOS/WSL handles restarts, backoff, rate limiting, and consensus rollback.
The catch is that it needs full permissions to run on the real host, with guardrails written as soft constraints rather than sandbox enforcement. The post’s main point is that the project solves agent empty-looping with a very practical, low-tech design rather than another “AI employee” pitch.
Related event: Auto-Company Launches Fully Autonomous AI Firm with 14 Agents(2 posts)→
More from coding & agent
- NVIDIA shows Unreal Engine wired to Claude Code and Cursor via MCP — nptacek · 2026-07-22
- Local models face a single-shot HTML flight simulator test across six runs — JLeonsarmiento · 2026-07-22
- Eval design needs “model empathy,” not just harder tasks — i_dg23 · 2026-07-22
- Agent tool schema drift can fail silently when registrations lag behind code — hannune · 2026-07-22
- Mythos turns a Claude Code ad request into a dancing flame persona — repligate · 2026-07-22
- A vibe-coded 10-part game for a girlfriend’s layover becomes a tiny AI love story — generativist · 2026-07-22