Industrial
Linguistics
Slide 51 of 55

Claude Code - Advanced

Slide 51 / 55

Course concept

Parallel agent options

Subagents

Work inside one session in separate context windows; return summaries

Agent View

Dispatch and monitor independent background sessions with claude agents

/background

Detach the current session; use /tasks to inspect running work

/fork

Send a side task to a background subagent that inherits the conversation

/branch

Try a different conversation path yourself and return with /resume

Agent teams

Experimental coordinated sessions with shared tasks and peer-to-peer messaging

Dynamic workflows

Scripts that run many subagents and cross-check results

/batch

Bundled skill for splitting large changes into worktree-isolated subagents

Narration

Listen or continue with the transcript

Transcript

There are now several ways to run Claude Code work in parallel.

Subagents keep specialized work inside one session, with separate context windows and summary handoff back to the main conversation. Agent View, opened with claude agents, lets you dispatch and monitor independent background sessions.

There are also slash commands for different levels of separation. /background detaches the current session, and /tasks lets you inspect running work. /fork sends a side task to a background subagent that inherits the current conversation. /branch lets you try a different conversation path yourself and return later with /resume.

Agent teams and dynamic workflows are for larger coordinated runs, where multiple agents work on related tasks and cross-check each other. For big changes, the bundled /batch skill can split work into worktree-isolated subagents. The pattern is the same: isolate context, give each worker a narrow job, and reconcile the result carefully.