Gimlet Labs raises $300M at $3B for disaggregated inference
Gimlet Labs raised $300M at $3B valuation for its disaggregated LLM inference platform. What operators need to know about the inference infrastructure race.
What Happened
Gimlet Labs confirmed on September 4, 2026, that it has raised $300 million in a Series B funding round at a $3 billion valuation. Andreessen Horowitz led the round, with participation from Arm Holdings, Samsung Ventures, Microsoft's M12 fund, and more than a dozen other investors. The company's total outside funding now stands at $392 million.
Gimlet's core technology is a disaggregated inference platform. Rather than running an entire LLM on a single type of GPU, Gimlet's software automatically breaks the model into modules and deploys each on the chip architecture best suited to its hardware requirements. A memory-intensive component, for example, might be routed to an accelerator with large onboard RAM, while a compute-heavy component goes to a high-throughput processor.
The platform supports multiple disaggregation strategies. The most common is PD (prefill/decode) disaggregation, which separates the prompt-interpretation phase from the response-generation phase onto different chips. Gimlet also supports more granular approaches: splitting the decode phase into sub-workflows, or using a lightweight "drafter" model to generate initial responses that a frontier LLM then refines — each running on separate hardware.
Gimlet uses AI agents and a custom compiler to optimize model code for each target chip architecture. The agents explore multiple design approaches, test them for correctness, and the compiler applies a mix of generic and chip-specific optimizations.
The company sells its software in two editions: a serverless offering and a managed service that enterprises deploy on their own infrastructure. In March 2026, Gimlet disclosed that its customer base includes one of the world's largest cloud providers and a top-three AI lab, and claims billions of dollars in customer orders.
The new funding will be used to expand the serverless edition's infrastructure capacity — adding several hundred megawatts of computing power — and to enter the custom hardware market with a motherboard-less inference server designed for deployment outside traditional data centers.
Why It Matters
Inference is rapidly becoming the dominant cost in AI deployment. Training gets the headlines, but serving models at scale — day in, day out, across millions of requests — is where the operational budget actually lives. Gimlet's disaggregation approach directly attacks this cost by ensuring no expensive GPU is sitting idle doing work a cheaper chip could handle.
The $3B valuation places Gimlet in the same tier as established inference players, and the investor roster is telling. Arm and Samsung are hardware ecosystem leaders; Microsoft's M12 brings cloud-platform credibility. Their participation signals that disaggregated inference is being treated as a credible architectural shift, not a niche optimization.
This round also fits a clear 2026 pattern. In July, Together AI raised $800M at an $8.3B valuation to grow its AI-optimized public cloud. The same month, SambaNova raised $1B at an $11B valuation for its inference chip business. The inference infrastructure layer is consolidating fast, with multiple billion-dollar companies competing on cost, latency, and architectural innovation. Gimlet's differentiation — software-first disaggregation across heterogeneous hardware — positions it as a layer that could sit above or alongside these hardware plays.
Gimlet's claim of billions in customer orders is the strongest signal here. Venture capital is one vote; enterprise contracts are another. If accurate, it means large-scale operators are already betting on disaggregation in production.
Who Is Affected
AI infrastructure teams running production LLM workloads where cost-per-token and latency are binding constraints should evaluate Gimlet's serverless offering or managed service against their current stack. The promise of heterogeneous hardware allocation could meaningfully change unit economics.
Cloud providers and AI labs building internal inference platforms should assess whether disaggregation architectures like Gimlet's represent a competitive threat or a potential integration opportunity. The fact that a top cloud provider and top-three AI lab are already Gimlet customers suggests this evaluation is underway at the highest levels.
Hardware vendors should note Gimlet's planned entry into custom inference servers — particularly the motherboard-less design for non-data-center deployment. This could open a new market segment that traditional server OEMs aren't addressing.
Strategic Implications
For AI startup founders
If your inference costs are GPU-bound, Gimlet's approach could reduce per-token costs by matching model components to cheaper, specialized hardware. Before signing long-term GPU leases, benchmark disaggregated inference against your current provider. The savings could be significant enough to change your pricing model.
For developers and operators building with AI APIs
Disaggregated inference is moving from research concept to commercial deployment. If you're running open-weight models in production, evaluate whether PD disaggregation or module-level splitting can improve throughput. Gimlet's managed service option means you can test this without a full infrastructure migration.
For non-technical business owners evaluating AI tools
The inference infrastructure market is consolidating rapidly, with multiple well-funded players competing on cost and speed. This competition should drive down API pricing over the next 12-18 months. Avoid long-term contracts with a single inference provider until the market settles — the price landscape could shift significantly.
What to Watch Next
Monitor Gimlet's serverless capacity rollout — the planned addition of several hundred megawatts will determine whether the company can meet its order backlog. Also watch for the first details on the custom motherboard-less inference server, which could signal whether Gimlet is becoming a hardware company, not just a software platform.
Frequently Asked Questions
Q: What is disaggregated LLM inference?
A: Disaggregated inference splits a large language model into separate modules or processing phases and deploys each on the chip architecture best suited to its hardware requirements, rather than running the entire model on a single type of GPU. This can reduce cost and improve latency by matching workloads to optimized hardware.
Q: How much funding has Gimlet Labs raised?
A: Gimlet Labs has raised $392 million in total outside funding, including a $300 million Series B round at a $3 billion valuation announced on September 4, 2026. The Series B was led by Andreessen Horowitz with participation from Arm Holdings, Samsung Ventures, and Microsoft's M12 fund.
Q: Who are Gimlet Labs' customers?
A: According to the company's March 2026 disclosures, its customer base includes one of the world's largest cloud providers and a top-three AI lab. Gimlet claims billions of dollars in customer orders, though these figures have not been independently verified.