Leadership Under Uncertainty uses cryptographic timestamping to prove our AI forecasts existed before their outcomes were known. Every forecast is hashed, sealed in daily Merkle trees, and anchored to public repositories.
Each forecast is hashed using SHA-256. The hash includes the question, probability, model configuration, and evidence sources. Any modification would change the hash.
All daily forecasts are combined into a Merkle tree. The root hash commits to every forecast made that day. Each day's tree chains to the previous day's root.
Daily root hashes are committed to a public GitHub repository. The commit timestamp provides independent proof that the forecasts existed at that time.
Enter a forecast ID and date to verify its integrity and retrieve its Merkle proof.
Hash Algorithm: SHA-256
Tree Type: Merkle Binary Tree with sorted-concatenation pairing
JSON Serialization: Canonical (alphabetically sorted keys)
Anchor Repository: github.com/cberzins1973/luu-attestation-anchors
API Endpoint: GET /api/public/forecast-integrity-proof?forecastId=&dateKey=
Leadership Under Uncertainty Forward Testing Integrity System - Cryptographic timestamping for AI forecasts