In plain English
This page is part of the technical reference. It keeps the expert detail but starts with a plain-language summary for first-time readers.
- Why this matters: AI risk can come from the whole arrangement, not one obvious model.
- What to look for: data, memory, routes, adapters, tools, evaluators, updates, and rollback paths.
- Technical version below: the expert terminology remains available and is linked through the glossary.
Mitosis-like Reproduction Under Governance
This graph uses “mitosis-like” as a bounded metaphor for controlled software lineageThe parent-child history of models, adapters, datasets, or releases. Open glossary definition splitting. It does not claim AI systems are biological organisms.
Mitosis-like reproduction under governance
This graph explains a safe review vocabulary for model-and-adapter duplication: parent configuration, checkpoint, template snapshot, two daughter lineages, independent checks, and post-split governance.

Detail for mitosis-like reproduction under governance
This detail page shows the controlled split metaphor at full page width: a parent model-and-adapter assembly branches into daughter lineages under checkpoint, signing, monitoring, and rollback controls.
What the full page adds
- “Mitosis-like” is a bounded metaphor for software lineage splitting, not a biological claim.
- The split should produce reviewable daughter lineages, not uncontrolled reproduction.
- The reproduction boundary is the governance layer around copying, specialization, signing, and rollback.
Review surfaces in the image
What to notice
- the parent assembly is a base model plus adapters, router, evaluatorA system that judges whether an AI output or candidate is acceptable. Open glossary definition gates, and registry signing;
- duplication requires checkpoint evidence and memory/template boundaries;
- the two daughter lineages need independent signing, monitoring, specialization limits, and rollbackReturning a system to an earlier known state. Open glossary definition paths;
- governance is part of the reproduction boundaryThe governance boundary separating permitted candidate generation and governed descendant creation from uncontrolled autonomous replication or authority expansion. Open glossary definition.