Personalized AI rules and profiling persistence for power users
.rightnowrules
feature provides hardware-aware, personalized AI assistance tailored to your CUDA development workflow and GPU architecture.
.rightnowrules
file contains custom AI guidelines that enhance every interaction - from chat conversations to code completions. It combines:
Ctrl+Shift+P
)RightNow: Generate .rightnowrules File
.cu
, .cuh
, .cuf
) in your workspace.rightnowrules
existsGPU Architecture Detection
User Preference Integration
beginner
: Focus on correctness and learningintermediate
: Balance performance and readabilityexpert
: Aggressive optimizations and advanced featuresmachine_learning
: Tensor operations, mixed precisionscientific_computing
: Double precision, memory bandwidthgraphics
: RT cores, rasterization pipelinesgeneral
: Balanced approach across domainsperformance
: Maximum throughput and speedmemory
: Minimize memory usage and bandwidthpower
: Energy-efficient implementationsbalanced
: Compromise across all factors.rightnowrules
as context for all conversations.rightnowrules
.rightnow/profiling/kernels.json
for tracking optimization progress across sessions.
Comprehensive Metrics
Historical Tracking
AI Recommendations
cudaExperienceLevel
: Beginner, Intermediate, ExpertcudaPrimaryUseCase
: ML, Scientific, Graphics, GeneralcudaOptimizationFocus
: Performance, Memory, Power, Balanced.rightnowrules
: Version control recommended for team guidelines.rightnow/profiling/
: Add to .gitignore
for personal profiling data.rightnowrules
to share team coding guidelines, but keep .rightnow/profiling/
local for individual optimization tracking.