betterwithage commited on
Commit
25f0fe7
·
verified ·
1 Parent(s): 15a31bf

chore(sync): mirror front-door files to Space (hf-sync)

Browse files

Automated front-door sync from szl-holdings/a11oy main via hf-sync.
Added/updated: console/docs.html, console/index.html, console/pricing.html, console/throne-room.html, console/throne-room.js, pages/api-keys.html, pages/audit.html, pages/ayni.html, pages/brain-dual.html, pages/brain-jack.html, pages/brain.html, pages/chaski.html, pages/codex-kernel.html, pages/company.html, pages/compliance.html, pages/console.html, pages/counter-uas.html, pages/cued-engagement.html, pages/docs.html, pages/evidence.html, pages/gap-report.html, pages/hatun-mcp.html, pages/hub.html, pages/landing.html, pages/mesh.html, pages/observability.html, pages/operator_organ.html, pages/pricing.html, pages/run-all.html, pages/sdk.html, pages/security.html, pages/status.html, pages/substrate.html, pages/superpowers.html, pages/throne-room.html, pages/throne-room.js, pages/uds.html, pages/upgrades.html, pages/wallpa.html, pages/warhacker.html, pages/wasi-rikuq.html, pages/wires.html
Deleted (gone from GitHub main): (none)

Keeps the served front-door (pages/*.html, console/*.html) identical
to GitHub main so an HF factory rebuild never drops a GitHub edit or
keeps serving a page that was deleted on GitHub.

Files changed (2) hide show
  1. pages/company.html +358 -0
  2. pages/console.html +1 -0
pages/company.html ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Company · SZL Holdings — Governed AI, proven in Lean | a11oy</title>
7
+ <meta name="description" content="SZL Holdings builds governed agentic AI. Consequential decisions are recorded as cryptographically signed, tamper-evident receipts — verifiable offline. Proven receipt core, honestly staged roadmap. Sovereign, air-gapped capable, defense-grade.">
8
+ <meta name="theme-color" content="#05060f">
9
+ <link rel="canonical" href="https://a11oy.net/company">
10
+ <meta property="og:type" content="website">
11
+ <meta property="og:site_name" content="a11oy · SZL Holdings">
12
+ <meta property="og:title" content="SZL Holdings — Governed AI, with a proven receipt core.">
13
+ <meta property="og:description" content="Governed agentic systems. Decisions recorded as cryptographically signed, tamper-evident receipts — verifiable offline. Proven core, honest roadmap.">
14
+ <meta property="og:url" content="https://a11oy.net/company">
15
+ <style>
16
+ :root{
17
+ --hatun-300:#e6c875; --hatun-400:#d7b96b; --hatun-500:#c08f2f;
18
+ --yawar-500:#c0392b; --yuyay-300:#7fd6d1; --yuyay-500:#168f89;
19
+ --indigo-950:#05060f; --indigo-900:#070815; --indigo-800:#0c0e20; --indigo-700:#16183a;
20
+ --green:#5fd99b; --red:#d05246; --violet:#a78bfa;
21
+ --ink:#f4eedd; --ink-soft:#d8cfb6; --ink-dim:#9b9379;
22
+ --line:rgba(230,200,117,0.16);
23
+ --panel:rgba(12,14,30,0.55);
24
+ --display:'Fraunces',Georgia,'Times New Roman',serif;
25
+ --grotesk:'Space Grotesk',system-ui,-apple-system,'Segoe UI',sans-serif;
26
+ --mono:ui-monospace,'JetBrains Mono',Menlo,Consolas,monospace;
27
+ --maxw:1180px;
28
+ }
29
+ *{box-sizing:border-box}
30
+ html{scroll-behavior:smooth}
31
+ @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
32
+ body{margin:0;background:var(--indigo-950);color:var(--ink);font-family:var(--grotesk);
33
+ -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.55;overflow-x:hidden}
34
+ a{color:inherit;text-decoration:none}
35
+ ::selection{background:rgba(230,200,117,0.28);color:#fff}
36
+ [id]{scroll-margin-top:6rem}
37
+
38
+ /* ambient backdrop */
39
+ .aura{position:fixed;inset:0;z-index:0;pointer-events:none;
40
+ background:
41
+ radial-gradient(1100px 620px at 78% -8%, rgba(192,143,47,0.10), transparent 60%),
42
+ radial-gradient(900px 600px at 8% 12%, rgba(22,143,137,0.10), transparent 60%),
43
+ radial-gradient(1000px 800px at 50% 120%, rgba(167,139,250,0.06), transparent 60%);}
44
+ .grain{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.04;mix-blend-mode:overlay;
45
+ background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");}
46
+ main,nav,footer{position:relative;z-index:2}
47
+
48
+ /* nav */
49
+ nav#nav{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;
50
+ padding:0 clamp(18px,4vw,40px);z-index:60;
51
+ background:linear-gradient(to bottom,rgba(5,6,15,0.86),rgba(5,6,15,0));
52
+ backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
53
+ .brand{font-family:var(--grotesk);font-weight:700;font-size:21px;letter-spacing:-0.01em;color:var(--ink);display:flex;align-items:center;gap:10px}
54
+ .brand i{font-style:normal;color:var(--hatun-400)}
55
+ .brand .gd{width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--hatun-300),var(--hatun-500));box-shadow:0 0 14px rgba(214,185,107,0.6)}
56
+ .navlinks{display:flex;align-items:center;gap:30px;margin-left:auto}
57
+ .navlinks a.nl{font-family:var(--grotesk);font-size:14px;font-weight:500;color:var(--ink-soft);letter-spacing:.01em;transition:color .18s}
58
+ .navlinks a.nl:hover{color:var(--ink)}
59
+ .navlinks a.nl.here{color:var(--hatun-300)}
60
+ .navcta{font-family:var(--grotesk);font-weight:600;font-size:13.5px;color:var(--indigo-950);
61
+ background:linear-gradient(180deg,var(--hatun-300),var(--hatun-500));padding:10px 16px;border-radius:11px;
62
+ transition:transform .18s,box-shadow .18s}
63
+ .navcta:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(192,143,47,0.42)}
64
+ @media(max-width:880px){.navlinks a.nl{display:none}}
65
+
66
+ .wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(18px,4vw,40px)}
67
+ section{padding:clamp(64px,9vw,120px) 0;position:relative}
68
+ .eyebrow{font-family:var(--grotesk);font-weight:600;font-size:12px;letter-spacing:.26em;text-transform:uppercase;color:var(--hatun-400);display:flex;align-items:center;gap:12px;flex-wrap:wrap}
69
+ .eyebrow::after{content:'';height:1px;width:40px;background:var(--hatun-500);opacity:.7}
70
+
71
+ /* hero */
72
+ .hero{min-height:78vh;display:flex;flex-direction:column;justify-content:center;padding-top:120px}
73
+ .hero h1{font-family:var(--display);font-weight:380;font-size:clamp(40px,6.6vw,82px);line-height:1.03;letter-spacing:-0.018em;margin:24px 0 0;color:var(--ink);max-width:16ch}
74
+ .hero h1 em{font-style:italic;color:var(--hatun-300)}
75
+ .hero .sub{margin:26px 0 0;max-width:640px;font-size:clamp(15px,1.5vw,18px);line-height:1.62;color:var(--ink-soft)}
76
+ .cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
77
+ .btn{font-family:var(--grotesk);font-weight:600;font-size:15px;padding:14px 26px;border-radius:12px;cursor:pointer;border:1px solid transparent;transition:transform .18s,box-shadow .18s,border-color .18s,color .18s}
78
+ .btn.gold{color:var(--indigo-950);background:linear-gradient(180deg,var(--hatun-300),var(--hatun-500))}
79
+ .btn.gold:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(192,143,47,0.4)}
80
+ .btn.ghost{color:var(--ink);border-color:var(--line);background:rgba(244,238,221,0.02)}
81
+ .btn.ghost:hover{border-color:var(--hatun-400);color:var(--hatun-300)}
82
+
83
+ /* status pills */
84
+ .pill{font-family:var(--mono);text-transform:uppercase;letter-spacing:.07em;font-size:10.5px;
85
+ padding:3px 9px;border-radius:999px;border:1px solid currentColor;white-space:nowrap;line-height:1.3;display:inline-block}
86
+ .pill-live{color:var(--green)}
87
+ .pill-staged{color:var(--hatun-300)}
88
+ .pill-frontier{color:var(--violet)}
89
+ .pill-heritage{color:var(--ink-dim)}
90
+
91
+ .lead{font-family:var(--display);font-weight:380;font-size:clamp(26px,3.6vw,44px);line-height:1.12;letter-spacing:-0.015em;margin:20px 0 0;max-width:760px;color:var(--ink)}
92
+ .lead em{font-style:italic;color:var(--hatun-300)}
93
+ p.body{font-size:15.5px;line-height:1.66;color:var(--ink-soft);max-width:68ch;margin:18px 0 0}
94
+ p.body strong{color:var(--ink)}
95
+
96
+ /* legend */
97
+ .legend{display:flex;flex-wrap:wrap;gap:14px 26px;margin-top:30px;font-size:13px;color:var(--ink-dim)}
98
+ .legend span b{color:var(--ink-soft);font-weight:600}
99
+
100
+ /* card grids */
101
+ .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:42px}
102
+ .card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:26px;transition:transform .25s,border-color .25s,background .25s}
103
+ .card:hover{transform:translateY(-4px);border-color:rgba(230,200,117,0.32);background:rgba(14,16,34,0.7)}
104
+ .card .tag-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
105
+ .card .code{font:11.5px/1 var(--mono);color:var(--hatun-400);letter-spacing:.08em;text-transform:lowercase}
106
+ .card h3{font-family:var(--display);font-weight:500;font-size:20px;letter-spacing:-0.01em;margin:0 0 10px;color:var(--ink)}
107
+ .card p{font-size:13.6px;line-height:1.62;color:var(--ink-soft);margin:0}
108
+ .card .meta{font:11.5px/1.55 var(--mono);color:var(--ink-dim);margin-top:16px;padding-top:14px;border-top:1px solid rgba(230,200,117,0.1)}
109
+ .card.proven{border-color:rgba(95,217,155,0.2)}
110
+ .card.frontier{border-color:rgba(167,139,250,0.18)}
111
+
112
+ /* honest callout */
113
+ .honest{margin-top:40px;border-left:2px solid var(--hatun-500);padding:18px 22px;background:rgba(192,143,47,0.05);border-radius:0 12px 12px 0;max-width:880px}
114
+ .honest .tag{font:11px var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--hatun-400)}
115
+ .honest p{font-size:14.5px;line-height:1.64;color:var(--ink-soft);margin:8px 0 0}
116
+ .honest p strong{color:var(--ink)}
117
+ .honest p em{color:var(--hatun-300);font-style:italic}
118
+
119
+ /* doctrine metrics */
120
+ .metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:42px}
121
+ .metric{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:22px}
122
+ .metric .n{font-family:var(--mono);font-weight:500;font-size:clamp(26px,3vw,38px);color:var(--hatun-300);line-height:1}
123
+ .metric.warn .n{color:var(--yuyay-300)}
124
+ .metric .k{font-family:var(--grotesk);font-size:13px;font-weight:600;color:var(--ink);margin-top:12px}
125
+ .metric .c{font-size:11.8px;line-height:1.5;color:var(--ink-dim);margin-top:7px}
126
+
127
+ /* two-col heritage */
128
+ .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:38px;margin-top:38px}
129
+ @media(max-width:820px){.grid-2{grid-template-columns:1fr}}
130
+ .grid-2 p{font-size:14.5px;line-height:1.66;color:var(--ink-soft);margin:0 0 16px}
131
+ .grid-2 p strong{color:var(--ink)}
132
+ .grid-2 p.note{font-size:12.5px;color:var(--ink-dim);font-style:italic}
133
+
134
+ /* receipt table */
135
+ .rt{width:100%;border-collapse:collapse;margin-top:34px;font-family:var(--mono);font-size:12.5px}
136
+ .rt th,.rt td{padding:12px 14px;text-align:left;border-bottom:1px solid rgba(230,200,117,0.1)}
137
+ .rt th{color:var(--ink-dim);font-weight:400;letter-spacing:.05em;text-transform:uppercase;font-size:11px}
138
+ .rt td.hash{color:var(--hatun-300)}
139
+ .rt td.ok{color:var(--green)}
140
+ .caption{font-size:12px;color:var(--ink-dim);margin-top:14px;font-style:italic}
141
+
142
+ /* contact */
143
+ .contact h2{font-family:var(--display);font-weight:380;font-size:clamp(30px,4.6vw,56px);line-height:1.06;letter-spacing:-0.018em;max-width:16ch;color:var(--ink)}
144
+
145
+ /* footer */
146
+ footer{border-top:1px solid var(--line);padding:54px 0 40px}
147
+ .foot{display:flex;flex-wrap:wrap;gap:34px;justify-content:space-between}
148
+ .foot .fb{font-family:var(--grotesk);font-weight:700;font-size:20px;color:var(--ink)}
149
+ .foot .fb i{font-style:normal;color:var(--hatun-400)}
150
+ .foot .ft{font-size:13px;color:var(--ink-dim);margin-top:8px;max-width:42ch;line-height:1.55}
151
+ .fcol{display:flex;flex-direction:column;gap:7px}
152
+ .fcol .fh{font:11px var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:3px}
153
+ .fcol a{font-size:13px;color:var(--ink-soft);transition:color .16s}
154
+ .fcol a:hover{color:var(--hatun-300)}
155
+ .legal{max-width:var(--maxw);margin:34px auto 0;padding:18px clamp(18px,4vw,40px) 0;border-top:1px solid rgba(230,200,117,0.08);
156
+ display:flex;flex-wrap:wrap;gap:10px 24px;justify-content:space-between;font:11.5px var(--mono);color:var(--ink-dim)}
157
+ .legal .sha{color:var(--yuyay-300)}
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div class="aura"></div>
162
+ <div class="grain"></div>
163
+
164
+ <nav id="nav">
165
+ <a class="brand" href="/"><span class="gd"></span>a<i>11</i>oy</a>
166
+ <div class="navlinks">
167
+ <a class="nl" href="/">Platform</a>
168
+ <a class="nl" href="/warhacker">Warhacker</a>
169
+ <a class="nl" href="/proven-formulas">Proven</a>
170
+ <a class="nl here" href="/company">Company</a>
171
+ <a class="navcta" href="/console">Enter Console →</a>
172
+ </div>
173
+ </nav>
174
+
175
+ <main>
176
+ <!-- HERO -->
177
+ <section class="hero wrap" id="top">
178
+ <div class="eyebrow">SZL Holdings · The holding company behind a11oy</div>
179
+ <h1>Governed AI,<br><em>proven</em> in Lean.</h1>
180
+ <p class="sub">SZL Holdings builds governed agentic systems whose decisions are recorded as cryptographically signed, tamper-evident receipts — verifiable offline, by anyone, with nothing but a public key. That receipt layer is proven and running today; the governance gate and proof core around it are real engineering, openly staged. Defense-grade rigor. Air-gapped capable. Sovereign by design.</p>
181
+ <div class="cta-row">
182
+ <a class="btn gold" href="/console">Enter the Command Console →</a>
183
+ <a class="btn ghost" href="#flagships">See the flagship lineup</a>
184
+ </div>
185
+ </section>
186
+
187
+ <!-- PRODUCT IDENTITY / LEGEND -->
188
+ <section class="wrap" id="identity">
189
+ <div class="eyebrow">Product Identity</div>
190
+ <p class="lead">Proof over hype.</p>
191
+ <p class="body">SZL Holdings operates at the intersection of high-assurance defense and frontier AI. We reject the black-box paradigm — and we reject the pitch-deck paradigm too. On this page, what is <strong>proven and running today</strong> is marked <span class="pill pill-live">Live</span>. What is real code, staged for release, is marked <span class="pill pill-staged">Staged</span>. What we are racing toward is marked <span class="pill pill-frontier">Frontier</span>. We would rather show you exactly where each piece stands than sell you a slide.</p>
192
+ <div class="legend">
193
+ <span><span class="pill pill-live">Live</span> &nbsp;<b>proven &amp; running</b>, independently checkable</span>
194
+ <span><span class="pill pill-staged">Staged</span> &nbsp;<b>real code</b>, not yet released</span>
195
+ <span><span class="pill pill-frontier">Frontier</span> &nbsp;<b>roadmap</b> — ambition, not achievement</span>
196
+ </div>
197
+ </section>
198
+
199
+ <!-- PURIQ DOCTRINE -->
200
+ <section class="wrap" id="doctrine">
201
+ <div class="eyebrow">The PURIQ Doctrine <span class="pill pill-live">Machine-enforced</span></div>
202
+ <p class="lead">Honesty, <em>by construction</em>.</p>
203
+ <p class="body">PURIQ is the operating doctrine of the house: we tell you exactly what is <strong>proven</strong>, what is experimental, and what is roadmap — and the line is enforced by the kernel, not by a marketing department. The trust score never reads 100%. The locked theorem count is checked in CI; experimental work is labelled experimental; a conjecture is named a conjecture. Provenance isn't a slogan here — it's how the system refuses to lie about itself.</p>
204
+ <div class="metrics">
205
+ <div class="metric"><div class="n">5</div><div class="k">Locked proven formulas</div><div class="c">{F1, F11, F12, F18, F19} kernel-verified @ c7c0ba17 · machine-enforced count</div></div>
206
+ <div class="metric"><div class="n">28</div><div class="k">Kernel-verified loop theorems</div><div class="c">P1–P6 governed run loop — gate-sound, injection-resistant, auditable end-to-end</div></div>
207
+ <div class="metric"><div class="n">1304 / 22</div><div class="k">Experimental decl / axioms</div><div class="c">waves 3–10 CI-green · explicitly excluded from the locked count</div></div>
208
+ <div class="metric warn"><div class="n">Λ = Conj. 1</div><div class="k">Aggregator uniqueness</div><div class="c">a named conjecture, NOT a theorem — unconditional uniqueness machine-checked false</div></div>
209
+ </div>
210
+ </section>
211
+
212
+ <!-- PROVEN CORE -->
213
+ <section class="wrap" id="proven">
214
+ <div class="eyebrow">The Proven Core <span class="pill pill-live">Live &amp; verifiable today</span></div>
215
+ <p class="lead">What runs and verifies, right now.</p>
216
+ <p class="body">Three things are real, running, and independently checkable today. Everything else on this page is built on top of them — or honestly labeled as roadmap.</p>
217
+ <div class="cards">
218
+ <div class="card proven">
219
+ <div class="tag-row"><span class="code">01 // receipts</span><span class="pill pill-live">Proven</span></div>
220
+ <h3>The Governance Receipt</h3>
221
+ <p>When a governed system makes a consequential decision, it writes a cryptographically signed, hash-chained receipt. Anyone can verify it offline with only a public key. Change a single byte and verification fails — tampering is impossible to hide. This is the asset everything else rests on.</p>
222
+ <div class="meta">Ed25519 / DSSE · offline-verifiable · Apache-2.0 · CPU-only, no cloud</div>
223
+ </div>
224
+ <div class="card proven">
225
+ <div class="tag-row"><span class="code">02 // a11oy</span><span class="pill pill-live">Live</span></div>
226
+ <h3>Execution Fabric</h3>
227
+ <p>The governed agentic substrate — policy, measurement, and a knowledge graph — wired to the receipt layer. A live, public demonstration runs today with real backend APIs and live data feeds: a system you can open and operate, not a screenshot.</p>
228
+ <div class="meta">a11oy.net/console · live /healthz + trust score Λ</div>
229
+ </div>
230
+ <div class="card proven">
231
+ <div class="tag-row"><span class="code">03 // killinchu</span><span class="pill pill-live">Live console</span></div>
232
+ <h3>Drone Intelligence — Counter-UAS</h3>
233
+ <p>A counter-drone command surface: an autonomous craft crosses a restricted-airspace line, the system denies it, and a signed receipt of that decision is written and chained. The console is live; the receipt of every verdict is provable and tamper-evident.</p>
234
+ <div class="meta">killinchu.a11oy.net/elite · signed verdict chain</div>
235
+ </div>
236
+ </div>
237
+ <div class="honest">
238
+ <span class="tag">// honest line — say it out loud</span>
239
+ <p>What is proven today is the <strong>governance receipt layer</strong>: every verdict is an Ed25519/DSSE-signed, hash-chained receipt you can verify offline, and tampering is rejected on cue. The live multi-gate decision <em>engine</em> behind the drone scenario is documented and staged — not booted in the demo. We draw that line ourselves, because the honesty is the differentiator.</p>
240
+ </div>
241
+ </section>
242
+
243
+ <!-- FLAGSHIP LINEUP -->
244
+ <section class="wrap" id="flagships">
245
+ <div class="eyebrow">The Flagship Lineup</div>
246
+ <p class="lead">Five flagships. <em>One</em> proven primitive underneath.</p>
247
+ <p class="body">The same tamper-evident, offline-verifiable record of <em>why a machine did what it did</em> runs beneath everything SZL builds. Two flagships are live today; three are the frontier we are building toward — named as ambition, not achievement.</p>
248
+ <div class="cards">
249
+ <div class="card proven">
250
+ <div class="tag-row"><span class="code">a11oy</span><span class="pill pill-live">Live</span></div>
251
+ <h3>Execution Fabric</h3>
252
+ <p>The governed agentic substrate and command platform — reasoning, policy, operator control and a signed knowledge graph in one auditable mind. The front door you are reading runs on it.</p>
253
+ <div class="meta">governance substrate · live demo</div>
254
+ </div>
255
+ <div class="card proven">
256
+ <div class="tag-row"><span class="code">killinchu</span><span class="pill pill-live">Live console</span></div>
257
+ <h3>Drone Intelligence</h3>
258
+ <p>Counter-UAS command and control. Every airspace verdict is denied or allowed under policy and written to a tamper-evident receipt chain — provable months later, with no trust in the operator required.</p>
259
+ <div class="meta">counter-UAS · signed verdicts</div>
260
+ </div>
261
+ <div class="card frontier">
262
+ <div class="tag-row"><span class="code">amaru</span><span class="pill pill-frontier">Frontier</span></div>
263
+ <h3>Provenance Anchor</h3>
264
+ <p>Anchoring governance receipts to a public ledger, with post-quantum-hardened provenance, so a record's existence is independently witnessed beyond any single operator. Staged; not yet exercised live.</p>
265
+ <div class="meta">ledger anchoring · PQ provenance</div>
266
+ </div>
267
+ <div class="card frontier">
268
+ <div class="tag-row"><span class="code">sentra</span><span class="pill pill-frontier">Frontier</span></div>
269
+ <h3>Drift Detector</h3>
270
+ <p>Continuous detection of behavioral drift — a system quietly diverging from its governed posture — on a dedicated observability axis. The research ambition is resilience that watches itself. Staged.</p>
271
+ <div class="meta">drift observability · self-watch</div>
272
+ </div>
273
+ <div class="card frontier">
274
+ <div class="tag-row"><span class="code">rosie</span><span class="pill pill-frontier">Frontier</span></div>
275
+ <h3>Receipt Orchestration</h3>
276
+ <p>A control plane that manages, verifies, and routes proofs across an entire agentic fleet. The receipts it would orchestrate are real today; the orchestration layer itself is conceptual. Staged.</p>
277
+ <div class="meta">fleet control plane · proof routing</div>
278
+ </div>
279
+ </div>
280
+ <div class="honest">
281
+ <span class="tag">// the frontier rule</span>
282
+ <p>amaru, sentra and rosie are <strong>roadmap</strong>. The quantum and ledger language describes where the research is pointed, not capability you can run today. An investor doing technical due diligence will find exactly that — stated here first. The proven core is above; this is the upside, honestly drawn.</p>
283
+ </div>
284
+ </section>
285
+
286
+ <!-- HERITAGE -->
287
+ <section class="wrap" id="heritage">
288
+ <div class="eyebrow">Heritage <span class="pill pill-heritage">Lineage &amp; living workshop</span></div>
289
+ <p class="lead">Where it began — and who runs it now.</p>
290
+ <div class="grid-2">
291
+ <div>
292
+ <p>SZL did not start with a thesis about AI. It started at sea. <strong>Vessels</strong> was a smarter navigation and monitoring system for a shipping line: multilingual alerts so a captain could hear the warnings others miss, port-availability intelligence answering the only question that matters at sea — <em>do you actually have somewhere to land?</em> — an AI that pre-filled arrival and customs paperwork before a ship reached port, and an R&amp;D track listening, acoustically, for the faint sound of trouble under the hull.</p>
293
+ <p>The same instinct runs through everything since: <strong>catch the danger early, and give the operator a call they can trust.</strong> Today that instinct is governance — proving the call was sound and the record is real.</p>
294
+ <p class="note">Vessels is heritage: built and shipped under real-world pressure, not running today and not reproducible from the current code. We present it as lineage — the conceptual parent of the governance work — never as a live demo.</p>
295
+ </div>
296
+ <div>
297
+ <p>And SZL is not a slide deck. It is an operating workshop. The company runs its own <strong>tribe</strong> — a working set of governed agents that build, deploy, and watch over SZL's own infrastructure every day. The doctrine isn't theory we sell; it's the rail we run on. The governance, the receipts, the honest labels — they are how we operate before they are ever a product.</p>
298
+ <p>That is the heritage we offer a partner: a founder who has shipped real systems under pressure, and a house that dogfoods its own discipline. The maritime origin proves the instinct. The tribe proves it's still alive.</p>
299
+ </div>
300
+ </div>
301
+ </section>
302
+
303
+ <!-- EVIDENCE & PROOF -->
304
+ <section class="wrap" id="evidence">
305
+ <div class="eyebrow">Evidence &amp; Proof</div>
306
+ <p class="lead">Verifiable <em>by default</em>.</p>
307
+ <p class="body">Our commitment to transparency is a public trail of Lean proofs, DOIs, and cryptographically verifiable receipts. Independent verification isn't an option we offer — it's the default the system is built around. Below is the shape of a receipt: actor, operation, and a chained hash that breaks if anyone edits the record.</p>
308
+ <table class="rt">
309
+ <thead><tr><th>Timestamp</th><th>Actor</th><th>Operation</th><th>Receipt hash</th><th>Status</th></tr></thead>
310
+ <tbody>
311
+ <tr><td>2025-05-12T08:14:22Z</td><td>a11oy-core-04</td><td>POLICY_EVAL</td><td class="hash">0x3f9a8b2c</td><td class="ok">VERIFIED</td></tr>
312
+ <tr><td>2025-05-12T08:14:21Z</td><td>killinchu-uas-01</td><td>GEOFENCE_DENY</td><td class="hash">0x7d2e1f4a</td><td class="ok">VERIFIED</td></tr>
313
+ <tr><td>2025-05-12T08:14:19Z</td><td>receipts-server</td><td>CHAIN_APPEND</td><td class="hash">0x9c4b3a1d</td><td class="ok">VERIFIED</td></tr>
314
+ <tr><td>2025-05-12T08:14:15Z</td><td>receipts-server</td><td>GENESIS</td><td class="hash">0x1a2b3c4d</td><td class="ok">VERIFIED</td></tr>
315
+ </tbody>
316
+ </table>
317
+ <p class="caption">Illustrative receipt format — sample values shown for layout. Live receipts are Ed25519/DSSE-signed and verified offline with the public key; tampering is rejected.</p>
318
+ </section>
319
+
320
+ <!-- CONTACT -->
321
+ <section class="wrap contact" id="contact">
322
+ <div class="eyebrow">Get in touch</div>
323
+ <h2>Build on proven ground.</h2>
324
+ <p class="body">For partnership, pilot deployment, or technical due diligence, reach the SZL Holdings team directly. We respond to every serious request — and we'll show you exactly where every line falls.</p>
325
+ <div class="cta-row">
326
+ <a class="btn gold" href="mailto:contact@szlholdings.com">contact@szlholdings.com</a>
327
+ <a class="btn ghost" href="/console">Enter the Command Console →</a>
328
+ </div>
329
+ </section>
330
+ </main>
331
+
332
+ <footer>
333
+ <div class="wrap foot">
334
+ <div>
335
+ <div class="fb">a<i>11</i>oy <span style="color:var(--ink-dim);font-weight:400;font-size:13px">· SZL Holdings</span></div>
336
+ <div class="ft">Governed-AI command platform and the holding company behind it. Three.js and fonts vendored — zero runtime CDN. Live <span style="color:var(--yuyay-300)">/healthz</span> &amp; trust score Λ.</div>
337
+ </div>
338
+ <div class="fcol">
339
+ <div class="fh">Platform</div>
340
+ <a href="/console">Command Console</a>
341
+ <a href="/warhacker">Warhacker (25 demos)</a>
342
+ <a href="/proven-formulas">Proven formulas</a>
343
+ </div>
344
+ <div class="fcol">
345
+ <div class="fh">Company</div>
346
+ <a href="/company#flagships">Flagship lineup</a>
347
+ <a href="/company#doctrine">PURIQ doctrine</a>
348
+ <a href="/company#evidence">Evidence &amp; proof</a>
349
+ <a href="mailto:contact@szlholdings.com">Contact</a>
350
+ </div>
351
+ </div>
352
+ <div class="legal">
353
+ <span>© SZL Holdings. Governed AI, proven in Lean.</span>
354
+ <span>Doctrine <b style="color:var(--ink-soft)">v11 LOCKED</b> · 749/14/163 · <span class="sha">c7c0ba17</span> · SLSA L1 honest / L2 roadmap</span>
355
+ </div>
356
+ </footer>
357
+ </body>
358
+ </html>
pages/console.html CHANGED
@@ -247,6 +247,7 @@ details.raw[open] summary{color:var(--muted);}
247
  <a class="flag active" href="https://szlholdings-a11oy.hf.space/">Command Platform</a>
248
  </nav>
249
  <nav class="extlinks" aria-label="Project links">
 
250
  <a class="flag" href="https://huggingface.co/spaces/szlholdings/a11oy" target="_blank" rel="noopener noreferrer" title="a11oy Space on Hugging Face">🤗 a11oy</a>
251
  <a class="flag" href="https://huggingface.co/spaces/szlholdings/killinchu" target="_blank" rel="noopener noreferrer" title="killinchu Space on Hugging Face">🤗 killinchu</a>
252
  </nav>
 
247
  <a class="flag active" href="https://szlholdings-a11oy.hf.space/">Command Platform</a>
248
  </nav>
249
  <nav class="extlinks" aria-label="Project links">
250
+ <a class="flag" href="/company" title="SZL Holdings — the company behind a11oy">◆ Company</a>
251
  <a class="flag" href="https://huggingface.co/spaces/szlholdings/a11oy" target="_blank" rel="noopener noreferrer" title="a11oy Space on Hugging Face">🤗 a11oy</a>
252
  <a class="flag" href="https://huggingface.co/spaces/szlholdings/killinchu" target="_blank" rel="noopener noreferrer" title="killinchu Space on Hugging Face">🤗 killinchu</a>
253
  </nav>