Building Autonomous AI Agents in the Enterprise
Autonomous AI agents are moving from experimental playgrounds into enterprise application architecture, requiring robust design patterns and security measures. A developer with 20+ years of experience…
Autonomous AI agents are moving from experimental playgrounds into enterprise application architecture, requiring robust design patterns and security measures. A developer with 20+ years of experience…
Maturana, a new open-source AI agent platform, launches with hardware-isolated microVMs for each agent, zero-trust security via encrypted secrets and egress control, and a shared knowledge graph. Buil…
GluonDB has developed a method to securely serve a large fleet of persistent agents on a small infrastructure footprint by decoupling orchestration, filesystem, and sandboxed execution. The company ar…
Workdir launched an open-source API for creating, executing, and deleting Firecracker microVMs as sandboxes for AI agents, featuring sub-50ms boot times, per-second metering, and a standby mode that s…
AWS announced Lambda MicroVMs, a new serverless compute primitive that provides isolated, stateful execution environments for running untrusted code. Powered by Firecracker, the technology offers near…
Mitos, an open-source runtime for AI agents on Kubernetes, launches with N-way live copy-on-write fork of Firecracker microVMs, achieving warm-claim activation in tens of milliseconds. The tool provid…
AWS launched Kiro for iOS at the AWS Summit in New York, a native iPhone app that lets developers monitor and approve agentic coding sessions running in the cloud. The app offers chat, spec, and auton…
BareMetal OS now runs inside Firecracker microVMs with a cold start time under 1 millisecond, achieving ~700µs with network and disk enabled on an AMD Ryzen AI Max+ 395. The project enables near-insta…
Engineers often assume multi-agent AI performance is a concurrency problem, but the real bottleneck is agents spending most of their time preparing to work rather than working. The fix is using memory…
Developer Arun Raghunath launched jhansi.io, an open-core cloud sandbox designed to safely execute AI-generated code in production. The platform addresses the gap between AI writing code and running i…
On May 7, security researcher Hyunwoo Kim disclosed Dirty Frag, two Linux kernel vulnerabilities (CVE-2026-43284 and CVE-2026-43500) that grant unprivileged users deterministic root access on most Lin…
Safescript, a new programming language designed for AI agents, eliminates the need for containers or virtual machines by using a closed instruction set and static DAG structure that prevents infinite …
The article describes a secure multi-tenant AI agent platform built on Google Cloud Platform (GCP) that uses Firecracker microVMs instead of traditional containers to provide strong workload isolation…
Anthropic and Vercel launched a new integration allowing developers to run Claude Managed Agents within Vercel Sandbox, providing isolated execution environments for AI agent tool calls. The setup run…