We build capable systems by daisy-chaining a handful of small, sharp specialists behind a learned router โ instead of training one giant model to do everything. Each specialist is cheap, swappable, and crisp on its own domain; chained together, they behave like one model at a fraction of the active compute.
A daisy chain links independent units in series so a signal can flow from one to the next, each unit handling what it's good at and passing the rest along. That's exactly how our systems work:
So "DaisyChain" is both the brand and the mechanism: a chain of specialists, connected by routing, that you extend one flower at a time.
Each specialist is grown by interleaving two steps, per domain:
We iterate those two steps until each link is as strong as its capacity allows, then train the router: a small head that reads every specialist's surprise plus a compressed view of its hidden state and predicts the home domain โ recovering bias-corrections a plain "lowest-perplexity-wins" rule misses.
This is, in lineage, a cluster Branch-Train-Merge (cBTM) mixture of domain experts โ independent experts + perplexity-aware routing โ with iterative distillation from a larger teacher layered on top.
Four DNA/RNA specialists (eukaryote ยท prokaryote ยท mRNA ยท mRNA-splice, ~74M each, โ295M total โ under 500M), each distilled per-domain from a 500M genomic foundation model, behind a learned router.
| Routing accuracy (held-out) | 94.8% |
| Active params / query | ~74M (one specialist) |
| vs the 500M teacher | within ~6% likelihood; closing with training |
DaisyChainAI/daisychain-genomicsDaisychain-Genomics-Demo โ paste DNA, watch the chain light up specialist-by-specialist and route in real time.More links on the chain โ and more chains โ coming. ๐ผ
If you use these models, please cite the author โ Dean Byrne (Quazim0t0):
@misc{byrne2026daisychain,
title = {DaisyChain Genomics: A Modular Mixture of Per-Domain Distilled Genomic Specialists},
author = {Byrne, Dean},
year = {2026},
howpublished = {\url{https://huggingface.co/DaisyChainAI/daisychain-genomics}},
note = {DaisyChainAI (Quazim0t0). Four ~74M DNA/RNA specialists distilled per-domain
from Carbon-500M behind a learned router}
}