NVIDIA、Cursorを導入し30,000人の開発者でコード量を3倍に増加
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Cursor Blog
NVIDIAはソフトウェア開発ライフサイクル全体にCursorを組み込み、コード生成・テスト・デバッグ・デプロイなどの主要ワークフローを自動化しています。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るSource Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
NVIDIA、AI開発ツール「Cursor」の導入で開発生産性が飛躍的に向上
AIおよび半導体分野の世界的リーダーであるNVIDIAは、ソフトウェア開発ライフサイクル(SDLC)全体にAIを組み込み、開発プロセスのボトルネック解消を目指す新たなエンジニアリング方針を打ち出した。その中核ツールとして採用されたのが、AI駆動型の開発支援ツール「Cursor」である。
現在、NVIDIA社内では3万人以上の開発者が日常的にCursorを利用しており、その結果、コミットされるコード量が3倍以上に増加するという顕著な生産性向上が実現している。特に、大規模なコードベースを扱う複雑な環境下でその効果は際立っている。NVIDIAは30年にわたり、多様な技術スタックから成る巨大で相互依存性の高いコードベースを蓄積してきた。一つの変更が他に波及するため、開発者が全体像を把握し続けることは極めて困難であった。
この課題に対し、Cursorは大規模コードベースを構造的に把握し、意味的に推論する能力を発揮した。シニアソフトウェアアーキテクトのファビアン・トイリング氏によれば、Cursorのエージェントは「より賢く、速く、効率的」であり、必要な文脈のみを正確に取得することで、高速かつ正確な支援を実現した。これにより、開発速度(エンジニアリングベロシティ)に即時の改善が見られた。
当初の活用はコード生成に焦点が置かれていたが、AIによるコード記述速度が上がるにつれ、ボトルネックはコードレビュー、テスト、デバッグといったSDLCの後続工程に移行した。NVIDIAのエンジニアリングリーダーシップは、Cursorの活用範囲をこれらの領域にも拡大する野心的な目標を設定。「あらゆるSDLCのステップにAIを組み込む」という使命の下、Cursorは現在、ほぼ全ての製品領域とソフトウェア開発の全側面(コード記述、レビュー、テストケース生成、QAなど)で利用されている。
特にデバッグ工程では、Cursorが「稀に発生する持続的なバグの発見と解決に優れている」とトイリング氏は説明する。このように、Cursorは単なる個人の生産性向上ツールから、SDLC全体のコアな生産ワークフローを自動化するプラットフォームへと進化し、NVIDIAの開発体制そのものを変革する役割を果たしているのである。
原文を表示
Blog / customersContact salesIndustry: Semiconductors|Geography: North America30,000active users of Cursor across NVIDIA3xincrease in committed code for Cursor usersFasteronboarding times for junior developersNVIDIA has become synonymous with AI and the most valuable enterprise in the world. Last year, the organization set a new engineering mandate: leverage Cursor to embed AI across every phase of the software development lifecycle (SDLC) and eliminate manual bottlenecks across code generation, testing, reviews, and debugging.
Today, over 30,000 developers use Cursor daily, driving an over three-fold increase in committed code. Beyond code generation, NVIDIA customized Cursor for its engineering workflows, extending the impact of AI models from individual productivity enhancements to the automation of core production workflows across the SDLC.
#Cursor delivers better performance on large codebases
Over its 30 year history, NVIDIA has amassed massive codebases with varied tech stacks. These codebases are closely intertwined with many shared dependencies. Changes in one codebase often have downstream effects on others, making it difficult for even the best engineering teams to navigate the nuances of this complex system.
Each of NVIDIA's product lines has a complex codebase that is evolving quickly. It's very hard for developers to stay on top of these changes and understand the entirety of the codebase. This is where Cursor really shines.
NVIDIA saw fast, accurate results with Cursor in its environment. This difference is due to Cursor's ability to map out and semantically reason over large codebases. Fabian Theuring, a senior software architect, explained that Cursor's agent is noticeably smarter, faster, and more efficient because it retrieves only the most relevant context.
Cursor's speed and accuracy across NVIDIA's development environment made an immediate impact on engineering velocity.
Before Cursor, NVIDIA had other AI coding tools, both internally built and other external vendors. But after adopting Cursor is when we really started seeing significant increases in development velocity.
#From code generation to end-to-end automation of the SDLC
As NVIDIA's developers began shipping code faster with AI, bottlenecks shifted to other phases of the SDLC: code review, testing, and debugging. NVIDIA's engineering leadership set ambitious goals to extend Cursor into these workflows as well. "My mission here is to embed AI in every step of the SDLC," says Luo.
Cursor is used in pretty much all product areas and in all aspects of software development. Teams are using Cursor for writing code, code reviews, generating test cases, and QA. Our full SDLC is accelerated by Cursor.
It started with expanding the use cases for Cursor beyond code generation to areas like debugging. Theuring explained that "Cursor excels at finding and resolving rare, persistent bugs." Cursor's ability to not only consistently identify these issues but also dispatch agents to solve them has been particularly impactful.
NVIDIA has also configured Cursor to automate entire workflows. For example, Theuring's team is using custom rules to automate the git flow: branch creation, code commits, CI debugging, and issue tracking. Luo's team is taking a similar approach to bug fixes with automation that starts by pulling context from tickets and documentation using MCP servers and finishes with Cursor implementing bug fixes and running tests for validation. Cursor's extensibility expanded the scope of impact from individual productivity to program level impact.
We have built a lot of custom rules in Cursor to fully automate entire workflows. That has unlocked Cursor's true potential.
#Faster ramp times and compressed learning curves
Cursor is also helping NVIDIA's new hires get up to speed on unfamiliar codebases and start contributing in a much shorter timeframe than before.
It has also allowed senior developers to take on new challenges across new programming languages or parts of the tech stack. For example, experienced backend engineers are tackling frontend tasks more confidently than before. "Cursor allows developers to bridge their skill gaps and ramp in new areas faster," explained Luo.
#Measuring value across development velocity and quality
NVIDIA is measuring Cursor's impact across a few key metrics:
Adoption: Over 30,000 developers use Cursor daily
Coding velocity: Developers using Cursor commit three times more code than before
Code quality: Bug rates have stayed flat despite increases in coding velocity, and consistency in code style has improved
We are using Cursor every day, and now there's no going back because it has completely changed the way software engineering works. Building software is now a lot more fun than it used to be. I really love it.
If you're excited about building AI-native engineering teams, please reach o
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み