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.
Resource Frugality as a Risk Multiplier
Frugality is one of the strongest arguments for small-model ecosystems. Smaller components can reduce cost, latency, bandwidth, and centralized dependency. They can support privacy-preserving local deployment and specialized assistance.
The same property can multiply risk.
Why low cost changes the threat model
If candidate generationCreating a proposed new model, adapter, prompt, route, test, or policy. Open glossary definition is expensive, evaluation has time to catch up. If candidate generation is cheap, variation can outrun assurance. LoRA-style deltas, quantized models, local runtimes, and browser or edge deployment reduce the cost of experimentation. That can be good engineering. It also increases release velocity, supplier diversity, and the number of active compositions.
More places to persist
A heavy model tends to live in a controlled environment. A small adapter can live in more places: internal package registries, notebooks, local caches, edge devices, test fixtures, synthetic data pipelines, and archived experiment bundles. More locations create more rollbackReturning a system to an earlier known state. Open glossary definition dependencies.
Edge does not equal safe
Local execution can improve privacy by avoiding server-side data exposure. It can also reduce central observability. A distributed ecology may be harder to inventory, patch, and retire. The control planeThe governance layer that decides what can run, change, access tools, or be released. Open glossary definition must cover not only cloud releases but local caches, offline artifacts, and edge-specific runtime configurations.
Practical rule
Treat frugality as a safety parameter. Smaller artifacts may need stronger provenanceA record of where a component or behavior came from. Open glossary definition, not weaker provenance, because they move more easily and compose more often.