GlossaryAgents and workflows

Multitask

Multitask (in AI tools) means running multiple agent jobs in parallel or background—separate threads, files, or repos—without blocking the main conversation.

Power users rely on multitask to research while code generates, but it introduces conflict, cost, and notification design problems single-thread chat avoids.

What it means

The product queues or runs concurrent agent sessions, each with its own context, tools, and progress, while the user continues working elsewhere.

Why designers should care

Multitask UX needs a task list, status per job, conflict warnings when two agents touch the same file, and clear completion signals—not silent background churn.

Example

Cursor Multitask runs lint fixes on branch A while the user chats on branch B; a sidebar shows both jobs with Stop, Open, and Merge when each completes.

Common mistakes

  • Parallel agents editing the same file with last-write-wins and no merge UI.
  • No token or cost visibility across concurrent runs.
  • Background jobs that finish with no notification or summary receipt.

Weekly AI UX notes

Patterns, prompts, and glossary updates for designers building AI products on Substack. No spam.

Subscribe on Substack