Core Concepts

Multi-Agent Parallelism

Scaling your workflow with parallel worktrees.

Blaze is more than just a chat window—it's a multi-agent orchestrator. You can run different models for different tasks simultaneously, all within the same repository.

Isolated Git Worktrees

The secret to Blaze's parallelism is Git Worktrees. When you start multiple sessions:

  1. Blaze creates a hidden worktree for each agent.
  2. Agents work on their own branches in complete isolation.
  3. No file locking issues or accidental overwrites.

Worktrees

Example Workflow

  • Session A: Claude Opus refactoring your data layer.
  • Session B: Gemini 2.5 writing unit tests for the new schema.
  • Session C: Codex optimizing SQL queries.

When they finish, you can review and merge their independent worktrees back into your main branch.

Ready to customize? Start the Settings Masterclass.