JetBrains、Claude Fable 5 の評価と導入プロセスを公開
本文の状態
日本語全文を表示中
詳細モードで約7分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Claude Blog
JetBrains は新モデル Claude Fable 5 の評価プロセスを公開し、同モデルが複雑なタスクでコスト効率と推論能力において先行モデル Opus 4.8 を上回ることを実証した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月14日 08:36
AI深層分析
キーポイント
厳格な内部評価パイプラインの運用
JetBrains は公開ベンチマークに依存せず、社内のモノレポやプライベートリポジトリを用いた大規模評価セットでモデルの実務性能を検証する。
Claude Fable 5 の推論能力とコスト効率
同モデルは Python タスクのパス率が 44.3% と Opus 4.8 を大幅に上回り、複雑なタスクでは試行錯誤ステップを減らしコスト効率を高めている。
モデル選定の戦略的基準
JetBrains は確実性が求められる作業には Opus を使い、不確実性が高く高度な推論が必要な場合に Claude Fable 5 を選択する使い分けを行う。
複雑なコンポーネントの実装とリファクタリング
Claude Fable 5 は長年試行錯誤していたリッチテキストエディタのコンポーネント実装をほぼ一発で成功させた。また、仕様生成機能を活用することで、異なるランタイムや言語間でのアプリケーション書き換えもブラックボックス状態で可能になっている。
モデル安全性とデータ保持へのアプローチ
JetBrains はモデル自体の安全性よりも、デプロイ時のインフラ構築による安全網の確保を重視している。ゼロデータ保持を望むが、分類器の不具合調査のために限定的なレビューを行うことは、最先端知能へのアクセスとの公平なトレードオフと捉えている。
重要な引用
Claude Fable 5 is both more accurate and more efficient than prior models.
It posted the best Python pass rate in our suite at 44.3%, against 28.2% for Opus 4.8, a 16-point jump.
You go to Claude Fable 5 when you really need good reasoning, when you almost need a partner.
We're not a company trying to create the safest model ourselves. We expect that the red teaming and everything else done on Anthropic's side is enough to believe the model is safe.
編集コメントを表示
編集コメント
JetBrains が公開する内部評価データは、ベンチマークスコアに踊らされない実用的なモデル選定の指針となる。特に Claude Fable 5 の推論能力とコスト効率のバランスは、複雑な開発タスクにおける AI 活用戦略を再考させる内容である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
JetBrains は、IntelliJ IDEA や PyCharm、Kotlin プログラミング言語など、世界中の開発者が使用するツールを構築しています。アクティブユーザー数は 1,250 万人を超え、フォーチュン・グローバル 100 社のうち 88 社が利用しています。JetBrains の CTO、ヴラディスラフ・タンコフ氏は Anthropic と対談し、新しいモデルの評価方法や Claude Fable 5 をいつ導入すべきかの判断基準、そして最先端モデルを利用する際のデータ保持とセキュリティ対策について語りました。
2026 年における最先端 AI は、JetBrains にどのような変化をもたらしましたか?
私は JetBrains で 10 年間働いており、同社は LLM プロバイダーの初期顧客の一つでした。過去 1 年で、社内や顧客の中に AI を懐疑的に見る声は消え去り、「AI は定着した」という認識が広がりました。これは技術業界における極めて根本的な変化です。社内の懐疑論者は全員、考えを改めました。
新しいモデルの評価と導入判断はどう行っていますか?
私たちはコーディングに特化した企業なので、大規模な評価パイプラインを整備しています。プライベートリポジトリ、特にモノレポを対象にした広範なテストセットを用意し、ベンチマークスコアが実際の業務でどう機能するかを厳しく検証します。公開されたベンチマークでは高得点を示すモデルでも、実際のタスクでは期待外れに終わるケースがあるからです。プライベートリポジトリを使えば、こうした検証は格段に容易になります。
また、「品質最優先」「1 タスクあたりのコスト最低」「処理速度最速」といった観点でモデルを比較するリーダーボードも維持しています。Claude Fable 5 はトークン単価では高くなりますが、複雑で長時間かかるタスクにおいては、1 タスクあたりのコストが下がるケースもあります。
Claude Fable 5 は、以前のモデルと比較してどのような評価結果を示しましたか?
Claude Fable 5 は、精度と効率性の両面で先行モデルを上回っています。当社の評価スイートにおける Python のパス率は 44.3% に達し、Opus 4.8 の 28.2% を大きく引き離しました。これは実に 16 ポイントの差です。
直接比較した際、Claude Fable 5 は Opus 4.8 が解けなかった Python タスクを 18 問解決し、逆に失敗したのはわずか 2 問だけでした。さらに回答の信頼性も高く、コードが実行された場合でも、Opus モデルに比べてテストを通過する頻度が圧倒的に高いのです。
これは非常に重要な点です。実行はできるものの誤った結果を生むコードこそ、発見や修正に最もコストがかかる失敗だからです。
効率性の面でも興味深い結果が出ています。Claude Fable 5 は、Opus 4.8 に比べて解決に至るまでのステップ数を約 22% 削減しました。つまり、試行錯誤を減らし、より早く実用的なコードに到達できるのです。
また、努力の配分も的確です。Java のタスクでは、Opus 4.8 は環境上でほとんど役立たない外部リソースを引き込もうと繰り返し試みていましたが、Claude Fable 5 はそれを完全に避け、眼前にあるコードのみで処理を進めました。これは、より優れたエンジニアリングの習慣を示しています。
Claude Fable 5 を他のモデルよりも優先して使用する場面はいつですか?
「Opus」は実務を担う頼れる存在として認識されています。確実な作業遂行が求められる場面で重宝されます。
一方、「Claude Fable 5」は、高度な推論能力が真に必要とされる場面や、まるでパートナーが必要となるような状況で活用します。特に「何をどうすればいいか自分でもわからない」という場合こそ、このモデルの出番です。例えば、当社のテックリードが長年何度も挑戦してきたリッチテキストエディタコンポーネントの実装を任せた際、Claude Fable 5 はほぼ一発で成功させました。
もう一つの主要な活用事例は、長時間実行されるエージェントによるコーディング実験です。私たちは Claude Fable 5 を搭載したエージェントに、テキストや画像の形式で仕様に従い、複雑な IDE 風アプリケーションの実装を依頼します。興味深い点は、この仕様自体も既存のアプリを基にエージェントが生成できることです。この二つの機能を組み合わせることで、ランタイム、フレームワーク、あるいは言語を跨ぐアプリの書き換えを、ほぼブラックボックス状態で実現できます。
今日のフロンティアモデルにおける安全性とデータ保持について、どのように考えていますか?
私たちは自社で最も安全なモデルを作ろうとする企業ではありません。Anthropic 側で行われるレッドチーム演習やその他の対策が十分であり、モデルの安全性を信頼できるものだと考えています。その上で、安全性を保証する体系的な展開アプローチを採用しています。モデル自体を微調整するのではなく、モデルとハーン(検証環境)を取り巻くインフラとセーフティネットを整備することで、安全な運用を実現します。
How are you thinking about safety and data retention with today's frontier models?
We're not a company trying to create the safest model ourselves. We expect that the red teaming and everything else done on Anthropic's side is enough to believe the model is safe. Then we take a systematic approach to deployment, where we can guarantee safety: creating the infrastructure and the safety net around the model and the harness, rather than tweaking the model itself.
セキュリティも、Claude Fable 5 の主要な活用法の一つです。私たちは自社製品に対してホワイトボックステストを実行し、脆弱性の発見に努めています。また、社外の人々や、同程度の能力を持つモデルが自社の全製品を探索して脆弱性を突こうとする事態にも備えています。私たちが扱うのは規制の厳しい業界の大企業であるため、準備は不可欠です。Claude Fable 5 は私たちの活動を阻害するのではなく、むしろ支えてくれます。
つまり、極めて微妙なバランスの問題です。あなたの側の分類器が攻撃的であればあるほど、弊社製品で見つかる脆弱性(誰も知らなかったものを含む)は増えます。
これは秘密でもありません:私たちはデータ保持ゼロを望んでいます。しかし、何が質問されたのか、あるいは分類器がどこで誤作動したかを理解するためには、他に方法がありません。レビューが最も深刻なケースの調査に限定される限り、私はそれで問題ないと考えています。チームが最高の成果を出せるよう支える最先端の知見へのアクセスを得るための、公平なトレードオフだと考えます。
JetBrains の AI ロードマップにおける次なるステップは?
LLM プロバイダーによって構築された基盤モデルは、さらに能力を向上させていくと予想しています。今重要なのは、開発のためのコックピットです。エージェントと人間が協力し、人間が開発プロセスを管理できる空間のことです。
JetBrains にとって、これは大きな転換点です。私たちは、開発の「コックピット」を支える次世代のプロダクトを構築する機会を見出しました。これにより、エージェントを活用してより多く、より高品質なコードが提供されるようになります。また、非技術系の役割もソフトウェア作成においてより重要な地位を占めるようになり、組織には投資対効果に関するガバナンスと明確さをもたらすことができます。
*Claude Fable で始める*
原文を表示
JetBrains builds the tools developers use worldwide, from IntelliJ IDEA and PyCharm to the Kotlin programming language, serving more than 12.5 million active users and 88 of the Fortune Global 100. Vladislav Tankov, CTO at JetBrains, spoke with Anthropic about how his team evaluates new models, decides when to use Claude Fable 5, and thinks about data retention and safeguards when working with frontier models.
How has frontier AI changed for JetBrains in 2026?
I've been with JetBrains for 10 years, and we were among the very first customers of LLM providers. Over the last year, we moved from having AI skeptics among our customers and inside the company to seeing that AI is here to stay. It's a big and foundational change in the technology industry. Literally every skeptic in the company has changed.
How do you evaluate new models and decide when to use them?
We're a coding company, so we have a big evaluation pipeline: large eval sets on private repositories, including our monorepo. We take a close look at whether a model lives up to its benchmark scores on real work—some models are tuned to score well on public benchmarks but fall down on actual tasks. With a private repository, that's a lot easier to check. We also keep leaderboards for best quality, best cost per task, and fastest model. While Claude Fable 5 is more expensive per token, its cost per task is lower in some cases, particularly for more complicated, long-running work.
How did Claude Fable 5 score on your evals relative to previous models?
Claude Fable 5 is both more accurate and more efficient than prior models. It posted the best Python pass rate in our suite at 44.3%, against 28.2% for Opus 4.8, a 16-point jump. In a head-to-head comparison, Claude Fable 5 solved 18 Python tasks that Opus 4.8 missed and lost only 2. Its answers are also more trustworthy: when its code ran, it passed our tests far more often than either Opus model. That matters because code that runs but produces wrong answers is the most expensive kind of failure to catch.
The efficiency story is just as interesting. Claude Fable 5 needed about 22% fewer steps than Opus 4.8 to reach a solution, so it gets to working code with less trial and error. It also spends its effort in the right places. On Java tasks, Opus 4.8 repeatedly tried to pull in outside resources that almost never help in our environment, while Claude Fable 5 skipped that entirely and worked with the code in front of it. It shows better engineering habits more generally.
When do you use Claude Fable 5 over other models?
Opus is seen as a workhorse: you can be very sure it will do the work. You go to Claude Fable 5 when you really need good reasoning, when you almost need a partner, and you're not sure yourself how to do the thing. For example, one of our tech leads decided to implement a rich text editor component we had attempted a few times over the years, and Claude Fable 5 almost one-shotted it.
Another popular Claude Fable 5 use case is long-running agentic-coding experimentation. We provide an agent running Claude Fable 5 with specifications (in the form of text and images) and make it implement sophisticated IDE-like apps. The interesting thing here is that specifications can also be generated by the agent, based on the existing app. Joining these two components allows us to rewrite the app from one runtime, framework, or language to another in a nearly black-box setup.
How are you thinking about safety and data retention with today's frontier models?
We're not a company trying to create the safest model ourselves. We expect that the red teaming and everything else done on Anthropic's side is enough to believe the model is safe. Then we take a systematic approach to deployment, where we can guarantee safety: creating the infrastructure and the safety net around the model and the harness, rather than tweaking the model itself.
Security is also one of our biggest Claude Fable 5 uses. We run white-box testing against our own products to find vulnerabilities, and our security team is preparing for the fact that not only are we running the model—people outside the company will be running Claude Fable 5, or similar-class models, to probe for vulnerabilities across all of our products. Since we serve large enterprises in regulated industries, it's important for us to be prepared. Claude Fable 5 supports our work rather than blocking.
So it's a tight balance: the less aggressive the classifier is on your side, the more vulnerabilities someone will find in our products—including ones nobody knew about.
And it's no secret: we'd prefer zero data retention. But I don't see any other way for you to understand what was asked and where a classifier may have worked incorrectly. As long as reviews are only to investigate the most serious cases flagged , I'm okay with it. I think it's a fair tradeoff for access to frontier intelligence that allows my team to do their best work.
What's next on JetBrains's AI roadmap?
We expect the underlying models built by the LLM providers to keep getting more capable. What matters now is a kind of cockpit for software development: a space in which agents and people collaborate, and where people can manage the development process.
For JetBrains, it’s a big transformation. We see an opportunity to build the next generation of products across the agentic software development lifecycle that powers that cockpit. Developers will get more and better code shipped with agents, non-technical roles will have a larger role in software creation, and organisations will get the governance and clarity on the return on investment they need.
*Get started with *Claude Fable*.*
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み