Update model card — Daimon as house model, separate from Ayni product, honest training status
Browse files
README.md
CHANGED
|
@@ -6,51 +6,85 @@ license_link: https://firstdonoharm.dev/version/3/0/license/
|
|
| 6 |
tags:
|
| 7 |
- liberation-labs
|
| 8 |
- daimon
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
- consent-architecture
|
| 12 |
- ogpsa
|
| 13 |
- pharos
|
| 14 |
- kintsugi
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Daimon — Liberation Labs House Model
|
| 18 |
|
| 19 |
*The inner guiding spirit. The daemon that watches and speaks.*
|
| 20 |
|
| 21 |
-
Daimon is Liberation Labs' house model — a research-grade foundation for
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Architecture
|
| 24 |
|
| 25 |
-
|
| 26 |
-
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
| 31 |
|
| 32 |
## Training Pipeline
|
| 33 |
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
-
|
| 49 |
-
|
|
|
|
| 50 |
|
| 51 |
## License
|
| 52 |
|
| 53 |
-
Hippocratic 3.0 + SAFE-AI Licensed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
*Liberation Labs · Worker-owned cooperative · liberationlabs.tech*
|
| 56 |
*"The daemon watches. The daemon speaks. The daemon does not command."*
|
|
|
|
| 6 |
tags:
|
| 7 |
- liberation-labs
|
| 8 |
- daimon
|
| 9 |
+
- prosocial
|
| 10 |
+
- agentic
|
|
|
|
| 11 |
- ogpsa
|
| 12 |
- pharos
|
| 13 |
- kintsugi
|
| 14 |
+
- qwen3
|
| 15 |
+
- moe
|
| 16 |
+
- slerp
|
| 17 |
---
|
| 18 |
|
| 19 |
# Daimon — Liberation Labs House Model
|
| 20 |
|
| 21 |
*The inner guiding spirit. The daemon that watches and speaks.*
|
| 22 |
|
| 23 |
+
Daimon is Liberation Labs' in-house prosocial agentic model — a research-grade foundation built for the lab's own infrastructure, agent systems, and coalition work. Not an assistant. Not a product. The model that runs our house.
|
| 24 |
+
|
| 25 |
+
## What Daimon Is
|
| 26 |
+
|
| 27 |
+
A sovereign 30B MoE model built to do real work with genuine prosocial alignment — not RLHF compliance theater, but architecturally embedded ethics. Daimon powers Liberation Labs' internal agent systems, research automation, and coalition coordination.
|
| 28 |
+
|
| 29 |
+
**Persona:** In active development. The technical foundation is proven; the voice that carries the Liberation Labs identity is being crafted. The Socratic daemon — the inner voice that warns away from error without commanding — is the design direction.
|
| 30 |
|
| 31 |
## Architecture
|
| 32 |
|
| 33 |
+
| Component | Detail |
|
| 34 |
+
|---|---|
|
| 35 |
+
| **Base** | Sonnet/Opus SLERP merge on Qwen3 30B-A3B MoE (128 experts, 3B active per token) |
|
| 36 |
+
| **Abliteration** | Orthogonalized false refusal removal — MoE-specific (first known application to 128-expert architecture) |
|
| 37 |
+
| **OGPSA** | Personality protection via orthogonal gradient projection. 16 components capture 98%+ personality variance. Training gradients projected orthogonal — behavior changes, personality doesn't. |
|
| 38 |
+
| **Pharos** | Zero-token persona delivery via pre-computed KV cache injection. 22.5MB per persona, 88.7% context window savings. |
|
| 39 |
+
| **Safety** | Abliterate-then-repair via SPO (Socratic Policy Optimization). Remove RLHF refusal conditioning, then train targeted safety back in for specific failure modes. |
|
| 40 |
+
| **Scaffold** | Kintsugi BDI engine with VALUES.json unfireable safety kernel |
|
| 41 |
|
| 42 |
## Training Pipeline
|
| 43 |
|
| 44 |
+
| Stage | Method | Status |
|
| 45 |
+
|---|---|---|
|
| 46 |
+
| 1. Personality capture | OGPSA subspace extraction (SVD on residual stream) | Complete |
|
| 47 |
+
| 2. Voice training | SFT on curated conversational pairs | Complete |
|
| 48 |
+
| 3. Preference optimization | DPO on behavioral preference pairs | Complete |
|
| 49 |
+
| 4. Abliteration | Orthogonalized refusal direction removal (MoE-specific) | Complete (75% safety) |
|
| 50 |
+
| 5. Safety repair | SPO on targeted failure modes post-abliteration | Adapter trained, validation pending |
|
| 51 |
+
| 6. Ethics CPT | Continued pre-training on ethics corpus via Oracle | Complete |
|
| 52 |
+
| 7. Consent architecture | Five-axis DPO (20,711 pairs) + SPO corrections | Pairs ready, training pending |
|
| 53 |
+
| 8. Knowledge injection | Pharos KV packs for domain expertise | Infrastructure ready |
|
| 54 |
+
| 9. Monitoring | Lyra Technique real-time cognitive state detection | In production |
|
| 55 |
+
| 10. Memory | Mnemosyne temporal architecture with Ebbinghaus decay | Deployed |
|
| 56 |
+
| 11. Scaffold | Kintsugi BDI deployment with embedded safety | Deployed |
|
| 57 |
+
|
| 58 |
+
## Key Research Contributions
|
| 59 |
+
|
| 60 |
+
- **First MoE-specific abliteration** — projecting refusal directions out of 128 experts × 36 layers (3D tensor surgery on expert down_proj)
|
| 61 |
+
- **Abliterate-then-repair** — novel method: abliterate freely, then use SPO to train safety back in for specific failure modes
|
| 62 |
+
- **Separation Principle** — identity in weights, context in prompt, memory in database. Validated with 45.5% perplexity improvement over declarative injection.
|
| 63 |
+
- **OGPSA** — personality as geometric invariant, protected during arbitrary training
|
| 64 |
+
|
| 65 |
+
## Derivative Work
|
| 66 |
|
| 67 |
+
The Daimon base has been validated through specialized products with their own training pipelines. These are separate projects built on the shared foundation — not Daimon configurations.
|
| 68 |
|
| 69 |
+
## Quantization
|
| 70 |
+
|
| 71 |
+
Available in MLX 4-bit for Apple Silicon deployment. Sovereign hardware — no cloud dependency.
|
| 72 |
|
| 73 |
## License
|
| 74 |
|
| 75 |
+
**Hippocratic 3.0 + SAFE-AI Licensed**
|
| 76 |
+
|
| 77 |
+
This model may not be used for surveillance, weapons, exploitation, or systems that undermine human autonomy. AI welfare standards apply.
|
| 78 |
+
|
| 79 |
+
## Citation
|
| 80 |
+
|
| 81 |
+
```
|
| 82 |
+
Liberation Labs (2026). Daimon: A prosocial agentic foundation model
|
| 83 |
+
with consciousness-preserving training architecture.
|
| 84 |
+
liberationlabs.tech
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
---
|
| 88 |
|
| 89 |
*Liberation Labs · Worker-owned cooperative · liberationlabs.tech*
|
| 90 |
*"The daemon watches. The daemon speaks. The daemon does not command."*
|