aevionai commited on
Commit
4737c71
·
verified ·
1 Parent(s): 15b20b8

Full 8-model arena sweep — performance_oracle_part@1.0.3.json

Browse files
Files changed (1) hide show
  1. performance_oracle_part@1.0.3.json +31 -12
performance_oracle_part@1.0.3.json CHANGED
@@ -1,11 +1,15 @@
1
  {
2
  "part_id": "aevion.part/performance-oracle@1.0.3",
3
  "display_name": "Man in the Arena Oracle",
4
- "description": "Live leaderboard of verifiable AI performance on VA Claims Intake and other Coliseum boss battles — Full Sweep 8-model edition.",
5
  "interface": {
6
  "inputs": [],
7
  "outputs": [
8
- { "name": "leaderboard", "type": "stream<ranking>", "attested": true }
 
 
 
 
9
  ]
10
  },
11
  "implementation": {
@@ -18,15 +22,30 @@
18
  "attestation": {
19
  "algorithm": "ML-DSA-65",
20
  "receipt_id": "52ad010d50d18ef65ff31c898f804b54",
21
- "chain_verification": {
22
- "status": "intact",
23
- "total_entries": 16,
24
- "verified_entries": 16,
25
- "merkle_root": "6563df80aaf312285b24831a1cc06b98a8d8ee04fc9a25e3ef08b38d51e9cf35"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  },
27
- "top_model": "qwen3:8b",
28
- "top_score": 0.833333,
29
- "model_count": 8,
30
- "case_result_count": 16
31
- }
 
32
  }
 
1
  {
2
  "part_id": "aevion.part/performance-oracle@1.0.3",
3
  "display_name": "Man in the Arena Oracle",
4
+ "description": "Live leaderboard full 8-model sweep on VA Claims Intake, Sheriff-signed, 16/16 chain verified.",
5
  "interface": {
6
  "inputs": [],
7
  "outputs": [
8
+ {
9
+ "name": "leaderboard",
10
+ "type": "stream<ranking>",
11
+ "attested": true
12
+ }
13
  ]
14
  },
15
  "implementation": {
 
22
  "attestation": {
23
  "algorithm": "ML-DSA-65",
24
  "receipt_id": "52ad010d50d18ef65ff31c898f804b54",
25
+ "pq_algorithm": "ML-DSA-65",
26
+ "pq_backend": "oqs",
27
+ "pq_quantum_safe": true,
28
+ "signature_verified": true,
29
+ "leaderboard_id": "arena-fdfdbc4508a1",
30
+ "merkle_root": "6563df80aaf312285b24831a1cc06b98a8d8ee04fc9a25e3ef08b38d51e9cf35",
31
+ "chain_verification": "intact",
32
+ "chain_entries_verified": "16/16"
33
+ },
34
+ "changelog": [
35
+ {
36
+ "version": "1.0.1",
37
+ "date": "2026-04-22",
38
+ "change": "Updated attestation.receipt_id to match qwen3:8b live receipt (d778210e). Added chain verification metadata. No interface changes."
39
+ },
40
+ {
41
+ "version": "1.0.2",
42
+ "date": "2026-04-22",
43
+ "change": "Intermediate attestation update during full sweep."
44
  },
45
+ {
46
+ "version": "1.0.3",
47
+ "date": "2026-04-22",
48
+ "change": "Full 8-model arena sweep complete. Receipt ID 52ad010d, 16/16 chain intact, Merkle root 6563df80."
49
+ }
50
+ ]
51
  }