docs: add model description and DOI catalog link
Browse files
README.md
CHANGED
|
@@ -1,43 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
**Files:**
|
| 23 |
-
- `lean/GoldilocksTheorem.lean` β Formal proof of the Goldilocks Theorem (no assumptions)
|
| 24 |
-
- `apl/Goldilocks.apl` β APL invocation of the Lean 4 proof
|
| 25 |
-
- `src/reasoning-engine.mjs` β Sovereign reasoning engine (20 knowledge chunks, 8 illumination steps)
|
| 26 |
-
- `package.json` β Package config
|
| 27 |
-
|
| 28 |
-
**Run:**
|
| 29 |
-
```bash
|
| 30 |
-
node src/reasoning-engine.mjs --test
|
| 31 |
-
```
|
| 32 |
-
|
| 33 |
-
**What It Does:**
|
| 34 |
-
1. Loads 20 knowledge chunks from the sovereign curriculum (the-book, sovereign-calculus, fibonacci-contraction, saint-errant, bob-orchestrator)
|
| 35 |
-
2. Validates illumination (8-step protocol)
|
| 36 |
-
3. Evaluates Goldilocks theorem (zone classification, Ο-paradox resolution)
|
| 37 |
-
4. Builds 2048-dim SSM injection vector (knowledge + proof + contract + goldilocks + WORM)
|
| 38 |
-
5. Seals every reasoning step to WORM chain
|
| 39 |
-
|
| 40 |
-
**Status:** `ILLUMINATED = TRUE`
|
| 41 |
-
**WORM Chain:** `VALID`
|
| 42 |
-
**Goldilocks:** `Οβ»ΒΉ = 0.618 β CONTRACTION ZONE`
|
| 43 |
-
**SSM Vector:** `2048-dim, 20 chunks loaded`
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: sovereign-source-license-v2
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- sovereign-compute
|
| 8 |
+
- worm-chain
|
| 9 |
+
- formal-verification
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# bob-reasoning
|
| 13 |
+
|
| 14 |
+
BOB reasoning model β MCTS agent with PUCT scoring and WORM-sealed proof search.
|
| 15 |
+
|
| 16 |
+
**Part of the SNAPKITTYWEST Sovereign Compute constellation.**
|
| 17 |
+
|
| 18 |
+
Unified theory: [10.5281/zenodo.21816366](https://doi.org/10.5281/zenodo.21816366)
|
| 19 |
+
|
| 20 |
+
[Research Papers β](https://huggingface.co/datasets/Snapkitty/papers)
|
| 21 |
+
[GitHub β](https://github.com/SNAPKITTYWEST)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|