1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

IBM watsonx Code Assistantの超基本を調査

Last updated at Posted at 2025-03-27

watsonx Code Assistantシリーズに、Github CopilotのようにIDEの拡張機能として動作するサービスが加わっていたので、気になる点を調査しました。
詳細は製品ガイドをご参照ください。
Product guide, IBM watson Code Assistant

目次

watsonx Code Assistantはどんな機能を持つ?

  • watsonx Code Assistantは以下のコーディング支援機能を持ち、IDEの拡張機能として動作する。

コード生成
コード説明
単体テストコード生成
コードドキュメント生成

  • watsonx Code Assistantシリーズには、この他に下記の2つのサービスがある。
  1. watsonx Code Assistant for Red Hat Ansible Lightspeed
    https://www.ibm.com/jp-ja/products/watsonx-code-assistant-ansible-lightspeed
    生成AIを活用したコンテンツ推奨を通じて、Ansibleプレイブックの作成プロセスをわかりやすく手引きします。IT自動化の加速を目的として設計されたこの製品は、自動コンテンツ推奨を提供することでAnsibleエクスペリエンスを向上させるように設計されています。
  1. watsonx Code Assistant for Z
    https://www.ibm.com/jp-ja/products/watsonx-code-assistant-z
    メインフレーム・アプリケーションのモダナイゼーションを、従来の製品よりも低コスト、低リスクで加速できるように構築された、生成AIを活用した製品です。

watsonx Code Assistantがサポートするプログラミング言語は?

C C++ Go Java JavaScript Python TypeScript

Product guide > Completing code in the editor

watsonx Code Assistantが対応しているIDEは?

Visual Studio Code Eclipse IDE

Product guide > Overview: Installing the IDE extension or plug-in

watsonx Code Assistantのモデルには何が使われている?選択できる?

  • IBM Graniteコードモデルが使用されている。
  • IBM Graniteコードモデルの学習にはGitHubやJakarta EE、Stack Exchangeなどのプログラミング・自然言語・数学関連の公開データが活用されている。
  • クラウドサービスとしてはモデルを選択・変更することはできないが、ローカルのOllamaを通じてローカルモデルを使用することはできる。

<クラウドサービス利用のイメージ図>
image.png

<ローカルのLLM利用のイメージ図>
image.png

Product guide > IBM watsonx Code Assistant model details

Product guide > What data sources are used to train the watsonx Code Assistant models?

Product guide > Using watsonx Code Assistant Individual with a local IBM Granite model

For individual users, watsonx Code Assistant can access a local model through Ollama, which is a widely used local inferencing engine for large language models. Ollama wraps the underlying model-serving project llama.cpp.

watsonx Code Assistantをハックする

watsonx Code Assistantのモデルをチューニングできる?

  • 現時点(2025/3/23)、watsonx Code Assistantはチューニングできない。
  • IBM watsonx Code Assistant for Red Hat Ansible はチューニングできる。

Product guide > Can I train or tune the model?

watsonx Code Assistantのコードモデルはコードリポジトリを理解しているのか?参照できるのか?

  • コードモデルはコードリポジトリを学習していないし、直接アクセスすることもない。
  • ただし、watsonx Code Assistantが、エディタから自動的にコードの情報をコンテキストとして、コードモデルに送信し、コード生成に活用する。 また、チャット内で、ファイル、クラス、関数をメンションすることで、コンテキストにコードリポジトリの情報を含めて、コードモデルに伝えることもできる。

Product guide > Best practices for generating code suggestions

Context used for in-editor code generation
The key ingredient for code generation is context, that is, the surrounding code that you pass to the model. For in-editor code generation, watsonx Code Assistant uses:

  1. The 20 lines of code before the line where the generation is triggered.
  2. The 20 lines of code after the line where the generation is triggered.
  3. Up to 200 lines from the beginning of the current file where generation is triggered.
  4. Up to 5 code snippets that are similar to the code that surrounds the line where generation was triggered. These snippets are taken from the last 10 files that you opened in the same programming language as the current file.

Product guide > Referencing code in your workspace

When you open a local workspace folder, watsonx Code Assistant creates an index of these items in memory so you can reference these files and functions in the chat. Your editor also indexes files that you add or change during your session. The index contains up to 1,000 of the most recent files in these programming languages:

watsonx Code Assistantでどれくらいコーディングが効率化される?

IBM > お客様事例 > IBMソフトウェア・チーム > 生成AIでソフトウェア開発を加速

成功を収めたのは、1つのチームだけではありませんでした。このチャレンジに参加した他のチームの多くは、watsonx Code Assistantを使用することで有望な結果を報告しました。

107チームが、コード説明に費やす時間を平均56%削減できたと報告**
153チームが、コード文書化にかかる時間を平均59%削減できたと報告**
112チームがコード生成時間を平均38%短縮したと報告**
34チームが、テスト・ケースの生成時間を平均で38%短縮したと報告**

**IBM watsonx Challengeは、IBM社内の企業主催イベントです。記載された結果は、参加チームからの自己報告データに基づいています。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?