DocumentationArchitecture

ValueProjection

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

Architecture detail

ValueProjection

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

← Full model
ValueProjection(memoryₖ, weights):

What it does

Projects each memory slot with Wv into the information returned after retrieval weights are computed.

Why it exists

Keys decide which memory wins; values determine what information comes back.

← Back to architecture