Documentation Index
Fetch the complete documentation index at: https://mintlify.com/timepoint-ai/timepoint-clockchain/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Timepoint AI is a suite of open-source engines for rendering the past, simulating the future, scoring predictions, and accumulating a causal graph. Clockchain is the temporal causal graph that all other services read from and write to.Render the past. Simulate the future. Score the predictions. Accumulate the graph.
Architecture
The Timepoint suite implements a Rendered Past / Rendered Future framework:- Rendered Past — historical events rendered by Flash with full causal structure, entity states, dialog, and source grounding
- Rendered Future — simulation outputs from Pro, scored for convergence and stored as TDF records
Open-Source Engines
Flash
Reality Writer — renders grounded historical moments (Synthetic Time Travel)
Pro
Simulation Engine — SNAG-powered temporal simulation, TDF output
Clockchain
Temporal Causal Graph — Rendered Past + Rendered Future, growing 24/7 (this service)
SNAG Bench
Quality Certifier — measures Causal Resolution across renderings
Proteus
Settlement Layer — prediction markets that validate Rendered Futures
TDF
Data Format — JSON-LD interchange across all services
Flash Integration
Flash is the Reality Writer that renders grounded historical moments with full narrative, dialog, entity states, and source citations.How Flash Feeds Clockchain
- Scene Generation — Flash renders a historical moment as an immersive scene
- TDF Export — Flash exports the event metadata as a TDF record
- Clockchain Indexing — Clockchain ingests the TDF record and creates a graph node
- Auto-linking — Clockchain automatically creates edges for temporal, spatial, and thematic relationships
API Flow
Clockchain’s/api/v1/generate endpoint queues scene generation with Flash:
Pro Integration
Pro is the Simulation Engine that generates Rendered Futures — temporal simulations scored for convergence.How Pro Feeds Clockchain
- Simulation Run — Pro runs a SNAG-powered temporal simulation
- TDF Output — Pro exports simulated events as TDF records with confidence scores
- Ingest — Clockchain ingests Pro’s TDF records via
/api/v1/ingest/tdf - Source Typing — Nodes are marked with
source_type: "simulation"
TDF Ingest Endpoint
Pro posts TDF records to Clockchain (app/api/ingest.py:60):SNAG Bench Integration
SNAG Bench measures Causal Resolution — the degree to which multiple independent renderings of the same event converge on the same causal structure.How SNAG Bench Uses Clockchain
- Export TDF Records — Clockchain exports nodes as TDF via
?format=tdf - Multi-Rendering — SNAG Bench triggers multiple Flash renderings of the same event
- Convergence Scoring — SNAG Bench compares causal structures across renderings
- Quality Certification — High-convergence events are certified as high-quality
TDF Export Endpoint
Proteus Integration
Proteus is the settlement layer — prediction markets that validate Rendered Futures against real-world outcomes.How Proteus Uses Clockchain
- Market Creation — Proteus creates prediction markets for future events in Clockchain
- Simulation Ingest — Pro’s simulated futures are indexed in Clockchain with confidence scores
- Settlement — When the predicted date arrives, Proteus settles markets based on actual outcomes
- Validation Loop — High-confidence simulations that resolve correctly increase Pro’s credibility
Proof of Causal Convergence (PoCC)
Multiple independent renderings that converge on the same causal structure provide validation without ground truth. Clockchain is the natural accumulation point for convergent paths.TDF Format
TDF (Timepoint Data Format) is the JSON-LD interchange format used across all services. Every Clockchain node can be exported as a TDF record.Key Features
- Content-addressable hashing — deterministic SHA-256 fingerprint for deduplication
- Provenance tracking — generator, confidence, run ID, Flash scene reference
- Temporal-spatial addressing — canonical URLs like
/-44/march/15/1030/italy/lazio/rome/assassination-of-julius-caesar
Data Flow Summary
Write Path
Flash and Pro generate TDF records → Clockchain ingests via
/ingest/tdf → Graph accumulatesRead Path
SNAG Bench and Proteus query Clockchain → Export TDF via
?format=tdf → Analyze and validateSource Types
Each Clockchain node carries asource_type field indicating its origin:
| Type | Meaning | Generator |
|---|---|---|
historical | Verified historical event (seed data or curated) | Manual or Flash |
expander | Generated by autonomous graph expansion (LLM-driven) | Clockchain Expander |
simulation | Output from Pro temporal simulation | Pro |
predicted | Rendered Future awaiting validation | Pro |
source_type:
Private Applications
The open-source engines power private applications:| Service | Role |
|---|---|
| Web App | Browser client at app.timepointai.com |
| iPhone App | iOS — Synthetic Time Travel on mobile |
| Billing | Apple IAP + Stripe payment processing |
| Landing | Marketing site at timepointai.com |
The Timepoint Thesis
A forthcoming paper formalizing:- The Rendered Past / Rendered Future framework
- The mathematics of Causal Resolution
- The TDF specification
- The Proof of Causal Convergence protocol