Zain Asgar spent years watching AI infrastructure get built around one assumption: that a single chip family, the graphics processor, would carry everything. By the time he and four co-founders took Gimlet Labs out of stealth in October 2025, that assumption had hardened into the industry's most expensive bottleneck.

Their answer is a cloud that refuses to pick one chip.

🎯
Inference, the act of running a trained model, is now the dominant AI workload. It is also not one workload: prefill, decode, and tool calls stress different parts of the hardware.

Gimlet Labs raised $300 million in a Series B led by Andreessen Horowitz (a16z) on September 4, 2026, at a $3 billion valuation, to run those phases across many kinds of silicon at once.

The wager is architectural. If it holds, the scarce resource stops being the fastest graphics processor and becomes the software that decides which chip does what.

The round lifts its total funding to $392 million, five months after an $80 million Series A led by Menlo Ventures. Arm and Microsoft's venture fund, M12, joined as new backers, alongside returning investors Factory and Sapphire Ventures.


TIMELINE: Gimlet Labs, stealth to $3B
─────────────────────────────────────────────────────────────
  2025 ──────── Oct 2025 ──────── Mar 2026 ──────── Sep 2026
  🔬            🧪                🏭                ◉ NOW
  founded       $12M seed          $80M Series A     $300M Series B
                leaves stealth     Menlo-led         a16z-led, $3B

Company announcements and funding records, 2025-2026

The architecture bet: stop picking a winning chip

Every large language model is a chain of jobs with different appetites. Prefill reads the prompt and is compute-bound. Decode writes the answer one token at a time and is memory-bound. Tool calls are network-bound. A single processor has to be mediocre at all three.

Its software slices a model apart and routes each phase to the hardware that handles it best: graphics processors, central processing units, accelerators that keep data in on-chip memory, and dataflow architectures. The company says the approach delivers up to 10X gains in throughput and interactivity on frontier models within the same power envelope.

$3B post-money valuation

Gimlet Labs Series B valuation

Led by Andreessen Horowitz, announced September 4, 2026. · Gimlet Labs, 2026

"We're able to deliver unprecedented performance because Gimlet software intelligently slices and orchestrates workloads across different types of hardware, from both mainstream and emerging chipmakers," Asgar said.

The vendor list matters. It supports chips from NVIDIA, AMD, Intel, Arm, Cerebras, and d-Matrix, and sells the layer that makes them interchangeable. Arm's participation in the round is the tell: a chip designer investing in the software that decides when its chips get used.

AI demand is growing exponentially, while data centers and silicon can't keep pace. The answer isn't just more infrastructure — it's a better architecture.— Raghu Raghuram, managing partner, Andreessen Horowitz

Where the $300 million goes

It sells two things. Gimlet Cloud is a serverless inference service built for AI agents. A second product runs as a managed service inside a customer's own data center. Underneath both sits a compiler that uses AI agents to find the best way to adapt model code to each chip, then tests the result before shipping it. A companion tool, kforge, generates optimized kernels from PyTorch, the framework most models are trained in.

10× faster, same power

Reported inference speed-up

Gimlet says disaggregation delivers up to 10X throughput and interactivity gains on frontier models. · a16z / Gimlet Labs, 2026

The new capital is aimed at physical capacity. The company says it has secured billions of dollars in contracted revenue and is scaling to hundreds of megawatts (MW) of managed, heterogeneous infrastructure, with a gigawatt-scale data center pipeline. It also plans an inference-optimized server that can sit outside a traditional facility.

What "disaggregation" actually means

The standard trick, prefill-decode disaggregation, runs the two heaviest phases of inference on separate chips. It goes further: it can split the decode phase itself, or hand a first draft to a small model and a final answer to a large one, with each model on a different architecture. The split itself is routine. Proving it still returns the same answer is the hard part.

The demand signal behind that buildout is the shift from training to serving. Inference is now measured in quadrillions of tokens a month, and Goldman Sachs estimates AI capital spending will reach $765 billion in 2026 alone, or $7.6 trillion cumulatively through 2031. Most of that money is still poured into homogeneous racks.

ConstraintSingle-chip rackMulti-silicon rack
Throughput per watt ◐ fixed by one architecture ✔ tuned per workload
Supplier risk ✗ one vendor, one roadmap ✔ spread across many
Operational complexity ✔ uniform and predictable ✗ power, cooling, networking differ
Trade-offs described by Gimlet Labs and a16z, 2026

Gimlet is not alone in the category. Inferact raised $150 million in seed funding in January, Baseten raised $300 million in February, and Groq has rebuilt itself as an Nvidia-powered neocloud after a licensing deal stripped its founding team. The money is plentiful. The question is which layer captures it.

The turning points

Three moments set up this round. The first was December 2025, when a non-exclusive licensing deal between Nvidia and Groq showed how fast the hardware layer can be reshuffled by a single contract. The second was March 2026, when the company said it had tripled its customer base and added one of the top three frontier labs and one of the top three hyperscalers.

The third is the round itself. The $3 billion valuation is a statement about where the margin sits. It has no fabrication plant, no chip of its own, and describes its revenue only as "billions contracted".

As we wrote in August, Etched's $21 billion bet on single-purpose inference silicon is a one-trick wager: it wins only if one model architecture keeps winning. Gimlet is making the mirror-image bet. If model architectures keep fracturing, the orchestration layer becomes the durable asset.

What could break the thesis

The obvious risk is that one architecture gets good enough. If Nvidia's next generation closes the gap between prefill and decode efficiency, the premium for heterogeneity shrinks. The less obvious risk is operational. Running many chip types in one facility means different power densities, cooling needs, and network topologies. Heterogeneous compute is sometimes a compiler problem and sometimes a plumbing problem.

Its answer is that it has already moved into power, cooling, and data-center construction. That is a capital-heavy business with thin margins and long lead times, and it is exactly where the constrained AI buildout is heading. The company is betting that whoever solves orchestration owns the layer above the chips, and that this layer is where the next decade of infrastructure margin accumulates.

Sources

Announcing Gimlet's Series B
The company's own announcement: $300 million raised, led by Andreessen Horowitz, with the full backer list and the technical case for heterogeneous disaggregation.
Primary source for the funding event and the company's claims.
Investing in Gimlet
The lead investor's thesis: inference demand compounds at software speed while power plants and fabs cannot, so making heterogeneous hardware act as one system is the unlock.
States the investment logic and the 10X performance claim in the investor's own words.
Gimlet Labs nabs $300M for its disaggregated inference platform
A technical breakdown of how Gimlet splits prefill, decode, and draft-model work across chips, and its plan to ship an inference-optimized server without a motherboard.
Explains the compiler and disaggregation mechanics behind the marketing claim.