telexed ~ c / 9741ab59-5ebradar:70 · agent_toolLIVE
← back
NO.
#9741ab59
Topic
AGENTS & TOOLS
Source
GeekNews
Published
2026-05-24 18:35:04
Importance
★ 7/10 — radar 70
`KanBots`, Open-Source Kanban Desktop App for Parallel Agents on Every Card
FIG-9741:1

`KanBots`, Open-Source Kanban Desktop App for Parallel Agents on Every Card

Turns a project folder into a board where each card can run coding agents in isolated worktrees. Useful for comparing agent outputs, but cost and branch cleanup discipline decide whether it scales.

[ KEY POINTS ]
  1. Each card can run Claude Code and Codex in parallel, with progress, decisions, and cost shown on the board in real time.
  2. Runs are isolated in separate git worktrees on kanbots/issue-N branches, reducing cross-task file conflicts.
  3. The board starts from a folder, so it fits repo-based task triage better than generic todo management.
  4. The strong use case is agent bake-off per issue: compare implementations before merging, instead of trusting one run.
Originalnews.hada.io/topic?id=29830Read original →

// related