# YUCLAW 8.0.0: making evidence demos reproducible with an explicit snapshot mode

> Source: <https://discuss.huggingface.co/t/yuclaw-8-0-0-making-evidence-demos-reproducible-with-an-explicit-snapshot-mode/180676#post_1>
> Published: 2026-09-22 01:52:18+00:00

Disclosure: I am affiliated with YUCLAW. This post was prepared with AI assistance.

One practical problem while preparing YUCLAW 8.0.0 was that the same CLI demo could return different output depending on whether a research database was reachable. A byte-exact README check passed on one host and failed on another, despite matching package bytes.

The released implementation makes the transcript’s source explicit: `YUCLAW_CORPUS=snapshot`. In that mode, `check-claim` uses the bundled snapshot rather than attempting the research-node path. README generation and installed-package transcript checks use the same mode. The output identifies its source; the bundled snapshot is dated **2026-08-06**, not live data.

The comparison remains byte-exact. We did not ignore a differing line just to make CI pass. Tests exercise snapshot mode with and without a reachable disposable node, while separate tests retain the default node behavior.

The design lesson was to specify the data source as part of the example’s contract, rather than let the host environment silently choose it. It makes the demo reproducible without claiming that the snapshot represents today’s world.

This sits inside an open-source local workbench for financial-AI evidence:

The packaged guide also walks through exporting an evidence packet and verifying it in a fresh workspace.

How do you test reproducible evidence examples across environments while keeping the distinction between a fixed snapshot and current data clear? I would welcome feedback on this implementation and its test coverage.

[Source and released package](https://github.com/YuClawLab/yuclaw-brain/releases/tag/v8.0.0) · [Project](https://yuclaw.ca)

Built in Canada. Experimental; local setup is required. No independent security audit or human-benefit study has been performed. This is a workflow tool, not a general guarantee against prompt injection.
