| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>xai</title> |
| <style> |
| body { font-family: Times, "Times New Roman", serif; margin: 1.5em; max-width: 42em; line-height: 1.35; } |
| h1 { font-size: 1.25em; font-weight: normal; margin: 0 0 0.5em 0; } |
| p { margin: 0.5em 0; } |
| a { color: #00c; } |
| hr { border: none; border-top: 1px solid #999; margin: 1.1em 0; } |
| .meta { color: #333; font-size: 0.95em; } |
| nav a { margin-right: 0.85em; } |
| code { font-size: 0.9em; } |
| table { border-collapse: collapse; width: 100%; font-size: 0.95em; margin: 0.5em 0; } |
| th, td { text-align: left; padding: 0.2em 0.5em 0.2em 0; border-bottom: 1px solid #ddd; vertical-align: top; } |
| th { font-weight: normal; color: #333; } |
| pre { font-family: monospace; font-size: 0.85em; } |
| </style> |
| </head> |
| <body> |
|
|
| <h1>xai</h1> |
| <p class="meta">xai = explainable AI · offline research notes · lyffseba</p> |
| <nav class="meta"> |
| <a href="START_HERE.md">START HERE</a> |
| <a href="studies/derived/DASHBOARD.md">status</a> |
| <a href="studies/STUDY.md">study</a> |
| <a href="OFFLINE.md">offline</a> |
| <a href="https://huggingface.co/spaces/lyffseba/xai">HF</a> |
| <a href="https://huggingface.co/datasets/lyffseba/xai-studies">dataset</a> |
| </nav> |
|
|
| <hr> |
|
|
| <table> |
| <tr><th>id</th><th>name</th><th>status</th><th>total</th><th>active</th><th>ctx</th><th>experts</th></tr> |
| <tr> |
| <td>inkling</td> |
| <td><a href="studies/models/inkling/">Inkling</a></td> |
| <td>weights public</td> |
| <td>975B</td> |
| <td>41B</td> |
| <td>1M</td> |
| <td>6/256+2</td> |
| </tr> |
| <tr> |
| <td>kimi-k3</td> |
| <td><a href="studies/models/kimi-k3/">Kimi K3</a></td> |
| <td>API live · weights pending</td> |
| <td>2.8T</td> |
| <td>undisclosed</td> |
| <td>1M</td> |
| <td>16/896</td> |
| </tr> |
| <tr> |
| <td>laguna-s-2.1</td> |
| <td><a href="studies/models/laguna-s-2.1/">Laguna S 2.1</a></td> |
| <td>weights public</td> |
| <td>118B</td> |
| <td>8B</td> |
| <td>1M</td> |
| <td>10/256+1</td> |
| </tr> |
| </table> |
|
|
| <p> |
| <a href="studies/models/inkling/">Inkling</a> — |
| Thinking Machines MoE · relative PE · SWA/global · image+audio · |
| Hub config + transformers under <code>reference/</code>. |
| </p> |
| <p> |
| <a href="studies/models/laguna-s-2.1/">Laguna S 2.1</a> — |
| Poolside 118B-A8B · agentic coding · 10/256+1 · 12G/36SWA · |
| Hub config + modeling under <code>reference/</code>. |
| </p> |
| <p> |
| <a href="studies/models/kimi-k3/">Kimi K3</a> — |
| 2.8T LatentMoE · KDA+AttnRes · vision/video · |
| <code>facts.json</code> local · weights ETA 2026-07-27. |
| </p> |
| <p> |
| <a href="studies/shared/comparisons/inkling-vs-kimi-k3.md">compare</a> · |
| <a href="studies/shared/comparisons/laguna-s-vs-inkling-vs-kimi.md">tri-compare</a> · |
| <a href="dissertation/">MSc</a> |
| (<a href="dissertation/main.ipynb">main.ipynb</a> · vinyl · CNN + Concept Whitening) |
| </p> |
|
|
| <hr> |
|
|
| <pre>make test |
| python3 studies/run.py test</pre> |
| <p class="meta">stdlib · no pip · no network · expect ✓ test passed</p> |
|
|
| <p class="meta"> |
| <a href="studies/shared/GLOSSARY.md">glossary</a> · |
| <a href="https://github.com/lyffseba/xai">github</a> · |
| <code>make sync</code> · |
| last update: 2026-07-23 |
| </p> |
|
|
| </body> |
| </html> |
|
|