Subagents Articles
4 articles across AI Catchup's news, guides, tutorials, and comparisons.
All Subagents articles
Cursor Projects Give a Coordinator Agent a Long-Lived Body of Work
Cursor's Projects beta moves beyond one chat at a time: a coordinator agent keeps context over months, delegates implementation and testing to subagents, shares research and artifacts across cloud and local machines, and can watch PRs, Slack, or a schedule for recurring work.
Cursor 3.2 Adds /multitask Async Subagents, Worktrees Polish, and Multi-Root Workspaces
Cursor 3.2 shipped on April 24, 2026 with three changes: a `/multitask` command that fans a request out to async subagents instead of queueing, an improved worktrees experience for background branch work, and multi-root workspaces for cross-repo sessions. As of September 2026 the last two do not combine -- Cursor documents worktrees as disabled inside multi-root workspaces -- and `/multitask` no longer appears anywhere in Cursor's documentation.
Claude Code Subagent Patterns: 10 Reusable Agent Definitions
A Claude Code subagent is a delegated worker with its own context window, defined as a markdown file with YAML frontmatter in .claude/agents/. Subagents can edit files when you grant Edit or Write, nest three layers deep by default, and run 20 at a time. These 10 definitions cover the highest-value delegations.
Cursor Self-Documentation: New Subagent-Powered Help Reads Cursor's Own Docs in Real Time
Cursor shipped a self-documentation feature on April 17, 2026: when you ask Cursor about its own features, capabilities, or settings, it now spawns a subagent that fetches the current Cursor docs and updates before answering. The change closes the most annoying gap in AI coding tools -- the model's training cutoff lagging the product's release cadence -- and is a small but telling preview of where AI tool documentation is heading across the industry.