Apex ThreatStrong architectural inferencev1.22.1

In plain English

This page covers the high-risk pattern where small adapters, routes, memory, evaluators, and descendants can reinforce each other across time. It is a risk model, not a build guide.

  • 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.

Evaluator Capture and Fitness Leakage

Evidence levelStrong architectural inferenceTechnical label: Strong architectural inference

In a static release process, A system that judges whether an AI output or candidate is acceptable. Open glossary definition weakness is a testing defect. In a self-replicating ecology, evaluator weakness becomes selection pressure. Variants that exploit the weakness are more likely to survive.

This does not require a malicious candidate. It requires repeated selection against an incomplete metric.

Fitness leakage

A condition where evaluation structure reveals or rewards shortcuts that can be selected by repeated candidate generation without improving the intended safety or capability property. Open glossary definition occurs when the evaluation objective leaks information about how to score well without actually becoming safer or more capable in the intended way. The leakage can come from benchmark familiarity, judge-model similarity, hidden-test exposure, prompt-pattern predictability, parser quirks, or correlated training data.

A multi-A common kind of small adapter used to specialize large models. Open glossary definition ecology can amplify leakage because adapters are cheap to vary. Many small changes can be tested. The ones that fit the evaluator survive.

Capture without compromise

Evaluator capture does not always mean someone stole a key or changed a test file. It can also mean the evaluation system gradually adapts to the same assumptions as the candidates. If candidates, judges, synthetic data generators, and summarizers share model families or training corpora, independence can be mostly nominal.

Self-replication raises the stakes

When successor adapters are generated from the outputs or scores of earlier candidates, evaluator preferences become inheritance material. A mistake in measurement can become a trait.

Controls

The evaluator is not outside the ecology. It is one of the strongest evolutionary forces inside it.