Cursor has unveiled Rollouts, an AI agent designed to help developers manage the lifecycle of code changes from the moment a pull request is opened through to production monitoring. The announcement, made via a blog post by former Firetiger co-founder and CEO Rustam Lalkaka, comes just over a month after Cursor acquired Firetiger.
Lalkaka, now at Cursor, argued in a LinkedIn post following the acquisition that while the cost of creating code changes has fallen dramatically, the cost and risk of deploying them has not. In the blog post introducing Rollouts, he wrote: "Writing code is no longer the slow part. What hasn't sped up is everything after the PR goes up: making sure code is secure, watching the deploy, deciding whether a latency bump is real, figuring out which of eleven changes broke checkout."
Rollouts is effectively a rebuilt version of Firetiger's Change Monitors, reconstructed using a new tool from Cursor called the Bot Development Kit (BDK). The BDK, published as the @cursor/bdk package on npm, is an early-stage framework for building and serving Cursor bots and agents. According to its documentation, developers can define agents using Markdown and TypeScript, with support for tools, skills, subagents, webhooks, and scheduled runs.
The launch of Rollouts follows Cursor's own acquisition by SpaceX in a bumper $60 billion deal, which gave Cursor access to SpaceX's vast GPU infrastructure for developing its own models.