betterwithage commited on
Commit
6dc2ee8
·
verified ·
1 Parent(s): 348fcbc

Update README.md — honest org card / scrub dead-organ refs

Browse files

Signed-off-by: Stephen P. Lutar Jr. <stephenlutar2@gmail.com>

Files changed (1) hide show
  1. README.md +54 -19
README.md CHANGED
@@ -9,35 +9,70 @@ pinned: true
9
 
10
  # SZL Holdings
11
 
12
- **Governed-AI decision infrastructure.** Every AI decision becomes a cryptographically signed, replayable, tamper-evident receipt — accountability that no observability or AI-security leader currently ships.
13
 
14
- ## Two surfaces, one platform
15
 
16
- | Surface | What it is | Open |
 
 
 
 
17
  |---|---|---|
18
- | **a11oy — Command Platform** | One pane of glass: ask & act, safety gates, trust scoring, live decisions, readiness, compliance, forecasting, signed receipts, proof status, threat library, model routing. | [Open](https://szlholdings-a11oy.hf.space/) |
19
- | **Drones & Vessels** | Autonomous-systems field tool: live track board, sensor fusion, maritime picture (sanctions + dark-vessel detection), engagement rules, and verify-it-yourself signed receipts — for air and sea. | [Open](https://szlholdings-killinchu.hf.space/elite) |
20
 
21
- The command platform runs every Warhacker challenge problem end to end, and governs the field tool with the same trust scoring, consensus, and signed receipts.
22
 
23
- ## Verify it yourself
24
- Decisions on the Drones & Vessels surface are signed with a real ECDSA-P256 key. Verify a receipt offline, trusting nothing:
25
- ```
 
 
 
 
 
 
 
 
 
 
 
 
26
  curl -s https://szlholdings-killinchu.hf.space/cosign.pub -o cosign.pub
27
- curl -s https://szlholdings-killinchu.hf.space/api/killinchu/v1/receipt/export
28
- # verify the signature offline -> "Verified OK"; tamper one byte -> "Verification failure"
 
29
  ```
30
 
 
 
 
 
31
  ## What we claim — and what we don't
32
- - The trust score is a **research conjecture**, not a proven-unique function. We say so on the platform.
33
- - **5 formulas** are formally proven in Lean (machine-checked, no gaps); the rest are open or experimental.
34
- - **SLSA Build L2** on all service images (cosign + slsa.dev/provenance/v0.2 attestation). **NOT** L3 / FedRAMP / Iron Bank / CMMC.
35
- - Receipts are genuinely signed where a key is present, honestly marked unsigned otherwise — never fabricated.
36
- - Maritime AIS uses a clearly-labeled sample/replay dataset, not a live feed.
37
 
38
- ## Deploy
39
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  uds deploy oci://ghcr.io/szl-holdings/szl-mesh:0.4.0 --confirm
41
  ```
42
 
43
- Built by **Stephen P. Lutar Jr.** · Honest by design · Counsel-governed.
 
 
 
 
 
9
 
10
  # SZL Holdings
11
 
12
+ ### Governed AI you can *prove*.
13
 
14
+ Every AI decision becomes a **cryptographically signed, replayable, tamper-evident receipt** — accountability that no observability or AI-security incumbent ships today. Two live products run on one substrate: a command platform for the enterprise, and a drones-&-vessels field tool for the edge.
15
 
16
+ ---
17
+
18
+ ## Two products, one substrate
19
+
20
+ | Product | What it does | Open it |
21
  |---|---|---|
22
+ | **a11oy — Command Platform** | One pane of glass for governed AI: ask & act, deny-by-default safety gates, trust scoring with confidence intervals, live decision feed, readiness & compliance, forecasting, signed receipts, formal-proof status, threat library (live CVE/KEV/MITRE), and model routing. | [Open a11oy →](https://szlholdings-a11oy.hf.space/) |
23
+ | **killinchu — Drones & Vessels** | Autonomous-systems field tool for air and sea: live track board, multi-sensor fusion, maritime picture (sanctions screening + dark-vessel detection), engagement rules, swarm/autonomy, and **verify-it-yourself** signed engagement receipts. | [Open killinchu →](https://szlholdings-killinchu.hf.space/elite) |
24
 
25
+ a11oy is the orchestrating brain its reasoning, policy and operator capabilities are built in, and it governs the field tool with the same trust scoring, consensus, and signed receipts. The platform runs every Warhacker challenge problem end to end.
26
 
27
+ ---
28
+
29
+ ## The thesis
30
+
31
+ Modern AI gives you answers; it does not give you **accountability**. SZL turns the governance layer into a substrate: a *Proof Chain* where each decision is policy-checked, evidence-bound, and replayable, sealed in a DSSE receipt over a SHA-256 hash chain. Trust is scored with a single aggregator (Λ) over provenance, containment, coherence, and convergence — and we are explicit about exactly how far that math is proven.
32
+
33
+ Read the full thesis (v23, "The Unified Substrate") → [szl-papers/thesis/v23](https://github.com/szl-holdings/szl-papers/tree/main/thesis/v23) · DOI lineage on [Zenodo](https://doi.org/10.5281/zenodo.19944926).
34
+
35
+ ---
36
+
37
+ ## Verify it yourself — trust nothing
38
+
39
+ Engagement decisions on the **killinchu** surface are signed with a real ECDSA-P256 cosign key. Verify a receipt **offline**, trusting neither us nor the server:
40
+
41
+ ```bash
42
  curl -s https://szlholdings-killinchu.hf.space/cosign.pub -o cosign.pub
43
+ curl -s https://szlholdings-killinchu.hf.space/api/killinchu/v1/receipt/export > receipt.json
44
+ # verify the DSSE signature offline -> "Verified OK"
45
+ # tamper a single byte and re-verify -> "Verification failure"
46
  ```
47
 
48
+ That is the whole product in one command: a third party can confirm a decision happened, exactly as recorded, with zero trust in SZL.
49
+
50
+ ---
51
+
52
  ## What we claim — and what we don't
 
 
 
 
 
53
 
54
+ We surface only what is machine-checked as fact. Everything else is labeled honestly in the apps.
55
+
56
+ | We claim | We do **not** claim |
57
+ |---|---|
58
+ | **5 formulas formally proven in Lean** (machine-checked, sorry-free): F1, F11, F12, F18, F19. | The remaining formulas as "proven." Newer waves (3/5/6/7 + the agentic loop) are **experimental / CI-green**, labeled as such — not part of the locked proven set. |
59
+ | **Λ uniqueness is Conjecture 1** — unique *only conditionally* (under block-consistency, CI-green). | Λ as an unconditional theorem. Unconditional uniqueness is machine-checked **false**, and we say so. |
60
+ | **SLSA Build L2** on all service images (cosign + `slsa.dev/provenance/v0.2` attestation). | L3, FedRAMP, Iron Bank, or CMMC. |
61
+ | Receipts are genuinely signed where a signing key is present, **honestly marked unsigned** otherwise. | Fabricated signatures or fabricated metrics — ever. |
62
+ | Maritime AIS uses a clearly-labeled **sample/replay** dataset. | A live production AIS feed. |
63
+
64
+ Locked doctrine: **v11** · kernel `c7c0ba17` · 749 declarations / 14 unique axioms / 163 tracked sorries · `lake build` clean.
65
+
66
+ ---
67
+
68
+ ## Deploy the whole mesh — one signed bundle
69
+
70
+ ```bash
71
  uds deploy oci://ghcr.io/szl-holdings/szl-mesh:0.4.0 --confirm
72
  ```
73
 
74
+ Cosign-signed bundle; each service image carries its own SLSA L2 provenance.
75
+
76
+ ---
77
+
78
+ Built by **Stephen P. Lutar Jr.** · Honest by design · Counsel-governed · [github.com/szl-holdings](https://github.com/szl-holdings)