How to run parallel AI agents in the GitHub Copilot app | Tutorial for beginners

GitHub explains how to run multiple parallel AI agent sessions in the GitHub Copilot app without stepping on your own changes, using isolated git worktrees and a centralized task board to track in-flight work and review results when you’re ready.

Overview

This video shows how the GitHub Copilot app supports running multiple AI agent tasks against the same project at the same time while keeping each session isolated.

Running multiple agent sessions in parallel

What an agent session is

Using git worktrees to prevent code collisions

Tracking and switching between active sessions

Reviewing completed work