Cursor is launching Cursor Automations, a new feature designed to build 'always-on' agents. These agents can be scheduled to run or triggered by events like Slack messages, new Linear issues, merged GitHub pull requests, or PagerDuty alerts. Custom events are also supported via webhooks.
This move aims to address the widening gap between the rapid pace of code generation enabled by AI agents and the slower progress in code review, monitoring, and maintenance. As detailed in AI Agents Usher in Software Development's Third Era, scaling these essential but less glamorous parts of the lifecycle is critical.
Scaling the Software Engineering Pipeline
Cursor Automations works by spinning up cloud-based sandbox environments for agents. These agents execute instructions using configured models and tools, verifying their own output. A memory tool allows them to learn from past runs, improving over time.
The company has identified two primary categories for these automations: review and monitoring, and chores.
Review and Monitoring
Automations are positioned as a powerful tool for code review, capable of catching everything from minor style issues to significant security vulnerabilities and performance regressions. Cursor’s own Bugbot, a long-standing automation, exemplifies this, having identified millions of bugs since its inception.
