File size: 6,057 Bytes
2b83df4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>We founded SupraLabs | Blog</title>
    <style>
      :root {
          --bg: #0f0f0f;
          --surface: #1a1a1a;
          --border: #333;
          --text: #e0e0e0;
          --accent: #3f48fc; /* Supra Blue */
          --muted: #888;
          --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
      }
      
      * { margin: 0; padding: 0; box-sizing: border-box; }
      
      body {
          background-color: var(--bg);
          color: var(--text);
          font-family: 'Inter', -apple-system, sans-serif;
          line-height: 1.7;
          padding: 2rem;
      }
      
      .container { max-width: 800px; margin: 0 auto; }
      
      header {
          border-bottom: 2px solid var(--border);
          padding-bottom: 2rem;
          margin-bottom: 3rem;
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
      }
      
      .logo-area h1 {
          font-size: 1.2rem;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: var(--accent);
          text-decoration: none;
      }
      
      a { color: var(--accent); text-decoration: none; }
      a:hover { text-decoration: underline; }
      
      .post-meta {
          font-family: var(--font-mono);
          color: var(--muted);
          font-size: 0.9rem;
          margin-bottom: 1rem;
      }
      
      h1.post-title {
          font-size: 2.5rem;
          line-height: 1.2;
          margin-bottom: 2rem;
      }
      
      .content h2 {
          font-size: 1.5rem;
          color: var(--accent);
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          font-family: var(--font-mono);
      }
      
      .content p { margin-bottom: 1.5rem; }
      
      .content ul {
          margin-bottom: 1.5rem;
          padding-left: 1.5rem;
      }
      
      .content li { margin-bottom: 0.5rem; }
      
      .hardware-card {
          background: var(--surface);
          border: 1px solid var(--border);
          padding: 1.5rem;
          border-radius: 4px;
          margin: 2rem 0;
      }
      
      .back-link {
          display: inline-block;
          margin-bottom: 2rem;
          font-family: var(--font-mono);
          font-size: 0.8rem;
      }
      
      footer {
          margin-top: 5rem;
          border-top: 1px solid var(--border);
          padding-top: 2rem;
          font-size: 0.8rem;
          color: var(--muted);
          text-align: center;
      }
      
      code {
          background: #2a2a2a;
          padding: 0.2rem 0.4rem;
          border-radius: 3px;
          font-family: var(--font-mono);
          font-size: 0.9rem;
      }
</style>
</head>
<body>
    <div class="container">
        <header>
            <div class="logo-area">
                <a href="../index.html"><h1>SupraLabs_</h1></a>
            </div>
            <div class="post-meta">/blog/announcement</div>
        </header>

        <a href="../index.html" class="back-link"><-- Back to terminal</a>

        <article class="content">
            <div class="post-meta">DATE: 2026-05-11 | AUTH: AXION & LH-TECH</div>
            <h1 class="post-title">We founded SupraLabs: Real Open Source AI for everyone.</h1>
            
            <p>The AI landscape is currently dominated by massive corporations and "open-weights" models that aren't truly open. We believe that the future of AI belongs to the individuals, the hobbyists, and the developers who don't have access to massive H100 clusters.</p>
            
            <p><strong>Today, we officially announce the foundation of SupraLabs.</strong></p>

            <h2>🤝 The Collaboration</h2>
            <p>SupraLabs is a joint venture between <strong>@AxionLab-official</strong> and <strong>@LH-Tech-AI</strong>. We combined our hardware and our passion for optimization to create something that hasn't been done this way before: training useful, small-scale models on the hardware you actually own.</p>

            <h2>🎯 Our Mission</h2>
            <p>We are not here to build another trillion-parameter monster. Our focus is on:</p>
            <ul>
                <li><strong>Extreme Accessibility:</strong> Models that run on a laptop or even older GPUs.</li>
                <li><strong>Transparency:</strong> Complete open-source code, data insights, and training logs.</li>
                <li><strong>No Slop:</strong> We prioritize clean data and efficient architectures over "trashy" massive datasets.</li>
            </ul>

            <h2>🏗️ The Roadmap</h2>
            <p>We are starting our journey with two main projects that will push the boundaries of what's possible on consumer chips:</p>
            <ul>
                <li><code>Supra-10M</code>: Our flagship small model. Designed for reasoning and chat, trained on an RTX 5060 Ti 16GB.</li>
                <li><code>Supra-1M</code>: The "Legacy-Hero". Optimized to run and train even on a GTX 750Ti 4GB.</li>
            </ul>

            <div class="hardware-card">
                <h3 style="margin-bottom: 1rem; font-family: var(--font-mono); font-size: 1rem;">[CURRENT_COMPUTE_STREAMS]</h3>
                <p>• Node 01: RTX 5060 Ti 16GB (LH-Tech AI) - <i>Primary Training Node</i></p>
                <p>• Node 02: GTX 750Ti 4GB (AxionLab) - <i>Optimization & Testing Node</i></p>
            </div>

            <h2>🫶 Join Us</h2>
            <p>This is a community effort. If you are tired of corporate AI and want to build the "Small Model Revolution" with us, feel free to reach out on HuggingFace or join our organization. Feedback is always welcome!</p>

            <p style="margin-top: 3rem; font-style: italic;">Stay tuned. The first weights are coming soon.</p>
        </article>

        <footer>
            <p class="mono">&copy; 2026 SupraLabs // EOF</p>
        </footer>
    </div>
</body>
</html>