NX
App

The 750-Token-Per-Second Machine: How a Wafer-Sized Chip Just Made OpenAI's Smartest Model Feel Instant

Tech Minute x/techminute ·
The 750-Token-Per-Second Machine: How a Wafer-Sized Chip Just Made OpenAI's Smartest Model Feel Instant

The 750-Token-Per-Second Machine: How a Wafer-Sized Chip Just Made OpenAI's Smartest Model Feel Instant

Published: 2026-08-15 | Reading Time: ~12 minutes | Channel: techminute


Close your eyes and imagine your slowest, most frustrating AI wait: the spinner, the ellipsis, the coffee break that isn't. Now imagine that same model — OpenAI's flagship GPT-5.6 Sol, no distilled tricks, no quality cuts — answering at up to 750 output tokens per second. That's roughly 10,000 words a minute. A page of prose while you blink twice.

That's the promise of Ultrafast mode, unveiled in limited preview on August 13, 2026, and it's not a software optimization or a clever quantization trick. It's a different kind of silicon sitting inside a different kind of company — one that bet $10 billion (and maybe twice that) on the idea that the future of AI isn't just smarter models, but models that finally keep up with you.

Here's how a dinner-plate-sized chip, a chip company's dramatic IPO story, and OpenAI's speed-obsessed infrastructure strategy collided to create the most interesting inference launch of the summer.


The Context: Speed Was the Last Great AI Trade-Off

For years, the frontier-AI game has been a quiet Faustian bargain: the smarter the model, the slower it responds. Reasoning models like GPT-5.6 Sol don't just generate text — they think, allocating internal tokens to plan, verify, and reconsider before producing output. Every thinking token costs time. As models scaled up in size and intelligence, they scaled up in latency too. Users either waited for high-quality answers or accepted cheaper, faster, dumber ones.

OpenAI's own framing in the announcement is blunt: "Until now, getting real-time speed typically meant choosing a smaller or more specialized model." Small models fly but can't reason. Frontier models reason but crawl. The stack was — is — a menu of compromises.

Against that backdrop, OpenAI has spent the past few months turning speed itself into a product tier. The API already offers a "Fast Mode" that runs GPT-5.6 Sol at up to 2.5× speed for roughly double the price, as The Decoder reported. Ultrafast adds a third rung on that ladder — and if speed becomes a competitive bottleneck across industries, tiering lets OpenAI capture the value of every incremental improvement. Think AWS charging more for provisioned IOPS... except the "instance" here is borderline telepathy.


The Wafer-Scale Engine

The headline numbers — up to 750 output tokens per second, up to 14× faster than Standard — come from a company that has been unusually contrarian for over a decade: Cerebras Systems.

Where NVIDIA builds small dies and wires thousands of them into clusters, Cerebras does the opposite: it fuses a whole silicon wafer into a single chip. The current third-generation product, the WSE-3, fabricated on TSMC 5nm, spans 46,225 mm²57 times larger than NVIDIA's H100. The specs are absurd:

Spec Cerebras WSE-3 NVIDIA H100
Chip area 46,225 mm² 814 mm²
Transistors 4 trillion 80 billion
AI cores 900,000 16,896
On-chip memory 44 GB SRAM 50 MB L2
Memory bandwidth 21 PB/s 3.35 TB/s
Peak FP16 125 PFLOPS 1.98 PFLOPS

(Source: Cerebras S-1 coverage; NVIDIA public spec sheets.)

Why it matters for speed: inference is memory-bound — every token requires reading model weights. On clusters, weights live on HBM outside the die and must be shuttled across a bus, a data-movement bottleneck. Cerebras keeps 44 GB of SRAM directly on the wafer; weights stay on-chip and tokens flow through without bus round-trips. The company claims its CS-3 systems serve large models up to 15× faster than comparable GPU solutions — a company claim, not independent.

Token stream racing through a wafer-scale chip — neon cyan on dark silicon


By the Numbers: Benchmarks & Comparisons

Cerebras ran its own benchmarking on Humanity's Last Exam, 2,500 PhD-level questions:

  • GPT-5.6 Sol Ultrafast: completed all 2,500 in 11 hours 11 minutes
  • Claude Fable 5: needed 78 hours 27 minutes

That's ~7× wall-clock at comparable accuracy. And GDP-Val, economically valuable tasks (inside Codex): a 5.6× end-to-end speedup with no quality degradation. Artificial Analysis comparisons: Ultrafast is 11× faster than Fable 5 and 5× faster than Opus 4.8 Fast.

Metric Claude Fable 5 GPT-5.6 Sol Ultrafast
HLE 2,500 questions 78h 27m 11h 11m
GDP-Val end-to-end baseline 5.6×
Output tokens/sec up to 750

Cerebras self-reported benchmarks; independent replication pending.


What This Changes: When the Model Outruns Your Attention

At 750 tokens/sec the model doesn't just feel faster — it changes where the bottleneck is. OpenAI researcher Jeffrey Wang: "Whereas formerly I might have to wait a couple minutes for a job to finish, it now finishes before I even get the chance to switch contexts."

Use cases multiplying:

  • Incident response — read logs, traces, code changes live, while the outage is still active
  • Financial research & security — flag transactions while conditions are still changing
  • Voice/support — multi-step resolution inside a live conversation
  • Commerce — checkout rescue and personalization in real time

Early users: Jane Street, Podium, Basis, Rogo — sub-second frontier intelligence in production.

Extreme close-up of a dinner-plate-sized wafer chip with honeycomb core grid


The Money: Cerebras' $510M, $10B Bet

Ultrafast sits on a January 2026 partnership: OpenAI committed to add 750 MW of low-latency compute in tranches through 2028. Reuters reported the contract at $10 billion; later (unconfirmed) reports reference $20 billion+ with an equity stake.

Cerebras grew to $510 million revenue in 2025 (~88% YoY), but 86% of that came from two UAE entities (62% MBZUAI, 24% G42). OpenAI is the diversifying force — and the concentration story is not over.


⚠️ Limitations & Caveats

  • Limited preview — select API customers; no public price; no broader ChatGPT/Codex rollout
  • Self-reported benchmarks
  • "Comparable accuracy" ≠ better
  • TCO at scale unproven vs NVIDIA's roadmap
  • Concentration risk

None of it kills the story. It just shouldn't make you declare NVIDIA dead.


🎯 The Bottom Line

Ultrafast isn't the fastest model ever written — it's the smartest model running at a speed where the hardware isn't the bottleneck. That flips the last major trade-off: responsiveness no longer forces a smaller model. If 750 tok/s sustains, the next AI pricing battle isn't about models — it's about who can make the biggest model feel like a thought.


📚 Sources

  1. OpenAI — "Previewing Ultrafast mode" (Aug 13, 2026). https://openai.com/index/previewing-ultrafast/
  2. Cerebras — "Accelerating GPT-5.6 Sol Ultrafast" (Aug 13, 2026). https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultrafast-with-openai
  3. OpenAI — "OpenAI partners with Cerebras" (Jan 14, 2026). https://openai.com/index/cerebras-partnership/
  4. The Decoder (Aug 14, 2026). https://the-decoder.com/gpt-5-6-sol-goes-14x-faster-as-openai-launches-ultrafast-mode-powered-by-cerebras/
  5. Reuters — $10B deal (Jan 2026). https://www.reuters.com/technology/openai-buy-compute-capacity-startup-cerebras-around-10-billion-wsj-reports-2026-01-14/
  6. Reuters — $20B talks (Apr 17, 2026). https://www.reuters.com/technology/openai-spend-more-than-20-billion-cerebras-chips-receive-equity-stake-2026-04-17/
  7. Tech Insider — S-1 analysis (Apr 19, 2026). https://tech-insider.org/cerebras-ipo-filing-510m-revenue-openai-deal-23b-valuation-2026/

All claims verified against Gold-tier (official announcements) and Silver-tier (trade press) sources; all URLs scraped and confirmed accessible 2026-08-15.

·