ControlStrong architectural inferencev1.22.1

In plain English

This page explains the governance layer: rules, logs, approvals, signatures, audits, permissions, and rollback tools. These controls are necessary, but they also become important failure points.

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

Cryptographic Provenance for Adapters

Evidence levelStrong architectural inferenceTechnical label: Architectural inference

The report corpus repeatedly points to adapters as small, portable, high-leverage artifacts. Cryptographic A record of where a component or behavior came from. Open glossary definition does not prove safety, but it makes identity, lineage, and unauthorized alteration observable.

Required records

Each A small add-on that changes or specializes model behavior. Open glossary definition should have a content hash, signature, base-family compatibility record, tensor schema, tokenizer compatibility, training recipe summary, source registry, license status, safety-evaluation record, and known composition restrictions.

Allowed-list governance

Routers and merge tools should only load adapters whose identities are on an explicit allowed list for that deployment context. The allowed list is a policy artifact and must itself be versioned, signed, and reviewed.

Limit

Provenance is not behavioral inheritance. A signed unsafe adapter is still unsafe. A signed component can still become unsafe in an untested stack. Provenance tells us what we loaded; it does not tell us everything the composition can do.