TO2D

Architecture Lab

Primitives

Projection

Concept

Projection isolates only the domain-relevant slice of state required for the current operator step.

Formal Idea

z_t = P_s(x_t)

System Implications

  • Context size remains minimal and stable.
  • Noise and cross-domain contamination are reduced.
  • Repeatability improves for long-running workflows.

Real Example

Extracting only the active form state from a browser session before generating the next deterministic action.