跳至内容

Bugbot 结束公测

作者: Jon Kaplan, Lee Danilek & Rohan Varma归入产品

我们很高兴发布 Bugbot,这是一款代码评审智能体,可在代码进入生产环境前自动分析你的变更,发现逻辑错误、边界情况以及安全问题。

我们最初为自己打造 Bugbot,用来帮助评审我们的 PR;自那以后,它已成为我们持续构建 Cursor 过程中的核心工具。

To get started, go to the Bugbot tab in your Cursor dashboard.

Issues detected by Bugbot are commented in the PR, right where they're found
Issues detected by Bugbot are commented in the PR, right where they're found

Bugbot 的工作方式

Bugbot 会在你的 PR 上自动运行,并从变更中收集上下文,以真正理解代码意图。我们结合最优秀的可用模型与自研技术,在尽量降低误报率的同时,发现有意义的缺陷。

With Bugbot rules (`BUGBOT.md`), you can also guide reviews using custom knowledge about your codebase. When Bugbot flags an issue, you can send it to Cursor or launch a background agent on the web with one click.

Results during beta

During Bugbot’s short beta, it has already reviewed over 1 million PRs and found over 1.5 million issues. Perhaps most importantly, over 50% of identified bugs are resolved by the time the PR is merged.

Bugbot beta results showing over 1 million PRs reviewed
Bugbot beta results showing over 1 million PRs reviewed

We’ve worked closely with several companies that have deployed Bugbot across their teams. Here’s what engineering leaders have to say:

Bugbot 让我们把代码评审所花时间节省了 40%。它帮助我们的顶尖工程师在保持交付速度的同时,持续坚守质量标准。

Ankur BhattAI 工程负责人, Rippling

Bugbot 的命中率高得惊人。及早发现问题能大幅降低后续成本。Bugbot 与我们的工作流程完美契合。

David Cramer联合创始人兼首席产品官, Sentry

Bugbot 能捕捉到各种微妙的缺陷,这一点让我们惊艳。它在审查 AI 生成代码方面表现极其出色,让我们对质量更有信心。

Vijay IyengarAI 工程负责人, Sierra

我们使用 Bugbot 的问题解决率超过 50%。经人工确认后,Bugbot 能定位到真实缺陷。只要避免一次严重级别问题的发生,就能收回成本。

Kodie GoodwinAI 工程负责人, Discord
See an overview of your PRs and Bugbot statistics in the Cursor dashboard.
See an overview of your PRs and Bugbot statistics in the Cursor dashboard.

We’ve come to rely on Bugbot for our own code reviews, and we’re excited to see what it does for your teams.

归类于: 产品

作者s: Jon Kaplan, Lee Danilek & Rohan Varma