コンテンツへスキップ

GPT-5 が Cursor で利用可能になりました

作成者: Aman Sanger製品

GPT-5 が Cursor で利用可能になりました。これは OpenAI の最強モデルで、コーディングに非常に有効であることがわかっています。私たちはこのモデルを社内で Cursor の開発に使い始めており、エンジニア数名による初期の所感を共有します。

チームの5人のエンジニアからの所見をいくつか紹介します:

I’ve been using GPT-5 for more long-running, complex tasks. For example, using it with Background Agents for independent tasks and parallel foreground agents when switching between different tasks and reviewing their outputs.

Zach Holbrook

GPT-5 is one of the most steerable models I’ve used. I’ve needed to be more explicit about what I was trying to accomplish for some tasks. Leaving things vague ended up with the model taking a different direction than I expected. When I was more specific, I was surprised by how smart the model was.

Eric Zakariasson

There are a few places where I’ve gotten stuck in the past week coding where GPT-5 solved a complex bug other models couldn’t figure out. I’ve used it for tasks like looking through our Stripe queries and figuring out the best optimizations to remove latency.

Adam Hofmann

The default writing style of GPT-5 was more verbose than I wanted, so I was able to make a rule to have responses be more concise. I also prefer more agentic behavior, so I was able to steer the model towards asking fewer follow-up questions after prompting. I’ve been using it for more difficult coding problems.

Lee Robinson

My favorite way to taste test is to use the same prompt for many different models and see if any can one-shot what I was expecting. Our frontend and backend use protobufs, which sometimes throw models off. I asked GPT-5 to build a backend API endpoint as well as the corresponding frontend React component, which are in two separate submodules in our monorepo. It was able to get this code correct and regenerate the protobufs to fix type errors in one shot.

Yash Gaitonde

GPT-5 は知的で指示に従わせやすいモデルであり、コーディングやツール呼び出しとの相性が良いと感じています。

OpenAI と協力し、ローンチ週の間は有料ユーザーを対象に無料クレジット付きで GPT-5 を提供します。

カテゴリー: 製品

著者: Aman Sanger