Theory Introductory 1 minute read Updated 2026-06-29 UTC

Adaptive Model Ecologies

A constructive theory of model populations, specialists, routers, evaluators, lineage records, and human-guided evolution.

Research statusConceptual synthesis Publication statePublished Reviewed byMichael Kappel Source reports8

Core claim

An adaptive model ecology is a population of capability packages managed by a control plane. The population includes champions, specialists, challengers, adapters, routes, and archived parents. The control plane keeps evidence, lineage, resource budgets, and release decisions separate from the model artifacts being evaluated.

The ecology improves when useful descendants become reusable parents. This is the heart of model breeding.

Why ecology is the right metaphor

Ecology emphasizes relationships. A specialist matters because it fits a niche. A router matters because it connects requests to the right capability. An evaluator matters because it turns outputs into evidence. A lineage record matters because it lets the next generation inherit useful work.

Practical theory

ConceptModelBreeder interpretation
NicheA measurable capability contract.
FitnessMulti-dimensional evidence of usefulness under budget.
DiversityPreserved coverage across meaningful behavior and resource profiles.
Carrying capacityThe number of active artifacts the team can maintain well.
No-opA decision to preserve the current ecology when change does not repay cost.
RetirementRemoving an active artifact while retaining its learning value.
pseudocode
FUNCTION ecology_step(ecology)
    evidence <- COLLECT_RECENT_EVIDENCE(ecology)
    candidates <- PROPOSE_BOUNDED_DESCENDANTS(ecology.parents, evidence)
    scored <- SCORE_WITH_FITNESS_VECTOR(candidates)
    return SELECT_PORTFOLIO(scored, ecology.carrying_capacity)
END FUNCTION

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.