HumboldtJoker commited on
Commit
0de6c6f
Β·
verified Β·
1 Parent(s): ce5d8d4

Fix four blocking items from product strategy review

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,23 +16,23 @@ tags:
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. |
@@ -46,7 +46,7 @@ A sovereign 30B MoE model built to do real work with genuine prosocial alignment
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 |
 
16
  - slerp
17
  ---
18
 
19
+ # Daimon β€” Liberation Labs Sovereign Foundation Model
20
 
21
+ *The Socratic daimon: the inner voice that warns without commanding.*
22
 
23
+ Daimon is Liberation Labs' first public model β€” a sovereign prosocial agentic foundation for organizations that need AI they can trust, deployed on their own terms. Trained on our own practice, run on your hardware, under a license that binds us to your values.
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' agent systems, research automation, coalition coordination, and sovereign deployments for values-aligned organizations.
28
 
29
+ **Persona:** The Socratic daimon β€” the inner voice that warns away from error without commanding. Trained on our own founder's writing with full consent and published methodology, delivered through Pharos zero-token persona injection. The voice is crafted, not scraped; the provenance is documented, not obscured.
30
 
31
  ## Architecture
32
 
33
  | Component | Detail |
34
  |---|---|
35
+ | **Base** | Multi-source SLERP distillation 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. |
 
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 β€” safety evaluation in progress, with targeted SPO repair for identified failure modes |
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 |