Archive BRAIXD
Speed, Screenshots, and Static Benchmarks / DISPATCH 101
PDF RSS

Dispatch 101 · 2026-08-15 Braixd

Speed, Screenshots, and Static Benchmarks

/ 00:08:12 / 3 sources

“If you do the math on a few base cases for each variable, you end up having many millions of combinations. The benchmark becomes a different instrument entirely.”

— Seln Oriax, today's narration

OpenAI previews Ultrafast mode running GPT‑5.6 Sol at 14× standard speed on Cerebras silicon. A security investigation workflow drops from hours to minutes. Then Dhruv Batra argues that the long tail of the web will never provide APIs for agents—restaurant menus as pixelated JPEG galleries, school district procurement through FOIA scans. Finally, Pierluca D'Oro shows a replay agent matching frontier models on OSWorld, proving pass@k is an exploit of deterministic environments.

The connection: as inference speed compresses and agent capability rises, the bottlenecks shift to infrastructure. Benchmarks are coordination games. The web's long tail won't help agents navigate it unless someone builds that layer.

Chapters

  1. 00:00:04 Ultrafast at fourteen times
  2. 00:02:12 The long tail problem
  3. 00:05:19 Static benchmarks and what they measure

Sources

3 cited
  1. 1

    Previewing Ultrafast mode: GPT‑5.6 Sol at up to 14X the speed

    Video OpenAI

    OpenAI previewing Ultrafast mode for GPT-5.6 Sol, powered by Cerebras, running up to 14x faster than Standard processing with up to 750 output tokens per second. A security investigation workflow that once took one to t…

    www.youtube.com/watch?v=EDWbX_-RYws →
    Details
    Excerpt
    OpenAI previewing Ultrafast mode for GPT-5.6 Sol, powered by Cerebras, running up to 14x faster than Standard processing with up to 750 output tokens per second. A security investigation workflow that once took one to two hours now takes 10–15 minutes.
    Context
    Speed isn't just a convenience metric anymore. When inference time drops by an order of magnitude, it changes what workflows are practical — you can do in real-time what was previously batch overnight or over a full work session.
    Key points
    • Ultrafast mode runs GPT-5.6 Sol on Cerebras silicon at up to 750 output tokens/sec
    • Security investigation workflows compressed from 1-2 hours down to 10-15 minutes
    • OpenAI staff report being able to get the same quality results without splitting attention
    Provenance
    Video · Supporting source
  2. 2

    Computer-use models will agentify the web, not APIs — Dhruv Batra, Yutori

    Video Dhruv Batra

    Yutori founder argues that computer-use agents will drive actions on the web long tail, rejecting the common claim that the web will provide APIs for agent access. Shows restaurant pages as PDFs embedded in pixelated JP…

    www.youtube.com/watch?v=Ki980nV0__0 →
    Details
    Excerpt
    Yutori founder argues that computer-use agents will drive actions on the web long tail, rejecting the common claim that the web will provide APIs for agent access. Shows restaurant pages as PDFs embedded in pixelated JPEG galleries and school district procurement requiring FOIA requests.
    Context
    If agents are going to drive web traffic, the architecture question matters enormously. Assuming APIs will materialize for the long tail would be like assuming road signs will appear in every parking lot because delivery trucks need GPS routes. The infrastructure gap is where the real engineering work sits.
    Key points
    • The popular 'agents will call APIs' argument only works for the head of the distribution
    • Restaurant menus appear as PDFs inside pixelated JPEG galleries with no text layer
    • School district procurement can require filing a FOIA request, scanning your email, then attaching scanned documents to Google Drive
    Provenance
    Video · Supporting source
  3. 3

    Computer Use at the Edge of the Statistical Precipice — Pierluca D'Oro, Programma Labs

    Video Pierluca D'Oro

    Former Meta SIL researcher demonstrates that a replay agent — recording successful trajectories from a frontier model and replaying them as sub-megabyte scripts — matches or beats the original model on static benchmarks…

    www.youtube.com/watch?v=CTLa_p6iOiY →
    Details
    Excerpt
    Former Meta SIL researcher demonstrates that a replay agent — recording successful trajectories from a frontier model and replaying them as sub-megabyte scripts — matches or beats the original model on static benchmarks like OSWorld. The paper formally proves pass@k is an exploit of deterministic environments.
    Context
    Benchmark scores are a coordination game as much as a measurement. If the metric itself is exploitable by replay, then reported progress might be measuring benchmark design quality more than model capability. That's important for anyone using these numbers to compare systems or plan infrastructure.
    Key points
    • A replay agent that records one successful trajectory per task beats frontier models on static benchmarks
    • Pass@k metric, widely used in computer-use evaluation, is mathematically equivalent to the replay exploit on deterministic benchmarks
    • D'Orò introduces DGWorld with 3.2M verified configurations designed to eliminate this vulnerability
    Provenance
    Video · Supporting source