README / index.html
uttergreatness's picture
org card space: replace default placeholder with the lab page
c444069 verified
Raw
History Blame Contribute Delete
1.82 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SoftBacon Software</title>
<style>
:root { color-scheme: dark; }
body { background:#0a0c0e; color:rgba(255,255,255,.82); font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
max-width:680px; margin:0 auto; padding:48px 24px; line-height:1.6; }
h1 { font-size:1.4rem; letter-spacing:.02em; } h1 span { color:#e0533d; }
a { color:#4dd0e1; text-decoration:none; } a:hover { text-decoration:underline; }
.dim { color:rgba(255,255,255,.45); font-size:.9rem; }
ul { padding-left:1.2em; }
</style>
</head>
<body>
<h1>πŸ₯“ SoftBacon <span>Software</span></h1>
<p>A small independent lab working on <strong>locally-owned AI</strong>: models
that run on hardware you own, measured honestly, with the measurement published
alongside the weights.</p>
<p><strong>First release (2026-08-24)</strong> β€” a controlled pair showing that
imatrix calibration is a behavioural lever, not just a perplexity lever:</p>
<ul>
<li><a href="https://huggingface.co/SoftBacon-Software/Laguna-XS-2.1-sbQ-cal-4bit">Laguna-XS-2.1-sbQ-cal-4bit</a>
β€” calibrated on our own agent-squad traces; the build our lab serves</li>
<li><a href="https://huggingface.co/SoftBacon-Software/Laguna-XS-2.1-sbQ-4bit">Laguna-XS-2.1-sbQ-4bit</a>
β€” its generic-calibration control; the comparison is the finding</li>
</ul>
<p>Field notes and the full measurement regime: <a href="https://mycelium.fyi">mycelium.fyi</a><br>
Harness and build tools: <a href="https://github.com/SoftBacon-Software">github.com/SoftBacon-Software</a></p>
<p class="dim">We publish the whole ladder, losing rungs included. A ladder with
the bad rungs removed is marketing, not measurement.</p>
</body>
</html>