"Poolside exists to close the gap between models and human intelligence," declared Jason Warner, Co-CEO and co-founder of Poolside, setting the stage for a compelling demonstration of the company's vertically integrated approach to building autonomous AI agents. Warner and his co-CEO, Eiso Kant, presented their vision at the AI Engineer Code Summit, arguing that unlocking true Artificial General Intelligence (AGI) for knowledge work requires controlling the entire stack, from custom models trained on proprietary data to the underlying compute infrastructure itself. This strategy positions Poolside not merely as another LLM provider, but as a critical infrastructure player focused squarely on high-consequence, complex engineering tasks.
Warner and Kant walked the audience through a real-time demonstration of their second-generation model, the Malibu Agent, showcasing its ability to perform highly specialized and complex software migration. The task involved converting an in-memory database written in Ada—a legacy programming language predominantly used in defense and critical infrastructure due to its stringent safety requirements—into Rust. This choice of demonstration immediately signaled Poolside’s focus: environments where correctness, reliability, and security supersede speed or creative novelty.
The core insight underpinning Poolside’s architecture is the necessary pairing of next-token prediction—the foundation of modern large language models—with reinforcement learning (RL). This combination allows the Malibu Agent to move beyond simple code completion or chat assistance and engage in long-horizon, multi-step planning and execution. The agent is designed not just to suggest code, but to understand the context of the entire codebase, propose structural changes, implement new features, handle dependencies, and verify its own work.
