Explore

The geometry of the temporal signal

The temporal signal isn't just a number — it has shape. This interactive explorer (the project's geoapp) lets you rotate through PCA projections of model activations, watch how the short-term vs long-term split forms across layers, and inspect alignment heatmaps.

🧭

The interactive explorer runs against a live backend

The geometry explorer (PCA scatter, layer trajectories, alignment heatmaps) is served by the project's FastAPI app. It isn't wired to a public host yet.

Run it locally from src/intertemporal/geoapp, or set PUBLIC_GEOAPP_URL at build time to embed it here.

Built with React, Three.js and a FastAPI backend that serves pre-computed embeddings. Source: src/intertemporal/geoapp .