Blog
Latest news and insights
Anatomy of MicroVM Storage — Sharing a Golden Image Without Copying It
One of the keys to starting dozens of agents in milliseconds lies in the storage layer. We dissect the dm-snapshot-based copy-on-write design that lets dozens of MicroVMs behave as though each had its own disk — without ever copying the golden image once — following the storage architecture diagram.
Understanding Multi-Cloud Deployment with Nested Virtualization
Vantisso needs access to the CPU's hardware virtualization features in order to start a MicroVM. So what happens on a cloud instance, which is already a virtual machine itself? We look at how nested virtualization works, the performance trade-off it carries, where each major cloud stands today, and what to check before you deploy.
Introducing the Vantisso Trial
We're releasing the first Trial of Vantisso, our agent execution platform. Install it from a prebuilt package and run every feature, unrestricted, for 30 days from first run.
Anatomy of Firecracker MicroVM — From Design Philosophy to Optimized Performance
Where Kata Containers set out to keep compatibility while gaining isolation, Firecracker starts from the opposite end. We look at the design philosophy that strips away every compatibility layer, the internals that follow from it, and the startup performance it delivers — under 200 ms for a snapshot restore, 2 ms from a warm pool.
Understanding Kata Containers
Kata Containers was the industry's first serious attempt to combine the agility of containers with the isolation of virtual machines. We look at how the architecture works — a container to the user, a virtual machine underneath — and what to consider when using it as an execution environment for ephemeral AI agents.
Behind the Millisecond Boot: Hardware Virtualization and KVM
Vantisso's MicroVMs boot in milliseconds and isolate at the hardware level, and that is not magic. The virtualization extensions built into the CPU (VT-x/AMD-V) and Linux KVM are the foundation. Here is a concise summary of what matters most about KVM.