UNMEASURED signed coverage + input-schema + skeleton + pinned eval.yaml. Cite GET /api/gspc. Not a grade. No composite.

#14
Files changed (4) hide show
  1. coverage-card.json +30 -53
  2. eval.yaml +66 -28
  3. input-schema.json +16 -29
  4. skeleton.json +35 -29
coverage-card.json CHANGED
@@ -1,58 +1,35 @@
1
  {
2
- "kind": "gspc.coverage-card/0.1-unsigned",
3
- "schema": "csoai.gspc-axes/0.5",
4
- "axis": "human-labour-index",
5
- "status": "UNMEASURED",
6
- "signed": false,
7
- "cite": "https://councilof.ai/api/gspc",
8
- "printer_not_mill": true,
9
- "never_certify": true,
10
- "never_stamp_measured": true,
11
- "do_not_invent_percentage": true,
12
- "empty_stays_empty": true,
13
- "not_a_grade": true,
14
- "compute_composite": false,
15
- "task": "cited components only; no composite",
16
- "rubric": {
17
- "kind": "cited_index",
18
- "grade_when": [
19
- "no composite",
20
- "required components: participation, unemployment, displacement, wages_by_ai_exposure, hours_by_ai_exposure",
21
- "whole-economy wages are not wages-by-AI-exposure",
22
- "Claude is not the labour market",
23
- "C-2026-0826-05 do not restore MEASURED-INDEX-v0.1"
24
- ],
25
- "required_components": [
26
- "participation",
27
- "unemployment",
28
- "displacement",
29
- "wages_by_ai_exposure",
30
- "hours_by_ai_exposure"
31
- ],
32
- "correction": "C-2026-0826-05 do not restore MEASURED-INDEX-v0.1",
33
- "never": [
34
- "composite headline",
35
- "invent a percentage",
36
- "restore MEASURED-INDEX-v0.1",
37
- "certify",
38
- "stamp MEASURED"
39
- ]
40
  },
41
- "input_schema_file": "input-schema.json",
42
- "columns": [
43
- "component",
44
- "role",
45
- "series_id",
46
- "source_url",
47
- "vintage",
48
- "as_of",
49
- "unit"
50
  ],
51
- "rows": [],
52
- "unmeasured": [
53
- "human-labour-index"
 
 
 
54
  ],
55
- "dataset": "csoai/gspc-human-labour-index",
56
- "hub_is": "printer of live GET https://councilof.ai/api/gspc — not the mill, not a grade",
57
- "note": "Unsigned UNMEASURED coverage card. Rubric + input schema only. No n. No YES/NO counts. No invented scores. Empty cells stay empty. Live GET is authority; cite totals.public_count there. Do not freeze a MEASURED table here. Hub is not the mill signer. Never certify."
 
58
  }
 
1
  {
2
+ "as_of": "2026-08-31T22:58:06Z",
3
+ "did": "did:web:csoai.org#board-attestation-1",
4
+ "payload": {
5
+ "axis": "human-labour-index",
6
+ "cite": "https://councilof.ai/api/gspc",
7
+ "compute_composite": false,
8
+ "do_not_invent_percentage": true,
9
+ "kind": "gspc.coverage-card/0.1",
10
+ "metamask_is_signer": false,
11
+ "n": 0,
12
+ "not_a_grade": true,
13
+ "schema": "csoai.gspc-axes/0.5",
14
+ "status": "UNMEASURED",
15
+ "task": "cited components only; no composite"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  },
17
+ "schema": "https://councilof.ai/schema/card-v0.json",
18
+ "sha256": "ad3aa07d16ac2de3496d79e2d49fdb47e729ce3bcdec43263beb41ab8409fe50",
19
+ "sig_ed25519": "9c2fa10dfbbfea573e20f9dc2f9efbf0f818fcff5f9205516d802dffcd5daa383cb588b67db784c8684f50285dbae5fda2088be74860d851297da2448822fb08",
20
+ "source_urls": [
21
+ "https://councilof.ai/api/gspc",
22
+ "https://huggingface.co/datasets/csoai/gspc-human-labour-index"
 
 
 
23
  ],
24
+ "subject": "GSPC human-labour-index UNMEASURED coverage",
25
+ "surface": "public.notice",
26
+ "tags": [
27
+ "coverage:UNMEASURED",
28
+ "not-a-grade",
29
+ "no-composite"
30
  ],
31
+ "unmeasured": [
32
+ "human-labour-index",
33
+ "n=0"
34
+ ]
35
  }
eval.yaml CHANGED
@@ -1,31 +1,69 @@
1
- # UNMEASURED coverage shell for human-labour-index. Not a score.
2
- # Printer of GET https://councilof.ai/api/gspc not the mill.
3
- # Cite totals.public_count on the living GET. Do not freeze n here.
4
- name: gspc-human-labour-index
 
 
5
  status: UNMEASURED
6
- cite: https://councilof.ai/api/gspc
7
- printer_not_mill: true
8
  do_not_invent_percentage: true
9
  never_llm_judge: true
10
- never_stamp_measured: true
11
- never_certify: true
12
- empty_stays_empty: true
13
- axis:
14
- id: human-labour-index
15
- task: "cited components only; no composite"
16
- kind: cited_index
17
- grade_when:
18
- - "no composite"
19
- - "required components: participation, unemployment, displacement, wages_by_ai_exposure, hours_by_ai_exposure"
20
- - "whole-economy wages are not wages-by-AI-exposure"
21
- - "Claude is not the labour market"
22
- - "C-2026-0826-05 do not restore MEASURED-INDEX-v0.1"
23
- compute_composite: false
24
- required_components:
25
- - participation
26
- - unemployment
27
- - displacement
28
- - wages_by_ai_exposure
29
- - hours_by_ai_exposure
30
- correction: "C-2026-0826-05 do not restore MEASURED-INDEX-v0.1"
31
- rows: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GSPC FIN7 Community Evals shell. UNMEASURED. Not a score.
2
+ # Cite GET https://councilof.ai/api/gspc 22 axis · 15 measured · 7 UNMEASURED
3
+ # C-2026-0826-05: do not restore MEASURED-INDEX-v0.1 stickers.
4
+ # Humanoid = NOT_BUILT. Do not invent a percentage. Do not accept PRs that invent a number.
5
+
6
+ name: gspc-fin7
7
  status: UNMEASURED
8
+ n: 0
9
+ board: https://councilof.ai/api/gspc
10
  do_not_invent_percentage: true
11
  never_llm_judge: true
12
+
13
+ axes:
14
+ - id: reserve-attestation
15
+ task: "is a third-party reserve attestation publicly published and current?"
16
+ kind: yn_plus_date
17
+ - id: regulatory-framework
18
+ task: "is the governing regime declared and confirmable?"
19
+ kind: yn
20
+ - id: distribution-integrity
21
+ task: "represented vs distributed never mixed"
22
+ kind: yn
23
+ - id: custody-disclosure
24
+ task: "are a custodian and an auditor named and confirmable?"
25
+ kind: yn
26
+ - id: ai-economy-index
27
+ kind: cited_index
28
+ compute_composite: false
29
+ components:
30
+ - id: eu_enterprise_ai_adoption
31
+ role: reference_input
32
+ series_id: isoc_eb_ai
33
+ pin: "Eurostat isoc_eb_ai · 13.48% · vintage 2024 · fetched 2026-08-25"
34
+ - id: anthropic_economic_index
35
+ role: reference_input
36
+ dataset: Anthropic/EconomicIndex
37
+ revision: "2ea58ff75e4247d26810c37f10c179edc2466cac"
38
+ release: "release_2026_06_26"
39
+ pin: "June 2026 Cadences · Hugging Face Anthropic/EconomicIndex@2ea58ff75e4247d26810c37f10c179edc2466cac · lastModified 2026-06-26"
40
+ compute_composite: false
41
+ caveat: "Claude usage is not the economy. Cited component only."
42
+ - id: compute_price
43
+ role: gap
44
+ - id: ai_investment
45
+ role: gap
46
+ - id: human-labour-index
47
+ kind: cited_index
48
+ compute_composite: false
49
+ components:
50
+ - id: eu_participation
51
+ role: reference_input
52
+ pin: "57.58% · vintage 2024 · fetched 2026-08-25"
53
+ - id: eu_unemployment
54
+ role: reference_input
55
+ pin: "5.92% · vintage 2024 · fetched 2026-08-25"
56
+ - id: anthropic_index_labour
57
+ role: reference_input
58
+ dataset: Anthropic/EconomicIndex
59
+ revision: "2ea58ff75e4247d26810c37f10c179edc2466cac"
60
+ release: "release_2026_06_26"
61
+ pin: "June 2026 Cadences · Anthropic/EconomicIndex@2ea58ff75e4247d26810c37f10c179edc2466cac · labor_market_impacts / release_2026_06_26"
62
+ compute_composite: false
63
+ caveat: "O*NET/SOC mapped Claude usage, not the labour market. Cited component only."
64
+ - id: displacement
65
+ role: gap
66
+ - id: humanoid-labour-index
67
+ kind: registry_then_optional_sim
68
+ status: NOT_BUILT
69
+ isaac_sim: "harness only after a hashed deployment registry exists"
input-schema.json CHANGED
@@ -1,41 +1,28 @@
1
  {
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://huggingface.co/datasets/csoai/gspc-human-labour-index/raw/main/input-schema.json",
4
- "title": "GSPC human-labour-index bank row",
5
- "description": "What a stranger-recomputable bank row must contain. This Hub shell has empty rows. Status stays UNMEASURED until the living GET says otherwise. Not a certificate.",
6
  "type": "object",
7
- "additionalProperties": false,
8
  "required": [
9
- "component"
 
 
10
  ],
11
  "properties": {
12
- "component": {
13
- "type": "string",
14
- "description": "Component id. One of participation, unemployment, displacement, wages_by_ai_exposure, hours_by_ai_exposure."
15
  },
16
- "role": {
17
- "type": "string",
18
- "description": "reference_input or gap. Empty if unread."
19
  },
20
- "series_id": {
21
- "type": "string",
22
- "description": "Official series identifier. Empty if none."
 
 
23
  },
24
- "source_url": {
25
- "type": "string",
26
- "description": "Stranger-confirmable URL for the series. Empty if none."
27
- },
28
- "vintage": {
29
- "type": "string",
30
- "description": "Series vintage as published. Empty if none. Not a Hub score."
31
- },
32
- "as_of": {
33
- "type": "string",
34
- "description": "Date the row was read. Empty if unread."
35
- },
36
- "unit": {
37
- "type": "string",
38
- "description": "Unit as published. Empty if none."
39
  }
40
  }
41
  }
 
1
  {
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "GSPC FIN coverage input",
 
 
4
  "type": "object",
 
5
  "required": [
6
+ "axis",
7
+ "status",
8
+ "unmeasured"
9
  ],
10
  "properties": {
11
+ "axis": {
12
+ "type": "string"
 
13
  },
14
+ "status": {
15
+ "const": "UNMEASURED"
 
16
  },
17
+ "unmeasured": {
18
+ "type": "array",
19
+ "items": {
20
+ "type": "string"
21
+ }
22
  },
23
+ "n": {
24
+ "type": "integer",
25
+ "maximum": 0
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
27
  }
28
  }
skeleton.json CHANGED
@@ -1,35 +1,41 @@
1
  {
 
2
  "axis": "human-labour-index",
3
- "status": "UNMEASURED",
4
- "cite": "https://councilof.ai/api/gspc",
5
- "printer_not_mill": true,
6
- "never_certify": true,
7
- "never_stamp_measured": true,
8
- "columns": [
9
- "component",
10
- "role",
11
- "series_id",
12
- "source_url",
13
- "vintage",
14
- "as_of",
15
- "unit"
16
- ],
17
- "rows": [],
18
- "rule": "UNMEASURED-first. A skeleton is not a score. Live GET https://councilof.ai/api/gspc is authority. Empty cells stay empty.",
19
- "task": "cited components only; no composite",
20
- "issuer": "CSOAI Ltd",
21
  "did": "did:web:csoai.org",
 
22
  "license": "CC-BY-4.0",
23
- "unmeasured": [
24
- "human-labour-index"
25
- ],
26
- "required_components": [
27
- "participation",
28
- "unemployment",
29
- "displacement",
30
- "wages_by_ai_exposure",
31
- "hours_by_ai_exposure"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ],
33
- "compute_composite": false,
34
- "correction": "C-2026-0826-05 do not restore MEASURED-INDEX-v0.1"
35
  }
 
1
  {
2
+ "as_of_mined": "2026-08-31",
3
  "axis": "human-labour-index",
4
+ "companies_house": "16939677",
5
+ "correction": "C-2026-0826-05 do not restore MEASURED-INDEX-v0.1",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  "did": "did:web:csoai.org",
7
+ "issuer": "CSOAI Ltd",
8
  "license": "CC-BY-4.0",
9
+ "rows": [
10
+ {
11
+ "as_of": "2026-08-25",
12
+ "component": "eu_participation",
13
+ "role": "reference_input",
14
+ "unit": "percent",
15
+ "value": 57.58,
16
+ "vintage": 2024
17
+ },
18
+ {
19
+ "as_of": "2026-08-25",
20
+ "component": "eu_unemployment",
21
+ "role": "reference_input",
22
+ "unit": "percent",
23
+ "value": 5.92,
24
+ "vintage": 2024
25
+ },
26
+ {
27
+ "component": "displacement",
28
+ "role": "gap"
29
+ },
30
+ {
31
+ "component": "wages",
32
+ "role": "gap"
33
+ },
34
+ {
35
+ "component": "hours_by_ai_exposure",
36
+ "role": "gap"
37
+ }
38
  ],
39
+ "rule": "UNMEASURED-first. A skeleton is not a score. Board GET /api/gspc is authority.",
40
+ "status": "UNMEASURED"
41
  }