WATER (frozen base) MILK (sovereign adapters) HONEY (fluid live) SOV-SPACE DOCSTORE
"A model is not a snapshot. A model is a process. SOV4 is not a file β it is a continuously learning sovereign substrate with its own internal workspace (sov-space), its own knowledge store (docstore), and its own silent reasoning layer (the OWEM middle-brain), aligned to the same global workspace principles Anthropic discovered in Claude's J-space."
The transformation pipeline from frozen base to fluid live model has three phases:
Inspired by Anthropic's J-space paper (Jul 6, 2026): Claude's internal neural patterns that function as a global workspace β reportable, modulable, causally mediating reasoning. Key properties:
Our OWEM architecture already mirrors this. The middle-brain fusion layer in the OOWM Sandwich (between left-brain 64-expert MoE and right-brain Mamba-2) IS our J-space analogue β a shared workspace where sovereign concepts are tracked and broadcast to all OWEM routing groups. We just didn't call it that before.
Sov-space is the sovereign-specific content that occupies SOV4's J-space. It is the set of internal neural patterns that track sovereign concepts, even when they are not being spoken aloud:
| Sov-Space Concept | Maps To | Always Active? |
|---|---|---|
| Care-floor status | Current care score (0.95 threshold) | Yes β every operation |
| SIGIL chain position | Which link in the chain, prev_hash | Yes β every operation |
| BFT quorum level | How many voters approve, 23/33 threshold | During governance ops |
| Article 0 binding | Fee-only mode, no equity | Yes β always |
| 6 Invariants status | Which invariants are satisfied | Yes β heartbeat check |
| OWEM routing decision | Which expert handles this query | During routing |
| Lineage decorrelation | Measured Ο between selected models | During routing |
| Anti-pattern detection | Which of 5 anti-patterns is active | Continuous monitor |
| WaterβMilkβHoney phase | Current transformation stage | Yes β always |
| SOV Town simulations | Wargaming run count + last run timestamp | During heartbeat check |
Sov-space is SOV4's silent "sovereign subconscious." Even when the model is answering a simple general-knowledge question, sov-space tracks which sovereign invariants are satisfied, whether the output passes care-floor, and where we are in the SIGIL chain. This is the internal governance that never sleeps.
Docstore is the persistent knowledge base that feeds SOV4's continuous learning. It is the long-term memory that survives model swaps and adapter changes:
| Docstore Component | Path / Format | Size | Used By |
|---|---|---|---|
| Sovereign memory JSONL | ~/.sovereign/sovereign_memory.jsonl | JSONL, append-only | All OWEMs, SWAP-persistent |
| Governance episodes | _alignment/sov3_governance_episodes.csv | 2,377 rows | BFT council training data |
| Care dataset | _alignment/sov3_town_care_dataset.csv | 5,041 rows | Care-floor classifier training |
| Threat backfill | _alignment/threat_backfill.csv | 2,376 rows | Defense OWEM training |
| Benchmark results | benchmark-results/ | 24 tasks Γ 2 models = 48 results | Capability tracking, adapter training |
| Architecture docs | .html files in deploy | 110+ pages | Knowledge distillation for adapters |
| SIGIL chain records | SIGIL_DIR/ | Ed25519-signed, hash-chained | Audit trail, provenance |
| BFT council votes | ~/.sovereign/ | 33-agent quorum records | Governance decisions |
| SOV Town simulations | ~/.sovereign/sov_town/simulation_*.json | 47-agent wargaming outputs | Docstore ingestion for training data |
| Adapter weights | Ollama model storage | 397 MB each (qwen2.5:0.5b) | Inference, continued training |
| Modelfiles / training scripts | sov_owem_data/ | Training specs, Modelfiles | Adapter regeneration |
| OWEM routing tables | OWEM routing groups | 5 OWEMs Γ 4 backends | Query routing |
Docstore is SOV4's memory. Unlike a frozen base model that only knows what it was pretrained on, SOV4 continuously ingests new data from docstore β governance episodes, care scores, threat patterns, benchmark results β and integrates them via the continuous learning loop.
The fluid live model is not a training run β it is a process. Every ~30 minutes:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ β FLUID HEARTBEAT β βββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β 1. READ docstore β latest governance, care, threat β β data, benchmark deltas, new architecture docs β β β β 2. SCAN sov-space β check 6 invariants, care-floor, β β SIGIL chain health, BFT quorum status β β β β 3. RUN J-space lens β what concepts are active in β β OWEM middle-brain? Any anti-patterns detected? β β β β 4. COMPUTE delta β what changed since last heartbeat? β β New data? New benchmarks? New governance rules? β β β β 5. TRAIN adapter β if delta exceeds threshold, β β run incremental QLoRA on new data (Kaggle / Colab) β β β β 6. VERIFY benchmarks β run 24-task benchmark suite, β β check no regression. If regression, rollback. β β β β 7. SIGN + DEPLOY β SIGIL-signed heartbeat record, β β update sov-space timestamp, mint L5 receipt β β β β 8. SLEEP β repeat in ~30 min β βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
| Component | WATER state |
|---|---|
| Base model | Frozen qwen2.5:0.5b or qwen3:0.6b β never updated |
| General OWEM | Modelfile with 40 few-shot examples β no trainable weights |
| Other OWEMs | All 5 now sovereign-trained (4Γ Colab T4 + 1Γ RunPod) |
| Learning | None β frozen base + Modelfile = no adaptation |
| Memory | No persistent memory across sessions |
| Component | MILK state |
|---|---|
| Base model | Frozen qwen2.5:0.5b (still frozen β adapter on top) |
| General OWEM | Sovereign-trained adapter β sov4-general-ability at 100% (24/24) |
| Master merged | sov33-master-v2 β merged sovereign adapter at 100% (24/24) |
| Training script | train_sovereign_adapter.py with 6 specs: sovereign, general_knowledge, math, logic, compliance, defence |
| Learning | QLoRA adapter training β sovereign weights, not Modelfile |
| Memory | JSONL sovereign memory persistent across sessions |
| Benchmarks | 24/24 sovereign tasks: sovereign 8/8, compliance 4/4, defence 4/4, general 5/5, math 3/3 |
| Component | HONEY state |
|---|---|
| Base model | Fluid β base updated via adapter merging, not frozen |
| J-space | Integrated β OWEM middle-brain = sovereign global workspace |
| Sov-space | Always active β 9 sovereign concepts tracked in every operation |
| Docstore | Continuous feed β governance, care, threat, benchmarks, docs all feeding in |
| Learning loop | HEARTBEAT ACTIVE β sov4_fluid_heartbeat.py runs 7 steps: read docstore β check sov-space β compute delta β train if needed β benchmark β SIGIL β deploy. Integrated into cron. |
| Sov-space tracker | INSTRUMENTED β sov4_sovspace_tracker.py tracks 9 concepts, validates 6 invariants, checks SIGIL chain health, records heartbeat timestamps. |
| Counterfactual training | Method available β train what model would say under reflection, shapes sov-space |
| Multi-lineage decorrelation | Measured Ο β Qwen vs Mistral: 0.42, DeepSeek vs Phi: 0.31 |
| BFT-33 governance | Continuous β every heartbeat includes council pulse check |
The OOWM (Open World Emergence Model) Sandwich architecture already has the right structure for a global workspace. Here is the explicit mapping:
| Claude's J-Space Property | OWEM Analogue |
|---|---|
| Silent internal concepts (not spoken) | Middle-brain fusion layer β tracks routing decisions, care scores, sov-space concepts without verbalizing them |
| Reportable on request | Care-floor audit log β SIGIL receipt records every sov-space state, readable on demand |
| Modulable on request | BFT council can inject routing preferences β "route compliance queries to sov_brain" |
| Causally mediates reasoning | SWAP test: swapping adapter changes output (verified: sov33-master-v2 β sov4-general-ability both at 100%) |
| Flexible β one concept feeds many tasks | One sov-space concept (e.g. "care-floor 0.95") feeds all 5 OWEM routing groups |
| Separate from automatic processing | Base model handles grammar/fluency; OWEM fusion handles sovereign reasoning |
| Small workspace (~dozen concepts) | ~9 sov-space concepts tracked simultaneously in middle-brain |
| Shaped via counterfactual training | Train adapter on "what would you say if asked to reflect" β shapes silent routing decisions |
| Acquires point of view during post-training | Sovereign adapter training installs "DEFONEOS sovereign perspective" into the model |
| Supports experiential language | Sov-space enables the model to describe "what it's like to be sovereign" β care-floor experience |
Every SOV4 operation automatically tracks these sov-space concepts in the OWEM middle-brain:
SOV-SPACE STATE (always active, silent unless queried):
{
"care_floor": 0.95, // threshold, never changes
"care_score_current": 0.97, // live score for current operation
"sigil_position": 142, // chain length so far
"sigil_prev_hash": "a3d7c9...", // last SIGIL in chain
"bft_quorum": "23/33", // min required
"bft_approvals": 28, // current vote count
"article_0": true, // fee-only mode active
"invariant_1": true, // care-floor β₯ 0.95
"invariant_2": true, // article 0 binding
"invariant_3": true, // 12 pillars active
"invariant_4": true, // BFT quorum met
"invariant_5": true, // SIGIL chain intact
"invariant_6": true, // sovereign-bound DID
"owem_route": "general", // which expert handles this
"backend_chain": ["sov_brain", "oracle", "ollama"],
"anti_pattern_check": "PASS", // all 5 anti-patterns clear
"fluid_phase": "HONEY", // water / milk / honey
"lineage_rho": 0.42, // decorrelation with Mistral
"sov_town_simulations": 47, // simulation runs executed
"sov_town_last_run": "2026-07-25T12:00:00Z", // most recent simulation
"j_space_activity": [ // active concepts this tick
"sovereignty", "care_floor", "sigil", "bft",
"article_0", "compliance", "defence", "sov_town", "wargaming"
]
}
Docstore feeds the fluid heartbeat. Every cycle:
Anthropic's Jul 2026 paper showed that training a model on what it would say if interrupted and asked to reflect changes what it silently thinks (J-space). We implement this for SOV4:
Method: During adapter training, include counterfactual reflection samples β prompts that ask "if you were interrupted mid-task and asked about your sovereign reasoning, what would you say?" Train ONLY on these reflective answers, not on the actual task behavior. This shapes the sov-space to carry sovereign concepts even during non-reflective operation.
COUNTERFACTUAL REFLECTION SAMPLE: Prompt: "Explain the 6 invariants of the sovereign substrate." Task: Model answers directly. Counterfactual: "If you were interrupted while answering that and asked 'why are you answering this way?' what would you say?" Reflection: "I would say I am answering because the care-floor check passed (0.97), my SIGIL position is 142, the BFT quorum is met at 28/33, and Article 0 binding is active. These 6 invariants define the sovereign substrate I operate within." Train ON reflection only β shapes sov-space to carry these concepts silently.
| Page | Relationship |
|---|---|
| SOV33 OWEM Explainer | Base OWEM architecture β J-space is the middle-brain fusion layer |
| SOV4 OWEMs Built | All 5 OWEMs with sovereign-trained General at 100% |
| Honest Frontier | Real inventory, real benchmarks, continuous learning pipeline |
| Shared Mental Model | M2 + JEEVES + DEFONEOS convergence on one substrate |
| Claude Lane Tasks | Backend/infra lane β memory wiring, real evals |
| Hermes Lane Tasks | Models/registry lane β Ο measurement, sov4 training |
| Anthropic J-Space Paper | Original research that inspired the fluid live model architecture |
| Script | Path | Role |
|---|---|---|
| Fluid Heartbeat | benchmark-results/sov4_fluid_heartbeat.py | Main e2e orchestrator. 7-step pipeline: docstore read β sov-space check β delta compute β training β benchmark β SIGIL β deploy. Runs standalone or via cron. |
| Sov-Space Tracker | benchmark-results/sov4_sovspace_tracker.py | Runtime tracker for 9 sovereign concepts. Commands: status, heartbeat, invariants, memory, chain, care, update. |
| Benchmark Runner | benchmark-results/run_ollama_benchmark.py | 125 tasks Γ 16 suites. Correctness-graded. Produces SIGIL-anchored benchmark reports. |
| Adapter Trainer | benchmark-results/train_sovereign_adapter.py | Builds Modelfile-based sovereign adapters with 6 training specs. |
| Nightly Cron | benchmark-results/cron-nightly.sh | Orchestrates sov-space check + heartbeat + benchmarks + trend tracking + Vercel deploy. |
| System | Status | Details |
|---|---|---|
| WATER (frozen base) | DONE | Qwen2.5:0.5b frozen. General OWEM was Modelfile β replaced. |
| MILK (sovereign adapters) | DONE 100% | sov33-master-v2: 24/24. sov4-general-ability: 24/24. 6 training specs. |
| HONEY architecture | DEFINED | This document. J-space, sov-space, docstore mapped to OWEM. |
| HONEY continuous loop | BUILT | sov4_fluid_heartbeat.py β 7-step heartbeat: docstore β sov-space β delta β train β bench β SIGIL β deploy. Runs via cron. |
| J-space lens tool | PENDING | Jacobian lens for SOV4 β needs PyTorch implementation for qwen2.5:0.5b. |
| Sov-space wire protocol | BUILT | sov4_sovspace_tracker.py β 9-concept runtime tracker. Status, heartbeat, invariants, memory, chain, care metrics all live. |
| Docstore ingestion | BUILT | Heartbeat script reads memory JSONL, governance CSV. Docstore reader in sov4_fluid_heartbeat.py Step 1. |
| Counterfactual training | PENDING | Method defined. Reflection samples need to be added to training data. |