Vast.ai Skill for AI research Instead of manually renting a GPU on...

Instead of manually renting a GPU on vast.ai and ssh into it and starting codex to run experiments, I just ask codex
“Run this experiment on an H100.”
How it works
- Codex runs “vastai search” and “vastai create” to rent a remote GPU.
- Codex now has access to the GPU via ssh.
- Codex edits your code locally, rsync the code and runs your code on the remote GPU.
- Same workflow as how you would run a local codex session but now your codex has access to GPU.
Why I like it
- Scale to multiple GPUs
- GPUs are usually cheaper in vast.ai as it is a marketplace
- Your code stays the same as how you would run locally, no extra lines of code needed like Modal.
- You can set a limit on vast.ai to prevent overspending.
- Always have access to the latest high-end GPU.
I have found this especially useful for AI research and quick experiments. It should work on claude code or any other coding agents as well.

github.com/Yusuke710/vast…

