The same step — meaning has directions.
Embeddings don't just cluster similar things. Their directions carry meaning too — so you can do arithmetic with them.
On the last page, close meant similar — two takes that mean the same thing land near each other. There's a second, deeper thing going on: the directions in the space mean things too. Move a fixed distance in a fixed direction and you make the same change in meaning every time — and because these are just numbers, you can add and subtract those moves.
The famous demonstration was king − man + woman ≈ queen. In music the same trick reads saxophone − jazz + blues ≈ electric guitar. Here's exactly why it works.
Give every word a tiny position built from just two numbers — two axes. The x-axis (across) says which genre it belongs to: jazz, blues, bluegrass… spread left to right. The y-axis (up) says what kind of word it is — a bare style name like jazz or blues sits at the bottom (0), and that style's signature instrument sits at the top (10). So “jazz”, just the name, is at 0, while the saxophone that defines it is at 10. Call that y-value the iconic-lead score, and every word becomes one point at (x, y) = (genre, iconic-lead).
The same holds for every style. On the plot, blues sits further along the x-axis, on the floor at 0; the electric guitar — blues's signature instrument — sits directly above it at 10. Bluegrass has its banjo overhead, reggae its organ, and so on: each style on the floor, its defining instrument straight up above it.
Now the sum. Starting at the saxophone, − jazz then + blues changes only the x-value (the genre) — it slides you sideways, out of jazz's column and into blues's — while the y-value (iconic-lead) stays pinned at 10. Land there and you're at the point sitting above blues at height 10: its signature lead, the electric guitar.
The point isn't the toy numbers. It's that an instrument is not a separate axis — every word is one point, and “the signature lead of a genre” is a single direction (straight up the iconic-lead axis) that points the same way from every genre. Follow it from anywhere and the arithmetic lands.
Pick a genre and watch the same step — saxophone − jazz + that genre — land on its own signature lead.
Add and subtract the vectors, take the nearest.
The analogy is literally vector arithmetic on the embeddings, then a nearest-neighbour lookup — the same “find the closest point” from the last page.
Relationships are directions.
Closeness told us two things mean the same. Directions tell us how two things differ — and because the differences are just vectors, they add and subtract. “The signature lead of a genre” is one such direction, and it points the same way whichever genre you start from.
Meaning laid out as geometry: near points are alike, and consistent relationships become consistent steps you can do arithmetic with. That is the real reason a search by meaning works so well.