Downloads

all_metrics.csv
All experiment results in CSV format. One row per experiment. Includes entropy_a, entropy_b, entropy_delta, and window_entropy_gap_chars_* 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
Character-window sensitivity measurements, current operational status, model identities, and timestamps.
Download JSON
metric_definitions.json
Pinned formulas, scopes, units, missingness rules, and version identifiers for public metrics.
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 | window_size_sweep | bootstrap_probe; historical bundles may use dimensionality_sweep
timestampISO 8601UTC timestamp of experiment run
run_idstringUnique run identifier (UUID hex)
entropy_afloatCharacter-frequency Shannon entropy of response A (bits)
entropy_bfloatCharacter-frequency Shannon entropy of response B (bits)
entropy_deltafloatH(B) − H(A). Signed entropy gap
window_entropy_gap_chars_{N}float | nullwindow_entropy_gap.v1 at N characters per window
delta_gap_d{N}float | nullCompatibility field retained for existing data consumers
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
18871
Models
10
Data Since
2026-03-26
Last Build
2026-08-16

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}
}