sipyourdrink-ltd/bernstein

The open-source governance layer for AI agents. No model in the coordination loop: parallel runs in per-task git worktrees replay byte-identically; signed...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 51 minutes ago
Added to GitGenius on August 31st, 2026
Created on March 22nd, 2026
Open Issues & Pull Requests: 121 (+0)
Number of forks: 142
Total Stargazers: 1,040 (+0)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.0 hours
Mean response time: 2.4 days
90th percentile: 4.8 days
Tracked items: 1,749

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 4% of open issues come from outside the core team — the tracker reads mainly as internal planning. Work labelled "bug" is answered fastest, typically in about 8 hours, while "python" waits about 4 days. Almost all tracked open issues have seen activity in the last three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 114
New in 7 days: 145
Closed in 7 days: 207
Avg open age: 21 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 126
Closed in 7 days: 177
Comments in 7 days: 62
Events in 7 days: 206

Top labels

  • help wanted (748)
  • enhancement (646)
  • python (410)
  • up-for-grabs (409)
  • bug (385)
  • size/m (382)
  • size/s (332)
  • ai-welcome (320)

Detailed Description

Bernstein is a deterministic orchestrator for CLI coding agents that coordinates parallel execution of AI-driven code generation tools without placing a language model in the coordination loop itself.

The problem Bernstein addresses is the need to run multiple CLI coding agents in parallel while maintaining reproducibility and auditability. Its approach isolates each task in separate git worktrees, allowing parallel runs to replay byte-identically. This deterministic execution model removes the model from the orchestration layer, replacing it with a coordination system that can be audited and verified. The tool provides signed lineage tracking and an optional HMAC audit chain that reviewers can verify offline, creating a tamper-evident record of how code was generated and modified.

Bernstein suits teams deploying autonomous coding agents at scale who need reproducible results and strong auditability guarantees. It works with over forty CLI coding agents including Claude Code, Codex, and Gemini CLI. The project supports both cluster mode for distributed execution and air-gap deployment for isolated environments, making it applicable to security-conscious organizations that cannot route agent execution through external services. Teams should adopt this tool if deterministic replay and offline audit verification are requirements; those prioritizing simplicity over reproducibility may find the additional infrastructure overhead unnecessary.

The project maintains active development with regular commits addressing core functionality and bug fixes. Work focuses on expanding agent compatibility and refining the deterministic execution model. The maintainers respond to issues and pull requests, indicating ongoing engagement with users. Development activity shows attention to the orchestration layer and audit mechanisms that distinguish the tool, with less frequent but meaningful updates to documentation and deployment examples.