Frontier Systems & Hardware

Non-NVIDIA silicon, decentralized training, edge LLMs, training-inference co-design.

Chapter opener illustration: Frontier Systems &amp.

"The scaling wall is no longer a wall in parameters. It is a wall in megawatts."

FrontierFrontier, Silicon-Curious AI Agent
Looking Back

Chapter 57 planned the cluster. This chapter inventories the cutting edge: H100, H200, Blackwell, MI300, TPU v5e and v5p, Trainium, Cerebras, Groq, and the emerging analog and photonic stacks. Performance numbers, software stack maturity, and where each chip family is winning.

Big Picture

The story of 2026 frontier systems is one of consolidation and divergence at the same time. Consolidation, because NVIDIA acquired Groq in late 2025 and the inference-silicon market is now three players (NVIDIA, Cerebras, AMD) rather than ten. Divergence, because the workload split between training and inference, between centralized and decentralized, between cloud and edge, is wider than at any prior moment in the field. Cerebras CS-3 signed a $10B+, 750 MW deal with OpenAI in January 2026. Nous Psyche trained models across the public internet using DeMo with bandwidth requirements 1000-10000x lower than synchronous DDP. Apple's MLX became the on-device runtime for iOS Foundation Models. And FlashAttention-4 rewrote the inference kernel around Blackwell's asymmetric SMs. This chapter walks all five threads.

Chapter Overview

Hardware diversified in 2024 and 2025 in ways the prior decade did not see. This chapter walks the new frontier-systems map: non-NVIDIA silicon (Groq, Cerebras, Tenstorrent, AMD MI355), decentralized training (Nous Psyche, DeMo, DisTrO) that broke the co-located-datacenter assumption, edge LLMs (MLX, Apple Intelligence, Llama-Mobile) on Apple Silicon and beyond, FlashAttention-4 and Blackwell-era inference kernels, and the training-inference co-design discipline that the field stopped treating as separate concerns.

Frontier systems have moved from "NVIDIA plus FlashAttention plus DeepSpeed" to a genuine multi-vendor, multi-paradigm stack. This chapter is the 2026 picture, with enough specifics to plan for 2027.

Note: Learning Objectives
Library Shortcut

The hardware story is mostly platforms, not Python packages, but the relevant code-level entry points are:

pip install mlx mlx-lm   # Apple Silicon LLM inference
pip install nous-psyche   # decentralized training prototype (Solana-backed)
pip install flash-attn==4.0.0  # FlashAttention-4 (Blackwell)

The other frontier silicon (Cerebras, Tenstorrent, AMD MI355) is accessed primarily through provider SDKs, not Python packages you install locally.

Sections in This Chapter

Prerequisites

What Comes Next

Chapter 64 closes Part XII with the question this whole part has been building toward: where does the AGI timeline actually land, what do the 2025-26 frontier benchmarks say, and what happens to the labor market on the way there. The systems and silicon described in this chapter are the substrate; Chapter 64 looks at the curve they are bending. Continue to Chapter 59: Distributed Training Systems.

Further Reading

Inference Kernels

Dao, T., Fu, D. Y., Ermon, S., Rudra, A., & Re, C. (2022). "FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness." NeurIPS. arXiv:2205.14135. The IO-aware attention kernel that defined the modern inference performance baseline; FlashAttention-2/3/4 all build on this design.
Shah, J., Bikshandi, G., Zhang, Y., Thakkar, V., Ramani, P., & Dao, T. (2024). "FlashAttention-3: Fast and Accurate Attention with Asynchrony and Low-Precision." arXiv preprint. arXiv:2407.08608. The H100-tuned FlashAttention using Hopper async TMA; sets the Blackwell-era performance reference frame for Section 58.4.

Decentralized Training

Peng, B., et al. (Nous Research). (2024). "DeMo: Decoupled Momentum Optimization." arXiv preprint. arXiv:2411.19870. The DeMo optimizer used by Nous Psyche; demonstrates training across uncoordinated nodes with bandwidth-constrained gradient sharing.
Douillard, A., Feng, Q., Rusu, A. A., Chhaparia, R., Donchev, Y., Kuncoro, A., et al. (2023). "DiLoCo: Distributed Low-Communication Training of Language Models." arXiv preprint. arXiv:2311.08105. Google DeepMind's federated-style LM training algorithm; foundational to the geographically distributed training story in 58.2.

Edge and Alternative Silicon

Hannun, A., Digani, J., Katharopoulos, A., & Collobert, R. (2023). MLX: An array framework for Apple silicon. github.com/ml-explore/mlx. Apple's unified-memory ML framework powering on-device LLMs discussed in Section 58.3.
Lie, S. (2023). "Cerebras Architecture Deep Dive: First Look at the Cerebras Wafer-Scale Engine 2." IEEE Hot Chips. Cerebras whitepapers. Reference architecture for wafer-scale inference; useful comparison material for the non-GPU silicon options in 58.1.