"time

temporal translation and the credit assignment problem

james blight · AAAI spring symposium series 2026

published inmachine consciousness · aaai sss-26 · pp. 234–240

in plain english

for a system to learn from a continuous stream of experience, it needs a way to represent the past in the present. this paper identifies what that representation must look like: exponentially decayed measurements at geometrically spaced timescales, and shows it is essentially the only solution under the relevant constraints.

the result is soma: a token-native continual spectral learner. a fixed 8k dictionary turns text into tokens, an exact identity trace bank compresses their history at geometrically spaced timescales, and a serial residual mlp with tied io/output dictionary composes over the projected present. the model's memory is its state — structured, compressed, and always present.

abstract

learning algorithms assume meaningful input-state, context, relational structure. a continuous stream provides none of this. before a system can learn from time, it must translate time into state. we argue that the central obstacle to embodied continual learning is not inadequate optimization but inadequate translation: credit assignment is ill-posed until temporal history has been rendered into a representation where responsibility is locally computable. we characterize the constraints on temporal translation — causal, bounded, continuous, locally interpretable — and show they admit essentially one solution class among linear, time-invariant, finite-state summaries: exponentially decaying measurements at geometrically spaced timescales. when spaced by the golden ratio to maximize incommensurability, this decomposition provides a minimal temporal language in which the past is present and credit assignment becomes tractable. we instantiate this in the spectral online machine architecture (soma), demonstrating continuous adaptation without catastrophic forgetting, under fixed resources, with no replay buffer and no sequence storage, reaching 1.87 bits per byte under streaming constraints with bounded memory. the architecture satisfies a requirement that theories of consciousness increasingly emphasize: temporal integration must be intrinsic to the system's state, not externalized as retrievable data. a system with translated time is its history; it does not merely have access to it. the failure of continual learning is not a failure of learning rules. it is a failure to give them a language for time.

download paper

PDF · ~1 MB

citation

\bibitem[{Blight(2026)}]{blight:26}
Blight, J. 2026.
\newblock Time Is All You Need: Temporal Translation and the Credit
  Assignment Problem.
\newblock In \emph{Proceedings of the AAAI Symposium Series},
  volume 8(1), 234--240. AAAI Press.
\newblock \url{https://ojs.aaai.org/index.php/AAAI-SS/article/view/42548}.
@inproceedings{blight2026soma,
  author    = {Blight, James},
  title     = {Time Is All You Need: Temporal Translation and the Credit Assignment Problem},
  booktitle = {Proceedings of the AAAI Symposium Series},
  editor    = {Petrick, Ron and Geib, Christopher},
  volume    = {8},
  number    = {1},
  pages     = {234--240},
  year      = {2026},
  publisher = {AAAI Press},
  address   = {Washington, DC, USA},
  issn      = {2994-4317},
  url       = {https://ojs.aaai.org/index.php/AAAI-SS/article/view/42548}
}