← 2.3 TFs


An LLM consists of:

  • Transformer (TF) (the NN)
  • Internal agent (iAgent) (interfaces with TF (via tokens) and the agent scripts)

See also _ziptieai_BOOK2_LLM.docx the Gdrive.


Newer demos (2026.0529+)


Demo 5: 2.3.6.1 D5 Tiny TF (26.0529)

Runs locally in CPU mode.

drones


Demo 5b: 2.3.6.1b D5 tiny TF algorithm details (26.0602)

This page describes

  • every line of code in the demo
  • the details of “attention heads”, FFNs, etc

drones


Demo 11: Tiny TF classifier (TODO)

Demo 12: Tiny TF sentiment detector (TODO)

Demo 13: Tiny TF sequence predictor (TODO)


Older demos (2025)

The wiki page “AI LLM stacks” (a bit chaotic after a recent wiki reorganization) lists the following subpages are of interest:

smol


26.0603 (v1 26.0529)