6.1.3 · D3Scaling & Efficient Architectures

Worked examples — Emergent abilities in large models

3,050 words14 min readBack to topic

Before any symbol appears, here is the whole vocabulary, built from zero:


The scenario matrix

Every worked example below fills one cell of this table. The columns are the case classes this topic can throw at you.

Cell Case class What is being stressed Example
A Low (small model) — "looks impossible" Ex 1
B High (large model) jumps up — "suddenly solved" Ex 2
C Both endpoints together (the jump) forecast the emergence gap Ex 3 (figure)
D Degenerate single-token task never emerges Ex 4
E Limit ceiling behaviour, why it saturates Ex 5
F Limit / chance floor why the curve sits flat at zero Ex 6
G Smooth-metric "mirage" same model, no jump under a soft lens Ex 7 (figure)
H Chained sub-skills (, CoT) composition, why steps can hurt Ex 8
I Real-world word problem 3-digit arithmetic, pick yourself Ex 9
J Exam twist / inverse scaling bigger model, worse score Ex 10

We now walk them in order.


Ex 1 — Cell A: low , the "impossible" floor


Ex 2 — Cell B: high , the "suddenly solved" ceiling


Ex 3 — Cell C: the two endpoints together (forecast the gap)


Ex 4 — Cell D: degenerate , emergence disappears


Ex 5 — Cell E: the limit (why it saturates)


Ex 6 — Cell F: the limit (the flat chance floor)


Ex 7 — Cell G: the "mirage", same model under a smooth metric


Ex 8 — Cell H: chained sub-skills (why CoT can hurt small models)


Ex 9 — Cell I: real-world word problem (pick yourself)


Ex 10 — Cell J: exam twist, inverse scaling


Recall

Recall Which matrix cell never shows emergence, and why?

Cell D () ::: With a single required token, accuracy , so it tracks per-token skill smoothly — nothing is raised to a big power, so no amplification, no jump.

Recall Same

shift (): why under exact-match but only under TokenScore? Exact-match is (non-linear amplifier) while TokenScore is (linear). ::: The metric, not the model, creates the apparent jump — the "mirage".

Recall What does the

limit tell us about small models? , so a wide band of small models all read as under exact-match even though their true differs by many orders of magnitude — use a smooth metric to see the real trend.