Modal、Anthropic と連携し Claude Science にスケーラブルな計算リソースを提供
本文の状態
日本語全文を表示中
詳細モードで約8分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Modal Blog
Anthropic は科学者向け AI ワークベンチ「Claude Science」を立ち上げ、計算集約型のライフサイエンスワークロードをスケーラブルに実行可能にするため、インフラプロバイダーの Modal と統合したと発表した。
AI深層分析を開く2026年8月4日 12:14
AI深層分析
キーポイント
Claude Science の発表と機能
Anthropic は「Claude Science」という科学者向け AI ワークベンチを立ち上げ、会話を通じてデータ処理パイプラインから分子設計まで実行できる環境を提供する。
Modal とのインフラ統合
計算集約的なタンパク質言語モデル推論や化合物スクリーニングに対応するため、スケーラブルなコンピューティングリソースを提供する Modal との統合を発表した。
ライフサイエンス分野の課題解決
従来のローカルマシンや HPC クラスターをまたぐ複雑なワークフローに代わり、オンデマンドでスケーリングし終了時にリソースが解放される新しいアプローチを提示する。
計算生物学のツールチェーン問題
多くのライフサイエンスパイプラインが複数の環境やツールにまたがる非効率な現状に対し、Anthropic と Modal の連携による統合的な解決策を示す。
スケーラブルな計算リソースへの自動移行
Claude Science のサンドボックス環境で処理が追いつかなくなった際、研究者は Modal ワークスペースを接続するだけで自動的に GPU や多数の CPU を必要とするワークロードを拡張できる。
重要な引用
The most demanding problems in the life sciences need more than the most capable AI models. They need world-class infrastructure to run on.
Running inference against protein language models and screening libraries of millions of compounds: this is compute-heavy work that has to scale on demand and vanish when it's done.
Workloads that require GPUs or many concurrent CPUs route to Modal sandboxes automatically.
A virtual screen run against a large compound library that would take hours sequentially fans out across hundreds of Modal containers and comes back in minutes.
編集コメントを表示
編集コメント
科学分野における AI の実用化において、モデルの性能だけでなくインフラの柔軟性が決定的な役割を果たすことを示す事例である。対話型インターフェースとクラウドネイティブなスケーラビリティを組み合わせることで、研究者が技術的障壁に直面せずに研究に集中できる環境が整いつつある。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
本日、Anthropic は科学者向けの AI ワークベンチ「Claude Science」を正式にリリースしました。このプラットフォームでは、生命科学分野の研究者が Claude と対話するだけで、データ処理パイプラインの実行から構造予測モデルの構築、分子設計キャンペーンまで、あらゆる計算負荷の高いタスクを直接実行できます。
生命科学における最も困難な課題を解決するには、高性能な AI モデルだけでは不十分です。それを実行するための世界最高水準のインフラストラクチャが不可欠です。タンパク質言語モデルに対する推論処理や、数百万種類の化合物ライブラリのスクリーニングといった作業は計算集約型であり、需要に応じて柔軟にスケールし、完了後はリソースを解放できる仕組みが必要です。私たちは、Anthropic の科学者向け AI ワークベンチ「Claude Science」において、こうした計算リソースを提供するインフラとして統合を果たすことを誇りに思います。
計算生物学が抱えるツールチェーンの課題
現在の生命科学分野のパイプラインは、ローカルマシン、HPC クラスター、クラウド上の仮想マシン、そして頻繁に入れ替わるバイオインフォマティクスツールの組み合わせで構成されていることがほとんどです。
典型的なワークフローでは、まず適切なリソースを確保するかジョブキューに提出し、SSH でサーバーに接続して環境を設定します。その後、ジョブを実行し、結果を検索・分析して、次のワークロードに進むためにこのプロセスを繰り返す必要があります。
Claude Science は、これらの作業を一つの場所に集約します。研究者は会話のなかで直接コードを実行できます。デフォルトでは、この実行は研究者のマシン上のサンドボックス環境で行われますが、初期段階の分析には十分です。しかし、計算生物学のワークフローは、最初は小規模でも次第にリソース要求が高まる傾向があります。そこで登場するのが Modal です。必要なときに自動的により多くの計算リソースへのアクセスを提供し、他の設定を変更する必要はありません。
Claude Science 上でそのような状況が発生した場合、研究者は自分の Modal ワークスペースを接続できます。GPU や多数の並列 CPU を必要とするワークロードは、自動的に Modal sandboxes にルーティングされます。研究者は Claude のまま作業を続けられ、計算リソースの管理は Modal が担当します。バースト性の高い異種混合なワークロードも、固定されたクラスターや単一の GPU タイプでは対応しきれない規模でも処理可能です。
Modal が可能にするもの
並列化。 バリアント解析、バーチャルスクリーニング、配列注釈付けはすべて、高度に並列化可能なワークロードです。大規模な化合物ライブラリに対して行う仮想スクリーニングの実行は、逐次処理では数時間かかるものが、Modal コンテナ数百個に分散され、数分で完了します。スケジューリングは Modal が担当し、Python コードの記述は Claude が行います。
ステップごとの GPU アクセス。生物情報学のパイプラインは、GPU 専用でも CPU 専用でもないことがほとんどです。典型的なワークフローでは、配列アライメントや前処理を CPU で実行し、その後 ESMFold2 や同様のモデルに引き渡して GPU で構造予測を行います。Modal では、パイプライン全体ではなく、必要な機能に対してのみ GPU をリクエストできます。
ジョブ間での共有ストレージ。シーケンシングデータやタンパク質データベース、モデルのチェックポイントといったデータをパイプラインのステップ間で移動させるのはコストがかかります。Modal Volumes を使えば、一度設定するだけで、1 回のクエリを実行する場合でも数千回実行する場合でも、すべてのジョブで利用可能です。
再現性の高い環境。Modal Images を使えば、各計算ジョブの依存関係を定義・管理しやすく、環境を簡潔かつ一貫したものに保てます。チームの他のメンバーが結果の再現を試みた際に予期せぬトラブルが発生することもありません。
Modal でこのアプローチを実践している生物チーム
Chai Discovery は、タンパク質エンベディング、複数配列アライメント、抗体設計モデルを連携させた機械学習駆動型の創薬パイプラインを構築しています。各ステップは、その計算特性に最適なハードウェア上で実行されます。
「私たちはタンパク質について異なる層の洞察をもたらす多数のモデルを持っています。それぞれのモデルにとって適切なハードウェアでそれらをすべて実行できることが、製品実現の鍵となっています。」
— ケビン・ウー、機械学習研究者
ワークロードは本質的にバースト性を持っています。ある日は静かでも、翌日には数百台の GPU を必要とするのです。
「時には一度に数百台の GPU を起動しますが、必要な時に重厚な設定やダッシュボードを気にせず数分で立ち上がること自体が、まるで奇跡のようなものです」
— ケビン・ウー、機械学習研究者
Claude Science は、これまで MLops に触れたことのない研究者たちにも、同じく弾力性があり再現性の高いインフラを提供します。
Claude Science での実際の活用例
このパターンの最小単位は、単一のプロンプトです。ある研究者が「Modal GPU を使用して GFP の立体構造を予測し、その結果と信頼スコアを示してほしい」と入力すると、Claude は折りたたみコードを記述し、研究者の接続された Modal ワークスペースで実行します。そして、残基ごとの信頼度を含めた構造体を会話内ですぐに返すのです。
複数のモデルを用いた酵素の設計。ある研究者が酵素配列をアップロードし、候補となる活性向上変異を優先順位付けしてスコアリングするよう Claude に依頼します。Claude はタンパク質の特徴を解析し、ESMFold で折りたたんだ後、ESM-2、ProteinMPNN、ESM-IF という 3 つの異なるモデルファミリーを用いて、すべての単一変異のスコアを計算します。Modal が各ステップに必要なハードウェアを提供し、Claude はコンセンサス候補をランク付けして、上位の変異を構造体上に可視化します。
ゲノム規模の CRISPR ノックアウトスクリーンの設計
*「ヒトキナーゼ全体を対象としたノックアウトスクリーンを設計する。ガイド配列を選択し、オフターゲット効果を予測し、シーケンシング深度を計画せよ。」*
オフターゲット検索が最もコストのかかる工程です。候補となるすべてのガイド配列について、ヒトゲノム全体に対して近似的な一致がないかを確認する必要があります。これを逐次処理すれば時間はかかりますが、Modal の数百のコンテナに並列展開することで、数千ものガイドを同時にスクリーニングし、数分で結果を取得できます。Claude はヒットした候補を集約し、リスクの高いガイドを警告し、構築可能なライブラリとして組み立てます。
データセット規模での単一細胞解析
*「免疫療法前後の腫瘍生検を比較する研究を見つけ、治療に伴って増減する免疫細胞集団を特定せよ。」*
Claude は該当するデータセットを検索し、単一細胞オブジェクトを構築した上で、細胞タイプのクラスタリングと注釈付けを行い、治療によって拡大または縮小する免疫細胞集団を特定します。
使い始め
Claude Science は 6 月 30 日にリリースされます。Modal を計算バックエンドとして利用するには以下の手順に従ってください。
- claude.com/science から Claude Science アプリをダウンロードしてください。
- 「設定」画面の「Compute 構成」セクションへ移動します。
- Modal ワークスペースに接続します。まだ Modal アカウントをお持ちでない場合は、modal.com/signup で新規作成してください(数分で完了し、初期利用には$30 分の無料クレジットが付与されます)。
- 接続が完了すれば、計算ワークロードは自動的に Modal 上で実行されます。
Anthropic の公式 ローンチ発表 をご覧ください。
生命科学分野向けの計算リソース支援
Claude Science は、商業バイオテック企業だけでなく、大学や研究機関の研究者のために設計されています。今回の発表を機に、Modal の計算リソースを生命科学部門にも提供開始します。
Anthropic が推進する「AI for Science」の Claude Science コホート(研究班)をサポートするため、最大 10 万ドル相当の計算リソースを提供します。各プロジェクトには 500 ドルから 2,000 ドルの予算が割り当てられます。申請は 2026 年 7 月 15 日まで受け付けており、選考結果は同月 31 日までに通知されます。研究期間は 2026 年 9 月 1 日から 12 月 1 日です。
原文を表示
Today Anthropic launches Claude Science, Anthropic’s AI workbench for scientists, where life sciences researchers can run computational workloads directly from a conversation with Claude - from data processing pipelines to structure prediction models to molecule design campaigns.
The most demanding problems in the life sciences need more than the most capable AI models. They need world-class infrastructure to run on. Running inference against protein language models and screening libraries of millions of compounds: this is compute-heavy work that has to scale on demand and vanish when it's done. We're proud to integrate with Claude Science, Anthropic’s AI workbench for scientists, for that compute.
Computational biology has a toolchain problem
Most life sciences pipelines span local machines, HPC clusters, cloud VMs, and a rotating cast of bioinformatics tools.
A typical workflow: provision the right kind of resources or submit to a job a queue, ssh into the servers, set up environments, run jobs, explore and analyze results, and repeat for every workload.
Claude Science pulls that work into one place. Researchers run code directly inside the conversation. By default that execution happens in a sandboxed environment on the researcher's machine, which is plenty for early-stage analysis. But computational biology workflows have a habit of starting small and turning demanding. That's where Modal comes in, giving you access to more capacity automatically when you need it, without having to change anything else.
When that happens in Claude Science, researchers can connect their own Modal workspace. Workloads that require GPUs or many concurrent CPUs route to Modal sandboxes automatically. The researcher stays in Claude. Modal handles the compute: bursty, heterogeneous workloads that outgrow any fixed cluster or single GPU type.
What Modal makes possible
Fan out. Variant analysis, virtual screening, and sequence annotation are all highly parallel workloads. A virtual screen run against a large compound library that would take hours sequentially fans out across hundreds of Modal containers and comes back in minutes. Modal handles the scheduling; Claude writes Python.
GPU access per step. Biology pipelines are rarely all-GPU or all-CPU. A typical workflow might do alignment and preprocessing on CPU, then hand off to ESMFold2 or a similar model for structure prediction on GPU. With Modal, you request a GPU for that one function, not for the whole pipeline.
Shared storage across jobs. Moving around things like sequencing datasets, protein databases, and model checkpoints between pipeline steps is expensive. With Modal Volumes, it's done once and available across every job, whether you're running one query or thousands.
Reproducible environments. Modal Images make it easy to define and manage dependencies for each type of compute job, so environments are concise and consistent across runs. No surprises when someone else on the team tries to reproduce a result.
Biology teams are already running this way on Modal
Chai Discovery builds ML-driven drug discovery pipelines that chain together protein embeddings, multiple sequence alignments, and antibody design models, each step running on whatever hardware matches its compute shape.
“We have a lot of different models that give us different layers of insights on these proteins, and being able to run them all on the hardware that makes sense is what makes the product possible.
”
— Kevin Wu, Machine Learning Researcher
The workloads are bursty by nature: quiet one day, hundreds of GPUs the next.
“Sometimes we spin up hundreds of GPUs at a time, and the fact it's up in a few minutes without onerous configurations or dashboards whenever we need to is kind of a miracle.
”
— Kevin Wu, Machine Learning Researcher
Claude Science puts that same elastic, reproducible infrastructure within reach for researchers who've never touched MLops.
What it looks like in Claude Science
The smallest version of the pattern is a single prompt. A researcher types *"Use a Modal GPU to predict the 3D structure of GFP, then show me the predicted structure and its confidence scores."* Claude writes the folding code, runs it on the researcher's connected Modal workspace, and returns the structure with per-residue confidence, all inside the conversation.
Engineering an enzyme across multiple models. A researcher uploads an enzyme sequence and asks Claude to prioritize candidate activity-enhancing mutations, scored across several state-of-the-art methods. Claude characterizes the protein, folds it with ESMFold, then scores every possible single mutation with ESM-2, ProteinMPNN, and ESM-IF: three different model families. Modal gives each step the hardware it needs; Claude ranks the consensus candidates and renders the top mutations on the structure.
Designing a genome-wide CRISPR knockout screen. *"Design a knockout screen targeting every human kinase: select guides, predict off-targets, plan sequencing depth."* The off-target search is the expensive step: every candidate guide has to be checked against the whole human genome for near-matches. Sequentially, that crawls. Fanned out across hundreds of Modal containers, thousands of guides are screened in parallel and come back in minutes. Claude aggregates the hits, flags the risky guides, and assembles a construction-ready library.
Single-cell analysis at dataset scale. *"Find a study comparing tumor biopsies before and after immunotherapy, then identify which immune populations expand or contract with treatment."* Claude locates the dataset, builds the single-cell object, clusters and annotates the cell types, and identifies which immune populations expand or contract with treatment.
Getting started
Claude Science launches June 30th. To use Modal as your compute backend:
- Download the Claude Science app at claude.com/science.
- In Settings, navigate to the Compute configuration section.
- Connect to your Modal workspace. If you don't have a Modal account yet, create one at modal.com/signup — it takes a few minutes and includes $30 in free compute to start.
- Once connected, compute workloads will run on Modal automatically.
Read Anthropic's full launch announcement.
Compute support for life sciences departments
Claude Science is built for researchers at universities and institutions, not just commercial biotech. We're making Modal compute available to life sciences departments through this launch.
We're committing up to $100,000 in compute to support Anthropic’s AI for Science Claude Science Cohort, with allocations of $500–$2,000 per project. Applications are open through July 15, 2026, with award notifications sent out by July 31. Projects will run from September 1 to December 1, 2026. Apply here.
AI算出
主要ニュースainew評価高い
AI モデル(Claude)と計算インフラ(Modal)の具体的な統合により、科学分野での大規模計算タスク実行が可能になるという実質的な新事実を報じており、新規性が高い。ただし、日本企業や日本固有の規制・価格情報などは含まれていないため、国内関連性は低めとなる。
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 100
- 新規性
- 75
- 調べる価値
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み