The control plane IS the AI.
BrainstormVM IS the hypervisor, storage engine, network fabric, and reasoning brain — not a management wrapper over someone else's HCI. Cloud Hypervisor + Firecracker + LINSTOR + nftables + WireGuard under a Go control plane that observes, decides, migrates, and recovers.
/ 01 — the stack
From bare metal to tenant microVM.
Bare-metal host runs the Linux kernel with KVM + IOMMU groups + vfio passthrough. Cloud Hypervisor spawns full-VM workloads; Firecracker spawns microVMs for ephemeral and edge processes. Per-tenant isolation enforced at the kernel boundary.
Tenant VMs heartbeat on staggered intervals. Drift, OOM, or scheduling pressure surfaces as a signal into the OODA loop above this layer.
Go
control plane
CHV
full-VM hypervisor
FC
microVM kernel
LINSTOR
storage replication
nftables
tenant overlay
WireGuard
cross-node mesh
OODA
control loop
<1s
microVM boot