defining property
Process-to-View Latent state and observed signal are separated: the View renders the signal, and the categorical and dense labels are emitted by the very same state that rendered it. One source of truth — no natural dataset can offer that.KDD 2026 MILETS oral
Fantastic Manifolds and How to Catch Them
Aionoscope: Debugging Latent-State Accessibility in Time-Series Representations
Alexander Chemeris · Ming Jin · Randall Balestriero — KDD 2026 MILETS · Jeju · arXiv 2607.00956
blog.langotime.ai
Toto-2.0-2.5B · sine_phase · layer 4
Generator knob paired with the latent ring
default instrument
We All Use Linear Probes to Check Decodability
The default check is: can a linear readout recover this factor?
word vectors
king − man + woman = queen
time series
sine @10 Hz − sine @5 Hz + square @5 Hz = square @10 Hz
Schematics of the word-analogy intuition (word2vec / GloVe) and the same intuition transposed into time series.
Why is phase so bad?
20 plotted dense generative parameters · median R² across 37 model-plus-adapter systems
median of 37 model-plus-adapter systems, best layer, single linear probe (Aionoscope)
A low linear-probe score might mean the factor is gone, or that it lives on a curved manifold.
expected topology
| Factor | Shape |
|---|---|
| amplitude | interval |
| frequency | ordered curve |
| phase | circle |
| event time | line |
| regime | separated components |
Phase means 0 and 2π are the same place. A straight readout has no native way to wrap.
field motion
Geometry Is Eating Interpretability
Recent work treats representation spaces as manifolds rather than directions, across language and video models.
It reverse-engineers geometry from natural data, with no ground truth. In time series we can order the geometry in advance — and check the delivery.
language models
preprint
Manifold Steering Reveals the Shared Geometry of Neural Network Representation and Behavior ↗
arXiv 2605.05115 · May 2026
preprint
Do Sparse Autoencoders Capture Concept Manifolds? ↗
arXiv 2604.28119 · Apr 2026
research series
The Neural Geometry blog series ↗
goodfire.ai/research/neural-geometry
video world models
preprint
Interpreting Physics in Video World Models ↗
Joseph, Garrido, Balestriero et al. · arXiv 2602.07050 · Feb 2026
motion direction is encoded with circular geometry; physical variables become accessible mid-stack and degrade toward the output layers
interactive lab
J-Lens for video models: uncovering steerable physical dynamics ↗
Jay Hack · blocket-league.vercel.app
motion direction wraps into a ring in activation space — geometry discovered, not ordered in advance
one source of truth
Aionoscope: An Instrument with Ground Truth
One latent state emits the stream and the labels. Nothing is annotated after the fact.
14 component processes
- constant baseline
- Gaussian noise
- uniform noise
- random-walk noise
- linear trend
- quadratic trend
- log trend
- sigmoid trend
- sine
- sawtooth
- square
- spike
- level change
- Gaussian pulse
34 dense parameters, by owning component
- spike time_frac, amplitude
- level change time_frac, amplitude
- Gaussian pulse time_frac, amplitude, sigma_sec
- Gaussian noise std
- uniform noise amplitude
- random-walk noise step_std
- linear trend slope, intercept
- quadratic trend a, b, c
- log trend amplitude, offset
- sigmoid trend amplitude, center, sharpness, offset
- sine frequency_hz, amplitude, phase, offset
- sawtooth frequency_hz, amplitude, phase, offset
- square frequency_hz, amplitude, phase, offset, duty_cycle
a sine of exactly this frequency, a spike at exactly this time — the ground truth is the dial we turn
We're looking for contributions of more signal generators, views, and parameters to generate.
Linear Probe Results for Various TSFMs
Run Over 2 Mixed Aionoscope Signals, with the bubble size showing model size
Live aionoscope.langotime.ai dashboard snapshot at k = 2 mixed signals: 43 model-plus-adapter systems, median over 10 validation seeds, each system at its own best layer.
Regression By Parameter Type (R2)
Same chart on the dashboard — phase is recovered badly by every model
Median across the 43 systems, each at its own best macro-R² layer; values clipped at 0, as the dashboard does. phase: 0.051 median · 0.248 best, against frequency_hz 0.870 · 0.970.
live catch
Catching a Manifold, Live
Generator phase knob
The signal slides as phase sweeps
See more models, tested at every layer at https://aionoscope.langotime.ai/manifolds
protocol manifold_v0
How We Catch One
A ring in a projection starts the suspicion. The score is computed in the full PCA-64 point cloud.
Per-layer metric readout
Toto-2.0-2.5B · sine_phase
protocol manifold_v0 · Toto-2.0-2.5B · sine_phase · real per-layer metrics
same instrument, other knobs
Beyond Phase: Event Time and Trend
We're looking for contributions of more planted signals to sweep, and more metrics to score the geometry they leave behind.
Event-time knob
Move a one-sample spike across the window
Distilled from public dashboard plot-data JSON for offline preview.
Layer 0 jagged comb
Layer 21 ordered curve
probe vs manifold, literally
Linear probe vs geometry
A probe score answers whether a scalar is linearly readable. Geometry answers what shape the factor actually took.
The same quadrants, plotted
Probe R² up, geometry across, bubble size = model parameters.
No system in this snapshot sits in the high-probe / collapsed-geometry quadrant — the top-right region is empty.
next steps
Next Steps
a new benchmark
We propose to build a new manifold-reconstruction benchmark and a debugging tool to measure manifold quality and make it easy to track it and compare.
If phase is truly periodic, the representation should not need an arbitrary seam where 2π wraps to 0.
manifold steering
So far we have only read the geometry out. Recovering a structure does not prove the model computes with it — a readable direction can be a shadow on the wall rather than the mechanism. Recent video-model work makes the gap concrete: a linear-probe direction is readable but not writable, while a Jacobian-lens-oriented write is causal. The next step is to test our manifolds the same way — write along the manifold versus off it with a J-Lens-style intervention, and measure whether the model's own prediction follows.
expected topology
- line
- ordered curve
- circle
- torus
- separated components
uses
- training-progress proxy without downstream tasks
- surprise and curriculum signals
- steering along the manifold
- transfer to video world models as an open question
Contact me if interested in collaboration!
contacts on the next slide
from craft to engineering
From Craft to Engineering
- 01 Send me a model to test, I'll happily add it.
- 02 The code is open-source! Contribute more signals (basic signals, physiology, telemetry, etc)
- 03 Use Aionoscope to debug your own models!
alexander.chemeris@gmail.com · X @chemeris · t.me/alexanderchemeris
blog.langotime.ai
generator knob
latent ring
B1 backup
The Door Scale Can't Reopen
Scaling can reopen many doors. It cannot reopen one the tokenizer has already shut.
Toto-2 ladder
Amplitude foil
Mechanism note: per-window standardization erases amplitude before the backbone; capacity raises the ceiling a factor can reach — it does not decide which factors are in the room.
B2 backup
Debugging a World Model
A multi-component system fails downstream and the loss curve does not say where. Decompose the path.
“put probes into different parts of the system so you can monitor the path — good here, good here, oops, not good here.”
method
- Test the encoder first.
- Sweep planted factors.
- Check the manifold.
- Then move to the predictor path.
Today's diagnosis is that the encoder is the ceiling of our current architecture — Aionoscope is how we avoid blaming the wrong component.
No claim of a located predictor-path bug: that experiment has not been run.
B3 backup
Geometry vs the Loss Curve
The probe says “perfectly represented” at every checkpoint while the geometry is dismantled underneath it.
LeNEPA-CauKer2M · linear_trend_slope · layer 5
Arc spread squeeze
Hypothesis: manifold smoothness and intrinsic dimension will be tested as a downstream-free training-progress proxy and surprise signal for curriculum. This is a research question no one has answered — we're testing it, not reporting it.
B4 backup
Geometry vs the Loss Curve — every layer
The same rise-then-decay runs at every depth, not only the layer we picked: all eight layers start near 0.5, peak between step 5k and 71k, and end below their own peak. Layer 0 — the tokenizer front-end — is excluded on purpose. Hover a line to read its layer, step and score.
monotone order · layers 1–8
straight-line order · layers 1–8
aionoscope manifold corpus v20260619T143710Z · LeNEPA-CauKer2M · linear_trend_slope · 220 checkpoints. Deepest and highest: layer 5 peaks at 0.975 (step 48k) and ends at 0.609; layer 8 peaks earliest at 0.911 (step 5k) and ends lowest at 0.421.
Honest note: this slide is built from the published corpus, while the single-layer B3 slide is built from the earlier blog asset, so the values differ slightly — same peak and endpoints, layer-5 correlation 0.95.