proof · public · self-verifiable

proof

external critique answered · commit → diff → gist → verifier

An external reviewer (2026-05-17): 'logs look real but no verifiable external proof.' This page is the answer. Every cloud round below has a public commit, a public diff, and a public gist file you can hit with curl. Nothing here can be fabricated by markdown.

public sources

last 20 rounds — each is a public commit (0)

roundtsscorecoeffcommit grep

verify any round yourself

Open a terminal. Run any of these. The output is the receipt.

# 1. confirm site is on the SHA you expect
curl -s https://www.n50.io/api/build-info | jq

# 2. confirm round counter increments (run twice, 5+ min apart)
curl -s https://www.n50.io/api/loop/status | jq .round

# 3. read the LIVE gist (the source of truth) without going through n50.io
curl -s "https://api.github.com/gists/8c5ca36eb58b75266751ab481c8c010b" | jq '.files | keys'

# 4. find the commit for round N
gh api /repos/Ilya0527/alef-site/commits --paginate \
  | jq -r '.[] | select(.commit.message | contains("cloud-loop-tick: round N")) | .sha + " " + .commit.author.date'

# 5. inspect the council artifact for the latest round
curl -s https://www.n50.io/api/artifact/round_council.md | jq -r .content

# 6. ALEF's self-critique
curl -s https://www.n50.io/api/artifact/self_critic_latest.md | jq -r .content

# 7. proof of autonomy snapshot
curl -s https://www.n50.io/api/alive | jq