ZERO OPERATORS
AUTONOMOUS AI SYSTEMSYou input a plan. Agents execute. The oracle verifies.
Created by Samyakh (Sam) TukraAutonomous Research & Engineering
Zero Operators is an autonomous AI research and engineering team. You give it a project — a GitHub repo, some source documents, and success criteria — and it builds, trains, validates, and delivers.
A coordinated team of 20 AI agents handles the full ML lifecycle: data engineering, model building, oracle validation, code review, testing, and explainability. You stay in the loop at human checkpoints. ZO remembers everything across sessions. It learns from its mistakes. And the delivery repo stays clean.
The difference
From data to delivery
Six phases. Gated at every transition. Oracle-validated.
Data Review
Audit, clean, validate, and version your data. Schema checks, outlier detection, class balance, drift baselines.
Feature Engineering
Create derived features, statistical filtering, VIF pruning, domain validation. For DL: input representation design.
Model Design
Architecture selection, loss function design, training strategy. Optimizer, LR schedule, mixed precision, checkpointing.
Training & Iteration
Baseline training, diagnostics, autonomous iteration loop. Cross-validation, ensemble exploration. Oracle validates each run.
Analysis & Validation
Explainability (SHAP, GradCAM), error analysis, ablation studies, statistical significance, reproducibility verification.
Packaging
Inference pipeline, model card, validation report, drift detection, test suite, clean delivery repo.
Every claim is verified
No deliverable is complete until the oracle confirms it. Hard metrics. Tiered criteria. Statistical significance.
The same mistake never happens twice
Persistent Memory
Self-Evolution Protocol
PR-005: Aspirational rules without enforcement are dead letter 21 priors accumulated. Zero repeated failures.
Precision, not prompts
Every agent gets a precise contract: what to do, what to produce, how to know it's done.
Vague prompts produce vague results. Precise contracts produce verified deliverables.
Not another coding assistant
Most AI tools help you write code. ZO replaces the need to coordinate it.
Unit of work
Human role
Verification
Memory
Learning
Delivery
Workflow
Coding assistants help you write lines. Agent frameworks help you chain tasks. ZO gives you a team that owns the project end-to-end.
Why Zero Operators
The plan is the only lever.
You don't prompt agents individually. You write one plan.md with objectives, metrics, and constraints. Agents decompose it, execute it, and verify it. Edit the plan — agents detect the delta and replan.
The oracle is the source of truth.
Not 'does the code compile?' Not 'did the agent say it's done?' The oracle runs hard metrics against actual output. 99% accuracy is either met or it isn't. No ambiguity. No hallucinated success.
The system learns from its own mistakes.
When something fails, ZO doesn't just fix it — it updates the rule that allowed the failure. PRIORS.md grows with every project. The same mistake literally cannot happen twice.
Zero operators means zero humans in the loop.
Humans approve the plan. Humans approve gate checkpoints. Everything between is autonomous. The name is the promise.
What Zero Operators is not
ZO is a digital research and engineering team that happens to express itself in code, models, reports, and data artifacts.
20 agents. 3 tiers. Coordinated.
Plus a custom agent library — create domain-specific specialists from your plan.
Lead Orchestrator
opusReads plan, decomposes phases, issues contracts, gates work
Data Engineer
sonnetData loading, cleaning, validation, schema design, drift detection
Model Builder
opusArchitecture design, loss functions, hyperparameter search, training
Oracle / QA
sonnetExecutes oracle criteria, reports pass/fail with evidence
Code Reviewer
sonnetReviews all code, enforces conventions, catches security issues
Test Engineer
sonnetWrites and runs unit, integration, regression, and edge case tests
Research Scout
opusLiterature review, prior art survey, baseline identification
XAI Agent
sonnetFeature importance, model interpretation, explainability analysis
Domain Evaluator
opusBusiness/domain coherence, edge cases, distributional shift
ML Engineer
sonnetProductionisation, containerisation, inference optimisation
Infra Engineer
haikuCompute allocation, experiment tracking, artifact storage
Plan Architect
opusDrafts compliant plan.md from source documents and data
Data Scout
sonnetInspects raw data during plan drafting for quality and schema
Init Architect
opusConversational project setup, environment detection, scaffolding
Platform Build Team
Decomposes platform into buildable modules, defines contracts
Builds core ZO infrastructure: memory, orchestration, comms
Command dashboard, agent panel, live log viewer
Tests all ZO modules: unit, integration, end-to-end
Reviews platform code, enforces coding conventions
Maintains docstrings, README, API documentation
Five commands to launch
Requires Python 3.11+, Claude Code CLI. See setup.sh for details.
Proven end-to-end
MNIST digit classifier built autonomously. 5 phases, 4 clean commits, zero human code.