A boring idea, built for a very big future
Vasek Mlejnsky is not trying to build the smartest AI. He is trying to build the place where AI does its work - quietly, safely, and fast enough that nobody notices it is there.
Vasek Mlejnsky grew up in a Czech town of about 20,000 people, the kind of place where the wider technology world arrives only through a screen. He found that world early. Alongside a classmate he had known since sixth grade, Tomas Valenta, he started building video games. The two shared a curiosity that outgrew their surroundings, and somewhere along the way Mlejnsky came across Paul Graham's essays on startups. Reading them changed the question he was asking. Coding stopped being only about games and became about what else software could do.
That shift pointed the pair toward developer tools. They experimented with several ideas - optimizing serverless functions, a search engine for developers - looking for the thing they actually wanted to work on for years. In 2021, Mlejnsky made the move that most people talk about and few make: he left the Czech Republic for San Francisco, arriving through the Pioneer accelerator program. His reasoning was practical. For an AI-focused developer tools company, he believed proximity to users mattered more than anything. "Being in Silicon Valley is crucial," he has said. "It's about meeting your users, having hacking sessions." He puts it more bluntly elsewhere: "I was born European or Czech, but I belong to San Francisco."
How can we expect AI agents to do the same work as humans if we can't give them the same environment to use the tools we use?Vasek Mlejnsky, CEO of E2B
The idea for E2B came from a frustration Mlejnsky felt while building his own agentic system. He kept running into the same wall: the cloud, as it exists, was designed for humans. People log in, click, type, and manage servers. An AI agent needs to do all of that too, but the tooling around it assumed a person on the other end. If agents were going to write code, browse the web, analyze data, and build applications on their own, they needed somewhere to actually do it - an isolated, secure, disposable computer they could spin up in seconds and throw away when finished.
That became E2B, which he co-founded with Valenta in 2023. The product is an open-source cloud runtime that hands each AI agent its own sandbox. Under the hood, those sandboxes run on Firecracker microVMs, the same lightweight virtualization technology that powers AWS Lambda. Each one is isolated from the others, which matters enormously when the code being run was written by a machine rather than a vetted engineer. Agents get a real file system, a browser, a code interpreter, and persistent storage, all wrapped in security boundaries an enterprise can trust.
Mlejnsky is deliberate about how he describes it. He calls E2B "a boring AI code execution layer that should just work." That word - boring - is a choice. In a market saturated with claims about intelligence and autonomy, he has positioned his company around virtualization, sandboxing, and security. Not the model. Not the framework. The plumbing. "Enterprises have massive expectations for AI agents due to all the hype around them," he has said, "but they won't easily scale if built on legacy infrastructure not designed for them."
The scale of a quiet layer
Since October, E2B has served hundreds of millions of sandbox sessions. More than half of the Fortune 500 have used the service, and adoption among AI-native companies has been just as strong. The July 2025 Series A was led by Insight Partners, with Decibel, Sunflower Capital and Kaya joining, along with angel investor Scott Johnston, the former CEO of Docker.
An automated AWS for machines
Mlejnsky's bet is a big one. He thinks AI agents will become "as commonplace as apps on your iPhone" within a decade, and that each of those agents will need its own secure, dedicated computing environment - the same way every iPhone app leans on iOS beneath it. If that future arrives, the number of running sandboxes climbs into the billions, and the infrastructure to manage them has to be built now.
He frames the long-term goal as "an automated AWS 2.0, where AI software can deploy infrastructure independently." Today a human provisions servers. In his version of the future, the software provisions itself. Speed is central to why this is hard. "All main use cases for AI agents need extremely high speed," he has said. "Agents building websites and research reports need to answer in low seconds." A sandbox that takes a minute to start is useless to an agent expected to respond instantly.
E2B solves this by equipping AI agents with safe, scalable and highly-performant cloud infrastructure, as well as tools that help agents to scale in production.Vasek Mlejnsky
Open source is part of the strategy, not a side effect. E2B grew from a public project that collected thousands of GitHub stars within weeks of launch, and the company continues to invest in interoperability with other infrastructure providers rather than locking developers in. It is a wedge and a philosophy at once: standardize the environment that agents run in, and let it work across clouds.
Quotes
Enterprises have massive expectations for AI agents due to all the hype around them, but they won't easily scale if built on legacy infrastructure not designed for them.
All main use cases for AI agents need extremely high speed. Agents building websites and research reports need to answer in low seconds.
Being in Silicon Valley is crucial - it's about meeting your users, having hacking sessions.
I was born European or Czech, but I belong to San Francisco.
From Pioneer to Series A
Moves from the Czech Republic to San Francisco through the Pioneer accelerator, chasing proximity to users and the developer community.
Co-founds E2B with Tomas Valenta and launches e2b.dev - an open-source cloud runtime for AI agents.
Ships E2B SDK v1.0 and announces an $11.5M seed round, with the platform running millions of sandboxes a month.
Raises a $21M Series A led by Insight Partners; E2B is now used by 88% of the Fortune 100.
Things worth knowing
His co-founder is a friend from sixth grade - a partnership older than most startups by more than a decade.
His handle everywhere online, from GitHub to X, is simply "mlejva."
E2B's sandboxes run on Firecracker, the same microVM tech behind AWS Lambda.
Before E2B, he and Tomas tried serverless optimization and a developer search engine.