Cursor Projects puts a coordinator agent over your repo
Cursor Projects launched September 10 with a coordinator agent that delegates to thousands of subagents and runs in the cloud. What it changes for a small dev team.
Cursor shipped Projects into beta on September 10, and the unit of AI work just changed size. A prompt gets you a diff. A Project gets you a coordinator agent that plans a migration, farms it out to subagents, watches your PRs for weeks, and hands finished work back for review. If you run a small dev team, this is the first agent product that assumes your work outlives your laptop session.
What actually happened
Per Cursor's announcement, a Project wraps a large body of work — a feature, a migration, a whole app — and puts a coordinator agent on top of it. The coordinator writes no code. It plans, delegates to implementation agents, and brings results back. Cursor says it can direct "thousands of subagents," running as many in parallel as the work needs.
Three details matter more than the headline:
- It runs in the cloud. Each Project gets its own machine, so closing your laptop does not stop it. When something has to run on your hardware, the coordinator spins up a local agent to do that one step.
- Context is shared and persistent. A Project keeps a set of files that sync across every cloud and local agent it uses, so what one agent learns about your codebase is not thrown away at the end of a session.
- It can start work without you. The changelog describes subscriptions: point the coordinator at a Slack bug-report channel, a schedule, or your open PRs, and it acts on those signals unprompted.
Cursor's own internal numbers: new users merged 30% more pull requests, and heavy Projects users merged six times as many compared with their own baseline. That is vendor-reported data on vendor-selected users — treat it as a direction, not a forecast for your team.
Why a coordinator agent matters for your business
The bottleneck on a three-person dev team was never typing speed. It was the work nobody schedules: the dependency bump, the design-system cleanup, the dead feature flag from March. A standing coordinator with a cloud machine is a plausible owner for exactly that tier of work.
The part we would get right before turning on subscriptions: an agent that acts on signals is an agent with standing permissions. A coordinator watching a Slack channel and opening PRs is an actor in your repo with no session boundary. Scope its repo access, require human review on merge, and keep branch protection on. Do not give it a token that can deploy.
And watch the meter. Thousands of parallel subagents on a dedicated cloud machine is not the same cost shape as an IDE seat. Before you run a migration this way, price one representative slice and extrapolate. We have seen teams discover their agent bill after the invoice, not before.
Key takeaways
- Cursor Projects launched in beta September 10 - a coordinator agent that plans and delegates instead of writing code
- Each Project runs on its own cloud machine with context files that sync across cloud and local agents
- Subscriptions let the coordinator act on Slack channels, schedules, or PRs without a prompt
- Cursor reports 30% more merged PRs for new users and 6x for heavy users - vendor data, not a guarantee
- Treat a standing coordinator as an identity: scoped repo access, branch protection, human review on merge
- Price one slice of parallel subagent work before running a full migration through it
Agents that run unattended need guardrails you wrote, not defaults you inherited. We scope agent permissions, wire the review gates, and instrument the cost before anything runs on a schedule. See how we build AI agent systems, or tell us what you want an agent to own.
Sources: Cursor: Introducing Projects, Cursor changelog: Projects.
- #cursor
- #ai-agents
- #developer-tools
- #coding-agents
- #automation
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
Alibaba backs an AI model testing lab at $2.5B
Alibaba is reportedly leading a $300M round in UniPat AI at a $2.5B valuation. Grading models is now a business - but your acceptance test is still yours.
Read itShieldCrash: Microsoft's Defender patch got bypassed again
A new PoC reads arbitrary files as SYSTEM on fully patched Windows after September's update. Third Defender escalation in the same chain since June.
Read it