Blog
Engineering

Artemis at NVIDIA GTC 2025: CUDA runtime cut from 145s to 14s

A live demo at our GTC booth: Artemis applied to Sakana.ai's CUDA code, taking a 145-second run down to 14 seconds. A 10x speedup, validated on the spot.

Artemis at NVIDIA GTC 2025: CUDA runtime cut from 145s to 14s
18 Mar 2025 · 3 min read

At NVIDIA GTC 2025 we spent the week showing Artemis to developers who arrived with the same three problems: legacy code nobody wants to touch, AI-generated code carrying hidden technical debt, and a codebase that simply needs to go faster on the hardware already paid for.

The demo

The one that drew a crowd: Artemis applied to Sakana.ai's CUDA code, cutting runtime from 145 seconds to 14 — a 10x speedup, run live at the booth.

Why CUDA is a hard target

GPU code is where hand-tuning hurts most. The search space is large, the interactions between memory layout, occupancy, and kernel structure are non-obvious, and the only honest way to compare two candidates is to run both on the target hardware. That is exactly the loop Artemis automates: generate, build, benchmark, keep what measurably wins.

What it means for your codebase

A 10x on a demo is a headline. The transferable part is the method. Nothing about the approach is CUDA-specific — it works wherever performance is measurable and correctness is checkable.

More blogs

Discover the ROI hiding in your stack.

Point Artemis at a system you already run, and see the improvement it finds, validated, before you change a thing.