-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
640 lines (576 loc) · 20.6 KB
/
index.html
File metadata and controls
640 lines (576 loc) · 20.6 KB
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="keywords" content="Governing the Autonomous Enterprise, OS for Autonomy, ABOS, autonomous-first, Policy Mesh, EVF, vLLM, Sovereign DNA, Human-on-the-Loop" />
<title>Flockrush: Legislate the Autonomous Enterprise</title>
<meta name="description" content="Flockrush: The Autonomous Business OS (ABOS). Built AI-native with Human-on-the-Loop governance. We don't build assistants; we grow enterprise organisms." />
<link rel="canonical" href="https://www.flockrush.com" />
<meta property="og:title" content="Flockrush: Legislate the Autonomous Enterprise" />
<meta property="og:description" content="Flockrush: The Autonomous Business OS (ABOS). Built AI-native with Human-on-the-Loop governance. We don't build assistants; we grow enterprise organisms." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.flockrush.com/" />
<meta property="og:image" content="./assets/flockrush/flockrush-og.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Flockrush: Legislate the Autonomous Enterprise" />
<meta name="twitter:description" content="Flockrush: Legislate the Autonomous Enterprise" />
<meta name="twitter:image" content="./assets/flockrush/flockrushgrid-og.webp" />
<link rel="icon" type="image/png" href="./assets/flockrush/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="./assets/flockrush/favicon.svg" />
<link rel="shortcut icon" href="./assets/flockrush/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/flockrush/apple-touch-icon.png" />
<link rel="manifest" href="./assets/flockrush/site.webmanifest" />
<style>
:root{
/* Core palette (Tech Advisory Panel) */
--bg-deep:#0b0b0b;
--base-bg: #050505;
--flip-bg: #0B0E14;
--accent-teal:#19C9A9;
--accent-crimson:#F70F4D;
--glass-bg:rgba(22,22,22,0.90);
--glass-border:#272727;
--glass-border-bf:#272727bf;
--text-primary:#F8FAFC;
--text-secondary:#94A3B8;
/* Landing compatibility (your old cyan/gold) */
--accent-cyan: var(--accent-teal);
--accent-gold:#FFD700;
--accent-dim: rgba(25, 201, 169, 0.10);
/* Typography */
--font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
--font-sans:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
/* Layout */
--max-w: 1100px;
--radius-lg: 24px;
--radius-md: 14px;
--shadow-lg: 0 40px 100px -20px rgba(0,0,0,0.9);
/* Type scale (F500 readable) */
--h1: clamp(2.6rem, 5vw, 4.2rem);
--h2: clamp(1.7rem, 2.5vw, 2.2rem);
--lead: clamp(1.05rem, 1.5vw, 1.2rem);
--body: 1.05rem;
--small: 0.78rem;
}
*{ box-sizing:border-box; margin:0; padding:0; }
html,body{ height:100%; }
body{
margin:0;
color:var(--text-primary);
font-family:var(--font-sans);
line-height:1.6;
overflow-x:hidden;
background-color:var(--bg-deep);
background-image:
radial-gradient(circle at 0% 0%, rgba(25, 201, 169, 0.08) 0%, transparent 50%),
radial-gradient(circle at 100% 100%, rgba(247, 15, 77, 0.08) 0%, transparent 50%);
}
a{
color:var(--accent-teal);
text-decoration:none;
border:1px solid transparent;
padding:2px 8px;
border-radius:10px;
transition: 0.2s ease;
}
a:hover{
border-color: rgba(25,201,169,0.35);
box-shadow: 0 0 18px rgba(25,201,169,0.10);
}
.container{
max-width: var(--max-w);
margin: 0 auto;
padding: 0 2rem;
}
/* =========================================================
HOME: HERO (0.7s proposition)
========================================================= */
.hero-hq{
min-height: 90dvh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position: relative;
padding: 4rem 0;
background: radial-gradient(circle at 50% 30%, rgba(25, 201, 169, 0.10) 0%, rgba(11,11,11,1) 70%);
}
.hero-hq::before{
content:"";
position:absolute;
inset:0;
background-image:
linear-gradient(var(--accent-dim) 1px, transparent 1px),
linear-gradient(90deg, var(--accent-dim) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.30;
pointer-events:none;
}
.hero-kicker{
font-family:var(--font-mono);
color:var(--text-secondary);
text-transform:uppercase;
letter-spacing:2px;
font-size: var(--small);
margin-bottom: 1.25rem;
display:block;
position:relative;
z-index:2;
}
.hero-hq h1{
font-family: var(--font-mono);
font-size: var(--h1);
font-weight: 900;
letter-spacing: -2px;
line-height: 1.05;
margin: 0 0 1rem;
text-transform: none;
position:relative;
z-index:2;
}
.cyan-text{
color: var(--accent-teal);
text-shadow: 0 0 20px rgba(25,201,169,0.35);
}
.hero-sub{
font-size: var(--lead);
color: rgba(148,163,184,0.95);
max-width: 920px;
margin: 0 auto 1.4rem;
position:relative;
z-index:2;
}
.hero-sub strong{ color: rgba(248,250,252,0.95); font-weight: 800; }
.hero-strip{
width: 100%;
max-width: 980px;
margin: 0 auto 2.2rem;
position: relative;
z-index: 2;
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 14px;
}
.hero-card{
grid-column: span 12;
background: rgba(22,22,22,0.65);
border: 1px solid rgba(39,39,39,0.95);
border-radius: var(--radius-md);
padding: 1.25rem 1.25rem 1.15rem;
text-align: left;
}
@media (min-width: 860px){
.hero-card{ grid-column: span 4; }
}
.hero-tag{
font-family: var(--font-mono);
text-transform: uppercase;
letter-spacing: 3px;
font-size: 0.72rem;
color: var(--accent-teal);
font-weight: 800;
display:block;
margin-bottom: 0.65rem;
}
.hero-card h3{
margin: 0 0 0.5rem;
font-size: 1.08rem;
letter-spacing: -0.2px;
}
.hero-card p{
margin: 0;
color: rgba(148,163,184,0.95);
font-size: 0.98rem;
line-height: 1.45;
}
/* Buttons (landing) */
.btn-group{
display:flex;
gap: 1rem;
justify-content:center;
flex-wrap: wrap;
position:relative;
z-index:2;
}
/* =========================================================
HOME: MANIFESTO QUOTE
========================================================= */
.section{
padding: 8rem 0;
border-top: 1px solid var(--glass-border-bf);
background: var(--base-bg)
}
.quote-box{
max-width: 980px;
margin: 0 auto 2.5rem;
padding-left: 2rem;
border-left: 4px solid var(--accent-teal);
}
.quote-text{
font-size: clamp(1.35rem, 2.3vw, 2.05rem);
font-family: var(--font-mono);
line-height: 1.35;
color: rgba(248,250,252,0.98);
}
.quote-author{
display:block;
margin-top: 0.9rem;
color: var(--text-secondary);
font-family: var(--font-mono);
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.8rem;
}
.section-body{
max-width: 760px;
margin: 0 auto;
font-size: 1.12rem;
color: rgba(148,163,184,0.95);
}
/* =========================================================
HOME: EVOLUTION TIMELINE
========================================================= */
.bg-panel{
background: rgba(22,22,22,0.35);
}
.h2{
font-family: var(--font-mono);
font-size: var(--h2);
color: rgba(248,250,252,0.98);
letter-spacing: -0.5px;
margin-bottom: 1.5rem;
text-transform: none;
}
.timeline{
display:flex;
flex-direction:column;
gap: 2.5rem;
position:relative;
margin-top: 2.5rem;
border-left: 1px solid rgba(148,163,184,0.25);
padding-left: 2.2rem;
}
.phase-card{
position:relative;
}
.phase-card::before{
content:"";
position:absolute;
left: -2.65rem;
top: 0.45rem;
width: 10px;
height: 10px;
border-radius: 999px;
background: rgba(148,163,184,0.35);
border: 2px solid rgba(11,11,11,1);
}
.phase-card.active::before{
background: var(--accent-teal);
box-shadow: 0 0 16px rgba(25,201,169,0.55);
}
.phase-label{
font-family: var(--font-mono);
color: rgba(148,163,184,0.85);
font-size: 0.82rem;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 0.35rem;
display:block;
}
.phase-label.active{
color: var(--accent-teal);
}
.phase-title{
font-size: 1.8rem;
color: rgba(248,250,252,0.98);
margin-bottom: 0.6rem;
letter-spacing: -0.5px;
}
.phase-desc{
max-width: 760px;
color: rgba(148,163,184,0.95);
font-size: 1.08rem;
}
/* =========================================================
HOME: PHILOSOPHY GRID
========================================================= */
.center{
text-align:center;
}
/* =========================================================
HOME: RECRUITMENT / GOLD CTA
========================================================= */
.recruitment{
padding: 5rem 0;
background: rgba(22,22,22,0.25);
border-top: 1px solid rgba(39,39,39,0.75);
border-bottom: 1px solid rgba(39,39,39,0.75);
text-align:center;
}
.recruit-box{
border: 1px solid var(--accent-gold);
border-radius: var(--radius-md);
padding: 2.5rem;
display:inline-block;
max-width: 860px;
width: 100%;
position: relative;
background: rgba(11,11,11,0.55);
}
.recruit-tag{
position:absolute;
top:-14px;
left:50%;
transform: translateX(-50%);
background: rgba(11,11,11,1);
padding: 0 1rem;
color: var(--accent-gold);
font-family: var(--font-mono);
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.78rem;
}
.btn-gold{
display:inline-block;
background: transparent;
border: 1px solid var(--accent-gold);
color: var(--accent-gold);
padding: 1rem 2.6rem;
font-family: var(--font-mono);
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 2px;
cursor:pointer;
margin-top: 1.75rem;
transition: 0.25s ease;
}
.btn-gold:hover{
background: var(--accent-gold);
color:#0b0b0b;
box-shadow: 0 0 22px rgba(255,215,0,0.25);
}
.bench{
margin-top: 1rem;
padding: 1.1rem 1.1rem;
border-left: 4px solid var(--accent-crimson);
background: rgba(22,22,22,0.6);
border-radius: 12px;
color: rgba(248,250,252,0.92);
border-left-color:var(--accent-teal);
}
.bench ul{margin:0.75rem 0 0; padding-left: 1.2rem}
.bench li{margin:0.35rem 0;color:rgba(148,163,184,0.95)}
.mandate-section {
background: #0b0b0b;
border-top: 1px solid var(--glass-border);
border-bottom: 1px solid var(--glass-border);
padding: 6rem 0;
}
.mandate-grid {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 4rem;
align-items: start;
}
.mandate-label {
font-family: "IBM Plex Mono", monospace;
color: var(--accent-crimson);
font-weight: 800;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 0.8rem;
}
.mandate-text {
font-size: 1.5rem;
font-weight: 600;
line-height: 1.4;
color: #F8FAFC;
border-left: 2px solid var(--accent-teal); /* Teal for Flow */
padding-left: 3rem;
}
.highlight-teal { color: var(--accent-teal); }
/* =========================================================
FOOTER
========================================================= */
.footer{
padding: 3.5rem 0;
text-align:center;
border-top: 1px solid rgba(39,39,39,0.75);
color: rgba(148,163,184,0.60);
font-family: var(--font-mono);
font-size: 0.9rem;
}
/* =========================================================
MOBILE
========================================================= */
@media (max-width: 768px){
.container{ padding: 0 1.5rem; }
.btn{ width: 100%; }
.hero-card{ padding: 1.1rem; }
.quote-box{ padding-left: 1.2rem; border-left-width: 2px; }
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Flockrush: Legislate the Autonomous Enterprise",
"alternateName": "Autonomous Business OS",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Cloud-based SaaS",
"keywords": "Governing the Autonomous Enterprise, OS for Autonomy, ABOS, autonomous-first, Policy Mesh, EVF, vLLM, Sovereign DNA, Human-on-the-Loop",
"description": "Flockrush: The Autonomous Business OS (ABOS). Built AI-native with Human-on-the-Loop governance. We don't build assistants; we grow enterprise organisms.",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.flockrush.com"
},
"provider": {
"@type": "Organization",
"name": "Flockrush",
"url": "https://www.flockrush.com",
"sameAs": [
"https://twitter.com/FlockrushGrid",
"https://github.com/FlockrushGrid",
"https://github.com/Flockrush"
]
}
}
</script>
</head>
<body>
<header class="hero-hq">
<div class="container">
<span class="hero-kicker">
Est. in AI 2018 // Toronto • Luxembourg // ARCHITECTED CERTAINTY
</span>
<h1>
Legislate the<br />
<span class="cyan-text">Autonomous Enterprise.</span>
</h1>
<p class="hero-sub">
Turn human expertise into <strong>executable law</strong>. Operate autonomous swarms at the <strong>Silicon Floor</strong> with a telco-grade <strong>Policy Mesh</strong>, ensuring speed scales with absolute <strong>Fault Isolation</strong>.
</p>
<div class="hero-strip">
<div class="hero-card">
<span class="hero-tag">01 // LEGISLATION</span>
<h3>Human-ON-the-Loop Oversight</h3>
<p>Leadership sets the Mandates. The system executes. Accountability resides at the source—without approval latency.</p>
</div>
<div class="hero-card">
<span class="hero-tag">02 // MORPHOGENESIS</span>
<h3>Strategic Intent Becomes DNA</h3>
<p>Domain experts codify logic directly into Umbrella Faculties. We remove the Translation Gap by growing capabilities from code.</p>
</div>
<div class="hero-card">
<span class="hero-tag">03 // VERIFICATION</span>
<h3>The EVF Furnace</h3>
<p>Every thought experiment is stress-tested inside the Evolutionary Validation Fabric, enforcing least-privilege execution and providing Mission Evidence.</p>
</div>
</div>
<div class="btn-group">
<a href="./grid/index.html" class="btn">Access The Grid</a>
<a href="./tactical-intel/index.html" class="btn btn-secondary">Access Mission Intel</a>
<a href="./grid/semantics.html" class="btn btn-secondary">Tactical Intel</a>
<a href="./ai-market/index.html" class="btn">AI Market Report</a>
<a href="./ai-market/index.html" class="btn">AI Market Report</a>
<a href="https://github.com/Flockrush" class="btn btn-muted">GitHub</a>
</div>
</div>
</header>
<section class="mandate-section">
<div class="container">
<div class="mandate-grid">
<div class="mandate-label">
Strategic Intent<br/>The Mandate
</div>
<div class="mandate-text">
Flockrush Grid exists to turn human expertise into <span class="highlight-teal">executable law</span>. We remove the translation gap by letting domain experts write policy directly in a <span class="highlight-teal">Policy Mesh DSL</span>, then we run autonomous swarms at machine speed inside verified boundaries enforced by <span class="highlight-teal">EVF least-privilege execution</span>. As the system compounds enterprise outcomes through self-sustaining growth pipelines, we route that compounding power into <span class="highlight-teal">measurable human uplift</span>—starting with housing.
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="quote-box">
<p class="quote-text">
"A faster car stuck in a traffic jam is still stuck.
The bottleneck isn't the AI. It is the <span class="cyan-text">Human-in-the-Loop</span>."
</p>
<span class="quote-author">// The Philosophy: Breaking the Traffic Jam</span>
</div>
<p class="section-body">
Legacy vendors sell "CoPilots" that increase the volume of tasks but fail to address the <strong>Architectural Debt</strong> of manual approvals. We move the human from the process to the <strong>Council</strong>, turning you into a <strong>Legislator</strong> who defines the laws that set the swarm free.
</p>
</div>
</section>
<section class="section bg-panel">
<div class="container">
<h2 class="h2">Morphogenesis of a New Category</h2>
<div class="timeline">
<div class="phase-card">
<span class="phase-label">Phase 1</span>
<h3 class="phase-title">The Try (AI-Assisted)</h3>
<p class="phase-desc">
We built tools that waited for a human to click "Approve." It was a high-performance engine chained to a manual post.
</p>
</div>
<div class="phase-card">
<span class="phase-label">Phase 2</span>
<h3 class="phase-title">The Breakthrough (Autonomous Agent)</h3>
<p class="phase-desc">
We built entities that could act independently. But a single agent is just a smarter tool.
</p>
</div>
<div class="phase-card active">
<span class="phase-label active">Phase 3</span>
<h3 class="phase-title"><span class="cyan-text">The Reality (The ABOS)</span></h3>
<p class="phase-desc">
We realized a swarm is not a workforce; it is a <strong>Sovereign Organism</strong>. That organism requires a <strong>Nervous System</strong> and an <strong>Immune System</strong>. We built the Grid.
</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="bench">
<div class="hero-tag">TECHNICAL BRIEFING // SWARM VISUALIZATION</div>
<p style="font-size: 1.1rem; margin-bottom: 2rem;">
To bridge high-resolution technical signals with strategic business outcomes, the Grid now includes a <strong>WebGL Swarm Visualization Faculty</strong>—allowing Commanders to monitor the metabolism of 50 million mission agents in real-time.
</p>
<div class="mandate-label" style="font-size: 0.65rem; margin-bottom: 1rem;">The “Silicon Floor” Benchmarks (V5C CORE)</div>
<ul class="bench-list" style="list-style: none; padding: 0;">
<li><i class="ri-flashlight-fill" style="color: #19C9A9;"></i> <span><strong>Action Reflex:</strong> 15.41 nanoseconds.</span></li>
<li><i class="ri-shield-flash-fill" style="color: #19C9A9;"></i> <span><strong>Fault Isolation:</strong> Absolute isolation via Umbrella Architecture.</span></li>
<li><i class="ri-file-list-3-fill" style="color: #19C9A9;"></i> <span><strong>Mission Evidence:</strong> Immutable state-transition records for every individual agent.</span></li>
</ul>
</div>
</div>
</section>
<section class="recruitment">
<div class="container">
<div class="recruit-box">
<span class="recruit-tag">Recruitment: The Sovereign Council</span>
<h3 style="color: rgba(248,250,252,0.98); font-size: 2rem; margin-bottom: 0.9rem; letter-spacing: -0.5px;">
Now Recruiting // Clearance Level: Architect
</h3>
<p style="color: rgba(148,163,184,0.95); max-width: 700px; margin: 0 auto; font-size: 1.1rem;">
We are hiring the "Legislators"—retired C-Suite executives and deep Subject Matter Experts—to define the <strong>Policy Mesh</strong> that will govern the Global Fortune 500.
</p>
<a href="council.html" class="btn-gold">View Requirements</a>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<p>
<a href="mailto:grid@flockrush.com">grid@flockrush.com</a> <br />
Flockrush: Legislate the Autonomous Enterprise.<br />
© 2026 Flockrush
</p>
</div>
</footer>
</body>
</html>