Glossary
Parallel AI agents
What is Parallel AI agents?
Parallel AI agents are multiple AI coding agents working at the same time on different parts of a task, usually isolated on separate git worktrees so their changes don't collide.
Running agents in parallel — one investigating, one building, one reviewing, one testing — is faster and more reliable than a single agent doing everything in one thread, as long as each agent's work is isolated.
Korden gives every agent its own git worktree, so a whole crew (and several missions) can run at once without stepping on each other or your main branch.
See it in action
Korden is a local-first crew of AI agents that ships pull requests on your machine. Start a 7-day free trial — no credit card.