Spaces:
Running
Running
File size: 4,588 Bytes
201785a 5684452 55e5019 201785a 5684452 55e5019 201785a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | <!DOCTYPE html>
<!-- SPDX-License-Identifier: Apache-2.0
(c) 2026 Lutar, Stephen P. - SZL Holdings - ORCID 0009-0001-0110-4173 -->
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Models + Kernels — SZL Holdings</title>
<meta name="description" content="Public SZL models and kernels. Hub listing metadata is REPORTED. No invented evals. Lean-8 is /honest. Λ = Conjecture 1."/>
<link rel="stylesheet" href="/static/shared/szl_command_bar.css"/>
<style>
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;src:url('/vendor/fonts/SpaceGrotesk.woff2') format('woff2');}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400 500;font-display:swap;src:url('/vendor/fonts/JetBrainsMono.woff2') format('woff2');}
html,body{margin:0;min-height:100%;background:var(--void,#080c14);color:var(--cream,#eef4fb);}
body{font-family:var(--display);-webkit-font-smoothing:antialiased;}
.szl-estate-page{max-width:1180px;margin:0 auto;padding:22px 18px 64px;}
.szl-estate-lead h1{font-size:28px;margin:8px 0 6px;letter-spacing:.01em;}
.szl-estate-lead p{margin:0 0 8px;color:var(--paragraph,#aebccf);max-width:62ch;line-height:1.5;}
.szl-estate-loop{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 22px;}
.szl-estate-loop div{
padding:12px 14px;border-radius:8px;border:1px solid rgba(91,141,238,0.22);
background:rgba(14,22,38,0.55);
}
.szl-estate-loop b{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--proof,#3af4c8);margin-bottom:6px;}
.szl-estate-loop span{font-size:13px;color:var(--paragraph,#aebccf);line-height:1.4;}
.szl-honest-8{font-family:var(--mono);font-size:12px;color:var(--muted,#7d8aa0);}
@media (max-width:720px){.szl-estate-loop{grid-template-columns:1fr;}}
</style>
<link rel="stylesheet" href="/assets/szl-flow.css" data-szl-flow-asset="style" />
<link rel="stylesheet" href="/assets/szl-holo-v2.css" data-szl-holo-asset="style-v2" />
</head>
<body>
<div class="topbar szl-hbar" data-szl-command-bar data-surface="Models + Kernels" data-origin="product"></div>
<main class="szl-estate-page">
<header class="szl-estate-lead">
<p class="szl-holo-k">SZL HOLDINGS · SERIES A ESTATE</p>
<h1>Models and kernels, as listed.</h1>
<p>Each tile is a public Hub card: exact Hub id, GitHub source (or <b>UNAVAILABLE</b>), evidence class, Hub listing SHA, and what it is not. Listing metadata is <b>REPORTED</b>. Kernel source is <b>SOFTWARE</b>. Missing weights are <b>ROADMAP</b>. This endpoint does not re-hash, so it never stamps <b>MEASURED</b>. A failed fetch is <b>UNAVAILABLE</b>. This listing is not a live runtime. Λ stays Conjecture 1.</p>
<p class="szl-honest-8" id="szl-lean8">Lean-8 kernel count: probing /honest…</p>
</header>
<section class="szl-estate-loop" aria-label="See, decide, act">
<div><b>See</b><span>Card existence, pipeline tag, GGUF or adapter filenames on the public Hub listing.</span></div>
<div><b>Decide</b><span>Read the honest chip. Do not treat Hub downloads as quality. Do not treat catalog LOCKED-PROVEN as Lean-8.</span></div>
<div><b>Act</b><span>Open the Hub card. Kernels also open GitHub canonical source. Command Center stays one click away.</span></div>
</section>
<div id="szl-estate-full"></div>
</main>
<script defer src="/static/shared/szl_command_bar.js"></script>
<script>
(function(){
function setLean8(text, live){
var n=document.getElementById('szl-lean8');
if(!n) return;
n.textContent='Lean-8 kernel count: '+text+' (from /api/a11oy/v1/honest locked_formula_count; catalog LOCKED-PROVEN is not this number).';
n.style.color = live ? '#3af4c8' : '#7d8aa0';
}
fetch('/api/a11oy/v1/honest',{cache:'no-store'}).then(function(r){
if(!r.ok) throw new Error('http');
return r.json();
}).then(function(d){
if(d && d.locked_formula_count===8) setLean8('8', true);
else setLean8('UNAVAILABLE', false);
}).catch(function(){ setLean8('UNAVAILABLE', false); });
function boot(){
if(window.SZLEstate) window.SZLEstate.mount(document.getElementById('szl-estate-full'),{compact:false});
else setTimeout(boot, 40);
}
if(document.readyState==='loading') document.addEventListener('DOMContentLoaded', boot);
else boot();
})();
</script>
<script src="/assets/szl-flow.js" defer data-szl-flow-asset="script"></script>
<script src="/assets/szl-holo-v2.js" defer data-szl-holo-asset="script-v2"></script>
</body>
</html>
|