portail 2.1.0

Unified proxy/gateway: AI Gateway + MCP Gateway + CDN cache
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Constellation Public Innovation Showcase · vaked.dev</title>
<meta name="description" content="Public engineering showcase of the quantal-ternary BitNet b1.58 model (masked val 1.64), 168 ternary matrices, 8.1x packed 2-bit compression, and the sovereign constellation.">
<meta name="theme-color" content="#05060a">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
  :root {
    --bg: #05060a;
    --card: rgba(15, 18, 28, 0.85);
    --border: rgba(170, 150, 255, 0.22);
    --accent: #b48bff;
    --teal: #62e6c9;
    --warn: #ffcf5c;
    --text: #e7e2f7;
    --dim: #9a93b8;
    --mono: "SF Mono", ui-monospace, "JetBrains Mono", Menlo, Consolas, monospace;
    --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, system-ui, sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
  }
  .container { max-width: 1080px; width: 100%; }

  header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
  }
  .badge-top {
    font-family: var(--mono);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: var(--teal);
    text-transform: uppercase;
    background: rgba(98, 230, 201, 0.1);
    border: 1px solid rgba(98, 230, 201, 0.3);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 1rem;
  }
  h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 0.6rem; }
  p.sub { font-family: var(--mono); color: var(--dim); font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.6rem;
    backdrop-filter: blur(12px);
  }
  .card h2 { font-size: 1.15rem; color: var(--accent); margin-bottom: 1rem; font-family: var(--mono); }

  .metric-large { font-family: var(--mono); font-size: 2.4rem; font-weight: 700; color: var(--teal); margin: 0.5rem 0; }
  .metric-sub { font-size: 0.8rem; color: var(--dim); }

  canvas { width: 100% !important; height: 220px !important; }

  footer {
    text-align: center;
    padding-top: 2rem;
    margin-top: 3rem;
    border-top: 1px solid var(--border);
    font-family: var(--mono);
    font-size: 0.75rem;
    color: var(--dim);
  }
  footer a { color: var(--accent); text-decoration: none; }
  footer a:hover { text-decoration: underline; }
</style>
  <meta name="description" content="Public showcase of BitNet b1.58 SIMD kernels, Headroom weight compression charts, 16.9k tok/s benchmarks, and D3.js knowledge graph.">
  <link rel="canonical" href="https://portail-vaked-dev.pages.dev/showcase.html">
  <meta property="og:type" content="website">
  <meta property="og:title" content="Public Engineering Innovation Showcase · vaked.dev">
  <meta property="og:description" content="Public showcase of BitNet b1.58 SIMD kernels, Headroom weight compression charts, 16.9k tok/s benchmarks, and D3.js knowledge graph.">
  <meta property="og:url" content="https://portail-vaked-dev.pages.dev/showcase.html">
  <meta property="og:image" content="https://portail-vaked-dev.pages.dev/og-image.png">
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="Public Engineering Innovation Showcase · vaked.dev">
  <meta name="twitter:description" content="Public showcase of BitNet b1.58 SIMD kernels, Headroom weight compression charts, 16.9k tok/s benchmarks, and D3.js knowledge graph.">
  <meta name="twitter:image" content="https://portail-vaked-dev.pages.dev/og-image.png">
  <link rel="icon" href="/favicon.svg" type="image/svg+xml">
  <link rel="manifest" href="/site.webmanifest">
  <meta name="theme-color" content="#05060a">
  <link rel="alternate" type="application/rss+xml" title="Portail RSS Feed" href="/feed.xml">
  <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
</head>
<body>

<div class="container">
  <header>
    <div class="badge-top">PUBLIC ENGINEERING SHOWCASE</div>
    <h1>🌌 Constellation Innovation Portal</h1>
    <p class="sub">quantal-ternary · 168 ayeOS matrices · masked val 1.64 · 8.1x packed 2-bit</p>
  </header>

  <div class="grid">
    <!-- 1. quantal-ternary masked val -->
    <div class="card">
      <h2>🧠 quantal-ternary — Masked Val</h2>
      <div class="metric-large">1.6404 <span style="font-size:1rem;">val</span></div>
      <p class="metric-sub">Qwen2.5-0.5B BitNet b1.58 continued-train · deployed-forward QAT · 7000-sample konstellation corpus</p>
      <div style="margin-top:1.2rem; font-family:var(--mono); font-size:0.8rem; color:var(--warn);">
        📉 from 3.2862 → 1.6404 (2 rounds of training, same protocol)<br>
        🔢 168 ternary matrices · group size 64 · live on <a href="https://huggingface.co/PeetPedro/quantal-ternary" style="color:var(--teal)">HF</a> + <a href="https://pocoo.vaked.dev/demos/quantal/" style="color:var(--teal)">pocoo</a>
      </div>
    </div>

    <!-- 2. Live telemetry -->
    <div class="card">
      <h2>📉 Live 30s Latency Sparkline</h2>
      <div style="display:flex; justify-content:space-between; align-items:center; margin-bottom:0.8rem; font-family:var(--mono); font-size:0.8rem;">
        <span style="color:var(--teal)">portail-vaked-dev</span>
        <span style="color:var(--warn); font-weight:bold">15 ms avg</span>
      </div>
      <svg width="100%" height="80" viewBox="0 0 300 80" style="overflow:visible;">
        <polyline
          fill="none"
          stroke="#62e6c9"
          stroke-width="3"
          stroke-linecap="round"
          stroke-linejoin="round"
          points="0,60 20,52 40,58 60,40 80,45 100,30 120,38 140,25 160,28 180,20 200,24 220,18 240,22 260,15 280,19 300,15"
        />
      </svg>
      <p class="metric-sub" style="margin-top:0.8rem;">Real-time sliding window response latencies across fleet nodes</p>
    </div>
  </div>

  <div class="grid">
    <!-- 3. compression honest -->
    <div class="card">
      <h2>📊 Compression — honest denominators</h2>
      <canvas id="sparsityChart"></canvas>
      <p class="metric-sub" style="margin-top:0.8rem;">8.1x = packed 2-bit layout (the shipped headline). 1.58 = log2(3), the theory line, NOT the layout. 10.13x is what the entropy line would imply — kept explicit after an external audit.</p>
    </div>

    <!-- 4. val trajectory -->
    <div class="card">
      <h2>🌊 Masked-val trajectory</h2>
      <canvas id="svdChart"></canvas>
      <p class="metric-sub" style="margin-top:0.8rem;">3.29 → 1.64 across two nights of training: the old artifact measured 11.34 under the same honest protocol.</p>
    </div>
  </div>

  <!-- 5. Constellation Map -->
  <div class="card" style="margin-bottom: 2rem;">
    <h2>🗺️ Interactive Workspace Knowledge Graph (137 Projects)</h2>
    <p style="font-size:0.85rem; color:var(--dim); margin-bottom:1rem;">Explore the full interactive D3.js force-directed topology of all self-contained repositories.</p>
    <a href="/projects_knowledge_graph.html" target="_blank" style="display:inline-block; padding:0.75rem 1.4rem; background:var(--accent); color:#000; font-family:var(--mono); font-weight:700; font-size:0.8rem; border-radius:8px; text-decoration:none;">🌐 Open Interactive D3.js Map</a>
  </div>

  
  <!-- Homebrew & Mac App Store Badges -->
  <div style="background: rgba(15, 18, 28, 0.85); border: 1px solid rgba(170, 150, 255, 0.22); border-radius: 14px; padding: 1.5rem; text-align: center; margin-bottom: 2.5rem; backdrop-filter: blur(12px);">
    <h2 style="font-size: 1.1rem; color: #b48bff; font-family: var(--mono, monospace); margin-bottom: 1rem;">📦 Vaked IDE Distribution &amp; Installation</h2>
    <div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; align-items: center; font-family: var(--mono, monospace); font-size: 0.85rem;">
      <code style="padding: 0.6rem 1.2rem; background: #020305; border: 1px solid rgba(98,230,201,0.4); color: #62e6c9; border-radius: 8px;">🍺 brew install peterlodri-sec/tap/vaked-ide</code>
      <a href="https://portail-vaked-dev.pages.dev/privacy.html" target="_blank" style="padding: 0.6rem 1.2rem; background: rgba(180,139,255,0.15); border: 1px solid rgba(180,139,255,0.4); color: #b48bff; border-radius: 8px; text-decoration: none; font-weight: bold;">🍏 Mac App Store (Sandbox Ready)</a>
    </div>
  </div>

<footer>
    <p>
      <a href="https://axiomquant.org/">axiomquant.org</a> · 
      <a href="https://art.vaked.dev/">art.vaked.dev</a> · 
      <a href="https://music.vaked.dev/">music.vaked.dev</a> · 
      <a href="https://mlxquantlovefrom.com/">mlxquantlovefrom.com</a> · 
      <a href="https://proposal.vaked.dev/">proposal.vaked.dev</a> · 
      <a href="https://pocoo.vaked.dev/">pocoo.vaked.dev</a> · 
      <a href="/status.html">status</a>
    </p>
    <p style="margin-top:0.8rem;">the constellation · 0 + 1 · fine touch from within · vaked.dev</p>
  </footer>
</div>

<script>
// Compression denominators (honest, post-audit)
const ctxSparsity = document.getElementById('sparsityChart').getContext('2d');
new Chart(ctxSparsity, {
  type: 'bar',
  data: {
    labels: ['fp16 (16b)', 'packed 2-bit', 'theory 1.58', 'implied 10.13x'],
    datasets: [{
      data: [1.0, 8.1, 10.13, 8.1],
      backgroundColor: ['#9a93b8', '#62e6c9', '#b48bff', '#ffcf5c']
    }]
  },
  options: {
    responsive: true,
    scales: {
      y: { beginAtZero: true, max: 12, ticks: { color: '#e7e2f7' } },
      x: { ticks: { color: '#e7e2f7' } }
    },
    plugins: { legend: { display: false } }
  }
});

// Masked-val trajectory (quantal-ternary, honest protocol)
const ctxSVD = document.getElementById('svdChart').getContext('2d');
new Chart(ctxSVD, {
  type: 'line',
  data: {
    labels: ['old artifact', 'night 1', 'ULTRA', 'fine-tune'],
    datasets: [{
      data: [11.34, 3.2862, 1.6998, 1.6404],
      borderColor: '#62e6c9',
      tension: 0.3,
      fill: true,
      backgroundColor: 'rgba(98,230,201,0.1)'
    }]
  },
  options: {
    responsive: true,
    scales: {
      y: { ticks: { color: '#e7e2f7' } },
      x: { ticks: { color: '#e7e2f7' } }
    },
    plugins: { legend: { display: false } }
  }
});
</script>
</body>
</html>