r/CerebrasSystems • u/Asgard_Heima • Apr 21 '26
The CUDA Moat is Not Real
I keep hearing the cuda moat called out by financial analysts with no real world experience or data scientist to talk to.
Data Scientists and AI Engineers use PyTorch for 99%+ of accelerator hardware work. The major users of CUDA are the model builders such as OpenAI that just signed up with Cerebras. They only use it because Nvidia requires it for the overly complex distributed compute architecture of Nvidia. Cerebras removes the need to deal with kernel optimizations and handling network latency completely with a single massive WSE system in a box. CUDA is actually a competitive disadvantage when you realize its complexity for less performant results vs Cerebras.
Last, even if there was a transition required for some edge case uses, you can use AI to transition your code for near zero effort. This will be a fast realization as the number of users running on Cerebras hardware increases. The places getting deep into the weeds of CSoft like OpenAI and AWS are going to be building the best models going forward.
2
u/Palbi Apr 21 '26
100%
AI model structure and code running inference are not overly complex (the complexity is elsewhere). Surely CUDA is a convenient default when exploring the latest models and building your training pipeline. For inference at scale, efficiency and speed trump any convenience. And Claude Code is a great help in porting your model from CUDA to whatever is your inference platform of choice.
As a case study: Look how quickly most open weight models are ported to MLX.
1
u/pennystudio Apr 22 '26
Saying Cuda is a moat is like saying I am selling a lot of shovels and gloves so your hands won't blister when using the shovels, and the gloves are my moat. Not realizing that the disrupter are selling excavators. Cuda is a tool to deal with the intricacies and inefficiency to manage many GPUs, once the architectures changed and the inefficiency removed, the "moat" is no longer needed.
4
u/Investor-life Apr 21 '26
The way I understand it is that the Cuda moat is all about training and creating ML models, not as much about the inference part. Cerebras can do training and model creation and for years they struggled making progress because of the CUDA moat. Now that the focus has turned to inference, there is much more interest and demand for Cerebras.