Time-Travel

Navigate QNTX's attestation history to understand how knowledge evolved.

Core Concept

Every attestation has a timestamp (✦) and causal links (⟶), creating a complete navigable history of system intelligence.

What Makes It Unique

Primary Use Case

Watch knowledge evolution - how the system's understanding developed over time through continuous learning cycles.

Temporal Dimensions

Visual Concept: Z-Axis Time Layering

AI Integration

Technical Foundation

Future: Self-Describing Temporal Schemas

Vision: Ingesters attest their own temporal structure, making QNTX fully domain-agnostic.

Current (hardcoded):

# Code knows temporal field names
metadata: { "start_time": "2020-01-01", "duration_months": "36" }

Future (attested):

# Ingestor declares temporal schema via attestations
ingester:example -> has_temporal_field -> "start_time"
ingester:example -> has_duration_field -> "duration_months"
ingester:example -> temporal_unit -> "months"
ingester:example -> temporal_format -> "RFC3339"

# Queries discover structure dynamically
ax * over 5y since "2020"  # System reads attestations to know HOW to aggregate

Benefits:

This extends the attestation abstraction to time itself, completing QNTX's domain-agnostic vision.

Related Vision

Roadmap

Phase 1: Temporal Aggregation

Phase 2: Semantic Awareness (planned)

Phase 3: Temporal Overlap Detection (planned)