betterwithage commited on
Commit
e162965
·
verified ·
1 Parent(s): 21c2ca6

feat(org-card): zero-text cinematic — λ sigil + 12 emoji constellation + particle field (no walls of text)

Browse files
Files changed (1) hide show
  1. README.md +6 -109
README.md CHANGED
@@ -1,113 +1,10 @@
1
  ---
2
- title: README
3
- emoji: "🐍"
4
  colorFrom: indigo
5
- colorTo: blue
6
  sdk: static
7
- pinned: false
 
 
8
  ---
9
-
10
- <div align="center">
11
-
12
- <a href="https://huggingface.co/spaces/SZLHOLDINGS/szl-anatomy">
13
- <img
14
- src="https://huggingface.co/datasets/SZLHOLDINGS/szl-visual-identity/resolve/main/anatomy/anatomy_body_graph.png"
15
- width="720"
16
- alt="SZL Holdings — 7-organ substrate body graph"
17
- />
18
- </a>
19
-
20
- # SZL Holdings
21
-
22
- **Governed AI execution. Verifiable receipts. Formal proofs.**
23
-
24
- [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20434276.svg)](https://doi.org/10.5281/zenodo.20434276)
25
- [![Doctrine](https://img.shields.io/badge/Doctrine-V6-00D4FF?style=flat-square)](https://github.com/szl-holdings/a11oy)
26
- [![Lean 4](https://img.shields.io/badge/Lean_4-kernel--green-22c55e?style=flat-square)](https://github.com/szl-holdings/lutar-lean)
27
- [![MCP](https://img.shields.io/badge/MCP-17_tools-ff6b35?style=flat-square)](https://huggingface.co/spaces/SZLHOLDINGS/mcp-receipts-server)
28
- [![DSSE PAE](https://img.shields.io/badge/DSSE-PAE_v1-22c55e?style=flat-square)](https://github.com/secure-systems-lab/dsse)
29
-
30
- </div>
31
-
32
- ---
33
-
34
- ## The invariant
35
-
36
- Every autonomous AI decision passes through a **9-axis conjunctive AND gate**. No axis below 0.90. No critical axis below 0.95. No exceptions.
37
-
38
- Each passing decision produces a cryptographic **governance receipt** (COSE_Sign1, dual-witness) proving the decision was bounded, measured, and verified.
39
-
40
- Properties:
41
- - Machine-checked uniqueness proof (Lean 4, kernel-green)
42
- - Bekenstein-bounded audit payloads
43
- - Receipt-complete: no unreceipted decisions
44
- - Dual-witness: no single point of governance failure
45
-
46
- ---
47
-
48
- ## 7-Organ Substrate
49
-
50
- | Organ | System | Space |
51
- |---|---|---|
52
- | Brain | **a11oy** — execution fabric, receipt signing, capability matching | [a11oy-platform](https://huggingface.co/spaces/SZLHOLDINGS/a11oy-platform) |
53
- | Heart | **amaru** — Cardano-anchored 7-chakra receipt runtime | [amaru](https://huggingface.co/spaces/SZLHOLDINGS/amaru) |
54
- | Blood | **amaru / memory** — receipt store and attestation | [amaru-memory-attestation](https://huggingface.co/spaces/SZLHOLDINGS/amaru-memory-attestation) |
55
- | Immune | **sentra** — security gates and threat evaluation | [sentra-security-gates](https://huggingface.co/spaces/SZLHOLDINGS/sentra-security-gates) |
56
- | Skeleton | **lutar-lean** — Lean 4 formal proof corpus | [lutar-lean-browser](https://huggingface.co/spaces/SZLHOLDINGS/lutar-lean-browser) |
57
- | Nervous | **vsp-otel** — telemetry and observability | [vsp-otel-platform](https://huggingface.co/spaces/SZLHOLDINGS/vsp-otel-platform) |
58
- | Wires | **szl-showcase** — integration fabric and demos | [szl-showcase](https://huggingface.co/spaces/SZLHOLDINGS/szl-showcase) |
59
- | Governance Gate | **ouroboros / Λ-Gate** — policy enforcement layer | [ouroboros-lambda-gate](https://huggingface.co/spaces/SZLHOLDINGS/ouroboros-lambda-gate) |
60
-
61
- ---
62
-
63
- ## The Stack
64
-
65
- | Layer | Component | Ships |
66
- |---|---|---|
67
- | RUNTIME | **Ouroboros** | Bounded-loop kernel · Λ-gate engine |
68
- | GATE | **Λ-Gate** | 9-axis conjunctive AND · Λ ≥ 0.90 |
69
- | FORMAL | **Lutar-Lean** | 217 declarations · 12 axioms · Mathlib |
70
- | AGENT | **a11oy** | Agent orchestrator · Doctrine v6 engine |
71
- | ANCHOR | **Amaru** | Cardano receipt anchoring · DSSE PAE v1 |
72
- | SECURITY | **Sentra** | Kitaev drift detection · 6 security gates |
73
- | TELEMETRY | **VSP-OTel** | Governance span telemetry · OTel exporter |
74
- | RECIPES | **Cookbook** | Governed-AI runbook patterns |
75
-
76
- ---
77
-
78
- ## Canonical Numbers
79
-
80
- | Metric | Value | Source |
81
- |---|---|---|
82
- | HF Spaces / Datasets / Models | 27 / 31 / 2 | [SZLHOLDINGS org](https://huggingface.co/SZLHOLDINGS) |
83
- | Lean declarations / axioms / sorries | 217 / 12 / 134 | [lutar-lean](https://github.com/szl-holdings/lutar-lean) |
84
- | Putnam 2025 Lean-discharged | 2 / 12 (P_A1 + P_A3) | [agi-forecast PR #51](https://github.com/szl-holdings/agi-forecast/pull/51) |
85
- | Anchor gates specified | 40 | [a11oy#140](https://github.com/szl-holdings/a11oy/pull/140) · [lutar-lean#116](https://github.com/szl-holdings/lutar-lean/pull/116) |
86
- | MCP tools | 17 | [mcp-receipts-server](https://szlholdings-mcp-receipts-server.hf.space/gradio_api/mcp/sse) |
87
- | Zenodo DOIs | 6 release + 1 concept alias | [doi.org](https://doi.org/10.5281/zenodo.20434276) |
88
- | CodeQL alerts baseline | 232 | [a11oy](https://github.com/szl-holdings/a11oy) |
89
-
90
- ---
91
-
92
- ## Provenance
93
-
94
- **Founder:** Stephen P. Lutar ·
95
- [ORCID 0009-0001-0110-4173](https://orcid.org/0009-0001-0110-4173) ·
96
- [GitHub](https://github.com/szl-holdings) ·
97
- stephen@szlholdings.com
98
-
99
- **Doctrine v6** (v7 PR #94 pending merge). Every claim resolves to a CI log, Lean proof, or Zenodo DOI.
100
-
101
- | DOI | Artifact |
102
- |---|---|
103
- | [10.5281/zenodo.20434276](https://doi.org/10.5281/zenodo.20434276) | Thesis v18 |
104
- | [10.5281/zenodo.19944926](https://doi.org/10.5281/zenodo.19944926) | Ouroboros |
105
- | [10.5281/zenodo.20424992](https://doi.org/10.5281/zenodo.20424992) | Lutar-Lean |
106
- | [10.5281/zenodo.20424995](https://doi.org/10.5281/zenodo.20424995) | a11oy |
107
- | [10.5281/zenodo.20424996](https://doi.org/10.5281/zenodo.20424996) | Amaru |
108
- | [10.5281/zenodo.20431181](https://doi.org/10.5281/zenodo.20431181) | Sentra |
109
- | [10.5281/zenodo.20434308](https://doi.org/10.5281/zenodo.20434308) | VSP-OTel |
110
-
111
- ---
112
-
113
- *"Governance is not a constraint on capability. It is the architecture of trust."*
 
1
  ---
2
+ title: SZL Holdings
3
+ emoji: "🧬"
4
  colorFrom: indigo
5
+ colorTo: purple
6
  sdk: static
7
+ app_file: index.html
8
+ pinned: true
9
+ short_description: Governed AI execution · verifiable receipts · formal proofs
10
  ---