OpenAI is using Cerebras speed to eliminate AI’s waiting problem
OpenAI researchers are already using internal models running on Cerebras chips, and Jeffrey Wang says some tasks now finish before he can switch his attention elsewhere. The real signal is not another speed benchmark. AI inference may be crossing the point where waiting no longer breaks a person’s flow.
OpenAI researcher Jeffrey Wang reveals the internal models running on Cerebras chips are so fast that tasks now finish before he even has the opportunity to context-switch, and it increases his productivity.
— Fireside Alpha (@firesidealpha) July 28, 2026
Internally, we have some OpenAI models that are on Cerebras chips.… https://t.co/Aajgm9J5xl pic.twitter.com/I9DZwBzwVW
Q1What actually happened?
An OpenAI researcher says the company is already running some internal models on Cerebras chips. The models complete certain tasks so quickly that he no longer has time to switch to something else while waiting. OpenAI officially announced its Cerebras partnership in January, with plans to add 750 megawatts of low-latency inference capacity.
Q2How fast are we talking?
OpenAI’s first real-time model built for Cerebras hardware, GPT-5.3-Codex-Spark, generated more than 1,000 tokens per second. That is several pages of text every second. Cerebras has also run OpenAI’s 120-billion-parameter open model at around 3,000 tokens per second. The exact internal models Wang used are not public, but his point is practical: the wait has become too short to leave the task.
Q3Why does context switching matter?
Because a ten-second pause can become a five-minute distraction. You ask the AI to do something, open another tab, answer a message, and forget where you were. If the result arrives while the problem is still fresh in your head, you can review it, correct it, and run the next step immediately. The chip is not just saving seconds. It is protecting attention.
Q4What makes Cerebras different from a GPU?
Cerebras builds one processor roughly the size of an entire silicon wafer. Its compute, memory, and connections sit much closer together than they do across a normal cluster of separate GPUs. That reduces the time spent moving model data between chips, which is one of the main reasons AI output slows down. The design is especially useful when a model needs to generate a long answer token by token.
Q5Is speed really more important than model quality?
Not by itself, but the two are becoming connected. A faster system can let a model reason for more steps, test more ideas, or use more tools without making the user wait several minutes. The same latency budget can therefore buy either a quicker answer or a deeper answer. That makes inference speed part of model quality, not just a nicer user experience.
Q6Does this threaten Nvidia?
Potentially, but not because OpenAI will suddenly stop using GPUs. Nvidia remains central to AI training and large-scale inference. The threat is that companies may stop using one type of chip for every stage. AMD, AWS, Cerebras and others are already splitting prompt processing and answer generation across specialized hardware. Cerebras wants to own the part where low latency matters most.
Q7So why does this matter now?
AI models are being asked to write code, search files, call tools, and complete multi-step jobs. Every extra step adds more waiting. OpenAI’s 750-megawatt Cerebras commitment suggests it expects high-speed inference to become a major production workload, not a small experiment. Wang’s experience is an early sign that this infrastructure is already changing how people work.
