DocumentationArchitecture

KeyProjection

A zoomed-in view of one operation in Piro’s stateful inference loop.

Architecture detail

KeyProjection

Deferred CTM architecture: projects working-memory slots into key space.

← Full model
KeyProjection(memoryₖ, weights):

What it does

Projects each memory slot with Wk into the space compared against the current query.

Why it exists

Keys make historical states searchable by learned content similarity.

← Back to architecture