Skip to content
HomeNewsDigestsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Token & cost optimization/
  4. Anthropic Open-Sources Claude-Generated Custom GPU Kernels for 4x Faster Inference
Token & cost optimization

Anthropic Open-Sources Claude-Generated Custom GPU Kernels for 4x Faster Inference

Anthropic open-sourced optimization routines for over 30 open-source biology models, achieving a 4x average inference acceleration. The improvements were generated autonomously by Claude writing custom GPU software and kernels.

September 18, 2026· 3 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated September 18, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Anthropic Open-Sources Claude-Generated Custom GPU Kernels for 4x Faster Inference

Impact: Medium

Why it matters

You can inspect and reuse Claude-authored GPU kernel patterns to slash execution latency and cloud compute costs in specialized model pipelines.

TL;DR

  • 01Claude autonomously designed and compiled custom GPU kernels across 30+ models.
  • 02Achieved a 4x average inference acceleration on specialized open-source architectures.
  • 03All generated kernel code and optimization pipelines are fully open-sourced.

Key facts

Average Speedup
4x faster (self-reported)
Models Optimized
30+ open-source models
Author
Claude (autonomous kernel synthesis)
Availability
Open source

Autonomous GPU Software Synthesis Specialized non-standard neural architectures frequently hit performance barriers on modern hardware due to missing operator fusions and generic CUDA fallbacks. Anthropic tasked Claude with analyzing bottlenecks, refactoring memory access patterns, and drafting custom GPU kernels targeting biological model architectures. The resulting implementations produced an average 4x throughput improvement across 30+ open-source models. ### Open-Source Playbook for Hardware Engineers Anthropic released the entire repository of generated kernels and profiling harnesses. Beyond the domain of computational biology, the released artifacts serve as a practical blueprint for developers using Claude Code or Cursor to author high-performance Triton or CUDA kernels for bespoke machine learning workloads.

Try it in 2 minutes

git clone https://github.com/anthropics/anthropic-science-opt && cd anthropic-science-opt && pip install -r requirements.txt

bash

✓ When to use

  • Writing custom fused operators for novel or domain-specific neural architectures.
  • Benchmarking agent-assisted kernel optimization against hand-written CUDA code.
  • Reducing latency in batch inference pipelines that rely on specialized non-LLM models.

What to do today

  • →Clone Anthropic's optimization repository to inspect Claude-generated GPU kernel structures.
  • →Identify high-latency custom operators in your internal PyTorch or Triton model inference pipelines.
  • →Prompt Claude Code with your operator signatures to generate fused CUDA/Triton implementations.
#Claude#CUDA#Triton

Sources

  • Anthropic Research Announcement on X
ShareShare on XShare on LinkedIn
← Previous storyBonsai 2 27B Delivers Near-Lossless Ternary Compression for Coding AgentsNext story →Two Defensive Copyediting Rules to Prevent LLMs from Degrading Your Writing

Related stories

  • Token & cost optimizationOpenAI Rebuilds Core Storage Service in Rust with Two Engineers and AI
  • Token & cost optimizationDeepSeek Releases V4.1 Flash Slashing Cached Token Costs by 60 Percent
  • Token & cost optimizationPonytail Plugin Cuts AI Coding Agent Output by Half While Preserving Safety

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.