Architecture Intermediate 2 minute read Updated 2026-06-26 UTC

Architecture

The control-plane components and boundaries that make model breeding measurable, reversible, and operable.

Research statusEditorial synthesis Publication statePublished Reviewed byMichael Kappel Source reports2

Architecture before automation

A model-breeding system is primarily a control-plane design problem. Descendant generation receives attention because it is novel, but the architecture succeeds or fails on contracts, evaluation independence, lineage, isolation, resource accounting, and release discipline.

Model breeding reference architecture A layered architecture from requests through routing and specialists to evaluation, lineage, and controlled evolution. REQUESTcontract + context ROUTERpolicy + budget SPECIALIST Anarrow capability SPECIALIST Bindependent candidate JUDGE GATEtests + calibration RESPONSEwith trace REGISTRYcontracts · artifacts · cards LINEAGE DAGparents · mutations · hashes EVOLUTION CONTROLLERpropose · evaluate · no-oppromote · rollback · retire LEDGERcost · risk · quota
The evaluator and policy boundary remain outside the model population being evolved.

Architecture guides

Three planes

The architecture is easier to reason about when split into three planes:

  1. Execution plane: routers, specialists, tools, caches, retrieval, and response aggregation.
  2. Evolution plane: candidate factory, experiment scheduler, evaluator, lineage, resource ledger, and release controller.
  3. Governance plane: hard invariants, access control, approvals, audit, data policy, and emergency stop.

The execution plane may be highly dynamic. The evolution plane changes structure deliberately. The governance plane changes rarely and through a separate human-controlled process.

New architecture additions

The expanded architecture layer adds Skill manifest schema, Evaluation sandbox, Capability ontology, and Population registry API. These guides make the model ecology easier to implement without a database while preserving auditability.

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.