Cloudflare acquires Ensemble AI team for inference work
Cloudflare announced today that key members of Ensemble AI, a San Francisco-based startup founded in 2023, are joining the company to advance its AI infrastructure work. The team has focused on reducing the cost of serving large models through model compression and efficient inference techniques.
Ensemble’s work is centered on architectural improvements rather than only quantization or hardware-level optimization. The team’s approach aims to shrink memory, compute, and deployment overhead for large language models and multimodal architectures while maintaining quality.
Efficiency at the model architecture level
Rather than treating efficiency as a purely numerical or hardware problem, Ensemble developed NdLinear, a drop-in replacement for standard linear layers in transformer models. Instead of flattening multi-dimensional activations, it operates directly on them, preserving axes like heads, channels, and spatial dimensions. This reduces parameter count and compute required during inference.
The team also built NdLinear-LoRA, an adaptation method intended to cut the number of trainable parameters needed when fine-tuning large models. These techniques complement other efficiency methods such as quantization and vector quantization, pointing toward a future where developers can run capable models with lower resource requirements.
Which Cloudflare efforts this supports
Cloudflare’s Workers AI platform offers serverless GPU-powered inference across its global network. The company says inference cost remains one of the biggest scaling barriers for AI applications, especially as workloads move beyond text generation into agents, multimodal models, personalization, fine-tuning, retrieval, and reinforcement learning.
The incoming team will join the Workers AI Machine Learning Engineering group, working to improve the economics of serving large language models and other advanced architectures. Focus areas include model efficiency, GPU utilization, and scalable deployment. This builds on prior Cloudflare work such as its Infire inference engine, the Unweight tensor compression technique, and its platform for running extra-large language models.
A broader infrastructure play
Cloudflare’s positioning here is its global network combined with serverless architecture, which it argues is the right substrate for running AI close to applications. Combining that infrastructure with Ensemble’s model compression and architecture work is meant to let developers deploy AI with lower cost and operational overhead.
The deal follows a period of increasing attention on inference economics as model sizes and workload dynamics grow. Ensemble’s team is now tasked with helping Cloudflare make AI more accessible and affordable for developers deploying at scale.



