File size: 1,822 Bytes
0085b27
c444069
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0085b27
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
<!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>