With a powerful enough PC, you don't need a cloud-hosted service to work with LLMs — you can download and run them locally on your own hardware. The hard part is standing up the infrastructure ...
├── problems/ # Problem solutions organized by name │ ├── two_sum/ # Individual problem directories │ │ ├── config.yml # Problem metadata and configuration │ │ ├── two_sum.py # Python solution │ │ ├── ...