START HERE
xai = explainable AI. Offline. No pip. Python ≥ 3.10 stdlib.
open
- index.html
- markdown under
studies/·dissertation/ - public portal: spaces/lyffseba/xai
prove it works
make test
# or
python3 studies/run.py test
→ ✓ test passed (no network).
study
| path | why | |
|---|---|---|
| Inkling | studies/models/inkling/ | public weights + vendored transformers |
| Kimi K3 | studies/models/kimi-k3/ | live API + KDA; weights ~2026-07-27 |
| compare | inkling-vs-kimi-k3 | long-ctx / MoE bets |
| MSc | dissertation/main.ipynb | Concept Whitening |
order (~1–2 days)
- map — STUDY.md · DASHBOARD · GLOSSARY
- Inkling — book
00→ SPEC → arch →modular_inkling.py - Kimi K3 — book
00→ SPEC → lineage → KDA → API → limits - compare again
- dissertation when data is ready
facts (do not invent)
- Inkling: ~975B / 41B · 6/256+2 · relative PE · SWA/global · image+audio · 1M
- Kimi K3: 2.8T · 16/896 · KDA+AttnRes · vision/video · 1M · active undisclosed · weights ETA 2026-07-27
offline vs online
| offline | online |
|---|---|
make test / make check |
make refresh MODEL=… |
read reference/ |
Hub / blog re-fetch |
OFFLINE.md · mirrors: make sync