Skip to content

Commit 91566b6

Browse files
congwang-mkclaude
andcommitted
Clarify products: Platform→Cloud, Enclaves→Sandbox, Resilience→Upgrade
- Platform → Cloud: reposition for cloud performance — emphasize bare-metal speed, zero noisy neighbors, no hypervisor overhead - Enclaves → Sandbox: rename to clearly signal AI agent sandboxing - Resilience → Upgrade: rename to describe zero-downtime kernel upgrades Updated homepage cards, nav dropdowns, mobile nav, footer links, and all three product page hero/description copy. URLs unchanged. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e4f88a6 commit 91566b6

5 files changed

Lines changed: 52 additions & 52 deletions

File tree

_layouts/default.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -349,16 +349,16 @@
349349
</button>
350350
<div class="site-nav-dropdown-menu">
351351
<a href="/products/platform.html" class="site-nav-dropdown-item {% if page.url == '/products/platform.html' %}active{% endif %}">
352-
Multikernel Platform
353-
<small>Enterprise split-kernel distribution</small>
352+
Multikernel Cloud
353+
<small>Cloud performance without virtualization overhead</small>
354354
</a>
355355
<a href="/products/enclaves.html" class="site-nav-dropdown-item {% if page.url == '/products/enclaves.html' %}active{% endif %}">
356-
Multikernel Enclaves
357-
<small>AI agent isolation</small>
356+
Multikernel Sandbox
357+
<small>Kernel-level AI agent sandboxing</small>
358358
</a>
359359
<a href="/products/resilience.html" class="site-nav-dropdown-item {% if page.url == '/products/resilience.html' %}active{% endif %}">
360-
Multikernel Resilience
361-
<small>Zero-downtime upgrades and auto-healing</small>
360+
Multikernel Upgrade
361+
<small>Zero-downtime kernel upgrades</small>
362362
</a>
363363
</div>
364364
</div>
@@ -410,9 +410,9 @@
410410
<div class="site-mobile-nav">
411411
<div class="site-mobile-nav-inner">
412412
<a href="/" class="site-mobile-link {% if page.url == '/' %}active{% endif %}">Home</a>
413-
<a href="/products/platform.html" class="site-mobile-link {% if page.url == '/products/platform.html' %}active{% endif %}">Multikernel Platform</a>
414-
<a href="/products/enclaves.html" class="site-mobile-link {% if page.url == '/products/enclaves.html' %}active{% endif %}">Multikernel Enclaves</a>
415-
<a href="/products/resilience.html" class="site-mobile-link {% if page.url == '/products/resilience.html' %}active{% endif %}">Multikernel Resilience</a>
413+
<a href="/products/platform.html" class="site-mobile-link {% if page.url == '/products/platform.html' %}active{% endif %}">Multikernel Cloud</a>
414+
<a href="/products/enclaves.html" class="site-mobile-link {% if page.url == '/products/enclaves.html' %}active{% endif %}">Multikernel Sandbox</a>
415+
<a href="/products/resilience.html" class="site-mobile-link {% if page.url == '/products/resilience.html' %}active{% endif %}">Multikernel Upgrade</a>
416416
<a href="/technology.html" class="site-mobile-link {% if page.url == '/technology.html' %}active{% endif %}">Technology</a>
417417
<a href="/roadmap.html" class="site-mobile-link {% if page.url == '/roadmap.html' %}active{% endif %}">Roadmap</a>
418418
<a href="/faq.html" class="site-mobile-link {% if page.url == '/faq.html' %}active{% endif %}">FAQ</a>
@@ -465,9 +465,9 @@ <h4>Company</h4>
465465
<div class="footer-column">
466466
<h4>Products</h4>
467467
<ul>
468-
<li><a href="/products/platform.html">Multikernel Platform</a></li>
469-
<li><a href="/products/enclaves.html">Multikernel Enclaves</a></li>
470-
<li><a href="/products/resilience.html">Multikernel Resilience</a></li>
468+
<li><a href="/products/platform.html">Multikernel Cloud</a></li>
469+
<li><a href="/products/enclaves.html">Multikernel Sandbox</a></li>
470+
<li><a href="/products/resilience.html">Multikernel Upgrade</a></li>
471471
<li><a href="/technology.html">Technology Overview</a></li>
472472
</ul>
473473
</div>

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,28 +124,28 @@ <h2 class="section-title">Isolation Built into the Architecture</h2>
124124
<span>Products</span>
125125
</div>
126126
<h2 class="section-title">Built on Split-Kernel Architecture</h2>
127-
<p class="section-subtitle">Three products that deliver the benefits of split-kernel architecture for different use cases: enterprise infrastructure, AI agent isolation, and kernel resilience.</p>
127+
<p class="section-subtitle">Three products that deliver the benefits of split-kernel architecture for different use cases: cloud performance, AI sandboxing, and zero-downtime kernel upgrades.</p>
128128
</div>
129129

130130
<div class="cards-grid">
131131
<div class="capability-card primary">
132132
<div class="capability-icon">
133133
<i data-lucide="layers"></i>
134134
</div>
135-
<h3 class="capability-title">Multikernel Platform</h3>
136-
<p class="capability-description">The enterprise split-kernel distribution. Validated kernel builds, Kerf orchestration, and production tooling for deploying and managing split-kernel environments at scale.</p>
135+
<h3 class="capability-title">Multikernel Cloud</h3>
136+
<p class="capability-description">Split-kernel architecture for cloud workloads. Eliminate noisy neighbors, remove virtualization overhead, and get bare-metal performance inside any standard cloud VM.</p>
137137
<div class="capability-features">
138138
<div class="feature-item">
139139
<i data-lucide="check"></i>
140-
<span>Kernel-level workload isolation</span>
140+
<span>Bare-metal performance in cloud VMs</span>
141141
</div>
142142
<div class="feature-item">
143143
<i data-lucide="check"></i>
144-
<span>Native performance, no hypervisor</span>
144+
<span>Zero noisy-neighbor interference</span>
145145
</div>
146146
<div class="feature-item">
147147
<i data-lucide="check"></i>
148-
<span>Runs inside any cloud VM</span>
148+
<span>No hypervisor overhead</span>
149149
</div>
150150
</div>
151151
<div class="value-cta" style="margin-top: var(--space-4);">
@@ -160,16 +160,16 @@ <h3 class="capability-title">Multikernel Platform</h3>
160160
<div class="capability-icon">
161161
<i data-lucide="brain"></i>
162162
</div>
163-
<h3 class="capability-title">Multikernel Enclaves</h3>
164-
<p class="capability-description">Kernel-level isolation for AI agents. Each agent gets its own kernel with full GPU access and strong sandboxing. No nested virtualization required.</p>
163+
<h3 class="capability-title">Multikernel Sandbox</h3>
164+
<p class="capability-description">Kernel-level sandboxing for AI agents. Each agent runs in its own kernel with full GPU access and strong isolation. No nested virtualization required.</p>
165165
<div class="capability-features">
166166
<div class="feature-item">
167167
<i data-lucide="check"></i>
168168
<span>Full GPU access per agent</span>
169169
</div>
170170
<div class="feature-item">
171171
<i data-lucide="check"></i>
172-
<span>Strong agent sandboxing</span>
172+
<span>Kernel-level agent isolation</span>
173173
</div>
174174
<div class="feature-item">
175175
<i data-lucide="check"></i>
@@ -188,8 +188,8 @@ <h3 class="capability-title">Multikernel Enclaves</h3>
188188
<div class="capability-icon">
189189
<i data-lucide="heart-pulse"></i>
190190
</div>
191-
<h3 class="capability-title">Multikernel Resilience</h3>
192-
<p class="capability-description">Zero-downtime kernel upgrades with instant rollback, plus sub-second automatic failover when a kernel crashes. Your kernel never goes down.</p>
191+
<h3 class="capability-title">Multikernel Upgrade</h3>
192+
<p class="capability-description">Zero-downtime kernel upgrades with instant rollback. Apply security patches and kernel updates without rebooting or interrupting running workloads.</p>
193193
<div class="capability-features">
194194
<div class="feature-item">
195195
<i data-lucide="check"></i>

products/enclaves.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
3-
title: "Multikernel Enclaves - AI Agent Isolation"
4-
description: "Kernel-level isolation for AI agents. Full GPU access, strong sandboxing, and fast checkpoint/restore without virtualization overhead."
3+
title: "Multikernel Sandbox - AI Agent Sandboxing"
4+
description: "Kernel-level sandboxing for AI agents. Full GPU access, strong isolation, and fast checkpoint/restore without virtualization overhead."
55
permalink: /products/enclaves.html
66
---
77

@@ -10,11 +10,11 @@
1010
<div class="hero-container">
1111
<div class="hero-badge">
1212
<i data-lucide="brain"></i>
13-
<span>Multikernel Enclaves</span>
13+
<span>Multikernel Sandbox</span>
1414
</div>
1515

16-
<h1>Kernel-Level Isolation for AI Agents</h1>
17-
<p class="subtitle">Give each AI agent its own Linux kernel with full GPU access and strong sandboxing. No virtualization layer between the agent and hardware. No nested virtualization required. Works inside any standard cloud VM.</p>
16+
<h1>Kernel-Level Sandboxing for AI Agents</h1>
17+
<p class="subtitle">Give each AI agent its own Linux kernel with full GPU access and strong isolation. No virtualization layer between the agent and hardware. No nested virtualization required. Works inside any standard cloud VM.</p>
1818

1919
<div class="button-group">
2020
<a href="/getting-started.html" class="btn btn-primary">
@@ -33,7 +33,7 @@ <h1>Kernel-Level Isolation for AI Agents</h1>
3333
<div class="section-container">
3434
<div class="section-header">
3535
<h2 class="section-title">The Problem</h2>
36-
<p class="section-subtitle">AI agents need isolation, GPU access, and fast lifecycle management. Today's options force a tradeoff.</p>
36+
<p class="section-subtitle">AI agents need sandboxing, GPU access, and fast lifecycle management. Today's options force a tradeoff.</p>
3737
</div>
3838

3939
<div class="cards-grid">
@@ -57,8 +57,8 @@ <h3 class="capability-title">Virtual Machines</h3>
5757
<div class="capability-icon">
5858
<i data-lucide="brain"></i>
5959
</div>
60-
<h3 class="capability-title">Multikernel Enclaves</h3>
61-
<p class="capability-description">Each agent gets its own kernel with direct GPU access. Kernel-level isolation without virtualization. Native performance inside any cloud VM.</p>
60+
<h3 class="capability-title">Multikernel Sandbox</h3>
61+
<p class="capability-description">Each agent gets its own kernel with direct GPU access. Kernel-level sandboxing without virtualization. Native performance inside any cloud VM.</p>
6262
</div>
6363
</div>
6464
</div>
@@ -83,8 +83,8 @@ <h3 class="feature-title">Full GPU Access</h3>
8383
<div class="feature-icon">
8484
<i data-lucide="shield-check"></i>
8585
</div>
86-
<h3 class="feature-title">Strong Sandboxing</h3>
87-
<p class="feature-description">Each agent runs in its own kernel. A compromised agent cannot access other agents' memory, devices, or kernel state.</p>
86+
<h3 class="feature-title">Kernel-Level Isolation</h3>
87+
<p class="feature-description">Each agent is sandboxed in its own kernel. A compromised agent cannot access other agents' memory, devices, or kernel state.</p>
8888
</div>
8989

9090
<div class="feature-card">

products/platform.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
3-
title: "Multikernel Platform - Enterprise Split-Kernel Distribution"
4-
description: "A supported, enterprise-ready distribution of the split-kernel architecture. Validated kernel builds, Kerf orchestration, and production-grade tooling."
3+
title: "Multikernel Cloud - Cloud Performance Without Virtualization Overhead"
4+
description: "Split-kernel architecture for cloud workloads. Eliminate noisy neighbors, remove virtualization overhead, and get bare-metal performance inside any standard cloud VM."
55
permalink: /products/platform.html
66
---
77

@@ -10,11 +10,11 @@
1010
<div class="hero-container">
1111
<div class="hero-badge">
1212
<i data-lucide="layers"></i>
13-
<span>Multikernel Platform</span>
13+
<span>Multikernel Cloud</span>
1414
</div>
1515

16-
<h1>The Enterprise Split-Kernel Distribution</h1>
17-
<p class="subtitle">A supported, production-ready distribution of the Multikernel split-kernel architecture. Validated kernel builds, Kerf orchestration, and the tooling your infrastructure team needs to deploy and manage split-kernel environments at scale.</p>
16+
<h1>Cloud Performance Without Virtualization Overhead</h1>
17+
<p class="subtitle">Split-kernel architecture for cloud workloads. Each application gets its own kernel with dedicated cores and native hardware access. No hypervisor, no noisy neighbors, no performance tax. Runs inside any standard cloud VM on AWS, GCP, or Azure.</p>
1818

1919
<div class="button-group">
2020
<a href="/getting-started.html" class="btn btn-primary">
@@ -33,7 +33,7 @@ <h1>The Enterprise Split-Kernel Distribution</h1>
3333
<div class="section-container">
3434
<div class="section-header">
3535
<h2 class="section-title">What You Get</h2>
36-
<p class="section-subtitle">Everything needed to run split-kernel architecture in production, from validated kernels to enterprise orchestration.</p>
36+
<p class="section-subtitle">Everything needed to run cloud workloads at bare-metal performance, from validated kernels to production orchestration.</p>
3737
</div>
3838

3939
<div class="cards-grid">
@@ -42,7 +42,7 @@ <h2 class="section-title">What You Get</h2>
4242
<i data-lucide="box"></i>
4343
</div>
4444
<h3 class="capability-title">Validated Kernel Builds</h3>
45-
<p class="capability-description">Pre-built, tested kernel configurations for app-kernels and device-kernels. Optimized for common workload profiles and validated against enterprise hardware.</p>
45+
<p class="capability-description">Pre-built, tested kernel configurations optimized for cloud workloads. Tuned for low latency, high throughput, and validated against AWS, GCP, and Azure instance types.</p>
4646
</div>
4747

4848
<div class="capability-card">
@@ -83,16 +83,16 @@ <h2 class="section-title">Benefits</h2>
8383
<div class="feature-icon">
8484
<i data-lucide="shield-check"></i>
8585
</div>
86-
<h3 class="feature-title">Kernel-Level Isolation</h3>
87-
<p class="feature-description">Each workload runs in its own kernel with a minimal attack surface. No device drivers, no interrupt handlers, no shared kernel vulnerabilities.</p>
86+
<h3 class="feature-title">Zero Noisy Neighbors</h3>
87+
<p class="feature-description">Each workload runs in its own kernel on dedicated cores. No interrupt interference, no CPU contention, no shared kernel overhead stealing your cycles.</p>
8888
</div>
8989

9090
<div class="feature-card">
9191
<div class="feature-icon">
9292
<i data-lucide="zap"></i>
9393
</div>
94-
<h3 class="feature-title">Native Performance</h3>
95-
<p class="feature-description">No hypervisor, no nested virtualization. Applications run directly on hardware inside any standard cloud VM.</p>
94+
<h3 class="feature-title">Bare-Metal Performance</h3>
95+
<p class="feature-description">No hypervisor tax, no nested virtualization. Applications access hardware directly, closing the performance gap between cloud VMs and bare metal.</p>
9696
</div>
9797

9898
<div class="feature-card">

products/resilience.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
layout: default
3-
title: "Multikernel Resilience - Zero-Downtime Upgrades and Auto-Healing"
4-
description: "Zero-downtime kernel upgrades with instant rollback and sub-second automatic failover. Keep your applications running through planned and unplanned kernel events."
3+
title: "Multikernel Upgrade - Zero-Downtime Kernel Upgrades"
4+
description: "Upgrade your Linux kernel without rebooting. Apply security patches and kernel updates with instant rollback while applications keep running."
55
permalink: /products/resilience.html
66
---
77

88
<main>
99
<section class="hero">
1010
<div class="hero-container">
1111
<div class="hero-badge">
12-
<i data-lucide="heart-pulse"></i>
13-
<span>Multikernel Resilience</span>
12+
<i data-lucide="arrow-up-circle"></i>
13+
<span>Multikernel Upgrade</span>
1414
</div>
1515

16-
<h1>Your Kernel Never Goes Down</h1>
17-
<p class="subtitle">Zero-downtime kernel upgrades with instant rollback. Sub-second automatic failover when a kernel crashes. Keep your applications running through both planned and unplanned kernel events.</p>
16+
<h1>Upgrade Your Kernel Without Rebooting</h1>
17+
<p class="subtitle">Apply kernel security patches and updates without downtime. Boot the new kernel alongside the old one, migrate workloads, and roll back instantly if anything goes wrong. No maintenance windows required.</p>
1818

1919
<div class="button-group">
2020
<a href="/getting-started.html" class="btn btn-primary">
@@ -33,7 +33,7 @@ <h1>Your Kernel Never Goes Down</h1>
3333
<div class="section-container">
3434
<div class="section-header">
3535
<h2 class="section-title">Zero-Downtime Kernel Upgrades</h2>
36-
<p class="section-subtitle">Kernel upgrades are one of the most painful operations in production Linux. Teams delay security patches for weeks because they require reboots. Multikernel Resilience removes that tradeoff.</p>
36+
<p class="section-subtitle">Kernel upgrades are one of the most painful operations in production Linux. Teams delay security patches for weeks because they require reboots. Multikernel Upgrade removes that tradeoff.</p>
3737
</div>
3838

3939
<div class="cards-grid">
@@ -68,7 +68,7 @@ <h3 class="capability-title">Instant Rollback</h3>
6868
<div class="section-container">
6969
<div class="section-header">
7070
<h2 class="section-title">Automatic Kernel Failover</h2>
71-
<p class="section-subtitle">When a kernel crashes today, the answer is reboot and hope. Multikernel Resilience turns a minutes-long outage into a sub-second failover.</p>
71+
<p class="section-subtitle">When a kernel crashes today, the answer is reboot and hope. Multikernel Upgrade turns a minutes-long outage into a sub-second failover.</p>
7272
</div>
7373

7474
<div class="cards-grid">

0 commit comments

Comments
 (0)