VOOZH about

URL: https://thenewstack.io/cursor-agents-developer-workflows/

⇱ Cursor builds always-on agents to tackle developer task tedium - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-03-09 08:05:24
Cursor builds always-on agents to tackle developer task tedium
AI Agents / Developer tools / Operations

Cursor builds always-on agents to tackle developer task tedium

Future workflows will see boosted productivity with Cursor Automations: AI agents that handle code reviews, bug fixes & triage inside a developer's codebase.
Mar 9th, 2026 8:05am by Adrian Bridgwater
👁 Featued image for: Cursor builds always-on agents to tackle developer task tedium
Jack Pertschuk (on left) and Jon Kaplan of Cursor. (Source: cursor.com)

AI-powered code editor company Cursor has introduced Cursor Automations to build always-on agents that operate on its deep understanding of the codebase.

Established as a fork of Microsoft’s extensible VS Code code editor, Cursor is known for its Plan Mode, which helps developers create detailed implementation plans before writing any code; its Composer interface, which allows users to build features based on natural-language instructions; and its Tab predictive autocomplete functionality.

As agents themselves have become increasingly smart, the Cursor team says that they found themselves “kicking them off for the same kind of task over and over again,” so, logically, they thought, why not automate that process too?

Dead code cleanup

Example use cases include an incident triage process that run everytime a PagerDuty monitor goes off, or a personal automation that looks at all a developer’s pull requests on a given day and then works to clean up dead code or bad programming patterns (such as deeply nested conditionals where an excess of if-then statements hide core system logic) to make developers’ lives easier.

Cursor’s engineering team member, Jack Pertschuk, and Cursor software engineer, Jon Kaplan, explain more of the rationale behind Cursor’s genesis and its latest augmentations in a video released on March 5.

“All those things that people are used to configuring with checkboxes don’t have to be done anymore.”

“The way we have changed software application development has changed so much in the last nine months — and with more software and more output, there’s more stuff that you need to review, more issues you need to triage and more things to manage around software, but a lot of these ‘things’ are automatable. All those things that people are used to configuring with checkboxes don’t have to be done anymore… just prompt your agent,” say Pertschuk and Kaplan.

Events trigger agents

These agents run on schedules or are triggered by events like a sent Slack message, a newly created issue in Linear (the high-performance, keyboard-centric project management tool), a merged GitHub pull request, or (as noted above) a PagerDuty incident. In addition to these built-in integrations, developers can configure custom events using webhooks.

Once invoked, an automated agent spins up into life in a cloud sandbox. It then follows the developer’s instructions using the Model Context Protocol connections and models configured by the developer, and then verifies its own output. Agents also have access to a memory tool function that enables them to learn from past runs and improve with repetition.

Users appear to like Cursor. Tim Fall, senior staff software engineer at workforce management platform company Rippling, says in a Cursor blog post, “Automations have made the repetitive aspects of my work easy to offload. By automating task rounding, handling doc updates, and responding to Slack messages, I can focus on what matters. Anything can be an automation!”

Nifty on nits

The Cursor team explains how it views automation as eminently useful for tasks such as reviewing code changes. Automations in Cursor are able to catch and fix everything from style nits (code formatting preferences that don’t necessarily initially affect application functionality) and other inconsistencies to security vulnerabilities and performance regressions.

In the video, Pertschuk and Kaplan refer to Cursor Bugbot (first launched in June 2025 as part of Cursor 1.0, the tool that reviews pull requests and identifies bugs, security issues, and code quality problems) as the “original automation” that runs on every pull request.

Now that the platform as a whole is more evolved, the pair says that automations allow users to customize all kinds of review agents for different purposes.

Dogfooding dinners

By way of eating its own dogfood, the Cursor team writes in the announcement blog post, “Our security review automation is triggered on every push to main. This way, the agent can spend more time finding more nuanced issues without blocking the PR. It audits the diff for security vulnerabilities, skips issues already discussed in the PR, and posts high-risk findings to Slack. This automation has caught multiple vulnerabilities and critical bugs at Cursor.”

In terms of regularity, Cursor starts every morning with bacon and eggs, then sends an automated agent to review recently merged code. That agent identifies areas that need test coverage. It follows existing conventions when adding tests and only alters production behavior when necessary. The agent then runs relevant test targets before opening a pull request.

On a weekly basis, Cursor delivers an automated Slack digest summarizing meaningful changes to the repository over the last seven days. The agent highlights major merged PRs, bug fixes, technical debt, and security or dependency updates.

Developer Death Star?

Are toolsets like Cursors part of the recipe that will spell the end of software development itself? Obviously, it’s quite the opposite.

Jensen Huang, president & CEO of Nvidia, says in a statement on the Cursor website that his “favorite enterprise AI service” is Cursor. He further states that every one of his company’s software engineers, some 40,000, is now assisted by AI, and their productivity has gone up incredibly.

As we stand in 2026, we are perhaps now seeing the full-color version of what automation tools can do at the command line and how they impact and improve software engineering workflow practices. There is still much to learn and evaluate in this space, but there may be more meat on the bones now.

TRENDING STORIES
Adrian Bridgwater is a technology journalist with three decades of press experience. He has an extensive background in communications, starting in print media, newspapers and also television. Primarily working as an analysis writer dedicated to a software application development ‘beat’,...
Read more from Adrian Bridgwater
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.