Skip to content

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:

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:

  1. the-omni-family.md โ€” start here
  2. the-omnimodal-fusion.md โ€” what's the foundation
  3. senter-ohm-flagship.md โ€” the flagship overview
  4. senter-ohm-32a8b-math.md โ€” the sizing math
  5. the-5-stage-pipeline.md โ€” how to build it
  6. the-synthesia-layer.md โ€” the cross-modal memory layer
  7. the-ohm-runtime.md โ€” the self-evolution engine
  8. the-omnisenter-architecture.md โ€” the system overview
  9. senter-as-hermes-auxiliary.md โ€” the integration
  10. the-notebook-schema.md โ€” the notebook spec
  11. sparse-upcycling-deep-dive.md โ€” the Stage 3 deep dive
  12. the-omnistep-multimodal.md โ€” the destination unified model
  13. generative-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.