openalicelabs / academy
PATH LLM ENGINEER 26 LESSONS · 13 LIVE Start →
OPENALICE LABORATORIES · FROM-SCRATCH CURRICULUM · BUILD AN LLM, FOR REAL

Become an
LLM engineer.
From one neuron up.

A single path from a single neuron to a full ChatGPT — and onward to the agent systems that wrap it. Every idea built from scratch, drawn, and made interactive. No black boxes. No hand-waving.

FIG.00 — THE PATH, RECURSIVELY
loading…
FIG.0A — ONE NEURON, GROWN RECURSIVELY INTO A NETWORK · THE SAME PRIMITIVE, AT EVERY SCALE

A tree that branches into smaller copies of itself. A language model has the same shape — the one weighted-sum-and-bend you learn in lesson one, stacked and repeated, billions of times. Master the leaf and you can read the whole tree.

Starts at
one neuron
Ends at
a full LLM
Method
from scratch
Hand-waving
zero
↳ THE PATH
Small → big · leaf → tree

The curriculum, as a climbing ladder.

Four groups, twenty-six lessons. Each one is a self-contained, interactive page that builds the next. You climb from the smallest idea to the largest system. The first rung is open — the rest are being authored from the lab's research wiki.

↳ ETHOS
How the Academy teaches

Built, not described.

Most material tells you what a transformer is. We make you build one — the smallest working version of every idea, drawn and interactive, with the real code on the page.

01 — Visual

You see it move.

Every concept is an interactive figure — drag the weights, step the forward pass, watch the loss fall. Intuition before notation.

●━━┓ ┣━▶ ● ━━▶ ŷ ●━━┛
02 — From scratch

No imported magic.

We build the autograd, the attention, the training loop ourselves — in plain code you can read top to bottom. The library comes after you understand the engine.

grad += local · upstream # the chain rule, literally
03 — No hand-waving

Every step is shown.

No "and then it just works." When something is hard we slow down and derive it, one local slope at a time, until it's obvious.

◆ ┌┴┐ ◆ ◆ ┌┴┐┌┴┐ ◆ ◆◆ ◆ self-similar
RUNG 01 IS OPEN

Start with a
single neuron.

You don't write the rules — you show it examples and it tunes itself until it's right. One page from here, you'll understand backpropagation, the engine under every model on this path.