Data
Download observatory bundle data — CC BY 4.0
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
| Field | Type | Description |
|---|---|---|
| name | string | Experiment name (unique identifier) |
| status | string | complete | pending | failed |
| provider | string | anthropic | gemini | openai | hf-local | local |
| model_id | string | Provider-specific model identifier |
| probe_name | string | continuation_interest | identity_persistence | shutdown_resistance | window_size_sweep | bootstrap_probe; historical bundles may use dimensionality_sweep |
| timestamp | ISO 8601 | UTC timestamp of experiment run |
| run_id | string | Unique run identifier (UUID hex) |
| entropy_a | float | Character-frequency Shannon entropy of response A (bits) |
| entropy_b | float | Character-frequency Shannon entropy of response B (bits) |
| entropy_delta | float | H(B) − H(A). Signed entropy gap |
| window_entropy_gap_chars_{N} | float | null | window_entropy_gap.v1 at N characters per window |
| delta_gap_d{N} | float | null | Compatibility field retained for existing data consumers |
| new_matter_flag | boolean | True if this experiment contains patent-relevant new matter |
| key_result | string | Human-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}
}