SNAPKITTYWEST commited on
Commit
d5fba60
Β·
verified Β·
1 Parent(s): 4ae5926

docs: add model description and DOI catalog link

Browse files
Files changed (1) hide show
  1. README.md +21 -43
README.md CHANGED
@@ -1,43 +1,21 @@
1
- # BOB REASONING ENGINE
2
-
3
- **Location:** `SNAPKITTYWEST/bob-reasoning-engine/`
4
-
5
- **Architecture:**
6
- ```
7
- KNOWLEDGE CHUNKS (20 illuminated units)
8
- ↓
9
- ILLUMINATION GATE (8-step protocol)
10
- ↓
11
- GOLDILOCKS EVALUATOR (zone classification)
12
- ↓
13
- LEAN 4 PROOF VALIDATION
14
- ↓
15
- ADA CONTRACT CHECK
16
- ↓
17
- 2048-DIM SSM INJECTION
18
- ↓
19
- WORM-SEALED OUTPUT
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)