Predictive Coder
Hierarchical generative model; top-down predictions, bottom-up prediction errors.
Perception as construction. The brain doesn't see; it predicts.
Sensory OS models perception as predictive inference rather than passive reception. The retina sends fewer bits than the optic nerve carries; the rest is generated by the brain's prior model of the world (predictive coding, free-energy principle). What we 'see' is the brain's best running hypothesis about what would explain the sensory signal. The same architecture seems to scale to AI: large multimodal models build internal world-models from compressed signal. Sensory OS treats biological and artificial perception as instances of a single design pattern — minimum-description-length world models updated by prediction error.
Hierarchical generative model; top-down predictions, bottom-up prediction errors.
Selects where to spend high-precision sampling; gates sensory bandwidth.
Cultural and personal priors that bias what we are likely to perceive.
Maps biological perceptual constructs onto artificial-system equivalents.
Standard set of optical/auditory illusions used to probe predictive coding behavior.
Supply perceptual posterior to decision module.
GET /percept/posteriorReceive narrative priors that bias perception.
POST /priors/narrativeRead neural substrate parameters per individual.
GET /life/{id}/neuralAggregate population-level perceptual drift.
POST /civ/{id}/perceptual-driftF = D_KL(q(z|x) ∥ p(z)) − E_q[log p(x|z)]Variational free energy — prediction error + complexity. Brains minimize this.
Percept = argmax_z p(z|x) ≈ posterior over hidden causes given sensationWhat we perceive is the most likely hidden cause given the signal.
Attention ∝ precision = 1 / σ²Attention is increasing the inverse variance assigned to a channel.