
Work Here?
Sail Research provides AI inference services for open-source models at scale to power autonomous background agents. It offers a private-beta OpenAI-compatible API supporting open models like Deepseek, Kimi, and Qwen, plus fine-tuned versions, for token-serving. The team handles end-to-end optimization—from CUDA GPU performance to tweaking inference engines—and uses multi-provider, spot compute to lower costs. The goal is to help autonomous AI agents make meaningful independent progress on complex problems by delivering reliable, scalable, and affordable access to open-model inference via an OpenAI-compatible API.
Industries
Data & Analytics
Enterprise Software
AI & Machine Learning
Company Size
11-50
Company Stage
Series A
Total Funding
$80M
Headquarters
San Francisco, California
Founded
2026
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
Total Funding
$80M
Above
Industry Average
Funded Over
1 Rounds
Industry standards
Sail Research raises $80M to optimize long-horizon AI agents. Artificial intelligence inference startup Sail Research Inc. today announced that it has raised $80 million in funding at a $450 million valuation. The company received the bulk of the capital in the form of a Series A round led by Sequoia. It earlier raised a seed round led by Kleiner Perkins. Sail Research also counts Intel Corp. Chief Executive Officer Lip-Bu Tan, Alphabet Inc. Chair John Hennessy and Redpoint Ventures among its investors. Sail Research operates a cloud platform that developers can use to run long-horizon artificial intelligence agents. According to the company, its infrastructure enables agents to tackle tasks that take upwards of weeks to complete. Furthermore, Sail Research claims that it can run such workloads at a fraction of the price charged by competitors. The company says its platform is powered by customized versions of several open-source inference engines. An inference engine is a tool that lowers the hardware usage of AI models. One of the most widely used tools in the category is vLLM, which partly owes its popularity to an algorithm called PagedAttention. The algorithm speeds up inference by enabling AI models to make more efficient use of graphics' cards built-in memory. Sail Research runs AI agents in Linux-based virtual machines called Sailboxes. Developers can customize each virtual machine by installing an image, a bundle of software modules and configuration settings. Furthermore, the platform makes it possible to link multiple Sailboxes into an AI agent ensemble. An AI agent completes long-horizon tasks by breaking them down into small steps and completing those steps one after another. Some steps require the agent to wait for an external system to fetch data. According to Sail Research, its platform makes it possible to shut down AI agents while they're waiting and thereby lower infrastructure costs. The company evaluated its platform using a benchmark called BrowseComp-Plus ahead of today's funding announcement. The test measures AI agents' ability to perform complex online research tasks that take a significant amount of time. According to Sail Research, its platform set a new high score of 90.72% while incurring one-10th the inference costs of rival services. "Unlike a human waiting at a keyboard (top priority: speed), agents need scale, reliability, and sustainable cost," co-founder and Chief Executive Officer Neil Movva wrote in a blog post. "Sail finds this efficiency everywhere in the stack: we carefully choose our chips, write custom inference engines, and run a global controller that fully utilizes every computer in our fleet." Sail Research will use its newly raised funding to enhance its inference infrastructure. A message from John Furrier, co-founder of SiliconANGLE: Support its mission to keep content open and free by engaging with theCUBE community. Join theCUBE's Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities. * 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more * 11.4k+ theCUBE alumni - Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network. About SiliconANGLE Media SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios - with flagship locations in Silicon Valley and the New York Stock Exchange - SiliconANGLE Media operates at the intersection of media, technology and AI. Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Its new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.
Sail Research has raised $80 million across seed and Series A rounds, led by Kleiner Perkins, to build inference infrastructure for long-running AI agents. The startup was co-founded by Neil Movva, formerly of NVIDIA, Apple and Together AI, and Samir Menon. Sail's platform combines high-efficiency open-source model serving with "Sailboxes", persistent sandboxed cloud environments that support OpenAI-compatible APIs. The company claims its system is 12 times more cost-efficient than proprietary alternatives and has already processed trillions of tokens for applications including cybersecurity analysis and automated code review. Launched in April 2026, Sail is designed specifically for AI agents that run for hours across thousands of simultaneous tasks, rather than brief interactions. The funding will support infrastructure development for this emerging category.
Sail Research, an AI infrastructure startup founded by former Apple engineer Neil Movva, has emerged from stealth with $80 million in seed and Series A funding at a $450 million valuation. Kleiner Perkins led the Series A, with participation from Sequoia, Redpoint, Theory Ventures, Vine Ventures and CRV. The company is building infrastructure specifically for long-running AI agents that operate autonomously for hours, consuming tokens at rates 50 to 500 times higher than simple chatbots. Sail optimises for throughput rather than speed, offering customers 3x to 10x cost improvements over alternatives. Movva, 28, previously worked at NVIDIA, Apple and Together AI. Co-founder Samir Menon is also an Apple veteran. Since launching its inference service in March, Sail is now processing trillions of tokens weekly for customers including Detail.dev.
Building for long-horizon agents. Jun 25, 2026 The most important companies will soon be powered by long-running agents: AIs that work for minutes, hours, or days to complete tasks on behalf of people. Data already works this way. Data pipelines, ETL jobs, nightly batch runs, & scheduled workflows make up the bulk of compute inside any large organization. Agentic AI will follow the same path, but the infrastructure to support it still has to be built. Today Theory is announcing Theory Ventures' investment in Sail Research's Series A, alongside its friends at Kleiner Perkins, Redpoint, & Sequoia. Sail is building the inference platform for long-horizon agents, letting complex agents run and scale as they begin to power its most valuable work. As AI expands further into the workforce, agents will be multi-turn by default: systems that research, code, & reason across minutes and hours, orchestrating over many models and many steps. Today's inference stack provides the opposite: single-shot, latency-obsessed chat, with a human waiting on the other end. If you were to force a long-horizon agent through that stack, the costs and brittleness show up immediately. AI workloads can be mapped by how synchronous they are, whether a human is waiting on the other end, and how much repetition they contain (allowing them to take advantage of the cache). On this plane, they fall into two camps. In one corner, fully synchronous and totally unique: work where every second counts and nothing looks the same: chatbots, customer support, BI copilots. At the other, fully asynchronous work that follows a recipe: software factories, AI data-pipelines, overnight document processing. The semi-synchronous middle is work that needs an answer in seconds to minutes, not instantly nor overnight. It sits relatively empty. Not for lack of demand, but because running it on a real-time stack means paying real-time prices, so teams are forced to complete tasks async or never build it at all. If you make that middle section cheap to serve, it fills with deep-research agents, background coding, and agentic GTM workflows. Theory believe that Sail will enable this middle section to exist. Two years ago, almost all inference demand clustered in the first few seconds - someone typing, a chatbot answering. Each year since, the curve has flattened and spread to the right, as more work moves to agents. That's the semi-sync middle filling in. The market is aggressively starting to demand infrastructure to support this. As agents move into production, token consumption compounds: more turns, more context, more models, for every agent. Token spend is fast becoming one of the largest line items on the CFO's P&L. Companies want to be on the right side of that trade: getting more out of every token, instead of downgrading to weaker models or capping what their agents can do. And the models are ready too. Open weights like DeepSeek, Qwen, Kimi, & Nemotron are now good enough for the bulk of agentic work and the newest, like GLM, are built for long-horizon agents from the ground up. This open-source race will only accelerate with American labs like Reflection AI spending billions to ship open frontier models of their own. All of this further reduces total inference spend, so the bottleneck isn't the model anymore. It's the infrastructure: how do you get the most out of every dollar of model spend without giving up quality? Sail's answer is fleet-aware orchestration. Inference becomes a schedulable workload, distributed across models, providers, and hardware to keep utilization high and cost low. The result: up to 10x more tokens per dollar, delivered through drop-in OpenAI- & Anthropic-compatible APIs running the best open models. Because Sail sits at the orchestration layer, it can see something the layers below can't: when an agent is thinking versus acting. That's what makes long-horizon agents semi-synchronous, rather than batched or real-time. An agent works in bursts via a flurry of activity, then long, idle stretches waiting on a tool call, a model response, or its own reasoning. Today's sandboxes are built for the opposite. They compete on shaving milliseconds off cold-start, which does matter when a human is waiting on the other end, but less so for an agent running on its own for hours. This is why Sail built Sailboxes: cloud computers made for that bursty, semi-sync rhythm. A Sailbox stays alive as long as the agent needs, holding state across the entire task, but drops to near-zero cost the moment the agent goes idle and wakes the instant a trigger arrives. You pay only for active time - no start/stop APIs, no paying for idle. That's what makes it economical to run an agent for hours or days and to push far more work through Sail's core inference product along the way. The platform is already live, running production agent workloads for some of the most important AI companies in the world. Along the way, Sail won BrowseComp-Plus, the deep-research benchmark, and ran a four-agent swarm for 27 hours straight to build Redis in Rust. Neil Movva & Samir Menon have spent their careers on the hard parts of this problem. Neil chased GPU speed-of-light at NVIDIA, shipped some of the most efficient computer vision algorithms in the world at Apple, and helped build one of the fastest LLM inference stacks at Together AI. Samir comes out of Apple's security engineering team and a deep background in applied cryptography, including prior work running LLMs inside hardware enclaves at Blyss. This is exactly the foundation you want for secure, multi-tenant inference at scale. Theory believe agentic AI follows the same arc as every enterprise workload before it, and that async inference will become the largest and most widely used segment of AI compute. As agents grow up from chat assistants into background workers scanning codebases overnight, processing every document, enriching every row of the CRM, the vast majority of tokens become like an ETL job: high-volume, multi-turn, & nobody waiting on the other end. Theory is thrilled to partner with Neil, Samir, & the Sail Research team. The future runs in the background. If you're building agents for it, you can get started here.
Find jobs on Simplify and start your career today
Industries
Data & Analytics
Enterprise Software
AI & Machine Learning
Company Size
11-50
Company Stage
Series A
Total Funding
$80M
Headquarters
San Francisco, California
Founded
2026
Find jobs on Simplify and start your career today