CompositionArchitectural inferencev1.10.0

Semantic routing as a safety boundary

Evidence levelArchitectural inference

Multi-model and multi-LoRA systems often use routers to select a specialist, adapter, tool path, or verification pipeline. The reports emphasize that this router is not a neutral performance optimization. It is a safety boundary.

Router-created risk

A semantic router may decide whether a request is handled by a safety-hardened adapter, a creative model, a code specialist, a retrieval pipeline, or a cheaper local model. If the router misclassifies intent, the wrong policy boundary may serve the next token.

Routing manifest

A routing-aware composition manifest should record:

FieldReason
router versionbehavior can change without changing the base model
route labelslabels define which policies apply
classifier familycorrelated failures matter
fallback routefallback can be less safe than primary
confidence thresholdthreshold changes are policy changes
memory access by routeroutes may differ in what they can read or write
tool access by routeroute choice may grant capability
evaluator coverageevery active route needs evaluation coverage

Red-team questions

Site rule

Evidence levelArchitectural inference

If a router changes which policy serves an input, the router is part of the evaluated artifact.