Hacker News new | ask | show | jobs
DiffSwarm: Multi-agent code review from your terminal (BYOK, runs locally) (diffswarm.com)
2 points by swolpatrol 131 days ago
1 comments

  Hey HN,

  I built DiffSwarm, a CLI that orchestrates multiple AI agents in parallel to review pull requests.

  The idea is simple: instead of one LLM pass over a diff, spawn 10+ agents that each specialize in a different defect class (concurrency, edge cases,
  security, logic errors, etc.). A separate judge agent then cross-verifies candidates — only findings with line-level evidence survive into the final report.

  It runs entirely locally. You bring your own Codex or Claude Code credentials, DiffSwarm just orchestrates the processes on your machine. No proxy, no hosted
   inference, your code never leaves your box.