← the garden
budding

Vector, not lookup.

A lookup table answers the exact question. A vector search answers what you meant — nearest neighbor in a space of meaning.

VORONOIA Voronoi partition — every point claimed by its nearest site. Exactly how a vector search retrieves: nearest neighbor, not exact key.

A lookup table is a filing cabinet: ask for the exact key and you get the drawer; ask wrong and you get nothing. Fast, exact, and brittle — it has no idea what you meant, only what you literally said.

A vector search trades exactness for meaning. Every word, sentence, or image becomes a point — an embedding — in a high-dimensional space, and retrieval finds the nearest neighbors instead of an exact match. Ask a question nobody indexed and it still hands you the closest meanings. The map and the proof in this garden are that intuition made visible: position is meaning, distance is similarity.

Links from this note

Hilbert space. →The room is the variable. →Intelligence between the tools. →

Linked from

Every conversation is a first date.Hilbert space.Heirloom intelligence.

Evidence · nearest neighbor, drawn

Voronoi partition of Halton samples

Voronoi cells — every point claimed by its nearest site. A lookup answers the exact key; a vector answers what you meant.

How it has been tended

2026-04-15
by hand

Planted as the on-ramp to hilbert-space.

drift: Might be too 101 to earn a place.

2026-05-26
by hand

Settled the filing-cabinet vs meaning-space contrast.