OmniSenter Blog Catalog¶
The one page that indexes everything. Every post in the OmniSenter blog catalog, with summaries, reading order, and cross-links to HF models + GitHub repos.
Start here¶
If you only read one post, read the-omni-family.md.
It explains the naming convention that every other post uses. Without
it, "Senter", "Ohm", and "OmniSenter" sound like noise.
Current state (transitional)¶
The models currently published on HuggingFace under sovthpaw/ are the
v1 transitional lineage:
sovthpaw/omnistep-12a3bโ 12B total / 3B active, multimodal, 4 GGUFs + 4 safetensorssovthpaw/Omni-Senter-3Bโ 3B early Senter, LoRA + GGUFsovthpaw/OmniSenter-Base-16Bโ 16B base, multimodal (Qwen3-8B + Cosmos3-Nano Darwin merge)
The new architecture (Senter Ohm 32A8B, OmniSenter 12B, OmniSenterStep) will replace these as it ships. They're foundation, not destination.
The posts¶
๐๏ธ Foundations (read first)¶
| Post | What's in it | Read time |
|---|---|---|
the-omni-family.md |
The naming convention: Omni (multimodal), Senter (agentic), Ohm (self-evolving), Senter Ohm (the flagship). With a family tree. | 5 min |
the-omnimodal-fusion.md |
The three-component fusion that powers every Omni model: Cosmos ร ACE-Step ร Nemotron ASR. | 8 min |
the-omnistep-multimodal.md |
The destination unified model โ a single Darwin-merged text backbone with all modality heads. The current transitional sovthpaw/omnistep-12a3b is the proof-of-concept. |
7 min |
๐ The Flagship (the build)¶
| Post | What's in it | Read time |
|---|---|---|
senter-ohm-flagship.md |
The flagship post. Senter Ohm = ~32B-total / 8B-active MoE with the Ohm self-evolution engine bundled. The design doc. | 15 min |
senter-ohm-32a8b-math.md |
The math: per-layer params, active vs total, 4-bit vs bf16 disk, VRAM at inference, VRAM at training. | 8 min |
the-5-stage-pipeline.md |
The 5-stage build sequence: SFT โ evolutionary merge โ sparse upcycle โ 256K YaRN โ plugin+notebook+Ohm wiring. With wall times. | 10 min |
sparse-upcycling-deep-dive.md |
Stage 3 deep dive: turning an 8B dense into a 32B MoE with 8B active. Math, script, design choices, wild cards. | 12 min |
๐ง The Concepts (what makes it special)¶
| Post | What's in it | Read time |
|---|---|---|
the-synthesia-layer.md |
The cross-modal memory indexer. Joint (text, audio, image) embeddings, 10 concrete benefits, the data it needs. |
10 min |
the-ohm-runtime.md |
The self-evolving model file. The .ohm bundle format, the background CMA-ES loop, the safety properties. |
12 min |
the-omnisenter-architecture.md |
The full system architecture: Layer 0 stream I/O, Layer 1 MoE, Layer 1.5 Synthesia, Layer 2 plugins, Layer 3 Hermes, Layer 5.5 Ohm. | 15 min |
๐ The Integration (how it ships)¶
| Post | What's in it | Read time |
|---|---|---|
senter-as-hermes-auxiliary.md |
How Senter talks to Hermes Agent. The notebook-as-API pattern, the escalation rules, the cost model. | 12 min |
the-notebook-schema.md |
The notebook spec. YAML session files, cross-modal moments, the compaction policy, the privacy model. | 10 min |
๐งฌ The Research (extending the approach)¶
| Post | What's in it | Read time |
|---|---|---|
generative-darwin-evolution.md |
Extending Darwin Family weight-space merging to DiT/audio/video. The research direction. | 10 min |
The reading order¶
For a cold reader:
the-omni-family.mdโ start herethe-omnimodal-fusion.mdโ what's the foundationsenter-ohm-flagship.mdโ the flagship overviewsenter-ohm-32a8b-math.mdโ the sizing maththe-5-stage-pipeline.mdโ how to build itthe-synthesia-layer.mdโ the cross-modal memory layerthe-ohm-runtime.mdโ the self-evolution enginethe-omnisenter-architecture.mdโ the system overviewsenter-as-hermes-auxiliary.mdโ the integrationthe-notebook-schema.mdโ the notebook specsparse-upcycling-deep-dive.mdโ the Stage 3 deep divethe-omnistep-multimodal.mdโ the destination unified modelgenerative-darwin-evolution.mdโ the research direction
HuggingFace models¶
| Model | Size | Status | What it is |
|---|---|---|---|
sovthpaw/omnistep-12a3b |
12B total / 3B active | โ published (transitional) | OmniStep baseline. Multimodal any-to-any. 4 GGUFs + 4 safetensors. |
sovthpaw/Omni-Senter-3B |
3B | โ published (transitional) | Early Senter. LoRA + GGUF. Predecessor of OmniSenter 12B. |
sovthpaw/OmniSenter-Base-16B |
16B | โ published (transitional) | Omni base. Qwen3-8B + Cosmos3-Nano Darwin merge. Predecessor of OmniSenter 12B + Senter Ohm. |
sovthpaw/omnisenter-12b |
~12B | โณ planned | The new OmniSenter 12B (small function calling + omnimodal fusion). |
sovthpaw/senter-ohm-32a8b |
~32B total / 8B active | โณ planned | The new Senter Ohm flagship MoE. |
GitHub repos (sovthpaw/)¶
| Repo | Role |
|---|---|
evolutionary-training |
Main repo. Training scripts, Ohm runtime, this blog. |
evolutionary-model-merging |
Darwin Family. CMA-ES + paper-exact merge. The merge formula that powers everything. |
multimodal-expansion |
REAP + EvoMoE + sparse_upcycle.py for Stage 3. |
omnistep-fusion |
Cosmos ร ACE-Step multimodal merge. |
evolutionary-radio |
The OmniStep-brained music radio. A Stage 5 consumer. |
hermes-agent |
The smart agent Senter is auxiliary to. |
senter, nous-girl, chizul |
Hermes Agent profiles. |
Cross-reference cheat sheet¶
Every blog post links to:
- The Omni Family post (naming source of truth)
- The relevant sibling posts in the catalog
- The relevant HF models
- The relevant GitHub repos
- The relevant wiki concepts (~/wiki/concepts/)
If you find a blog post that doesn't link to the Omni Family post or its siblings, that's a bug โ please report.
TOWARDS SELF-IMPROVEMENT¶
โ Chris (via Omni VA), 2026-06-07
Companion projects¶
- nous-girl-agent โ the desktop assistant, local model server, and OmniStep Evolution Radio plugin. The assistant is a curated multimodal experience of OmniStep; the radio is the evolutionary ambient layer. Two-tier agent: assistant = taste curator, Hermes main = action executor.