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

Reference Architecture for Governed Model Ecologies

Design model populations with routers, specialists, evidence gates, lineage DAGs, resource ledgers, and release packets that make improvements easier to inspect and reuse.

Research statusEngineering architecture Publication statePublished Reviewed byMichael Kappel Source reports8

A model ecology separates doing from measuring

Runtime specialists produce useful work. Independent evaluators produce trusted evidence. The lineage DAG records where every descendant came from. The resource ledger keeps the ecology frugal. The evolution controller proposes, compares, promotes, archives, or no-ops. This separation makes model improvement easier to understand and easier to adopt.

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.

Control-plane components

ComponentPositive role
Runtime specialistsFocused models, adapters, cascades, or tool pipelines that do the work they are fit for.
RouterChooses the right specialist or stack for the request contract and budget.
Independent evaluatorsProduce trusted measurement outside the candidate population.
Fitness vectorKeeps utility, cost, novelty, local privacy, and human benefit visible.
Lineage DAGMakes learning reusable by recording parents, operators, and evidence.
RegistryStores packages, manifests, model cards, and release packets.
Resource ledgerMakes frugal AI measurable through latency, memory, energy, and maintenance cost.
Evolution controllerProposes, compares, promotes, archives, or no-ops based on evidence.
Release evidenceConverts experiments into confidence-building adoption packets.
Local-first package formatLets artifacts be copied, hashed, audited, and run on controlled hardware.
Human review and choiceKeeps expertise in the loop and turns human judgment into durable capability.

Data objects

pseudocode
STRUCT Genome
    id
    parent_ids
    base_model
    adapters
    merge_recipe
    quantization
    routing_policy
    mutation_budget
    provenance
    created_at_utc
END STRUCT

STRUCT FitnessVector
    utility
    calibration
    robustness
    latency
    memory
    energy
    privacy
    novelty
    maintainability
    human_benefit
    evidence_uri
    evaluated_at_utc
END STRUCT

STRUCT ReleasePacket
    candidate_id
    champion_id
    intended_use
    comparison_summary
    fitness_delta
    resource_delta
    lineage_uri
    evaluation_set_uri
    release_stage
    rollback_target
    reviewer_notes
    created_at_utc
END STRUCT

Guide map

Local and sovereign stack

The local AI adoption reports make the architecture section more practical: the model ecology must run well on controlled hardware, compact model formats, local runtimes, adapters, private memory, registries, and evaluators.

Local AI architecture expansion

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.