Research and education only — not investment advice. Signal labels are research classifications, not buy/sell recommendations. Every output below was captured at this page's build (timestamp in the footer) — the page regenerates daily so it can never drift from what the commands actually print.
Station 1

Install and take the guided demo

$ pip install yuclaw && yuclaw demo
╔════════════════════════════════════════════════════════╗
  ║   YUCLAW — 3-Minute Guided Journey                     ║
  ╚════════════════════════════════════════════════════════╝
  Pre-flight checks
   ✓ database reachable
   ✓ ledger entry for AMD 2026-05-20 (nearest committed ledger date to 2026-05-15)
   ✓ Ollama reachable (not needed — demo uses a cached snapshot)

  STEP 1   What you're about to see   (~15s)
────────────────────────────────────────────────────────────────────────
  YUCLAW is an evidence-first financial AI. In ~3 minutes you'll see a
  real research signal traced to its SEC filings, point-in-time replayed,
  and independently verified against a public, git-anchored ledger.

  Subject: AMD, frozen at 2026-05-20 (a real, committed snapshot).

  STEP 2   The signal, and what drives it   (~30s)
────────────────────────────────────────────────────────────────────────
  $ yuclaw why AMD --as-of 2026-05-20

  AMD — Watch
  Evidence Quality: Grade C (thin / single-source)

The demo runs offline with zero configuration — the output above is this build's actual capture (first lines; the full journey takes about three minutes).

Station 2

Verify a published signal against the public ledger

$ yuclaw verify AMD --date 2026-05-20
OK  VERIFIED: signal unaltered since ledger commit   AMD @ 2026-05-20
  ledger commit:   3196b95  (2026-08-12 17:00:06 -0600)
  ledger label:    WATCH  (current: WATCH)
  content_hash:    fe7ca6df321910409fd514edb63922ac06606904f46b8b6564c97e8d4c3195e6

Verifies record integrity and timing — not investment merit.

Research and education only. Not investment advice. Signal labels are research classifications, not buy/sell recommendations. YUCLAW is not a registered investment adviser.

This checks record integrity and timing — not investment merit.

Station 3

Reproduce every published Lab statistic

$ yuclaw replay-lab
REPRODUCTION OK  (exit 0)

Exit 0 means every published Lab statistic and every daily ledger root recomputed exactly from the public bundle; any mismatch exits non-zero. Not run at page build (it takes minutes) — most recent recorded reproduction: 2026-08-04 — nightly stranger-mode smoke (fresh venv, pip install yuclaw): replay-lab REPRODUCED OK, exit 0.

Station 4

Check the pre-registration chain yourself

$ curl -sO https://raw.githubusercontent.com/YuClawLab/yuclaw-brain/main/registry/protocols.jsonl
curl -sO https://raw.githubusercontent.com/YuClawLab/yuclaw-brain/main/tools/yuclaw_protocol_registry.py
python3 -c "import yuclaw_protocol_registry as r; print('chain OK:', r.Registry('protocols.jsonl').verify_chain())"
chain OK: True
(run just now at page build against the live chain)

Statistics are locked into this hash chain BEFORE computation; any edit anywhere in history breaks it for every verifier.

Station 5

Walk one evidence trace to its SEC filing

$ yuclaw events --ticker SU --since 2026-07-01
2026-07-21  OTHER_MATERIAL     dir +0  mag 0.20  6-K      Suncor Energy (TSX: SU) (NYSE: SU) will release its second quarter financial results on Au…
2026-08-04  DIVIDEND_CHANGE    dir +1  mag 0.80  6-K      News Release dated August 4, 2026, Suncor Energy declares dividend
2026-08-04  EARNINGS_BEAT      dir +1  mag 0.80  6-K      Matched quarterly record adjusted funds from operations of $5.3 billion and set all-time q…
2026-08-06  EXEC_CHANGE        dir +1  mag 0.80  6-K      Rich Kruger, current President and Chief Executive Officer, to transition to the role of E…

4 accepted event(s) · research classifications, not recommendations

Every accepted event carries its source URL and a verified excerpt — claims trace to primary filings, machine-checked.

Still skeptical? Good.

That is the correct starting posture here. Read How We Compare →

YUCLAW · Home

Updated 2026-08-12