Watch

Build intuition without leaving the page.

Start with a short explanation, manipulate the mechanism, then open the chapter when you need the evidence and full technical context. Every piece makes the next step explicit.

01 · Build intuition

Videos

Press play and stay in context. Video files load only when you choose to watch them.

More explanations

5 explanations available
Multimodality · Video

Architectures for combining text, image, audio and video

Identify the main architecture families and the trade-offs each one introduces.

Go deeper in the chapter →
History and foundations · Video

Scaling: data, compute and parameters

Connect the three variables behind the transition toward foundation models.

Go deeper in the chapter →
Infrastructure · Video

Energy, heat and connectivity beyond Earth

Separate the promise from the physical limits that constrain orbital data centers.

Go deeper in the chapter →
Foundations · Video

What makes generative AI different

Understand how models move from prediction toward generating text, images, audio or code.

Go deeper in the chapter →
Economics and infrastructure · Video

AI as an electrical technology

Connect adoption, productivity, energy and well-being without confusing impact with GDP.

Go deeper in the chapter →
02 · Choose a question

Guided paths

You do not need to traverse the entire library. Choose a question and move from intuition to evidence in three steps.

03 · Test the mechanism

Interactive visuals

Change variables, compare mechanisms and return to the chapter when you need the full evidence.

01 · Reasoning

Best-of-N: generate more candidates and choose better

Open chapter →
Best-of-N: generate multiple answers and choose the best
The simplest test-time compute lever: more independent attempts, a better expected result. Three variants use different selection criteria.
Same prompt, N independent runs with temperature > 0. The selection criterion determines the variant.
PROMPT
"Prove that the sum of a triangle's angles is 180°"
Candidate 1
"Draw a line through vertex A parallel to side BC. Alternate interior angles give α = α', β = β'. The full straight line is 180°, so α + β + γ = 180°."
0.91 ★ Selected
Candidate 2
"Consider the sum of the exterior angles, which is always 360°. Since each exterior angle + interior angle = 180°, for the three vertices: 3×180° - (α+β+γ) = 360°, so α+β+γ = 180°."
0.78
Candidate 3
"By Euclid's postulate, in plane geometry the sum of the interior angles of any n-sided polygon is (n-2)×180°. For n=3, the result is 180°."
0.65
SELECTION CRITERION (PRM)
→ Candidate 1 selected for the highest average score across intermediate steps
02 PRM vs ORMSee what changes when you evaluate the process rather than only the outcome. Open interaction
PRMs vs ORMs: two ways to teach reasoning
Process Reward Models evaluate every step. Outcome Reward Models evaluate only the final result. The difference is deeper than it first appears.
A PRM assigns a reward to each intermediate step in the chain, not only to the end. This makes it possible to detect and penalize incorrect reasoning even when the final answer happens to be correct by luck.
Model reasoning chain
P1
"I need to factor the denominator: x²-4 = (x-2)(x+2)"
PRM
+0.95
Correct
P2
"The roots are x=2 and x=-2, which are singularities"
PRM
+0.91
Correct
P3
"I apply partial fractions: A/(x-2) + B/(x+2), solving A=1, B=1"
PRM
+0.31
Error detected at P3
P4
"I integrate each fraction: ln|x-2| + ln|x+2| + C"
PRM
+0.58
Correct form, wrong coefficients
Ans.
"ln|x-2| + ln|x+2| + C"
ORM
+0.70
ORM: "looks like an integral"
The PRM detected the error at P3 even though the final answer looks plausible. The ORM could miss it if the overall form looks correct.
Read the explanation and sources →
03 Multimodal alignment with ImageBindExplore how six modalities share a representation through a visual anchor. Open interaction
Transitive alignment — from an image–text pair to six modalities
How ImageBind learns a shared space without requiring direct pairs between non-visual modalities.
TEXT
Text
IMAGE
Image
AUDIO
Audio
DEPTH
Depth
THERMAL
Thermal
IMU
IMU
VIDEO
Video
Millions of natural pairs exist for text + image: captions, product descriptions, articles with images. For audio–text: they are scarce and expensive to label. For depth–layout: they require specialized sensors and human work. Modalities outside the text–image pair remain disconnected in the representation space.
transitivity pair pair pair pair pair pair
IMAGE
anchor
TEXT
Text
AUDIO
Audio
DEPTH
Depth
THERMAL
Thermal
IMU
IMU
VIDEO
Video
Transitive alignment (dashed line): ImageBind (2023) learns the space using only the five pair types that include image. The model never sees a direct audio↔text pair, but because both are aligned with image, they become aligned with each other.
A text query can retrieve audio. An image can retrieve depth or thermal data. All modalities become connected without having trained those direct relationships explicitly.
CLIP / Image–text pair
Binary alignment
Image↔text retrieval only
N modalities → N(N−1)/2 pairs to connect them all
2 connected modalities
TEXT
IMAGE
pairs required for N=6
N(N−1)/2 = 15
ImageBind / Gemini Embedding 2
Native multimodal alignment
Cross-modal retrieval between any pair of modalities
N modalities → N pairs (all through the anchor)
6+ connected modalities
Gemini Embedding 2 (2026): text, image, video, audio, and documents as a native primitive
TEXT
IMAGE
AUDIO
DEPTH
VIDEO
IMU
pairs required for N=6
N = 6
Note: Asymmetry in data availability explains asymmetry in capabilities. Models understand images better than audio, and audio better than documents with complex layout, because high-quality training pairs are far more abundant for images than for the other modalities.
Read the explanation and sources →
Next step

From visual intuition to a complete mental model.

Once the mechanism is clear, continue with the learning series to review architecture, evidence, references and limitations.

Explore all series →
Watch
Manipulate
Go deeper