INTENT Logo
Spaxiom Technical Series — Part 17

Spaxiom as a Global Experience Substrate for the Era of Experience

How structured event streams enable AI agents to learn from billions of physical-world interactions

Joe Scanlin

November 2025

About This Section

This section positions Spaxiom as the foundation for a new kind of AI training corpus: a continuously growing, highest-resolution dataset of how people interact with buildings, devices, and robots. Unlike static web-scale corpora, this experience substrate is semantically typed, spatially grounded, and temporally explicit.

We explore how offline training, online retrieval (experience-RAG), and governance mechanisms transform sensor telemetry into a structured, model-ready corpus for the Era of Experience.

12. Spaxiom as a Global Experience Substrate for the Era of Experience

The original "Era of Experience" framing envisions agents that learn predominantly from trajectories of interaction with the world, rather than from static internet corpora. In reinforcement learning notation, an agent's experience can be written as a sequence of tuples

τ = ((s₀, a₀, r₀, o₀), (s₁, a₁, r₁, o₁), …)

where st is state, at an action, rt a reward, and ot an observation at time t.

Spaxiom extends this classical view by inserting a layer of structured events between raw observations and the agent. At each time t, the underlying sensors produce raw signals xt, which Spaxiom transforms into an event set Et:

xt → Et = {et(1), et(2), …, et(kt)}

where each et(i) is an INTENT-level object such as GaitInstability, CrowdFormation, UnderutilizedExit, or NeedsService.

12.1 Highest-resolution, regularly updated corpus of experience

Consider D deployed Spaxiom sites (hospitals, warehouses, offices, etc.), each generating event streams over time. For site d, let:

d = {ed,1, ed,2, …, ed,nd}

denote the set of events emitted over some interval. The global corpus of experience events is then:

global = ⋃d=1Dd

Because Spaxiom operates on high-resolution sensor grids (e.g., 4" floor pixels) and other dense modalities, and because it runs continuously at the edge, ℰglobal can approximate a highest-resolution, regularly updated corpus of how people interact with buildings, devices, and robots. Importantly, this corpus is not just unstructured telemetry; it is:

Semantically typed

Every event has a type and schema

Spatially grounded

Zones, coordinates, topologies

Temporally explicit

Start/end times, durations, windows

Licensable and auditable

Per-event metadata on source, policy, and privacy

Let |ℰglobal(t)| denote the number of events accumulated up to time t. Assuming each site produces events at average rate λd events/second, then:

𝔼[|ℰglobal(t)|] ≈ t · Σd=1D λd

For many sites and long timescales, this becomes a continuously growing experience fabric whose size and diversity can rival or exceed static web-scale corpora, but now grounded in physical interaction.

12.2 Offline training on structured experience

This corpus can be used to train a variety of models:

Because events encode semantically meaningful structure, many models can operate in a reduced state space. Suppose a raw sensor state xt lives in ℝn, but the INTENT state zt (e.g., counts, scores, zone-level features) lives in ℝm with m ≪ n. A world model fθ can be trained in the lower-dimensional space:

zt+1 ≈ fθ(zt, at)

reducing sample complexity and compute requirements relative to predicting in raw sensor space.

12.3 Online serving: experience-RAG and safety priors

Online, agents can treat ℰglobal as a retrieval-augmented memory:

Formally, let q be a query embedding derived from the current situation, and let {z̃i} be embeddings of past episodes. A retrieval step returns:

𝒩(q, K) = {top-K episodes by similarity to q}

and the agent conditions its policy π(a | q, 𝒩(q,K)) on those episodes.

12.4 Governance, attribution, and controllability

Finally, having a language-level representation of experience simplifies governance:

In this sense, Spaxiom is not just another middleware layer; it is a deliberately designed substrate for the Era of Experience: a way to convert messy, heterogeneous sensor streams into a structured, governable, and model-ready corpus of physical-world experience.