
Bernstein - open-source CLI that orchestrates AI coding agents in parallel. Looking for testers and contributors
Built an open-source CLI that runs multiple AI coding agents (Claude Code, Codex, Gemini CLI, Aider, Qwen - 13 total) in parallel on your codebase.
Each agent gets its own git worktree. A janitor verifies tests pass and linter is clean before merging anything. The orchestrator itself is deterministic Python - zero LLM tokens on coordination.
pipx install bernstein && bernstein -g "your goal here"
Looking for: people who already use 2+ AI coding agents and want to run them simultaneously without merge conflicts. Early feedback on install experience, adapter quality, and docs gaps would be incredibly valuable.
GitHub: https://github.com/chernistry/bernstein
Blog post with full story: https://alexchernysh.com/blog/bernstein-multi-agent-orchestration Apache 2.0