File size: 2,032 Bytes
5b6f50d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f56d31
 
5b6f50d
 
 
 
 
 
 
 
 
5f56d31
 
5b6f50d
 
 
 
 
 
 
 
 
 
 
5f56d31
5b6f50d
 
 
5f56d31
5b6f50d
 
 
 
 
 
 
5f56d31
5b6f50d
 
 
 
 
5f56d31
5b6f50d
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Study path · xai</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrap">

<h1>Study path</h1>
<p class="meta">~1–2 days · offline · no invented numbers</p>
<p class="nav">
  <a href="index.html">home</a>
  <a href="inkling.html">Inkling</a>
  <a href="kimi-k3.html">Kimi K3</a>
  <a href="compare.html">compare</a>
  <a href="study.html" class="active">study path</a>
  <a href="sources.html">sources</a>
  <a href="msc.html">MSc</a>
</p>

<hr>

<ol>
  <li>
    <strong>Map (20 min)</strong> —
    this portal ·
    <a href="sources.html">sources</a> ·
    <a href="https://huggingface.co/datasets/lyffseba/xai-studies/blob/main/studies/derived/DASHBOARD.md">dashboard</a>
  </li>
  <li>
    <strong>Inkling deep (half day)</strong> —
    map → SPEC → architecture → modular walkthrough with vendored <code>modular_inkling.py</code>
  </li>
  <li>
    <strong>Kimi K3 deep (half day)</strong> —
    map → SPEC + lineage → KDA notes → API protocol → limitations / open questions
  </li>
  <li>
    <strong>Compare again (30 min)</strong><a href="compare.html">comparison</a>; answer: which long-context bet? which MoE story for production? what would you fine-tune first?
  </li>
  <li>
    <strong>MSc (optional)</strong><a href="msc.html">dissertation</a> · notebook needs local data + TF/Keras to run
  </li>
</ol>

<h2>Offline verify</h2>
<pre>python3 studies/run.py test
# expect: validate OK inkling · validate OK kimi-k3 · package check OK</pre>

<h2>One-liner facts</h2>
<ul>
  <li><strong>Inkling:</strong> ~975B / 41B · 6/256+2 · relative PE · SWA/global · image+audio · 1M</li>
  <li><strong>Kimi K3:</strong> 2.8T · 16/896 · KDA+AttnRes · vision/video · 1M · active undisclosed · weights ETA 2026-07-27</li>
</ul>

<div class="foot"><a href="index.html">← home</a></div>
</div>
</body>
</html>