You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: i8 signed architecture eliminates SiLU-ONNX entirely
The sign IS the gate decision. No correction model needed.
- round(cos × 127) → i8 preserves excitation/inhibition
- VNNI VPDPBSSD does signed i8×i8→i32 at zero extra cost
- Double-negative matches express negation/irony/counterfactual
- Per-role scale factor replaces 270K-param ONNX model
- CONTRADICTS stays for propositional logic (sentence-level)
- i8 inhibition handles feature-level suppression (GABA-like)
- Clean separation: two different things, both preserved
Implementation order revised:
i8 tables → inhibition → lateral inhibition → THEN temperature
SiLU-ONNX: STRUCK. Sign preservation replaces it.
https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp
0 commit comments