Braegn commited on
Commit
54b201f
·
verified ·
1 Parent(s): d21b517

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -238
index.html DELETED
@@ -1,238 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <meta name="description" content="Brægn — AI research and engineering. Building intelligent systems from first principles.">
7
- <meta name="theme-color" content="#f4f3ee">
8
- <title>Brægn — AI Research & Engineering</title>
9
- <link rel="preconnect" href="https://fonts.googleapis.com">
10
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
- <link href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap" rel="stylesheet">
12
- <link rel="stylesheet" href="./style.css">
13
- </head>
14
- <body>
15
- <div class="noise" aria-hidden="true"></div>
16
-
17
- <header class="site-header">
18
- <a class="brand" href="#top" aria-label="Brægn home">
19
- <span class="brand-mark">æ</span>
20
- <span class="brand-name">Brægn</span>
21
- </a>
22
-
23
- <nav class="nav" aria-label="Primary navigation">
24
- <a href="#research">Research</a>
25
- <a href="#releases">Releases</a>
26
- <a href="#principles">Principles</a>
27
- <a href="#connect">Connect</a>
28
- </nav>
29
-
30
- <div class="header-actions">
31
- <a class="nav-button" href="https://huggingface.co/BraegnAI" target="_blank" rel="noopener noreferrer">Hugging Face ↗</a>
32
- <button class="theme-toggle" id="themeToggle" type="button" aria-label="Toggle theme" aria-pressed="false">
33
- <span class="theme-icon" aria-hidden="true">◐</span>
34
- </button>
35
- <button class="menu-toggle" id="menuToggle" type="button" aria-label="Open menu" aria-expanded="false">☰</button>
36
- </div>
37
- </header>
38
-
39
- <main id="top">
40
- <section class="hero section">
41
- <div class="hero-grid">
42
- <div class="hero-copy reveal">
43
- <p class="eyebrow"><span class="status-dot"></span> AI RESEARCH &amp; ENGINEERING</p>
44
- <h1>Building intelligent systems <em>from first principles.</em></h1>
45
- <p class="hero-lede">
46
- Brægn explores the foundations of capable, reliable, and useful AI —
47
- from models and reasoning to agents, infrastructure, and evaluation.
48
- </p>
49
- <div class="hero-actions">
50
- <a class="button button-primary" href="#research">Explore research <span>↓</span></a>
51
- <a class="button button-quiet" href="https://huggingface.co/BraegnAI" target="_blank" rel="noopener noreferrer">View organization ↗</a>
52
- </div>
53
- </div>
54
-
55
- <div class="hero-visual reveal reveal-delay" aria-label="Brægn system architecture visualization">
56
- <div class="orbit orbit-one"></div>
57
- <div class="orbit orbit-two"></div>
58
- <div class="orbit orbit-three"></div>
59
- <div class="core">
60
- <span class="core-symbol">æ</span>
61
- <span class="core-label">BRÆGN</span>
62
- </div>
63
- <div class="signal signal-a">MODEL</div>
64
- <div class="signal signal-b">REASON</div>
65
- <div class="signal signal-c">ACT</div>
66
- <div class="signal signal-d">VERIFY</div>
67
- </div>
68
- </div>
69
-
70
- <div class="hero-meta reveal">
71
- <div><span>01</span><strong>Research</strong></div>
72
- <div><span>02</span><strong>Engineering</strong></div>
73
- <div><span>03</span><strong>Evaluation</strong></div>
74
- <div><span>04</span><strong>Deployment</strong></div>
75
- </div>
76
- </section>
77
-
78
- <section class="manifesto section" id="principles">
79
- <div class="section-kicker">01 — THESIS</div>
80
- <div class="manifesto-content">
81
- <p class="manifesto-label">The work</p>
82
- <h2>More than bigger models.<br><em>Better systems.</em></h2>
83
- <p>
84
- Brægn treats intelligence as a complete computational system:
85
- <strong>data → architecture → training → reasoning → tools → memory → evaluation → deployment.</strong>
86
- We investigate how these layers interact, and how they can be engineered into systems that are useful in the real world.
87
- </p>
88
- </div>
89
- </section>
90
-
91
- <section class="section" id="research">
92
- <div class="section-heading reveal">
93
- <div>
94
- <div class="section-kicker">02 — RESEARCH</div>
95
- <h2>Where we work.</h2>
96
- </div>
97
- <p>Research directions evolve as evidence accumulates.</p>
98
- </div>
99
-
100
- <div class="research-grid">
101
- <article class="research-card reveal">
102
- <span class="card-number">01</span>
103
- <span class="card-icon">◌</span>
104
- <h3>Foundation Models</h3>
105
- <p>Architectures, pretraining, adaptation, efficient scaling, and specialized intelligence.</p>
106
- <div class="tags"><span>LLMs</span><span>Training</span><span>Architecture</span></div>
107
- </article>
108
-
109
- <article class="research-card reveal reveal-delay">
110
- <span class="card-number">02</span>
111
- <span class="card-icon">◉</span>
112
- <h3>Multimodal AI</h3>
113
- <p>Systems that connect language, vision, documents, and other modalities into coherent representations.</p>
114
- <div class="tags"><span>Vision</span><span>Documents</span><span>Fusion</span></div>
115
- </article>
116
-
117
- <article class="research-card reveal">
118
- <span class="card-number">03</span>
119
- <span class="card-icon">⌁</span>
120
- <h3>Reasoning</h3>
121
- <p>Inference, planning, problem solving, verification, and reliable long-horizon execution.</p>
122
- <div class="tags"><span>Planning</span><span>Inference</span><span>Verification</span></div>
123
- </article>
124
-
125
- <article class="research-card reveal reveal-delay">
126
- <span class="card-number">04</span>
127
- <span class="card-icon">↗</span>
128
- <h3>AI Agents</h3>
129
- <p>Tool use, memory, orchestration, environment interaction, and autonomous workflows.</p>
130
- <div class="tags"><span>Tools</span><span>Memory</span><span>Agents</span></div>
131
- </article>
132
-
133
- <article class="research-card reveal">
134
- <span class="card-number">05</span>
135
- <span class="card-icon">▧</span>
136
- <h3>Infrastructure</h3>
137
- <p>Training systems, inference, data pipelines, observability, and developer infrastructure.</p>
138
- <div class="tags"><span>Inference</span><span>Systems</span><span>Data</span></div>
139
- </article>
140
-
141
- <article class="research-card reveal reveal-delay">
142
- <span class="card-number">06</span>
143
- <span class="card-icon">✓</span>
144
- <h3>Evaluation</h3>
145
- <p>Capability, reliability, robustness, safety, reproducibility, and honest measurement.</p>
146
- <div class="tags"><span>Benchmarks</span><span>Reliability</span><span>Safety</span></div>
147
- </article>
148
- </div>
149
- </section>
150
-
151
- <section class="release-section section" id="releases">
152
- <div class="section-heading reveal">
153
- <div>
154
- <div class="section-kicker">03 — PUBLIC WORK</div>
155
- <h2>Open when ready.</h2>
156
- </div>
157
- <p>We publish artifacts with documentation, limitations, and evaluation context.</p>
158
- </div>
159
-
160
- <div class="release-grid">
161
- <a class="release-card reveal" href="https://huggingface.co/BraegnAI/models" target="_blank" rel="noopener noreferrer">
162
- <div class="release-top"><span>MODELS</span><span>↗</span></div>
163
- <strong>Foundation &amp; specialized models</strong>
164
- <p>Public releases will appear here as they reach an appropriate level of maturity.</p>
165
- <span class="release-status">NO PUBLIC RELEASES YET</span>
166
- </a>
167
-
168
- <a class="release-card reveal reveal-delay" href="https://huggingface.co/BraegnAI/datasets" target="_blank" rel="noopener noreferrer">
169
- <div class="release-top"><span>DATASETS</span><span>↗</span></div>
170
- <strong>Research &amp; evaluation data</strong>
171
- <p>Datasets will include documentation describing provenance, scope, and intended use.</p>
172
- <span class="release-status">NO PUBLIC RELEASES YET</span>
173
- </a>
174
-
175
- <a class="release-card reveal" href="https://huggingface.co/BraegnAI" target="_blank" rel="noopener noreferrer">
176
- <div class="release-top"><span>SPACES</span><span>↗</span></div>
177
- <strong>Interactive experiments</strong>
178
- <p>Demonstrations and research interfaces will live alongside the models they showcase.</p>
179
- <span class="release-status">IN DEVELOPMENT</span>
180
- </a>
181
- </div>
182
- </section>
183
-
184
- <section class="quote-section section">
185
- <div class="quote-mark">“</div>
186
- <blockquote class="reveal">
187
- Build privately. Verify rigorously.<br>
188
- <em>Release responsibly.</em>
189
- </blockquote>
190
- </section>
191
-
192
- <section class="section principles-section">
193
- <div class="section-kicker">04 — PRINCIPLES</div>
194
- <div class="principles-list">
195
- <div class="principle reveal">
196
- <span>01</span>
197
- <div><h3>Sovereignty first.</h3><p>Build fundamental capabilities rather than depending entirely on opaque systems.</p></div>
198
- </div>
199
- <div class="principle reveal">
200
- <span>02</span>
201
- <div><h3>Verified before shipped.</h3><p>Capability claims should be backed by evaluation, not presentation.</p></div>
202
- </div>
203
- <div class="principle reveal">
204
- <span>03</span>
205
- <div><h3>Foundation before scale.</h3><p>Strong fundamentals matter more than premature scaling.</p></div>
206
- </div>
207
- <div class="principle reveal">
208
- <span>04</span>
209
- <div><h3>Research meets engineering.</h3><p>Ideas become useful when they survive implementation and measurement.</p></div>
210
- </div>
211
- </div>
212
- </section>
213
-
214
- <section class="connect section" id="connect">
215
- <div class="connect-panel reveal">
216
- <div>
217
- <div class="section-kicker">05 — CONNECT</div>
218
- <h2>Follow the work.</h2>
219
- <p>Research, releases, experiments, and engineering notes will be published as Brægn develops.</p>
220
- </div>
221
- <div class="connect-links">
222
- <a href="https://huggingface.co/BraegnAI" target="_blank" rel="noopener noreferrer"><span>Hugging Face</span><b>↗</b></a>
223
- <a href="https://github.com/BraegnAI" target="_blank" rel="noopener noreferrer"><span>GitHub</span><b>↗</b></a>
224
- <a href="https://x.com/BraegnAI" target="_blank" rel="noopener noreferrer"><span>X / Twitter</span><b>↗</b></a>
225
- </div>
226
- </div>
227
- </section>
228
- </main>
229
-
230
- <footer class="footer">
231
- <div class="footer-brand"><span class="brand-mark">æ</span><strong>Brægn</strong></div>
232
- <p>Sovereignty first. Verified before shipped. Foundation before scale.</p>
233
- <span id="year"></span>
234
- </footer>
235
-
236
- <script src="./script.js" defer></script>
237
- </body>
238
- </html>