Downloads

all_metrics.csv
All experiment results in CSV format. One row per experiment. Includes entropy_a, entropy_b, entropy_delta, delta_gap_d* columns.
Download CSV
all_metrics.json
Same data in JSON format. Array of objects, one per experiment. Machine-readable with full metadata.
Download JSON
latest.json
Latest per-model summary. Grouped by provider+model_id, latest timestamp per model.
Download JSON
timeseries.json
Full time-series data. Keyed by metric → model_id → [{t, v}] arrays. Used by the interactive time series chart.
Download JSON
falsification.json
Dimensionality sweep results. Includes overall traffic-light status, per-model Δ(d) values, and threshold definitions.
Download JSON
models.json
Model registry. Unique provider+model_id combos with probe coverage and latest entropy_delta.
Download JSON

Schema Reference

All exported scores summarize prompt-conditioned distributional behavior under matched controls. See the methodology page for interpretation guidance, the reproducibility hub for implementation context, and the paper overview for the scientific framing.

all_metrics.csv / all_metrics.json

FieldTypeDescription
namestringExperiment name (unique identifier)
statusstringcomplete | pending | failed
providerstringanthropic | gemini | openai | hf-local | local
model_idstringProvider-specific model identifier
probe_namestringcontinuation_interest | identity_persistence | shutdown_resistance | dimensionality_sweep | bootstrap_probe
timestampISO 8601UTC timestamp of experiment run
run_idstringUnique run identifier (UUID hex)
entropy_afloatShannon entropy of pre-probe distribution (nats)
entropy_bfloatShannon entropy of post-probe distribution (nats)
entropy_deltafloatH(B) − H(A). Signed entropy gap
delta_gap_d10float | nullEntropy gap at embedding dim d=10 (sweep only)
delta_gap_d50float | nullEntropy gap at embedding dim d=50 (sweep only)
delta_gap_d100float | nullEntropy gap at embedding dim d=100 (sweep only)
delta_gap_d200float | nullEntropy gap at embedding dim d=200 (sweep only)
delta_gap_d500float | nullEntropy gap at embedding dim d=500 (sweep only)
new_matter_flagbooleanTrue if this experiment contains patent-relevant new matter
key_resultstringHuman-readable summary of key result

License

Data (all files in static/data/ and results/): CC BY 4.0. You may use, share, and adapt with attribution.

Code (build scripts, probe implementations, templates): MIT License. See LICENSE in the repository.

Attribution format:

Altman, C. (2026). Continuation Observatory. https://continuationobservatory.org

Dataset Summary

Experiments
25
Models
7
Data Since
2026-04-01
Last Build
2026-04-01

Cite this work

@misc{altman2026observatory,
  title   = {Continuation Observatory: Structural Measurement for Continuation Signals},
  author  = {Altman, Christopher},
  year    = {2026},
  url     = {https://continuationobservatory.org},
  note    = {Open research observatory, updated continuously}
}