Presentation: Automating the Web With MCP: Infra That Doesn’t Break
Nobody is talking about this: The infrastructure that makes AI agents actually work on the web is a distributed systems nightmare.

Why it matters
As AI agents move into production, the unsexy but critical problem isn't the model—it's building secure, scalable cloud infrastructure that can handle stateful browser automation without breaking. This presentation reveals how teams are solving multi-tenancy, security, and state management at scale using MCP and Firecracker.
The key facts
5 to knowFocus: distributed systems challenges in cloud-hosted browser infrastructure for agents
Key technical problem: managing bursty, stateful multi-tenancy
Security approach: Firecracker for isolating Chromium environments against RCE
Integration: Model Context Protocol (MCP) to convert websites into agentic tools
Source: InfoQ presentation by Paul Klein (Jun 2026)
Go to the source
InfoQ AI/MLinfoq.com
Publisher excerpt: Paul Klein discusses the distributed systems challenges of scaling cloud-hosted browser infra for AI agents. He explains how to manage bursty, stateful multi-tenancy and secure Chromium environments against remote code execution using Firecracker. He also shares how to leverage the Model Context…