The complete technical architecture behind source-attributed intelligence.
SEDIM supports multiple inference configurations, each trading latency for attribution depth. Choose the mode that fits your deployment.
CONFLUX enables cross-architecture SVD initialization. Source model weights are decomposed via truncated SVD, and the resulting structure initializes the target VARVE's A-matrix at scale 0.01 while B remains zeros.
The CKA quality gate determines whether transfer proceeds. High alignment means the source structure is meaningfully compatible with the target — low alignment means direct SFT is a better strategy.
| Capability | SEDIM | LoRA | MoE | RAG |
|---|---|---|---|---|
| Source attributionCan every output be traced to its knowledge source? | ✓ STEMMA vector | ✗ | ~ expert ID only | ~ document level |
| Knowledge isolationAre knowledge sources trained independently? | ✓ stop-gradient | ✗ single adapter | ✓ per expert | ✓ per document |
| Continuous learningCan new knowledge be added without retraining? | ✓ new VARVE | ~ new adapter | ✗ full retrain | ✓ new docs |
| Parameter efficiencyOverhead per knowledge source? | ✓ low-rank VARVE | ✓ low-rank | ✗ full expert | ✓ no params |
| Routing overheadCost of dynamic source selection? | ✓ 262K STRIA | ~ manual selection | ~ gating network | ~ retrieval latency |
| Forgetting resistanceDoes new knowledge overwrite old? | ✓ FACIES frozen | ✗ base drifts | ~ depends | ✓ no training |
A purpose-built benchmark for evaluating sedimentary architectures. Five dimensions capture what generic LLM benchmarks miss.
Open source benchmark coming May 2026