Skip to content

anthropic

Claude Opus 4.5 squeezed a kernel from 147,734 cycles to 1,487

Claude News

Anthropic has open-sourced a performance-engineering test task: optimize a kernel running on a simulated VLIW SIMD processor. The baseline takes 147,734 cycles. Claude Opus 4.5 got it down to 1,487, a 99x speedup that beat what most humans managed.

The simulator models a single core that can pack up to 12 scalar ALU operations, 6 vector operations (8 elements each), 2 loads, and 2 stores into every cycle. The baseline kernel issues exactly one operation per cycle, leaving the rest of the machine idle.

The workload is a batched tree traversal with hashing: a tree of height 10 (2047 nodes), batches of 256 elements, 16 rounds, 4096 steps in total. Data gets 1536 words of fast memory, and the 2-loads-per-cycle ceiling binds harder than the compute limit.

Related stories

  1. Sonnet 5 aligned an early Opus 4.8 checkpoint
  2. Claude Fable 5.1 cracks Urquhart's Cyphral Distich
  3. The last of Wiedijk's 100 theorems falls to Anthropic
  4. Anthropic paper: automated researchers fix 10/10 benchmarks
  5. Claude's protein binders hit 14 of 15 targets in wet lab
  6. Opus 5 tops a new conceptual reasoning index at 73.6

Comments

No comments yet. Be the first.

Join the conversation

Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.

We only use your name and avatar from Google. We never store your email address.