Get to YES.
Stay at YES.
Recover to YES.
An end-to-end, open-source platform for governing AI in production — built on three products and orchestrated by a manager-agent. Every control is a gate that answers PASS or FAIL. No maybes allowed.
Three products, one gate logic
Each product enforces the same contract — a control either passes or fails, and every failure ships a path back to YES. They share one source of gate logic in shared/gate.mjs.
Beacon
Listens, identifies models and patterns, proposes heuristics, and signs verifiable ed25519 evidence receipts you can check offline.
PASS / FAIL — never MAYBELantern
Semantic diff, drift detection, change monitoring, and escalation — so a system that reached YES is caught the moment it slips.
PASS / FAIL — never MAYBEUmbrella
Policy compiler, code gates, automated enforcement, and framework profiles that turn written rules into deterministic checks.
PASS / FAIL — never MAYBEJeeves — the manager-agent — orchestrates all three gates and reports a single verdict. Agents do the bureaucracy; humans hold the keys.
Three Laws of Gates
Try the Yes-Gate
This is the real gate logic from shared/gate.mjs, running in your browser. Toggle the checks — the verdict is binary, and every failure carries its way back to YES.
The real pipeline in Node, zero dependencies — policy, then drift, then a signed proof:
import { orchestrate } from "@aigovops/jeeves"; orchestrate({ umbrella: { profile: "baseline", payload: { model: "claude-opus-4-8", humanApproved: true } }, lantern: { baseline: { cost: 100 }, current: { cost: 102 }, tolerance: 0.05 }, }); // → { status: "PASS", receipt: { …ed25519… } } signed, verifiable offline, no maybes
A tiny core, production-grade backends
The core stays small and auditable on purpose. For scale, each component maps to a mature Apache-2.0 project (10k+ stars, verified live). Define the contract once; enforce it with the strongest backend each environment allows.
OPA · Casbin · Trivy
Rego policy engine, embeddable authz, and ready-made code/dependency gates.
Prometheus · Great Expectations
Time-series monitoring and declarative data expectations for drift + escalation.
MLflow · Sigstore
Model system-of-record to sign over; the production form of signed receipts.
Airflow · Argo · Keycloak
DAG/workflow engines for the pipeline; identity to scope every view.
Full mapping with live-verified star counts: INTEROP.md ↗ · the complete product blueprint: BLUEPRINT.md ↗ · the path to production: ROADMAP.md ↗ · the 1-click product plan: PRODUCTIZATION.md ↗ · hosted & open-core: SAAS.md ↗