AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
TechCrunch AI·2026年4月16日 04:28·約3分で読める

OpenAIがエージェントSDKを更新し、企業向けにより安全で高性能なエージェント構築を支援

#AIエージェント#SDK#エンタープライズAI#OpenAI#ツールキット#開発者向け
TL;DR

OpenAIは、エージェント型AIの人気が高まる中、企業がより安全で高性能なAIエージェントを構築できるようにするため、エージェント構築ツールキット「Agents SDK」の機能を拡張した。

AI深層分析2026年4月16日 05:40
3
注目/ 5段階
深度40%
3
関連度30%
4
実用性20%
4
革新性10%
2

キーポイント

1

OpenAIのAgents SDK機能拡張

OpenAIがエージェント構築ツールキットの機能を拡張し、企業向けに安全で高性能なAIエージェントの開発を支援する。

2

エージェント型AIの普及動向

エージェント型AIが人気を集めているという業界トレンドを背景にしたアップデートである。

3

企業向け実用性の向上

企業が実際の業務で活用できる、より安全で能力の高いAIエージェントの構築を可能にすることを目指している。

影響分析・編集コメントを表示

影響分析

このアップデートは、企業がAIエージェントを実装する際の障壁を下げ、より安全で効果的な導入を促進する可能性がある。OpenAIがエンタープライズ市場での存在感を強める戦略的な動きとして位置づけられる。

編集コメント

エージェント型AIの実用化が進む中、主要プレイヤーによる開発者支援ツールの強化は注目すべき動向。企業のAI導入を後押しするインフラ整備の一環と言える。

エージェント型AIはテクノロジー業界で最も注目を集める成功事例であり、OpenAIやAnthropicといった企業が、これらの自動化されたアシスタントを作成するために必要なツールを企業に提供しようと競争しています。その一環として、OpenAIはエージェント用ソフトウェア開発キット(SDK)を更新し、OpenAIのモデルを基盤として動作する独自のエージェントを企業が作成できるよう支援する多数の新機能を紹介しました。

このSDKの新しい機能には、サンドボックス化能力が含まれており、これによりエージェントは制御されたコンピュータ環境内で動作することが可能になります。これは重要です。なぜなら、エージェントの性質が時として予測不可能であるため、完全に監視のない状態でエージェントを実行することはリスクを伴うからです。

サンドボックス統合により、エージェントは特定のワークスペース内で隔離された状態で動作し、特定の操作に関連するファイルやコードにのみアクセスでき、それ以外の場合はシステムの全体的な整合性を保護します。

関連して、SDKの新しいバージョンは開発者に、フロントティアモデル用のインディストリビューションハーネス(in-distribution harness)を提供します。これにより、エージェントはワークスペース内のファイルや承認されたツールと連携して動作することが可能になります。(エージェント開発において、「ハーネス」とは、モデル自体以外のエージェントの他の構成要素を指す用語です。インディストリビューションハーネスは、通常、企業が最も先進的で汎用性の高いモデルとみなされているフロントティアモデル上で動作するエージェントのデプロイとテストを両方とも可能にします。)

ScreenshotImage Credits:OpenAI

"このローンチの核心は、既存のAgents SDKをすべてのサンドボックスプロバイダーと互換性のあるものにすることにあります」と、OpenAIのプロダクトチームに所属するKaran SharmaはTechCrunchに語った。

「この新ハarnessの機能と組み合わせることで、ユーザーは当社のハarnessを利用し、保有するインフラストラクチャに応じて『長時間にわたるエージェント』の構築を行えるようになることを期待しています」と彼は述べた。

このような「長時間にわたる(long-horizon)」タスクは、一般的により複雑で多段階の作業と見なされている。

Techcrunch event

San Francisco, CA

|

October 13-15, 2026

OpenAIは、Agents SDKを将来的に継続的に拡張していく予定だと述べたが、当初は新しいハarnessとサンドボックスの機能がPythonで先行リリースされ、TypeScriptのサポートは後のリリースで提供される予定だとした。同社はまた、コードモードやサブエージェントなど、より高度なエージェントの機能をPythonとTypeScriptの両方に追加する作業も行っていると述べた。

新しいAgents SDKの機能は、APIを通じてすべての顧客に提供され、標準的な価格体系が適用される。

Lucas is a senior writer at TechCrunch, where he covers artificial intelligence, consumer tech, and startups. He previously covered AI and cybersecurity at Gizmodo.

You can contact Lucas by emailing lucas.ropek@techcrunch.com.

View Bio

原文を表示

Agentic AI is the tech industry’s newest success story, and companies like OpenAI and Anthropic are racing to give enterprises the tools they need to create these automated little helpers. To that end, OpenAI has now updated its agents software development toolkit (SDK), introducing a number of new features designed to help businesses create their own agents that run on the backs of OpenAI’s models.

The SDK’s new capabilities include a sandboxing ability, which allows the agents to operate in controlled computer environments. This is important because running agents in a totally unsupervised fashion can be risky due to their occasionally unpredictable nature.

With the sandbox integration, agents can work in a siloed capacity within a particular workspace, accessing files and code only for particular operations, while otherwise protecting the system’s overall integrity.

Relatedly, the new version of the SDK also provides developers with an in-distribution harness for frontier models that will allow those agents to work with files and approved tools within a workspace, the company said. (In agent development, the “harness” is a term that refers to the other components of an agent besides the model that it’s running on. An in-distribution harness often allows companies to both deploy and test the agents running on frontier models, which are considered to be the most advanced, general-purpose models available.)

ScreenshotImage Credits:OpenAI

“This launch, at its core, is about taking our existing Agents SDK and making it so it’s compatible with all of these sandbox providers,” Karan Sharma, who works on OpenAI’s product team, told TechCrunch.

The hope is that this, paired with the new harness capabilities, will allow users “to go build these long-horizon agents using our harness and with whatever infrastructure they have,” he said.

Such “long-horizon” tasks are generally considered to be more complex and multi-step work.

Techcrunch event

San Francisco, CA

|

October 13-15, 2026

OpenAI said it will continue to expand the Agents SDK over time, but initially, the new harness and sandbox capabilities are launching first in Python, with TypeScript support planned for a later release. The company said it’s also working to bring more agent capabilities, like code mode and subagents, to both Python and TypeScript.

The new Agents SDK capabilities are being offered to all customers via the API, and will use standard pricing.

Lucas is a senior writer at TechCrunch, where he covers artificial intelligence, consumer tech, and startups. He previously covered AI and cybersecurity at Gizmodo.

You can contact Lucas by emailing lucas.ropek@techcrunch.com.

View Bio

この記事をシェア

関連記事

Ars Technica AI★42026年5月5日 04:03

教育におけるChatGPTの有用性を主張した研究が撤回される

Springer Nature は、OpenAI の ChatGPT が学習成果にプラスの影響を与えると主張した研究について、分析上の不整合と結論への信頼性欠如を理由に撤回を発表しました。この論文は出版後約1年で数百件の引用を集め、SNS でも話題となりましたが、著者による注目すべき主張には問題があったことが判明しました。

404 Media★42026年5月5日 02:56

Nature が ChatGPT の教育効果に関する論文を撤回

学術誌 Nature は、AI が学生の学習成績や思考力にプラスの影響を与えると主張したメタ分析論文を撤回しました。この論文は 5 月に発表され、ChatGPT の教育的利点を示す根拠として引用されていましたが、調査の結果問題が発覚し取り下げられました。

TLDR AI★32026年5月4日 09:00

OpenAI、Codex にアニメーションペットと設定ファイル自動インポート機能を追加

OpenAI は開発ツール「Codex」を更新し、画面にオーバーレイ表示されるアニメーションペット機能や、他コードエージェントからの設定ファイル自動インポート、音声入力精度向上のための辞書機能を追加した。これによりデスクトップアプリとしての利便性と魅力が強化された。

ニュース一覧に戻る元記事を読む