It allows you to access Google Colab GPUs in your terminal so you can easily use your typical devtools/IDEs (Neovim,Cursor,etc) while still having access to a GPU runtime.
`cgpu run nvcc...` is concise enough that coding agents probably can use it if that's your preference.
Ideally I would like to add more cloud options so if anyone has suggestions for free GPU resources please feel free to share! One caveat is that Google Colab has usage limits so this is not intended for heavy workloads but it's useful if you just want to write CUDA programs and test/compile them.