RightNow AI Releases AutoKernel: An Open-Source Framework that Applies an Autonomous Agent Loop to GPU Kernel Optimization for Arbitrary PyTorch Models

MarkTechPost / 4/6/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsTools & Practical UsageModels & Research

Key Points

  • RightNow AI released AutoKernel, an open-source framework designed to automate GPU kernel optimization for arbitrary PyTorch models.
  • The framework uses an autonomous LLM agent loop to iteratively search and improve GPU kernel implementations.
  • AutoKernel is positioned to reduce the effort and specialization burden typically required for high-performance GPU programming in ML engineering.
  • By focusing on generality across PyTorch models, the tool aims to broaden applicability beyond hand-tuned kernels for specific architectures.

Writing fast GPU code is one of the most grueling specializations in machine learning engineering. Researchers from RightNow AI want to automate it entirely. The RightNow AI research team has released AutoKernel, an open-source framework that applies an autonomous LLM agent loop to GPU kernel optimization for arbitrary PyTorch models. The approach is straightforward: give […]

The post RightNow AI Releases AutoKernel: An Open-Source Framework that Applies an Autonomous Agent Loop to GPU Kernel Optimization for Arbitrary PyTorch Models appeared first on MarkTechPost.