Paired Engines for Prefill and Decode
MatX
The key shift is that inference hardware is starting to look like a relay team, not a single superchip. Prompt processing and token generation stress different parts of the system, so vendors are increasingly pairing throughput heavy engines for prefill with ultra low latency engines for decode. That cuts idle time and tail latency, and it makes a one box architecture like MatX compete against a best component stack instead of just another chip.
-
Prefill is the step where the model reads the whole prompt and builds KV cache. Decode is the step where it emits one token at a time. NVIDIA says Vera Rubin plus Groq 3 LPX splits those jobs explicitly, with Dynamo routing attention work to Rubin and latency sensitive token generation to LPX.
-
AMD and Cerebras are pushing the same pattern from the other direction. Their July 23, 2026 partnership combines AMD Helios for high throughput prompt ingestion with Cerebras Wafer Scale Engine for token generation, and plans first deployment through Cerebras Cloud in the second half of 2026.
-
This pattern is spreading beyond the biggest vendors. Related research shows General Compute planning AMD plus SambaNova, and Majestic Labs positioning around Nvidia for prefill and a specialized memory dense tier for decode. That means modular inference is becoming a market structure, not a one off integration.
The next battleground is the serving layer that hides this split from the customer. Winning stacks will make mixed hardware feel like one endpoint, while quietly placing each token on the cheapest and fastest engine for that step. That pushes MatX to prove a unified system can beat modular pairings on real production economics, not just architectural elegance.