



Infinity has created Ignition, a research agent capable of implementing optimal inference on new hardware.
Ignition generates the entire inference stack for any chip. On traditional hardware, it already surpassed vLLM with a fully generated inference stack. Now we've done the same on completely new silicon: the d-Matrix Corsair.
Groq and Cerebras were dormant for years. Then they implemented versions of CUDA that worked for their chips, and both surged 5x to 6x once inference at scale became possible. The difference was software.
~$5B → $30B+
Groq
Language Processing Unit~$1B
2021 unicorn→
$6.9B
Sep 2025 · +590%
Cerebras
Wafer-Scale Chip · Inference Cloud~$4B
2021 Series F→
$23B
Feb 2026 · +475%
Groq went from ~$1B in 2021 to $6.9B after launching GroqCloud. Cerebras went from ~$4B to $23B after its OpenAI partnership made large-scale inference real. Enabling inference software bumped these chip providers' valuations by billions. In total, ~$5B became $30B+.
Infinity is building that software layer for the next generation of AI chips. Our collaboration with d-Matrix, an AI hardware startup which currently has a $2B valuation. What will their valuation be next?
d-Matrix sets the bar for what a well-engineered hardware platform looks like. Like Groq and Cerebras, they built silicon specifically for AI inference. The Corsair is built around 2 GB of high-bandwidth on-chip SRAM, a fundamentally different design choice from GPU memory hierarchies, purpose-built to eliminate the memory bottlenecks that dominate inference workloads.

The Corsair has its own instruction set and programming model. Aviator, d-Matrix's SDK, includes a low-level kernel and model authoring toolchain, a runtime stack, and a Corsair-interpretable ISA specification. It exposes the chip's compute primitives, memory subsystem, and inter-chip communication fabric through a clean, well-documented interface.
Programs compile down to QJSON, a proprietary instruction format. This is a low-resource language and is not in the training dataset for any LLM. None of this exists anywhere outside d-Matrix; but that's no problem for Ignition.
Within 10 hours of getting access to the hardware, Ignition had tensor-parallel matrix multiplications running across all 32 compute units on the Corsair card, spanning both packages with cross-chip PCIe synchronization, at every shape required for large language model inference.
It didn't port an existing library. Using the chip's instruction set and runtime, it wrote all of the compute operations from scratch and figured out how to orchestrate them across the hardware. Tiling strategies, sharding across compute units, on-chip SRAM data residency, memory staging pipelines, cross-package data movement, multi-unit synchronization. All targeted at hardware it had never seen before.
Once enablement was in place, Ignition kept optimizing. An automated performance sweep across a variety of tiling strategies and resource configurations found the optimal approach for every target workload. The result: up to 92% Speed-Of-Light. Matrix multiplications running within 10% of the chip's empirical compute peak.
For context, real-world inference workloads on NVIDIA GPUs routinely leave significant peak performance on the table, even with mature software. Our agent hit 90%+ on hardware with no existing inference ecosystem.
Matrix multiplications are the backbone of AI inference, but a working LLM needs much more: normalization, positional encodings, multi-head attention, activation functions, vocabulary projection, and the orchestration to chain them across dozens of transformer layers. Several of those operations live outside the matmul engine, on the chip's SIMD vector units.
Ignition got SIMD compute working end-to-end on the Corsair, generating vector kernels for every non-matmul operation in the pipeline. In 10 days, it had Qwen3, Qwen3.5, and Gemma4 running end-to-end on the Corsair. All transformer layers. Real weights. Real text in, real text out.
Our agent wrote every layer of the pipeline from scratch, including custom compute kernels where none existed. Each operation was validated against the original model's outputs, and composed into a full pipeline that produces the correct next token.
The system is live in internal preview as the Infinity d-Matrix Cloud, running inference requests on Corsair silicon.
Running Qwen3 on the Infinity d-Matrix Cloud, powered by the CorsairOn traditional hardware, our agent wrote an inference engine from scratch and autonomously optimized it to deliver up to 34.3% more tokens per second than vLLM. We are now using the same techniques to optimize inference for the Corsair.
With thanks to Sree Ganesan, Arash Fayyazi, Aseem Bathla, Max Sbabo, Ramya Ramachandran, Satyam Srivastava, and Sayantan Sarkar from d-Matrix for their guidance, tooling support, and collaboration throughout this work.
Ignition can be deployed on any new chip architecture. It generates the entire inference stack, optimizes for peak throughput, and delivers production-ready software in days, not years.
Contact us