9a2657c431
Animated SVG showing what the LLM actually receives: integer token IDs (one layer deeper than llm-advanced.svg). Each of the 32 input tokens displays the ID prominently with the token text in small italic underneath (e.g., 28133 "Does", 17554 " Chat", 162016 "GPT", 97481 " Claude", 29683 " Anth", 71571 "ropic"). Same 7-iteration autoregressive loop; generated tokens also shown as IDs. Vocab size labeled V ≈ 200,000. Title formula: f: ℤᵏ → ℝⱽ; next_id = argmax(f(ids)). ViewBox 1360×600 (wider than the other LLM SVGs). Co-Authored-By: Claude <noreply@anthropic.com>