Stanford Researchers: AI Agents Are Making CUDA DSLs Obsolete
Retire the Abstractions

In a blog post, Stanford's Hazy Research team argues that AI agents are replacing the need for CUDA domain-specific languages (DSLs) like ThunderKittens. They found that while megakernels previously required complex abstractions to manage, agents can now work through the complexity directly, generating optimized code from scratch. This shift suggests that the role of abstractions as cognitive offloaders is ending, with agents taking over. The team predicts CUDA DSLs will soon be retired, though they note that abstractions still serve as shared surfaces and oracles in some contexts.
Abstractions retire. Ideas stay.