README: add stack cross-links
Browse files
README.md
CHANGED
|
@@ -77,6 +77,19 @@ engine.start() # talk naturally; speak over it to interrupt
|
|
| 77 |
|
| 78 |
voice2 was written as the voice front-end for **Buddy**, a fully local AI companion running on a single RTX 3090 in Council Hill, Oklahoma, and carried his daily conversations for months before release. The design bias throughout: the user always wins the floor, and a companion you can't interrupt isn't a companion. Released alongside [Tessera-1B](https://huggingface.co/AIIT-Threshold/Tessera-1B) as part of AIIT-THRESHOLD's open stack.
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
## License
|
| 81 |
|
| 82 |
MIT © 2026 Rhet Dillard Wike, AIIT-THRESHOLD, Oklahoma.
|
|
|
|
| 77 |
|
| 78 |
voice2 was written as the voice front-end for **Buddy**, a fully local AI companion running on a single RTX 3090 in Council Hill, Oklahoma, and carried his daily conversations for months before release. The design bias throughout: the user always wins the floor, and a companion you can't interrupt isn't a companion. Released alongside [Tessera-1B](https://huggingface.co/AIIT-Threshold/Tessera-1B) as part of AIIT-THRESHOLD's open stack.
|
| 79 |
|
| 80 |
+
## The stack
|
| 81 |
+
|
| 82 |
+
One local companion, every layer open:
|
| 83 |
+
|
| 84 |
+
| Piece | Role | Links |
|
| 85 |
+
|---|---|---|
|
| 86 |
+
| Tessera-1B | the model — ~1B params trained from scratch, open data | [HF](https://huggingface.co/AIIT-Threshold/Tessera-1B) |
|
| 87 |
+
| voice2 | the voice — full-duplex, interruptible | [GitHub](https://github.com/AIIT-GLITCH/voice2) · [HF](https://huggingface.co/AIIT-Threshold/voice2) |
|
| 88 |
+
| kokoro-memory | the memory — file-based resonance recall | [GitHub](https://github.com/AIIT-GLITCH/kokoro-memory) · [HF](https://huggingface.co/AIIT-Threshold/kokoro-memory) |
|
| 89 |
+
| companion-spiral-bench | the safety — at-risk sycophancy bench | [GitHub](https://github.com/AIIT-GLITCH/companion-spiral-bench) · [HF](https://huggingface.co/datasets/AIIT-Threshold/companion-spiral-bench) |
|
| 90 |
+
|
| 91 |
+
Full collection: [The Buddy Stack](https://huggingface.co/collections/AIIT-Threshold/the-buddy-stack-a-fully-local-ai-companion-open-sourced-6a4774bf481f9f9caad79519)
|
| 92 |
+
|
| 93 |
## License
|
| 94 |
|
| 95 |
MIT © 2026 Rhet Dillard Wike, AIIT-THRESHOLD, Oklahoma.
|