What is Bernstein?

Added to the Awesome Agents list on May 16, 2026, Bernstein is a Python orchestrator designed to drive 40+ CLI coding agents in parallel. It coordinates agents like Claude Code, Codex, Gemini CLI, Cursor, and Aider across parallel git worktrees with deterministic scheduling, quality gates, and an HMAC-chained audit log [citation:5].

Key Features

  • 40+ Supported Agents: Claude Code, Codex CLI, Gemini CLI, Cursor, Aider, and more [citation:5]
  • Parallel Execution: Runs multiple agents simultaneously across isolated git worktrees
  • Deterministic Scheduling: Predictable, reproducible agent coordination
  • Quality Gates: Automated checks before merging agent outputs
  • HMAC-Chained Audit Log: Cryptographically verifiable log of all agent actions
  • Python-Based: Written in Python for easy integration and extension

Use Cases

  • Running multiple coding agents on different tasks simultaneously
  • Comparing agent outputs across different models
  • Distributed code generation across large codebases
  • Agent evaluation and benchmarking
  • Enterprise agent orchestration with audit requirements

Technical Highlights

The HMAC-chained audit log is particularly notable — it creates a cryptographically verifiable chain of all agent actions, making Bernstein suitable for regulated environments where agent decisions must be auditable.

Pricing

Open source — available on GitHub (309+ stars).

Pros

  • Supports 40+ coding agents — most comprehensive orchestration
  • Parallel execution across git worktrees
  • Cryptographic audit trail (HMAC-chained)
  • Python-native for easy customization
  • Quality gates prevent bad merges

Cons

  • Requires Python environment
  • Complex setup for parallel execution
  • May be overkill for single-agent workflows
  • Early project with growing community

Who Should Use It?

Perfect for: Teams running multiple coding agents in production, researchers comparing agent performance, and enterprises requiring auditable agent operations.

Verdict

As organizations deploy more coding agents, orchestration becomes critical. Bernstein provides the infrastructure for running agents at scale with auditability.

Rating: 4.3/5 - The conductor for your coding agent orchestra.