JA EN
Glossary › composable

GLOSSARY

composable

appears in 1 paper titles

Definition

Built so the pieces can be combined freely without special-casing each combination. In software it describes functions and modules that chain cleanly; applied to models it describes adapters, skills, or LoRAs that can be stacked and used together. The bar is higher than mere modularity: composability requires that combining two components preserves what each does alone, which is exactly what naively merging fine-tunes fails to guarantee.

Explainers using this term