▲ | ativzzz 2 days ago | ||||||||||||||||
This is very cool. I think the primary innovation here is twofold: 1. Remote agent - it's a containerized environment where the agent can run loose and do whatever - it doesn't need approval for user tasks because it's in an isolated environment (though it could still accidentally do destructive actions like edit git history). I think this alone is a separate service that needs to be productionized. When I run claude code in my terminal, automatically spin up the agent in an isolated environment (locally or remotely) and have it go wild. Easy to run things in parallel 2. Deep integration with fly. Everyone will be trying to embed AI deep into their product. Instead of having to talk to chatgpt and copy paste output, I should be able to directly interact with whatever product I'm using and interact with my data in the product using tools. In this case, it's deploying my web app | |||||||||||||||||
▲ | indigodaddy 2 days ago | parent | next [-] | ||||||||||||||||
look into Kasm workspaces.. great way to spin up remote docker-based linux desktops, and works great as an AI dev environment that you can use wherever you happen to be. There is homedir persistence, and package persistence can be achieved via some extra configuration that allows for Brew homedir-based package persistence. https://hub.docker.com/r/linuxserver/kasm https://www.reddit.com/r/kasmweb/comments/1l7k2o8/workaround... | |||||||||||||||||
▲ | brainless 2 days ago | parent | prev | next [-] | ||||||||||||||||
I have recently been working with Google Jules and it has a similar approach. It spins up VMs and goes through tasks given. It does not handle any infrastructure, so no hosting. It allows me to set multiple small tasks, come back and check, confirm and move forward to see a new branch on GitHub. I open a PR, do my checks (locally if I need to) and merge. | |||||||||||||||||
▲ | 2 days ago | parent | prev | next [-] | ||||||||||||||||
[deleted] | |||||||||||||||||
▲ | risyachka 2 days ago | parent | prev [-] | ||||||||||||||||
>> Remote agent - it's a containerized environment where the agent can run loose and do whatever How is this innovation? | |||||||||||||||||
|