Definition
Plain language
A small piece of extra machinery bolted onto a model that can be trained while the original weights stay frozen.
As stated in the literature
A parameter-efficient module inserted into a pretrained model, often a small MLP or low-rank update, trained while the base remains frozen.
Also called: adapters
Why it matters: Adapters make it cheap to specialize huge pretrained models without retraining or storing a separate full copy of weights per use case.
For example, you can attach a small adapter to a frozen base model and fine-tune only the adapter on a medical Q&A dataset.
Heard on the show
“The Model Context Protocol — think of it as a universal adapter, a USB-C port for AI tools.”Episode 208 — The Blank Space in Your AI Approval Box That Isn't Empty