Synthetic Sciences が機械学習・生物学・物理学・化学研究向けオープンソース AI ワークベンチ「OpenScience」をリリース
Synthetic Sciences は、Anthropic の Claude Science に対抗するオープンソースの AI ワークベンチ「OpenScience」を Apache 2.0 ライセンスでリリースし、科学的研究におけるモデルの相互運用性とデータ主権を実現した。
キーポイント
モデル非依存と柔軟な統合
Claude, GPT, Gemini などあらゆる大規模言語モデル(LLM)やローカルファインチューンモデルをリクエスト単位で切り替え可能に設計されており、ベンダーロックインを防ぐ。
完全な研究ワークフローの自動化
文献調査から仮説形成、コード実行、実験、分析、最終的な論文執筆までを一つのセッション内で完結させる自律型エージェント機能を備えている。
データ主権とオンプレミス対応
ユーザーの API キーを使用し、すべてのセッションやアーティファクトをローカル環境で管理・保存できるため、機密性の高い科学データの外部流出リスクを排除する。
豊富な専門スキルとデータベース連携
250 以上の編集可能なスキルと、UniProt、PDB、arXiv など約 30 の主要科学データベースに直接接続できるエージェントツールを標準搭載している。
オープン性とモデルの柔軟性
Apache 2.0ライセンスの下、ユーザーは任意のプロバイダーやローカルファインチューンモデルを選択でき、Claude Scienceのような特定ベンダーへの縛りがない。
拡張可能なスキルとツールセット
トレーニング、評価、データ処理、分子生物学など250以上の編集可能なスキルを提供し、LSPやMCPサーバーによるカスタマイズが可能である。
オンプレミス対応と管理層のオプション
基本機能はユーザーのインフラ上で動作するが、必要に応じてAtlasという管理レイヤーで先鋭モデルやクラウド計算リソースを利用できる。
影響分析・編集コメントを表示
影響分析
このリリースは、科学 AI ツール市場における「クローズドなプロプライエタリモデル」への依存を打破し、研究者が自社のインフラ上で柔軟に AI を活用できる基盤を提供する重要な転換点です。特に、データ主権とモデルの相互運用性を確保することで、学術界における AI ツールの標準化とセキュリティ基準の向上に寄与すると期待されます。
編集コメント
科学分野における AI ツールの民主化を促す、非常に意義深いオープンソースプロジェクトの登場です。特にデータ主権を重視する研究機関にとって、即戦力となる代替案と言えるでしょう。
Synthetic Sciences は、科学研究のためのオープンソース AI ワークベンチ「OpenScience」をリリースしました。これは Apache 2.0 ライセンスの下で提供され、ユーザー自身のインフラ上で動作します。研究チームはこれを、2026 年 6 月末に発表された Anthropic の Claude Science に対するオープンな代替案として位置付けています。
その主張は直接的です。科学用 AI ツールは特定のベンダーに独占されるべきではありません。OpenScience はワークフローをオープンに保ち、モデルの交換を可能にし、データをローカルに維持します。これは Anthropic とは関係なく、同社から承認されたものでもない独立したプロジェクトです。
TL;DR(要約)
OpenScience は、機械学習、生物学、物理学、化学のための Apache-2.0 ライセンスのモデル非依存型 AI ワークベンチです。
文献調査、仮説設定、コード作成・実行、実験、分析、報告書作成という一連の流れを完結して処理します。
Claude、GPT、Gemini、GLM、Kimi、DeepSeek、ローカルで微調整されたモデルなど、あらゆるモデルが利用可能です。切り替えはリクエスト単位で行えます。
250 以上の編集可能なスキル(スキル)と、UniProt、PDB、ChEMBL、arXiv など約 30 のデータベースをエージェントツールとして提供しています。
ユーザー自身のインフラ上で動作し、API キーも自前で用意します。Bring-your-own-key(BYOK:キー持ち込み)の利用は無料で、制限なく利用可能です。
OpenScience とは何か
OpenScience は、ローカルエージェントランタイムをバックボーンとするブラウザベースのワークスペースです。ユーザーが研究目標を入力すると、有能な共同研究者がたどるであろう一連のプロセスを実行します。
関連論文を読み込み、仮説を構築し、コードを作成・実行し、実験を行い、主要な科学データベースに問い合わせ、結果を報告書としてまとめます。これらすべてが一つの連続したセッション内で完結します。
このツールは設計上モデル非依存です。独自の API キーを使用して、最先端のモデルやオープンウェイトモデルのいずれとも動作します。開始にはアカウント登録は不要です。
インストールには npm を使用します。コマンドは openscience であり、これによりブラウザ上でワークスペースが開かれます。
Copy CodeCopiedUse a different Browser
npm install -g @synsci/openscience
openscience
初回実行では、Atlas 管理モデル、独自のプロバイダーキー、または無料のデモモデルの 3 つのオプションが提示されます。グローバルインストールをスキップすることも可能です。npx synsci を実行すれば、これと同じことがワンステップで実現できます。
仕組みについて
OpenScience はローカルサーバーを実行します。このサーバーはワークスペース UI、エージェントランタイム、およびツールレイヤーをホストします。エージェントは研究ハーンを使用して計画を立て、ツールを呼び出します。
これらのツールには、シェル、エディタ、LSP(Language Server Protocol)、MCP サーバー、科学用コネクタ、およびスキルが含まれます。エージェントは実行中に作業内容をストリーミングしてブラウザに返送します。
モデルはリクエストごとにルーティングされます。ワークスペース内のモデルセレクタからモデルを選択できます。これにより、他の設定を変更することなくプロバイダーを切り替えたり、ローカルモデルを実行したりすることが可能になります。
Copy CodeCopiedUse a different Browser
独自のキーを使用; リクエストは直接プロバイダへ送信されます
export ANTHROPIC_API_KEY=sk-ant-...
openscience
または特定のプロジェクトディレクトリを開く
openscience ~/code/my-project
キーはお客様のマシン上に保持されます。セッション、アーティファクト、および出所情報はディスクに保存され、リンクとして共有可能です。
実務で有用なランタイムを実現する 4 つの要素があります:
研究エージェント:デフォルトでは研究エージェントが実行されます。専門的な生物学、物理学、機械学習用のエージェントも存在します。これには批判と文献レビューを行うサブエージェントや、読み取り専用の計画モードが含まれています。
250 以上のスキル:これらはトレーニング(DeepSpeed, PEFT, TRL)、評価、データセット処理、ケミインフォマティクスをカバーしています。また、分子・臨床生物学、論文、LaTeX、図表、クラウドコンピューティングも対象です。
ツールとしての科学データベース:UniProt, PDB, Ensembl, ChEMBL, PubChem, arXiv, OpenAlex, Semantic Scholar はクエリ可能です。これらに加え約 30 のデータベースが含まれています。
実際のワークスペース:ファイルツリー、エディタ、ターミナル、セッション履歴を備えています。分子、構造体、ゲノム、プロットをインラインでレンダリングします。
拡張性は第一級機能です。OpenScience は LSP 統合、MCP サーバー、プラグイン、カスタムエージェントをサポートしています。また、TypeScript SDK も同梱されています。
オプションの管理層として Atlas というものがあります。Atlas は前払いウォレットから課金される厳選された最先端モデルセットを提供し、永続的な研究グラフとクラウドコンピューティング機能を追加します。OpenScience は Atlas と連携しますが、使用は必須ではありません。
OpenScience vs Claude Science
両方のツールは同じタスクを対象としています。どちらもループを実行し、科学をインラインでレンダリングし、再現性を優先します。核心的な違いはオープン性とモデルの選択にあります。
次元 | OpenScience | Claude Science
---|---|---
ベンダー | Synthetic Sciences | Anthropic
ライセンス | オープンソース (Apache 2.0) | 専用製品
モデル | 任意のプロバイダまたはローカルファインチューニング | Anthropic Claude モデルのみ
モデル切り替え
リクエストごとに、モデルセレクター経由
Claude に固定
キー/コスト
ユーザーのキー; BYOK(Bring Your Own Key)無料、常に制限なし
有料 Claude サブスクリプションが必要
スキル/ツール
250 以上の編集可能・拡張可能なスキル
60 以上の厳選されたスキルとコネクタ
動作環境
ユーザーのインフラストラクチャ、ブラウザワークスペース
ラボマシン; macOS および Linux でベータ版提供
サブエージェント
研究、生物学、物理学、機械学習(ML)+ 批判的評価
調整役のエージェント+専門家+レビューアー
データベース
UniProt, PDB, ChEMBL, arXiv, その他約 30 種
UniProt, PDB, ChEMBL, GEO など
専用モデル
ユーザーが選択したあらゆるモデルを使用
NVIDIA BioNeMo(Evo 2, Boltz-2, OpenFold3)を活用
Claude Science は、厳選された統合機能を備えた洗練されたスタンドアロン製品です。一方、OpenScience は、その洗練度を一部犠牲にする代わりに、開放性、監査可能性、およびプロバイダーの自由を優先しています。
ユースケースと具体例
機械学習研究: 機械学習エンジニアがファインチューニングのアイデアを検証したいと考えています。ML エージェントは関連する arXiv の論文を取得し、PEFT(Parameter-Efficient Fine-Tuning)および TRL(Transformer Reinforcement Learning)スキルを使用します。そしてトレーニングスクリプトを作成して実行し、短いレポートの草案を作成します。
計算生物学: データサイエンティストがタンパク質ターゲットを研究しています。生物学エージェントは UniProt および PDB を照会し、構造をインラインでレンダリングします。候補となる変異を提案し、その出所(プロベナンス)をログに記録します。
ケミインフォマティクス: 化学者が小分子のスクリーニングを行います。エージェントは ChEMBL および PubChem を照会して生物活性データを取得します。コード内でフィルタを実行し、順位付けされた候補とプロットを返します。
予算内でモデルを比較:チームは同じタスクを Claude、次に GLM、そしてローカルファインチューニング上で実行します。切り替えは書き換えではなく単なる選択です。彼らは自社のデータに基づいてコストと品質を比較します。
強みと弱み
強み:
Apache 2.0 の下で完全にオープンソースであるため、スキルやエージェントのコードが読み取り可能かつ編集可能です。
モデル非依存のルーティングにより、科学ワークフローにおける単一ベンダーへのロックインを排除します。
自社のインフラ上で動作するため、プライベートなデータセットを自社のシステム内に保持できます。
広範なツールカバレッジ:250 以上のスキルと数十種類の科学データベースがツールとして利用可能です。
LSP(Language Server Protocol)、MCP サーバー、プラグイン、および TypeScript SDK を通じて拡張可能です。
弱み:
エージェントはサンドボックス化されておらず、権限システムは分離の境界線ではありません。
分離が必要な場合は、コンテナまたは仮想マシン内で実行する必要があります。
これは若手プロジェクトであるため、成熟した製品と比較すると未熟な点があることを想定してください。
BYOK(Bring Your Own Key)方式のため、プロバイダーのコストとレート制限をユーザー自身が管理する必要があります。
品質は、各リクエストをどのモデルにルーティングするかによって大きく依存します。
インタラクティブ解説
(function(){
window.addEventListener("message",function(e){
if(e && e.data && e.data.osDemoHeight){
var f=document.getElementById("os-demo-frame");
if(f){ f.style.height=e.data.osDemoHeight+"px"; }
}
});
})();
GitHub リポジトリは こちら からご覧ください。また、Twitter でフォローしていただくことも歓迎します。忘れずに 150,000 人以上の ML サブレッドに参加し、ニュースレターも購読してください。待ってください!Telegram をご利用ですか?今なら Telegram でも私たちに参加できます。
GitHub リポジトリ、Hugging Face ページ、製品リリース、ウェビナーなどのプロモーションのために弊社とパートナーシップを結ぶ必要がある場合は、ご連絡ください。
本記事「Synthetic Sciences が OpenScience を発表:機械学習、生物学、物理学、化学研究のためのオープンソースでモデル非依存の AI ワークベンチ」は、MarkTechPost で最初に公開されました。
原文を表示
Synthetic Sciences has released OpenScience, an open-source AI workbench for scientific research. It is licensed under Apache 2.0 and runs on your own infrastructure. The research team frames it as an open alternative to Anthropic’s Claude Science, launched in late June 2026.
The pitch is direct. Scientific AI tooling should not be owned by one vendor. OpenScience keeps the workflow open, the models swappable, and the data local. It is an independent project, not affiliated with or endorsed by Anthropic.
TL;DR
OpenScience is an Apache-2.0, model-agnostic AI workbench for machine learning, biology, physics, and chemistry.
It runs the full loop: literature, hypothesis, code, experiment, analysis, and write-up.
Any model works (Claude, GPT, Gemini, GLM, Kimi, DeepSeek, local fine-tunes); switching is per-request.
It ships 250+ editable skills, plus databases (UniProt, PDB, ChEMBL, arXiv, and ~30 more) as agent tools.
It runs on your infrastructure with your keys; bring-your-own-key usage is free and never gated.
What is OpenScience
OpenScience is a browser-based workspace backed by a local agent runtime. You give it a research goal. It then works through the loop a capable collaborator would follow.
It reads relevant papers, forms a hypothesis, writes and runs code, and runs experiments. It queries major scientific databases and writes up the result. All of this happens in one continuous session.
The tool is model-agnostic by design. It works with any frontier or open-weight model, using your own API keys. No account is required to start.
Installation uses npm. The command is openscience, and it opens the workspace in your browser.
Copy CodeCopiedUse a different Browser
npm install -g @synsci/openscience
openscience
The first run offers three options: Atlas managed models, your own provider keys, or free demo models. You can also skip a global install. Running npx synsci does the same thing in one step.
How It Works
OpenScience runs a local server. That server hosts the workspace UI, the agent runtime, and the tool layer. The agent plans with a research harness and calls tools.
Those tools include the shell, editor, LSP, MCP servers, scientific connectors, and skills. The agent streams its work back to the browser as it runs.
Models are routed per request. You pick the model from the model selector in the workspace. So you can switch providers or run local models without changing anything else.
Copy CodeCopiedUse a different Browser
Bring your own key; requests go straight to the provider
export ANTHROPIC_API_KEY=sk-ant-...
openscience
Or open a specific project directory
openscience ~/code/my-project
Your keys stay on your machine. Sessions, artifacts, and provenance are stored on disk. They can be shared as links.
Four things make the runtime useful for real work:
Research agents: A research agent runs by default. Specialist biology, physics, and ml agents exist too. Critique and literature-review sub-agents and a read-only plan mode round it out.
250+ skills: These cover training (DeepSpeed, PEFT, TRL), evaluation, dataset work, and cheminformatics. They also cover molecular and clinical biology, papers, LaTeX, figures, and cloud compute.
Scientific databases as tools: UniProt, PDB, Ensembl, ChEMBL, PubChem, arXiv, OpenAlex, and Semantic Scholar are queryable. Around 30 more are included.
A real workspace: It has a file tree, editor, terminal, and session history. It renders molecules, structures, genomes, and plots inline.
Extensibility is a first-class feature. OpenScience supports LSP integration, MCP servers, plugins, and custom agents. It also ships a TypeScript SDK.
There is an optional managed layer called Atlas. Atlas gives a curated set of frontier models billed from a prepaid wallet. It also adds a persistent research graph and cloud compute. OpenScience works with Atlas but never requires it.
OpenScience vs Claude Science
Both tools target the same job. Both run the loop, render science inline, and prioritize reproducibility. The core difference is openness and model choice.
DimensionOpenScienceClaude Science
VendorSynthetic SciencesAnthropic
LicenseOpen source, Apache 2.0Proprietary product
ModelsAny provider or local fine-tuneAnthropic Claude models only
Model switchingPer-request, via model selectorFixed to Claude
Keys / costYour keys; BYOK free, never gatedPaid Claude subscription required
Skills / tools250+ editable, extensible skills60+ curated skills and connectors
Where it runsYour infrastructure, browser workspaceLab machines; beta on macOS and Linux
Sub-agentsresearch, biology, physics, ml + critiqueCoordinating agent + specialists + reviewer
DatabasesUniProt, PDB, ChEMBL, arXiv, ~30 moreUniProt, PDB, ChEMBL, GEO, and others
Special modelsUses whatever model you pickTaps NVIDIA BioNeMo (Evo 2, Boltz-2, OpenFold3)
Claude Science is a polished, standalone product with curated integrations. OpenScience trades some polish for openness, auditability, and provider freedom.
Use Cases With Examples
Machine learning research: An ML engineer wants to test a fine-tuning idea. The ml agent pulls related arXiv papers, then uses PEFT and TRL skills. It writes a training script, runs it, and drafts a short report.
Computational biology: A data scientist studies a protein target. The biology agent queries UniProt and PDB, then renders the structure inline. It proposes candidate mutations and logs the provenance.
Cheminformatics: A chemist screens small molecules. The agent queries ChEMBL and PubChem for bioactivity data. It runs a filter in code and returns ranked candidates with plots.
Model comparison on a budget: A team runs the same task on Claude, then GLM, then a local fine-tune. Switching is one selection, not a rewrite. They compare cost and quality on their own data.
Strengths and Weaknesses
Strengths:
Fully open source under Apache 2.0, so skills and agents are readable and editable.
Model-agnostic routing removes single-vendor lock-in for scientific workflows.
Runs on your infrastructure, so private datasets can stay on your systems.
Broad tool coverage: 250+ skills and dozens of scientific databases as tools.
Extensible through LSP, MCP servers, plugins, and a TypeScript SDK.
Weaknesses:
The agent is not sandboxed; the permission system is not an isolation boundary.
You should run it inside a container or VM if you need isolation.
It is a young project, so expect rough edges versus a mature product.
Bring-your-own-key means you manage provider costs and rate limits yourself.
Quality depends heavily on which model you route each request to.
Interactive Explainer
(function(){
window.addEventListener("message",function(e){
if(e && e.data && e.data.osDemoHeight){
var f=document.getElementById("os-demo-frame");
if(f){ f.style.height=e.data.osDemoHeight+"px"; }
}
});
})();
Check out the GitHub Repo here. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
The post Synthetic Sciences Releases OpenScience: An Open-Source, Model-Agnostic AI Workbench for Machine Learning, Biology, Physics, and Chemistry Research appeared first on MarkTechPost.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み