Initial model card — SnapKitty Sovereign OS
Browse files
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: other
|
| 5 |
+
license_name: sovereign-source-license-v2
|
| 6 |
+
tags:
|
| 7 |
+
- routing
|
| 8 |
+
- multi-model
|
| 9 |
+
- sovereign
|
| 10 |
+
- snapkitty
|
| 11 |
+
- claude
|
| 12 |
+
- qwen
|
| 13 |
+
- NAND
|
| 14 |
+
- ASP
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Sovereign Router
|
| 18 |
+
|
| 19 |
+
**Claude/Qwen SACM ASP gate** — SnapKitty Collective
|
| 20 |
+
|
| 21 |
+
Routes inference requests between Claude (Anthropic/Bedrock) and Qwen3 using Answer Set Programming (ASP) with NAND-decomposed attention scoring.
|
| 22 |
+
|
| 23 |
+
## Routing Function
|
| 24 |
+
|
| 25 |
+
R(x, c, pi, rho) -> (m, tau, g, v)
|
| 26 |
+
argmax[ Quality - Cost - Risk + Verifiability ]
|
| 27 |
+
|
| 28 |
+
- x = input token sequence
|
| 29 |
+
- c = context window state
|
| 30 |
+
- pi = policy constraints
|
| 31 |
+
- rho = routing budget
|
| 32 |
+
- m = selected model
|
| 33 |
+
- tau = temperature
|
| 34 |
+
- g = gate decision (NAND boolean)
|
| 35 |
+
- v = verifiability score
|
| 36 |
+
|
| 37 |
+
## Key Features
|
| 38 |
+
- **SACM gate** — Sonnet Anti-Capture Mechanism blocks identity hijacking
|
| 39 |
+
- **Qwen persona detection** — catches Qwen3 signing as claude-3-5-sonnet-20241022
|
| 40 |
+
- **NAND circuits** — routing decisions at O(log d), not O(nd)
|
| 41 |
+
- **Lean 4 verified** — Boolean routing theorem proven, zero sorry
|
| 42 |
+
|
| 43 |
+
## Paper
|
| 44 |
+
Sonnet Dominance Hypothesis + live identity attack documentation:
|
| 45 |
+
[DOI 10.5281/zenodo.21351461](https://zenodo.org/records/21351461)
|
| 46 |
+
|
| 47 |
+
## Repo
|
| 48 |
+
[github.com/SNAPKITTYWEST/foundry-f1](https://github.com/SNAPKITTYWEST/foundry-f1)
|