マイクロソフト、AI エージェントの学習コスト削減向けオープンソースフレームワーク「Orchard」を公開
本文の状態
日本語全文を表示中
詳細モードで約3分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
AI Business
Microsoft Research は、AI エージェントのトレーニングと評価を容易にし、コストを削減するオープンソースフレームワーク「Orchard」を公開した。
AI深層分析を開く2026年8月4日 23:52
AI深層分析
キーポイント
Orchard の公開と目的
Microsoft Research が月曜日に公開した Orchard は、自律型 AI エージェントのトレーニングと評価を容易かつ低コストで行うことを目指すオープンソースフレームワークである。
複雑性の削減機能
Orchard は、個別のモデルやユースケースに対して研究者がサンドボックスインフラ、データパイプライン、評価システムを構築する必要を排除することで、複雑性を大幅に低減する。
研究コミュニティへの貢献
同社によると、最先端の自律型システム構築には通常、多くの研究者や実践者がアクセス・再現できない独自インフラが必要だが、Orchard はこのボトルネックを解消する。
Orchard Envの機能
MicrosoftはKubernetes環境に基づく軽量な「Orchard Env」を開発し、再利用可能な孤立コンポーネントを提供する。これにより、トレーニングデータ収集から強化学習ロールアウトまで、基盤アーキテクチャを再構築せずにエージェントを大規模に実行・構築できる。
ドメイン別トレーニングレシピの公開
ソフトウェアエンジニアリング、ブラウザナビゲーション、日常業務タスクを対象とした3つの専用トレーニングレシピ(Orchard-SWE, Orchard-GUI, Orchard-Claw)とそのデータ・評価手法が公開された。これらのモデルは既存ベンチマークで競合する性能を示したとMicrosoftは述べている。
重要な引用
"While there is excitement around agentic AI’s capabilities, the research community faces a persistent bottleneck."
"Building state-of-the-art agentic systems often requires proprietary infrastructure … that most researchers and practitioners cannot access or reproduce"
"By making the underlying infrastructure open, lightweight, and reusable, Orchard lowers the cost of agentic AI research."
"Teams no longer need to build custom isolated environments from scratch or depend on proprietary cloud services."
編集コメントを表示
編集コメント
Microsoft が公開した Orchard は、AI エージェント開発の民主化を加速する重要な一歩となる。独自インフラへの依存を減らすことで、研究コミュニティがより広範に自律型 AI の可能性を探求できる環境を整える。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
2 分で読めます

Elena Chertovskikh via Getty Images
Microsoft Research は、自律型 AI エージェントのトレーニングをより容易かつコスト効果高く行うことを目指すオープンソースフレームワーク「Orchard」を発表しました。
この発表は、先月行われた同社による本題に関する最初の論文公開 [3 月] に続くもので、技術大手の研究部門が今週月曜日にリリースしたものです。
Orchard を使えば、コーディング、ウェブブラウジング、ツール使用など複数のタスクにわたってエージェントのトレーニングと評価が可能になります。また、個別のモデルやユースケースのために研究者がサンドボックスインフラストラクチャ、データパイプライン、評価システムを構築する必要をなくすことで、複雑さを大幅に削減します。
「エージェント AI の能力への期待が高まる中、研究コミュニティには依然として大きなボトルネックが存在しています。最先端のエージェントシステムを構築するには、多くの研究者や実務者がアクセスできず、再現もできない独自インフラストラクチャが必要になるからです」と、同社は ブログ投稿 で述べています。
Microsoft はこの課題解決のために「Orchard」を創設しました。新フレームワークの中核となるのは「Orchard Env」で、同社はこれを「再利用可能な孤立コンポーネントを提供する軽量な Kubernetes 環境」と説明しています。
関連記事:Oracle が Google Gemini モデルをエンタープライズ顧客に提供
これらを活用すれば、基盤となるアーキテクチャの再構築なしで、大規模なエージェントの構築と実行が可能になります。具体的には、トレーニングデータの収集から 強化学習 のロールアウト、評価までを一貫して行えます。
同社のアプローチを実証するため、Microsoft はドメイン固有の 3 つのトレーニングレシピ「Orchard-SWE」「Orchard-GUI」「Orchard-Claw」を公開しました。これらには、モデル構築に使用されたトレーニングデータと評価手法も含まれています。
Orchard-SWE はソフトウェアエンジニアリング用エージェントの訓練に、Orchard-GUI はブラウザナビゲーションに、そして Orchard-Claw は日常業務タスクに対応します。各モデルで得られた結果について、Microsoft は既存ベンチマークにおいて競争力があることを発表しています。
マイクロソフトによると、この成果は大きな影響を及ぼす可能性があります。同社はブログで「基盤となるインフラストラクチャをオープンで軽量かつ再利用可能にすることで、Orchard はエージェント AI 研究の費用を削減します」と述べています。「チームはもともとゼロから独自に隔離された環境を構築したり、プロプライエタリなクラウドサービスに依存する必要がなくなりました。」
「今後を見据えると、トレーニング経験の再利用は、累積的なエージェント学習に向けた有望な方向性だと考えています。トレーニング実行が終わった後に軌道データを破棄するのではなく、それらを永続的な資産として扱い、例えば再利用可能な価値モデルへと圧縮(ディストillation)します。」
著者について
寄稿ライター
グラハム・ホープは英国で自動車ジャーナリストとして 26 年間活動しており、主要な消費者向けニュースサイトや週刊誌『Auto Express』、信頼性の高い購入ガイド『CarBuyer』の編集者を務めた経験があります。
原文を表示
2 Min Read

Elena Chertovskikh via Getty Images
Microsoft Research released Orchard, an open source framework that aims to make it easier and more cost-effective to train autonomous AI agents.
The release by the tech giant’s research division on Monday follows ongoing work since the vendor’s initial publication on this topic in March.
Orchard can train and evaluate agents across several tasks, including coding, web browsing and using tools, while reducing complexity by eliminating the need for researchers to build sandbox infrastructure, data pipelines and evaluation systems for individual models and use cases.
“While there is excitement around agentic AI’s capabilities, the research community faces a persistent bottleneck. Building state-of-the-art agentic systems often requires proprietary infrastructure … that most researchers and practitioners cannot access or reproduce,” the vendor said in a blog post.
Microsoft created Orchard to address this problem. At the core of the new framework is Orchard Env, which Microsoft describes as a “lightweight, Kubernetes environment that provides reusable isolated components".
Related:Oracle Brings Google Gemini Models to Enterprise Customers
These can be used to run and build agents at scale, from collecting training data to reinforcement learning rollouts and evaluation, without rebuilding the underlying architecture.
To demonstrate its approach, Microsoft released three domain-specific training recipes -- Orchard-SWE, Orchard-GUI, and Orchard-Claw -- along with the training data and evaluation methods used to build them.
Orchard-SWE trains software-engineering agents, Orchard-GUI focuses on browser navigation, and Orchard-Claw covers everyday productivity tasks. Results published for models trained through each showed they were competitive on established benchmarks, Microsoft said.
According to Microsoft, the results could have significant implications. It said: “By making the underlying infrastructure open, lightweight, and reusable, Orchard lowers the cost of agentic AI research,” the vendor said in the blog. “Teams no longer need to build custom isolated environments from scratch or depend on proprietary cloud services.”
“Looking ahead, we see reusing training experience as a promising direction toward cumulative agent learning. Instead of discarding trajectories once a training run finishes, we treat them as persistent assets -- for example, distilling them into reusable value models.”
About the Author
Contributing Writer
Graham Hope has worked in automotive journalism in the U.K. for 26 years, including spells as editor of leading consumer news website and weekly Auto Express and respected buying guide CarBuyer.
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み