| ▲ | dv_dt 7 hours ago | |||||||||||||
I built a docker container that volume mounts the project directory | ||||||||||||||
| ▲ | Sanzig 7 hours ago | parent | next [-] | |||||||||||||
You can even go a step further and run the container in a VM, such as with Docker Sandbox or the krun runtime in Podman. There's also smolvm which is a nice minimal microvm manager based on libkrun: https://github.com/smol-machines/smolvm. I vibe coded a little shell utility for building and running OCI images for the Pi harness using it (easy enough to do manually, but the automation just makes it a couple quick commands rather than digging through documentation): https://github.com/neuroblaze/smol-pi | ||||||||||||||
| ||||||||||||||
| ▲ | miladyincontrol 7 hours ago | parent | prev | next [-] | |||||||||||||
I almost exclusively dev in containers as is, cant really imagine letting some AI model run free on bare metal no matter what claims of guardrails it might have. | ||||||||||||||
| ▲ | cpburns2009 7 hours ago | parent | prev | next [-] | |||||||||||||
This is exactly what I do for AI agents. | ||||||||||||||
| ▲ | tehlike 7 hours ago | parent | prev [-] | |||||||||||||
This is the only pragmatic way really. | ||||||||||||||