← Back to Notes

02 Tempo Tracer Protocol

Published Feb 2026 Updated Mar 2026 theoretical Sandy Chaos Protocol Timing

02 Tempo Tracer Protocol

1) Purpose

This document defines the operational layer of Tempo Tracer: how signaling, timing, and validation work under strict causality constraints.

The objective is forecasting advantage without retrocausality.


2) Channel model (minimal formal core)

At the shared formal layer used across 02 Tempo Tracer Protocol, 03 Micro-Observer & Agency, and 11 Potential-Flow Contracts, Tempo Tracing measures forward-causal transport on an observer-coupled state space.

A useful modeling tuple is:

$$ \Theta = (M,\; g,\; K,\; H,\; B_\lambda,\; P,\; \Delta\tau,\; \rho) $$

Where:

At this shared layer, the generic forward-causal transport law is:

$$ \dot{z}_t = -K_{z_t}\,\mathrm{grad}_g H(z_t,t) + B_\lambda(z_t,t) $$

or, for collective behavior,

$$ \partial_t \rho + \nabla\cdot J = s-d, \qquad J = -\rho K\nabla_g H - D\nabla_g\rho + B_\lambda\rho $$

Interpretation of ownership across docs:

Tempo Tracing does not claim that every term in this tuple is fully implemented in one production simulator today. This is the connective tissue that makes the causal core legible across the three documents.

2.1 Shared notation bridge (02 / 03 / 11)

To prevent symbol drift, the shared symbols should be interpreted as follows:

Shared symbol Shared-layer meaning Local reading in 02 Local reading in 03 Local reading in 11
$z_t$ present augmented state packet/channel state at step $t$ may bundle $(L_t, O_t, S_t, A_t, h_t)$ trajectory state being scored
$M$ total state space timing/channel state space observer-environment-action state space contract-evaluation state space
$g$ metric / topology / geometry timing / propagation geometry observer-local interaction geometry weighted state geometry
$K$ mobility / admissibility structure transport / attenuation / routing structure bounded steerability of future updates mobility / permeability operator
$H$ scalar head / potential abstract ordering field for transport, not yet a primary implementation object here inherited/exogenous structure, not yet a learned field in current implementation explicit contract head
$B_\lambda$ bounded forcing / control term source of transport asymmetry over $\Delta\tau$ realized concretely as observer coupling $\Phi(x,t)$ observer-coupled steering term inside contract dynamics
$P$ packet / information object minimal packet schema $P_{min}$ measurement/intervention payloads may influence it but do not redefine it optional future carrier for path-score metadata
$\Delta\tau$ proper-time offset coordinate primary asymmetry coordinate contributes to predictive-horizon and frame-asymmetry diagnostics empirical readout that may later enter scoring
$\rho$ density / ensemble view packet profile / transport distribution ensemble of observer-coupled trajectories state density in free-energy / payout analysis

Rule of thumb:

When a symbol appears in more than one doc, default to the shared-layer meaning first and the local specialization second.

2.2 Kerr-specific channel realization

A current channel-specific realization models propagation through a curved-spacetime medium as:

$$ Y = \mathcal{F}_{\text{Kerr}}(X, u, n) $$

Null-geodesic consistency condition:

$$ \mathcal{H}_{null} = \tfrac{1}{2}g^{\mu\nu}p_\mu p_\nu \approx 0 $$

If this fails numerically, the run is invalid.


3) Communication modes

Mode A — Direct Light Path

Mode B — Shared Medium (Vortex / BH-mediated)

Mode C — Archival / Beacon


4) Timing planes and packet semantics

We separate three timing layers:

Current minimal packet schema:

$$ P_{min} = \{payload, \tau_{send}, \sigma_{send}, confidence, checksum\} $$

Planned optional trust/interpretation extensions may add fields such as validity windows, boundary tags, narrative context, or audit traces, but those are not baseline requirements of the current implementation.

Interpretation still requires all three planes: data, timing, trust.

4.1 Bounded-now estimator and latency budget

Under the operational-present axioms (N1–N3), Tempo Tracing does not assume direct access to an absolute present. Instead, it estimates present state from delayed channel observations:

$$ y_i(\tau_i)=\mathcal{M}_i\big(x_{t-\delta_i},\pi_i\big)+\epsilon_i $$

A practical latency decomposition is:

$$ \delta_{total}=\delta_{sense}+\delta_{transport}+\delta_{inference}+\delta_{decision}+\delta_{actuation} $$

Where:

Operational implication: Tempo Tracing outputs should be interpreted as latency-bounded estimates of present state quality, not as claims of instantaneous or retrocausal access.


5) Causality-safe interpretation rule

Tempo Tracer allows:

Tempo Tracer forbids:

"Future-like" effects must be reducible to forward dynamics + timing asymmetry + inference.


6) Falsification-first metrics

Minimum validation stack:

  1. Detection performance: ROC/AUC for controlled modulation vs baseline
  2. Distributional shift: KL divergence between natural and modulated observables
  3. Information transfer: lower bound on $I(U;Y)$
  4. Temporal consistency:

$$ E_{align}=\left|(\tau_{recv}-\tau_{send})-\tau_{expected}\right| $$

  1. Forecast reliability: calibration curves, Brier score, false alarm rate

If reproducibility/significance thresholds fail, the claim fails.


7) Protocol workflow (practical)

  1. Define claim tier (defensible / plausible / speculative).
  2. Specify encoding schedule $u$ and baseline conditions.
  3. Run geodesic quality checks and reject invalid trajectories.
  4. Decode with uncertainty-aware inference.
  5. Audit timing alignment, trust metadata, and reproducibility.

8) Relationship to other docs

9) Temporal-frame communication dynamics (new focus)

To operationalize cross-frame communication, protocol evaluation should compute directional capacity conditioned on proper-time offset:

$$ C_{A\to B}(\Delta\tau),\quad C_{B\to A}(\Delta\tau) $$

with asymmetry metric:

$$ \mathcal{A}(\Delta\tau)=C_{A\to B}(\Delta\tau)-C_{B\to A}(\Delta\tau) $$

Interpretation rules:

Falsification harness (implemented in automated tests):

Implementation target: compute an asymmetry surface over $(\Delta\tau,\lambda)$ where $\lambda$ is observer coupling gain, and publish failure conditions for each regime.

10) Current implementation mapping

nfem_suite.simulation.communication.VortexChannel now exposes compute_temporal_frame_metrics(...) with:

Causality guardrail: only packets with strictly positive propagation delay ($\Delta\tau > 0$) contribute to these metrics. Input bins are required to be finite, strictly increasing, and nonnegative to prevent invalid cross-frame indexing.

Links

Source code repository for this project.

GitHub