RightNow-AI/autokernel
Autoresearch for GPU kernels. Give it any PyTorch model, go to sleep, wake up to optimized Triton kernels. observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 73
- Release rhythm 35
- Longevity 12
Flags: no_releases young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 176
- days_rel: n/a
- days_push: 167
- n_releases_24m: 0
Adoption not part of the score
1535 stars · 161 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
AutoKernel is an open-source autoresearch pipeline that takes any PyTorch model, profiles it to find GPU kernel bottlenecks, extracts them as Triton or CUDA C++ kernels, and lets an AI coding agent autonomously optimize them via an edit-benchmark-keep/revert loop. It ships with profiling, extraction, benchmarking, and verification scripts plus a comprehensive program.md that guides agents through hours of unattended optimization.
Use cases
- speed up my pytorch model with custom triton kernels
- automatically optimize gpu kernels overnight
- find which kernels are bottlenecks in my llama model
- generate cuda kernels faster than torch.compile
- benchmark and verify kernel correctness automatically
- reduce gpu inference costs for my model
- extract bottleneck ops from a pytorch model into standalone kernels
When to choose
- you have an NVIDIA GPU (H100/A100/RTX 4090) and a PyTorch model that is too slow
- you want autonomous, unattended kernel optimization driven by a coding agent like Claude or Codex
- you want verified correctness checks and roofline analysis alongside speedups
- you prefer an open-source MIT-licensed pipeline you can inspect and customize
When to avoid
- you have no NVIDIA GPU or use AMD/Apple silicon
- you need a fully managed, enterprise-supported drop-in kernel replacement service (the vendor's Forge product targets that)
- your model is tiny or already well-optimized so kernel-level gains are negligible
- you cannot run an external LLM coding agent in your environment
Facets
cli-tool · maturity active
machine-learning benchmarking gpu-computing llm-inference agent-framework developer-tools machine-learning gpu-computing performance developer-tools deep-learning python cli triton cuda-kernels kernel-optimization autonomous-agents pytorch autoresearch profiling amdahls-law linux gpu
5 sources
- readme: https://github.com/RightNow-AI/autokernel · fetched 2026-08-28 · dc3df724427e
- homepage: https://www.rightnowai.co/forge · fetched 2026-08-29 · 623f618c156c
- site_page: https://www.rightnowai.co/docs · fetched 2026-08-29 · 66a23f9f0969
- site_page: https://www.rightnowai.co/changelog · fetched 2026-08-29 · 1532de1807ce
- site_page: https://www.rightnowai.co/pricing · fetched 2026-08-29 · 93aa309811e4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RightNow-AI/autokernel | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="RightNow-AI/autokernel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem