This is a follow up from an earlier discussion on agent sandboxes https://news.ycombinator.com/item?id=49605644 which happened prior to the release of Muse so this time I'm sharing my notes on it.
Muse has a lot of cool things visible through the VM worth talking about (safety classifiers, cloud-hypervisor instead of firecracker, eager compaction, and an interesting rescue system, memory in postgres).
Just started using it today so pretty excited to put it on some harder problems and see how it goes :).
I saw `ads_mcp` in the skills list; I wonder what this does? Are skill files readable? Not to jump to conclusions, but a LUKS volume aint gonna keep your data private when the back door is wide open.
Not entirely sure but I know there is a scoping system so the base skills are in opt/hatch/skills/ in the container but some skills are in /opt/hatch/skills-scoped/ in the vm. so all the skills in that container are easily readable but for the other ones i assume they are early access things that only mount for specific channels (user groups)
3 comments
[ 5.2 ms ] story [ 18.8 ms ] threadMuse has a lot of cool things visible through the VM worth talking about (safety classifiers, cloud-hypervisor instead of firecracker, eager compaction, and an interesting rescue system, memory in postgres).
Just started using it today so pretty excited to put it on some harder problems and see how it goes :).
I saw `ads_mcp` in the skills list; I wonder what this does? Are skill files readable? Not to jump to conclusions, but a LUKS volume aint gonna keep your data private when the back door is wide open.