docs: label all eight records as mock-route fixtures

#2
Files changed (1) hide show
  1. README.md +26 -15
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  pretty_name: "Energy-Attested Inference Runs"
4
  tags:
5
  - governance
@@ -8,9 +10,12 @@ tags:
8
  - energy
9
  - inference-receipt
10
  - verify-it-yourself
 
11
  - doi:10.5281/zenodo.19944926
12
  size_categories:
13
  - n<1K
 
 
14
  configs:
15
  - config_name: receipts
16
  data_files: "receipts.ndjson"
@@ -26,21 +31,24 @@ configs:
26
  </p>
27
  </div>
28
 
29
- # Energy-Attested Inference Runs · *verify it yourself*
30
 
31
- Append-only sample **energy-attested inference receipts** produced by the live
32
  Space [**SZLHOLDINGS/energy-attested-runs**](https://huggingface.co/spaces/SZLHOLDINGS/energy-attested-runs).
33
 
34
- Each record is a small, **hash-chained, signed** receipt of one routed
35
- inference carrying its **token counts**, **cost**, and **energy**, where every
36
- field is honestly labelled **`MEASURED`** or **`UNAVAILABLE`**. This is the cheap,
37
- honest **"receipt tier"** of AI trust (not zkML, not a TEE).
 
 
 
38
 
39
- > **Honesty first.** Every energy figure in this corpus is honest `null` /
40
- > `"UNAVAILABLE (no NVML on this host)"` these samples were produced on CPU
41
- > hardware with **no NVML energy counter**. **No joule, cost, or efficiency
42
- > number is fabricated.** On GPU hardware with NVML, `energy.joules` becomes a
43
- > real measured board-level value.
44
 
45
  ---
46
 
@@ -101,9 +109,9 @@ verifiable offline**.
101
 
102
  | Field | In this corpus | Meaning |
103
  | --- | --- | --- |
104
- | `energy.joules` | `null` (all records) | **UNAVAILABLE** no NVML meter on the CPU host. Never fabricated. |
105
  | `tokens.tokens_in/out` | real integers | **MEASURED** count from a deterministic, model-agnostic splitter (not a model BPE). |
106
- | `cost.usd` | `null` unless a real rate was supplied | **UNPRICED** for the local mock route; a number only with a real per-1k rate. |
107
  | `lambda.label` | `Λ = Conjecture 1 - never green` | **advisory** governance floor — never "proven"/"green". |
108
  | `decision` | `allow` | governance verdict (`deny`/`block` express the honest-blocked posture). |
109
 
@@ -145,8 +153,11 @@ DSSE/cosign-style verifier (the signature covers the DSSE PAE of each envelope).
145
  which wraps a **clearly-mock-labelled local route** in **real** receipt
146
  mechanics (real token counting, honest NVML metering, SHA-256 hash chain,
147
  ECDSA-P256 signing).
 
 
148
  - **Not fabricated:** energy is honest-null because the host has no NVML; token
149
- counts are real; cost is null unless a real rate was supplied.
 
150
  - **Not a proof:** a receipt is a replayable **audit record**, not zero-knowledge
151
  and not a proof of the underlying computation.
152
 
@@ -165,7 +176,7 @@ DSSE/cosign-style verifier (the signature covers the DSSE PAE of each envelope).
165
 
166
  **Cite this.** Part of the SZL Holdings *Ouroboros Thesis* (Governed Post-Determinism).
167
  Concept DOI (always-latest): [10.5281/zenodo.19944926](https://doi.org/10.5281/zenodo.19944926).
168
- Author: Stephen P. Lutar Jr. · [ORCID 0009-0001-0110-4173](https://orcid.org/0009-0001-0110-4173) · License CC-BY-4.0.
169
  Full DOI-pinned lineage (v1→v26) + the 8 papers: [szl-papers PAPERS_INDEX](https://github.com/szl-holdings/szl-papers/blob/main/PAPERS_INDEX.md).
170
  No artifact-specific DOI is minted for this dataset; the concept DOI above covers the program.
171
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
  pretty_name: "Energy-Attested Inference Runs"
6
  tags:
7
  - governance
 
10
  - energy
11
  - inference-receipt
12
  - verify-it-yourself
13
+ - mock-inference
14
  - doi:10.5281/zenodo.19944926
15
  size_categories:
16
  - n<1K
17
+ task_categories:
18
+ - other
19
  configs:
20
  - config_name: receipts
21
  data_files: "receipts.ndjson"
 
31
  </p>
32
  </div>
33
 
34
+ # Energy-Attested Inference Runs - 8 signed mock-route receipts; energy unavailable
35
 
36
+ Append-only sample receipts produced by the live
37
  Space [**SZLHOLDINGS/energy-attested-runs**](https://huggingface.co/spaces/SZLHOLDINGS/energy-attested-runs).
38
 
39
+ > **Snapshot truth - independently audited 2026-07-15:** this release contains
40
+ > exactly **8/8 cryptographically valid ECDSA-P256 DSSE-style signatures** and
41
+ > **8/8 valid chain links**, but it also contains **8/8 `mock: true` payloads**
42
+ > from `local/mock-deterministic-v1`. All eight `energy.joules` values are
43
+ > `null` / **UNAVAILABLE**. Two payloads carry supplied cost values and six are
44
+ > unpriced. These records validate the receipt machinery; they do **not**
45
+ > demonstrate measured model inference or GPU energy.
46
 
47
+ Each record is a small, hash-chained, signed audit envelope carrying recorded
48
+ splitter-token counts, optional supplied cost, and an unavailable energy field.
49
+ This is a receipt-mechanics fixture (not zkML, not a TEE, and not a model-quality
50
+ or energy-efficiency benchmark). On a future GPU route with a working NVML
51
+ counter, separately released records may carry measured board-level energy.
52
 
53
  ---
54
 
 
109
 
110
  | Field | In this corpus | Meaning |
111
  | --- | --- | --- |
112
+ | `energy.joules` | `null` (8/8 records) | **UNAVAILABLE** - no NVML meter on the mock-route host. Never fabricated. |
113
  | `tokens.tokens_in/out` | real integers | **MEASURED** count from a deterministic, model-agnostic splitter (not a model BPE). |
114
+ | `cost.usd` | supplied on 2/8; `null` on 6/8 | Producer-supplied mock-route values; this release is not a cost benchmark. |
115
  | `lambda.label` | `Λ = Conjecture 1 - never green` | **advisory** governance floor — never "proven"/"green". |
116
  | `decision` | `allow` | governance verdict (`deny`/`block` express the honest-blocked posture). |
117
 
 
153
  which wraps a **clearly-mock-labelled local route** in **real** receipt
154
  mechanics (real token counting, honest NVML metering, SHA-256 hash chain,
155
  ECDSA-P256 signing).
156
+ - **Release composition:** all eight published payloads are explicitly `mock: true`
157
+ and name `local/mock-deterministic-v1` as the organ.
158
  - **Not fabricated:** energy is honest-null because the host has no NVML; token
159
+ counts are deterministic splitter counts; cost is supplied on two records and
160
+ null on six.
161
  - **Not a proof:** a receipt is a replayable **audit record**, not zero-knowledge
162
  and not a proof of the underlying computation.
163
 
 
176
 
177
  **Cite this.** Part of the SZL Holdings *Ouroboros Thesis* (Governed Post-Determinism).
178
  Concept DOI (always-latest): [10.5281/zenodo.19944926](https://doi.org/10.5281/zenodo.19944926).
179
+ Author: Stephen P. Lutar Jr. · [ORCID 0009-0001-0110-4173](https://orcid.org/0009-0001-0110-4173) · Dataset license Apache-2.0.
180
  Full DOI-pinned lineage (v1→v26) + the 8 papers: [szl-papers PAPERS_INDEX](https://github.com/szl-holdings/szl-papers/blob/main/PAPERS_INDEX.md).
181
  No artifact-specific DOI is minted for this dataset; the concept DOI above covers the program.
182