Spaces:
Sleeping
Sleeping
File size: 1,823 Bytes
6a1cba7 d647970 6a1cba7 5d47b47 6a1cba7 d647970 6a1cba7 5d47b47 6a1cba7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | # Example Audits
Version: 1.8.0
Status: Public proof-surface index
---
## Purpose
This project is easier to evaluate through outputs than through claims. This page points to the fastest proof surfaces.
---
## Sample Report Packet
- Report preview pages: [`docs/assets/report-preview/`](assets/report-preview)
- Sample PDF: [`yorkeccak_bio_detailed_7p.pdf`](assets/report-preview/yorkeccak_bio_detailed_7p.pdf)
Use this when you want to inspect the current `1.8.0` full 7-page packet shape, Stage 4 separation, AIRI reasoning, and closeout metadata.
---
## Live Web Demo
- Hugging Face Space: <https://huggingface.co/spaces/Flamehaven/stem-bio-ai>
Notes:
- The Space scans the current default branch of a public GitHub repository at run time.
- Results may differ from commit-pinned benchmark artifacts or older local snapshots.
- The Space is for live triage; commit-pinned benchmark comparisons should be done locally.
---
## Local CLI Output
Run locally for full artifacts:
```bash
stem scan /path/to/bio-ai-repo --level 3 --format all --explain
```
Live generated output belongs under:
- `stem_output/<repo_slug>/`
Historical benchmark and comparison material remains under:
- `audits/`
Primary artifacts:
- `*_experiment_results.json`
- `*_report.md`
- `*.pdf`
- `*_explain.txt`
---
## What To Compare
When comparing two runs, check these fields first:
1. `score.final_score`
2. `score.formal_tier`
3. `classification.ca_severity`
4. `replication_score` / `replication_tier`
5. `code_integrity`
6. `code_contract`
7. `airi_risk_coverage`
8. `stage_1_rubric`, `stage_2r_rubric`, `stage_3_rubric`, `stage_4_rubric`
If one result comes from the Hugging Face Space and the other from a pinned local benchmark, compare only after confirming both are scanning the same repository snapshot.
|