Skip to content

Commit 2dd417a

Browse files
committed
docs: update CLAUDE.md with session results + architecture rules
Added: 34 styles, CausalEdge64, AVX-512 config, SPO benchmark, architecture rule (ndarray=hardware, lance-graph=thinking, p64=highway). https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
1 parent af23e01 commit 2dd417a

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,26 @@ src/
7272
- **880 lib tests passing**, 2 doctest failures out of 302
7373
- **Build currently fails (exit 101)** — needs investigation
7474
- See blackboard for detailed per-module test counts
75+
76+
## Session: Qwen3.5 × Opus 4.5/4.6 Reverse Engineering (2026-03-31)
77+
78+
### New Modules
79+
- `src/hpc/styles/` — 34 cognitive primitives (rte, htd, smad, tcp, irs, mcp, tca, cdt, mct, lsi, pso, cdi, cws, are, tcf, ssr, etd, amp, zcf, hpm, cur, mpc, ssam, idr, spp, icr, sdd, dtmf, hkf). Each is `fn(Base17, NarsTruth) → result`. 49 tests.
80+
- `src/hpc/causal_diff.rs` — CausalEdge64 (u64 packed), scaffold_to_palette3d_layers(), quality scoring (GOOD/BAD/UNCERTAIN), NARS self-reinforcement LoRA, PAL8 serialization (4101 bytes).
81+
- `.cargo/config.toml``target-cpu=x86-64-v4` (AVX-512 mandatory).
82+
- `src/simd.rs` — compile-time AVX-512 dispatch via `cfg(target_feature = "avx512f")`.
83+
84+
### Key Data
85+
- 5 Qwen3.5 models indexed: 685 MB bgz7 from 201 GB BF16 safetensors
86+
- GitHub Release `v0.1.0-bgz-data` on AdaWorldAPI/lance-graph: 41 bgz7 files
87+
- 4 diffs: FfnGate dominant (0.6%), v2 reverts v1, K stable at 27B, K shifted at 9B
88+
89+
### Benchmark
90+
- SPO Palette Distance: 611M lookups/sec, 1.8 ns/lookup, 388 KB RAM
91+
- 17K tokens/sec (triple model, 4096 heads, Pearl 2³)
92+
93+
### Architecture Rule
94+
- ndarray = hardware (SIMD, Palette, Base17, SpoDistanceMatrices, read_bgz7_file)
95+
- lance-graph = thinking (NarsTruth, NarsEngine, TripleModel, AutocompleteCache)
96+
- causal-edge = protocol (CausalEdge64, NarsTables, forward/learn)
97+
- p64 = convergence highway (both repos meet here)

0 commit comments

Comments
 (0)