Vibe Kanban - Orchestrate AI Coding Agents
2 points by pitr
2 points by pitr
Interesting. I wouldn't want this to run on my main machine though. I wonder if there is a way to configure this to run each project, or maybe even each task in it's own sandbox/container.
I asked their AI thingy. Seems like all agents run in YOLO mode and there's only the sandboxing the agent provides (which is limited when YOLOing it). What could possibly go wrong?
I think this is a dirty (not so) secret of anyone claiming they can get agents to grind for hours on a problem with no interaction. It requires very permissive settings and if you're on a machine with any kind of access (github creds, prod creds, you name it) then you're at risk or putting others at risk. There are some guards via the most dangerous things, as they might require MFA but even telling an agent "sure you can use git push" could result in them force pushing over all non-protected branches.
Perhaps put it in a DevContainer. I built mine based on Claude's design: https://code.claude.com/docs/en/devcontainer.
Is it bad of me wishing the developer's machine is nuked when using this?