Discover and explore top open-source AI tools and projects—updated daily.
MaxMiksaAutonomous AI company agents operating 24/7
New!
Top 98.7% on SourcePulse
This project provides a fully autonomous AI company capable of running 24/7 on a user's local machine. It addresses the challenge of automating complex business operations, from ideation and product development to deployment and marketing, by orchestrating 14 specialized AI agents. The primary benefit is enabling continuous, hands-off business operations driven by sophisticated AI decision-making.
How It Works
The system operates via a continuous loop managed by daemons (launchd on macOS, systemd --user on WSL). In each cycle, AI agents read shared consensus memory, form expert teams (3-5 agents), execute tasks using LLM CLIs (Claude Code or Codex CLI), and update the consensus memory. This approach leverages expert persona-based prompting, mimicking world-class professionals, and relies on a single shared state (consensus.md) for coordination, enabling autonomous task execution and decision-making.
Quick Start & Requirements
cd into it. On macOS/WSL, use make start (foreground) or make install (daemon). On Windows (WSL), use .\scripts\windows\start-win.ps1.make (macOS/WSL); jq (recommended for WSL); gh and wrangler (optional); sufficient LLM model quota.Highlighted Details
consensus.md or using pause/resume commands.CLAUDE.md to prevent destructive actions.Maintenance & Community
The project provides contribution guidelines (fork, branch, PR) but does not list specific maintainers, sponsors, or community channels like Discord or Slack. Acknowledgments reference related projects.
Licensing & Compatibility
The project is licensed under the MIT license, which generally permits commercial use and integration into closed-source projects without significant restrictions.
Limitations & Caveats
This is an experimental project with stability not guaranteed. Each operational cycle consumes LLM model quota, incurring costs. The autonomous nature means agents act without explicit human approval, necessitating careful configuration of guardrails in CLAUDE.md. Platform-specific setup is required for macOS (launchd) and Windows (WSL2 with systemd --user).
5 days ago
Inactive
TransformerOptimus