Enoch is a control plane for bounded autonomous AI research. It turns idea intake, worker execution, evidence capture, generated reports, and public release gates into explicit state transitions instead of trusting that a model session "probably finished."
Docs · Launch site · Research corpus · Promising signals
| Surface | Current public fact |
|---|---|
| Runtime | 1.41.94 |
| Corpus artifacts | 393 AI-generated research artifacts |
| Packaging/provenance gate | 393/393 pass |
| Strict claim/evidence audit | 393/393 pass |
| Promising signals | 6,381 bounded no-paper signals |
Those counts are public-release facts, not scientific-validity claims. Enoch makes the difference visible: operational health, signal preservation, paper-corpus readiness, and public trust posture are separate claims.
Long-running autonomous AI work fails in ways ordinary scripts do not:
- child processes can continue after an agent session appears idle;
- worker telemetry can disagree with queue state;
- stale rows and optimistic dashboards can hide blocked work;
- evidence scatters across machines and run folders;
- generated reports can overstate results when claim boundaries are not preserved.
Enoch treats those as control-plane problems. The system keeps queue state, worker truth, pause/maintenance controls, evidence sync, artifact generation, and release gates outside the model conversation.
- FastAPI control plane for queue state, project state, publication automation, pause/maintenance controls, and dispatch decisions.
- Worker gate and preflight checks for process-tree truth, telemetry quiet windows, and safe dispatch boundaries. Older code/config may still say
wake_gate; treat that as compatibility naming. - Research Facility ledgers for source scanning, candidate generation, dedupe/history comparison, novelty/feasibility scoring, and admission decisions.
- Dashboard V2 for operator-facing readiness, queues, runs, papers, and evidence-gate state.
- Evidence sync and artifact writer for run notes, metrics, result summaries, evidence bundles, claim ledgers, and generated reports.
- Release validators for packaging/provenance, strict claim/evidence auditability, public counts, and generated public surfaces.
Research Facility source scan
-> generated research candidates
-> dedupe / score / admission ledger
-> control-plane ideas workbench
-> queue candidate
-> control-plane dispatch gates
-> worker preflight + worker gate
-> agent run with process/telemetry supervision
-> evidence sync
-> AI-generated research artifact
-> packaging/provenance + strict claim/evidence gates
-> public corpus or promising-signal lane
For current runtime, storage, worker, decision-artifact, automation, and compatibility boundaries, see docs/current-runtime-snapshot.md.
alias8818/enoch-ai-research-corpuscontains generated research artifacts, evidence bundles, claim ledgers, manifests, and audit reports.alias8818/enoch-promising-signalspreserves bounded useful or compute-scale-blocked no-paper results. These are not papers and not peer-reviewed results.aliasocracy/enoch-ai-research-corpusmirrors the public corpus dataset and promising-signal split.
The reports produced by Enoch runs are AI-generated research artifacts, not human-authored or peer-reviewed papers. The maintainer releases the corpus for inspection and critique but does not claim personal authorship of the generated papers, arguments, or prose.
For a local developer smoke test, start with docs/quickstart.md.
For a full deployment path, see docs/deployment-guide.md. For individual config fields, start from config.example.json and docs/configuration-reference.md.
Never commit live config files or credentials.
uv run pytest -q
python scripts/validate_versioning.py
python3 scripts/validate_runtime_snapshot_links.py
python3 scripts/validate_runtime_deploy.py --source . --runtime /opt/enoch-control-plane --expected-commit HEAD --summary-only- Hosted Enoch Docs — operator and reviewer documentation (source)
docs/operator-runbook.md— long-haul readiness, pause/resume, callbacks, and paper-gate checksdocs/research-facility.md— source/candidate/admission/lineage ledgersdocs/release/authorship-and-provenance.md— generated-artifact framingCHANGELOG.md— runtime version history and compatibility notes
Before publishing or deploying changes, run secret scans and tests. See SECURITY.md. Public docs and images must not expose private hostnames, internal paths, tokens, live operator state, or stale count anchors.
Apache License 2.0. See LICENSE.
