Bernstein is an open-source alternative to commercial agent platforms. It orchestrates multiple AI coding agents working on the same repo in parallel - each isolated in its own git worktree so they never step on each other. The scheduler is pure deterministic Python (zero LLM tokens spent on coordination). A built-in janitor runs tests, linting, and type checks on every agent's work before it merges. Supports 18+ CLI agents including Claude Code, Codex, Gemini CLI, and Aider. Apache 2.0 licensed.
A startup from Israel that is founded by Alex Chernysh.
Supported Agents
18+ (Claude Code, Codex, Gemini CLI, Aider, Cursor, Amp, Roo Code, Goose, Kilo, Kiro, OpenCode, Tabby, and more)
Orchestration Model
Deterministic Python (zero LLM tokens on scheduling)
Git Isolation
Per-agent worktrees โ main branch stays clean
Verification
Automated janitor: tests, lint, types, PII scan
Model Routing
Contextual bandit (LinUCB) learns optimal model per task type
Cost Tracking
Built-in per-model, per-task cost reporting
Plan Execution
Declarative YAML plans with stage dependencies
CLI Interface
TUI dashboard, headless mode for CI, web dashboard
Self-Evolution
--evolve mode analyzes own metrics and improves routing
Crash Recovery
WAL-based โ no silent data loss
Observability
Prometheus metrics, OpenTelemetry, Grafana dashboards
MCP Support
MCP 1.0 & 1.1 server mode
A2A Protocol
A2A 0.2 & 0.3 compatible
License
Apache 2.0
Install Methods
pip, pipx, uv, Homebrew, dnf copr, npm wrapper
Platform
macOS, Linux (Windows via WSL)
State Storage
File-based (.sdd/ directory) โ no database required
Bernstein is the only orchestrator that uses deterministic code for scheduling instead of an LLM. Every other multi-agent framework (CrewAI, AutoGen, LangGraph) burns tokens deciding what to assign where. Bernstein spends zero tokens on coordination - the Python scheduler makes auditable, reproducible decisions. It also isolates every agent in its own git worktree, so agents never stomp on each other's files.
Named after Leonard Bernstein, the conductor. The idea came from trying to coordinate three AI coding agents on the same codebase and watching them destroy each other's work. The first version used an LLM to schedule the other LLMs - it was slow, expensive, and hallucinated priorities. Replacing it with deterministic Python was the breakthrough.
I set up Bernstein on a mid-size Python project to see if multi-agent orchestration lives up to the hype. It does. One command, multiple
Claude Code agents running in parallel, each in its own git worktree so they don't step on each other. The janitor verifies tests pass
before anything merges. What impressed me most: zero LLM tokens wasted on coordination โ the scheduler is pure Python. Went from running
one agent at a time to having 5 working simultaneously on different tasks. The TUI dashboard is a nice touch for monitoring what's
happening in real time.
Bernstein (bernstein.run) appears to be a useful tool, but as with any service, its suitability depends on your specific needs and the accuracy of its features for your workflow. Independent reviews and hands-on testing are recommended before committing.
We have collected here some useful links to help you find out if Bernstein is good.
Check the traffic stats of Bernstein on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Bernstein on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Bernstein's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Bernstein on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Bernstein on Reddit. This can help you find out how popualr the product is and what people think about it.
Orchestration primitives. A library or CLI you import into your own workflow. You don't see a window; you see a process you can pipe into other things. Examples: Bernstein (the project this blog belongs to โ 18 CLI adapters, Python-importable), Workz, certain configurations of Plandex. LangGraph and CrewAI are adjacent but different โ they orchestrate LLM calls, not CLI coding agents. - Source: dev.to / 3 months ago
Do you know an article comparing Bernstein to other products?
Suggest a link to a post with product alternatives.
Is Bernstein good? This is an informative page that will help you find out. Moreover, you can review and discuss Bernstein here. The primary details have been verified within the last quarter. So they could be considered up to date. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.