Reference Intermediate 1 minute read Updated 2026-06-26 UTC

Operator catalog

A reference catalog of model-breeding and code-breeding operators with compatibility rules, evidence needs, and risk tiers.

Research statusReference catalog Publication statePublished Reviewed byMichael Kappel Source reports3

Purpose

Operators define how descendants are produced. Naming them clearly makes experiments reproducible and keeps risk reviews concrete.

Model-breeding operators

OperatorCompatibility needRisk tier
Fine-tuneapproved base, data lineage, training recipemedium
Adapter traincompatible base and adapter runtimelow to medium
Adapter fuseshared base and compatible adapter formatmedium
Distillteacher evidence and target task definitionmedium
Quantizeruntime support and calibration suitelow to medium
Prunearchitecture support and regression suitemedium
Weight mergearchitecture and tokenizer compatibilityhigh
Ensembleshared behavioral contractmedium
Router mutatestable capability ontology and replay streamhigh

Code-breeding operators

OperatorCompatibility needRisk tier
Prompt-template variantfixed output schema and test caseslow
Routing-rule patchreplay tests and fallback pathmedium
Evaluation-suite changegovernance approvalhigh
Tensor-kernel changenumerical correctness and hardware testshigh
Cache-policy changelatency and correctness testsmedium
Permission-policy changesecurity approvalhigh

Operator record

pseudocode
RECORD OperatorCatalogEntry
    operator_id
    name
    domain: "model" OR "code" OR "policy"
    risk_tier
    allowed_parent_types
    required_evidence
    required_approvers
    rollback_requirement
    known_failure_modes
END RECORD

Review rule

If an operator changes the evaluator, router, permissions, or runtime isolation, treat it as high risk even if the code change is small. Blast radius matters more than line count.

Source reports used for this guide

These reports are preserved verbatim in the site archive. The guide above is an editorial synthesis and may narrow, qualify, or reorganize claims from the source material.