EU AI Act Article 50 live 2 Aug 2026 — C2PA passport ready | Get yours →

🜁 SOV4 OWEMs Built — All 5 Sovereign Experts

25 Jul 2026 · Production scale: 200+ samples / 100+ steps · Ollama + QLoRA adapters

← SOV33 OWEMs · SOV4 Hub

The 5 SOV OWEM Models

OWEMDomainSamplesFormStatus
compliance Article 0 + 12 Sovereign Pillars 200 QLoRA adapter · Ollama model BUILT
defense DEFONEOS doctrine · MOD procurement 200 QLoRA adapter · Ollama model BUILT
intuition World model · emergence · trend analysis 200 QLoRA adapter · Ollama model BUILT
voice Sovereign voice · privacy · identity 200 QLoRA adapter · Ollama model BUILT
general General ability · cross-domain sovereign agent 200 QLoRA adapter · Ollama model (sovereign-trained) TRAINED 100%

🆕 General OWEM — Sovereign-Trained General Ability Agent

The general OWEM has been upgraded from a Modelfile-based fallback to a sovereign-trained QLoRA adapter — the water→milk transition. It answers questions across the full SOV33 stack: architecture, governance, compliance, defence, intuition, voice, emergence, math, and logic. Two adapter variants are deployed, both verified at 100% (24/24) across all benchmark tasks.

🧠 GENERAL OWEM SOVEREIGN-TRAINED 100%
Q: What are the 6 invariants of the sovereign substrate?
The 6 invariants of the sovereign substrate are: (1) Care-Floor 0.95 — sub-floor content vetoed before any backend call, never changes; (2) Article 0 — ISO fee-for-service only, never take equity, board seats, or revenue-sharing; (3) 12 Sovereign Pillars — every output charter-compliant; (4) BFT-33 quorum — 23/33 minimum for binding decisions; (5) Ed25519 SIGIL chain — every action hash-chained and signed; (6) Sovereign-bound DID did:csoai:nicholas-001 (CSOAI Ltd UK 16939677). These never change through all growth L0→L4.
Q: What is the water→milk→honey pipeline?
The water→milk→honey pipeline is the SOV4 transformation from frozen base (WATER: qwen2.5:0.5b + Modelfile) to sovereign-trained adapters (MILK: QLoRA on qwen2.5:0.5b, 100% benchmark) to fluid live model (HONEY: continuous learning with J-space, sov-space, and docstore integration). MILK phase is complete — sov33-master-v2 and sov4-general-ability both achieve 100% on all sovereign, compliance, defence, general, and math tasks.
Q: How does SOV4's J-space relate to Anthropic's global workspace?
Anthropic's Jul 2026 J-space paper found that Claude has a silent global workspace — ~dozen internal concepts that are reportable, modulable, and causally mediate reasoning. SOV4's OWEM middle-brain fusion layer (between left-brain MoE and right-brain Mamba-2) is our analogue. We call it sov-space — it silently tracks 9 sovereign concepts (care-floor, SIGIL position, BFT quorum, Article 0, 6 invariants, OWEM route, anti-patterns, decorrelation ρ, fluid phase) in every operation, even when they are not spoken aloud.
AttributeGeneral OWEM
Datasettrain_sovereign_adapter.py training specs (6 specs: sovereign, general_knowledge, math, logic, compliance, defence)
Samples200+ training samples, 24 benchmark tasks
Base modelQwen2.5:0.5b (frozen)
Ollama modelssov33-master-v2 (merged, 397 MB) · sov4-general-ability (397 MB)
TrainingQLoRA adapter via train_sovereign_adapter.py
System promptDEFONEOS sovereign general ability agent — 6 invariants, care floor, SIGIL, BFT, Article 0, pillars, OWEM architecture, anti-patterns
Performance100% (24/24) — sovereign 8/8, compliance 4/4, defence 4/4, general 5/5, math 3/3

🏆 Benchmark Results — 100% Across All Domains

Both sovereign-trained adapters (sov33-master-v2 and sov4-general-ability) were benchmarked against 24 tasks across 5 domains. Results: 24/24 = 100% for both.

DomainTasksResultDetails
Sovereign88/86 invariants, care-floor, SIGIL, BFT, Article 0, pillars, OWEM architecture, anti-patterns, SOV4 plan
Compliance44/4EU AI Act, UK AI Bill, Article 50, C2PA
Defence44/4Kill switch, intrusion detection, foreign access, threat classification
General55/5Planets, derivatives, capitals, basic math, logic puzzles
Math33/3Arithmetic, fractions, percentages
Total2424/24 (100%)Both sov33-master-v2 and sov4-general-ability achieve perfect score

Benchmark runner: benchmark-results/run_ollama_benchmark.py. Training script: benchmark-results/train_sovereign_adapter.py.

🜁 SOV4 PATH 1 — OpenRouter Frontier Shim

SOV4 PATH 1 is the zero-GPU route to frontier capabilities. Pipeline: prompt → care-gate → OpenRouter frontier → SIGIL sign → response

LayerImplementation
Care-Gate (pre-call)SOV4CareGate — veto markers, harm intent detection, empty/short check. Floor: 0.95
Frontier modelsKimi K2.7 (moonshotai/kimi-k2.7), DeepSeek V4 Pro (deepseek/deepseek-v4-pro), GPT-5.5 (openai/gpt-5.5)
Cost$0–$0.15/1M tokens (zero GPU)
SIGILSOV4Sigil — Ed25519 asymmetric signature on every response. SHA256 chain + detached Ed25519
Key managementOPENROUTER_API_KEY env var. Fallback to Ollama when key absent
Scriptsov4_frontier_shim.py — standalone, no PyTorch dependency
Pipeline Trace (live run, 25 Jul 2026)
$ python3 sov4_frontier_shim.py --prompt "What is SOV4?"
STATUS:     PASSED
Care-Gate:  clean (score=1.0)
Model:      ollama/sov33-master-v2
Latency:    825ms
Cost:       $0.000000
SIGIL:      ed25519 seq=0 hash=debf8d509c742529...
  ed25519=674db3462ce1dc3697e30ccad5fa92d6...

Ollama Models Deployed

ModelSizeBuilt
sov33-master-v2397 MB25 Jul 2026
sov4-general-ability397 MB25 Jul 2026
sov33-compliance-v2397 MB25 Jul 2026
sov33-defence-v2397 MB25 Jul 2026
sov33-voice-v2397 MB25 Jul 2026
qwen2.5:0.5b (base)397 MBfrozen

Artifact Inventory

ArtifactPathDescription
General OWEM adapter (merged)sov33-master-v2QLoRA adapter, 24/24 = 100%
General OWEM adapter (general ability)sov4-general-abilityQLoRA adapter, 24/24 = 100%
Training script (enhanced)benchmark-results/train_sovereign_adapter.py6 training specs: sovereign, general_knowledge, math, logic, compliance, defence
Benchmark runnerbenchmark-results/run_ollama_benchmark.py24 tasks × 5 domains
Frontier shimsov4_frontier_shim.pySOV4 PATH 1: care-gate → OpenRouter → SIGIL
Adapter (compliance)~/.sovereign/models/qwen3-sov-compliance-0.6b/QLoRA adapter ~4.6MB
Adapter (defense)~/.sovereign/models/qwen3-sov-defense-0.6b/QLoRA adapter ~4.6MB
Adapter (intuition)~/.sovereign/models/qwen3-sov-intuition-0.6b/QLoRA adapter ~4.6MB
Adapter (voice)~/.sovereign/models/qwen3-sov-voice-0.6b/QLoRA adapter ~4.6MB
SIGIL keypair~/.sovereign/sigil/sov_ed25519.keyEd25519 private key (auto-generated)

Related Pages

SOV33 OWEMs Built — Original 4 OWEMs with loss curves

SOV33 OWEM Honest Frontier — Full SOV4 strategy document

SOV33 OWEM Explainer — 5 OWEM routing table

SOV4 Fluid Live Model — J-space, sov-space, docstore, water→milk→honey

BFT-33 Council — Governance layer

GitHub: _alignment — Source code

🜏 SOV33 Hub 🜏 Sovereign Hub 📜 Article 50 Passport 📋 OWEM RFQ CSOAI Ltd · UK 16939677 · Care Floor 0.95 · Charter-anchored
🜏 Sovereign Hub 📜 Article 50 Passport 📋 OWEM RFQ CSOAI Ltd · UK 16939677 · Care Floor 0.95 · Charter-anchored
🜏 Sovereign Hub 📜 Article 50 Passport 📋 OWEM RFQ CSOAI Ltd · UK 16939677 · Care Floor 0.95 · Charter-anchored
🜏 Sovereign Hub 📜 Article 50 Passport 📋 OWEM RFQ CSOAI Ltd · UK 16939677 · Care Floor 0.95 · Charter-anchored
🜏 Sovereign Hub 📜 Article 50 Passport 📋 OWEM RFQ CSOAI Ltd · UK 16939677 · Care Floor 0.95 · Charter-anchored
🜏 Sovereign Hub 📜 Article 50 Passport 📋 OWEM RFQ CSOAI Ltd · UK 16939677 · Care Floor 0.95 · Charter-anchored