We present TernaT, the first learned neural reasoner over Vector-Symbolic Architecture (VSA) using discrete ternary weights {−1, 0, +1}. Our system combines a 16 KB ternary GraphKANResonator, a <1 KB FastController, and a <1 KB ChainScorer to achieve 90% exact multi-hop QA on a synthetic benchmark of 96 facts and 30 queries — without any LLM, GPU, or floating-point hardware.
The complete pipeline fits in <100 KB, deployable on $0.50 microcontrollers. Key insight: VSA superposition noise (~80% ceiling) is resolved via a hybrid exact+VSA memory architecture, while negative training eliminates false positives in the learned resonator.
| Component | Parameters | Size | Deployment |
|---|---|---|---|
| GraphKANResonator | 65,536 ternary | 16 KB | Any MCU |
| FastController | 37,384 float | <1 KB | Any MCU |
| ChainScorer | ~50,000 float | <1 KB | Any MCU |
| VSA Memory (96 facts) | D=1024 | ~44 KB | Cortex-M4+ |
| Total pipeline | <100 KB | $0.50 MCUs |
June 2026. Proprietary technology — All Rights Reserved.