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

AIニュース最前線

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

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

ワークスペースエージェント

#ChatGPT#ワークスペースエージェント#業務自動化#OpenAI#マルチツール連携
TL;DR

OpenAIはChatGPT内でワークスペースエージェントを構築・運用・スケーリングするガイドを提供し、反復作業の自動化やツール連携によるチーム業務の効率化を推進している。

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

キーポイント

1

ワークスペースエージェントの構築と運用

ChatGPT内で専用エージェントを作成し、チームの反復ワークフローに組み込む具体的な手順を示す。

2

外部ツールとのシームレスな連携

エージェントが既存のビジネスアプリやAPIと接続し、データや操作をシームレスに連携させる仕組みを提供する。

3

組織規模でのスケーリングと業務効率化

個人利用からチーム・企業レベルへの展開を想定し、業務プロセスの標準化と人的リソースの最適化を目指す。

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

影響分析

本記事は、ChatGPTの機能拡張が「情報提供」から「業務実行・自動化」へシフトしていることを明確に示す。これにより、企業は既存のAIツールを業務フローに組み込むことで、人的リソースをより付加価値の高い戦略業務へ振り向けることが可能になる。ただし、大規模な組織展開にはデータ連携のセキュリティと細粒度の権限管理が解決されなければ、実装には慎重な検証が必要となる。

編集コメント

限られた記述ながら、AIの役割が「対話」から「業務実行エージェント」へ移行する明確な兆候である。実装時のデータ連携セキュリティと権限管理のガイドライン整備が今後の課題となる。

ChatGPTのほとんどのユーザーは、ドラフト作成、要約、ブレインストーミング、質問への回答といった単発タスクにAIを使用する方法をすでに熟知しています。次の段階のAI活用は、より広範で日常業務に深く組み込まれたものになります。孤立した瞬間の作業を支援するのではなく、AIは共有システム、標準的な引き継ぎ、一貫した出力、そしてタイミングや正確性、プロセスといった現実世界の制約に依存する反復可能なワークフローをサポートするためにますます活用されています。そこで登場するのがChatGPTのワークスペースエージェント(workspace agent)です。これらは反復可能なワークフローで使用されるように設計されており、それ以外の場合は手動で行い、毎回手順を再説明し、ツール間で情報をコピーする作業です。詳細についてはブログ記事をご覧ください。

エージェント構築が初めての方は、まず中核概念に焦点を当てましょう。そうすれば、構築を開始した際に、一貫した結果を得るためにワークスペースエージェントをどのように設定すべきかがわかります。

一般的に、エージェントとは3つのコンポーネントを備え、タスクを実行するシステムです。トリガー(trigger)、専門スキルを含む可能性のあるプロセス、そして接続できるツールまたはシステムです。コンポーネントの説明と例:トリガーはエージェントを起動するもので、スケジュール(「毎週平日午前9時」)または手動実行(「今すぐ実行」)があります。プロセスおよびスキルは、エージェントが期待通りにタスクを完了するために従う手順であり、入力の確認、不足情報のチェック、出力のドラフト作成、引き継ぎまたは次のアクションの実行が含まれます。ツールおよびシステムは、情報を収集し、許可されていればアクションを実行するためにエージェントが使用できる承認済みのツールおよび統合であり、Slack、CRM、社内ドキュメント、チケット管理システム、または共有文書が例として挙げられます。

エージェントは、以下のような作業において最も有用です。反復可能:同じタスクが定期的に発生する。構造化されている:出力に明確な形式がある(エージェントが良好な結果を出しているかどうかを判断できるため)。時間ベースまたはイベント駆動:一定の間隔で実行されるか、イベントによってトリガーされる。ツールベース:チームが使用するシステムからの読み取りや書き込みを必要とする。オープンエンドの思考、ブレインストーミング、探索的なライティングには、通常のチャットの方が適していることが多く、特に単発タスクの場合です。

エージェントは、過去に構築したことがありそうな従来のAPIワークフロー(API workflow)とも異なります。他のツールにおける従来のワークフローは往々にして決定論的(deterministic)であり、各ステップが明示的に定義されており、ロジックを変更しない限りシステムは毎回同じ経路をたどります。エージェントはより確率的(probabilistic)です。これらは依然として指示、ツール、ガイドレール(guardrail)の範囲内で動作しますが、コンテキストを解釈し、制約付きの判断を行い、作業の進め方を調整するためにモデルを使用します。

ワークスペースエージェントを設計する有用な方法は、それを部分に分解することです。人に作業を引き渡す前に何を明確にするかを考えてみてください:担当範囲、開始時期、一時停止または停止させるべき条件、使用可能なツールと情報、従うべきプロセス、守るべきルールです。エージェントにはアプリへのアクセスが必要になる場合があります。ChatGPTにおけるアプリの詳細についてはこちらをご覧ください。(opens in a new window)

以下にエージェントの分解例をいくつか示します。マーケティングキャンペーン要約エージェント、製品フィードバックトリアージエージェント、営業パイプライン要約エージェント。目的:エージェントの全体的な目標は何ですか?キャンペーンパフォーマンスを分析し最適化を提案する。新しい製品フィードバックを要約し、適切な担当者にルーティングする。パイプラインの変更を監視し、リスクと機会を強調する。トリガー:作業を開始するのは何ですか?毎週月曜日午前10時。Slackからのフォーム送信。毎週平日午前8時。プロセス:どのような手順を踏むべきですか?KPIを取得し、トレンドを特定し、要約をドラフト作成し、次のステップを提案し、担当者を割り当てる。フィードバックを確認し、関連項目をグループ化し、主要なテーマを要約し、フォローアップの担当者を提案する。ツール:アクセスが必要なシステムまたはアプリケーションは何ですか?分析ツールと共有要約文書。Slack、チケット管理システム、および要約文書。CRM、メールまたはSlack、およびパイプライントラッカー。ガバナンス:必要な制御は何ですか?いつ停止しエスカレーションすべきですか?最適化案をドラフト作成;予算変更前に承認が必要。ドラフトチケットを作成;高優先度問題をエスカレーション;送信前に承認が必要。洞察と推奨事項をドラフト作成;担当者に通知;承認なしでの直接 outreach は不可。

以下の例は、エージェントのワークフローパターンとして捉えることができます。チームや機能全体で共通して見られる、反復可能な作業の一般的なパターンです。それぞれがエージェントが実行できるコアタイプのワークフローを表しています。特定のツール、データ、出力は異なる場合がありますが、根本的なパターンは一貫して維持されます。ワークフロー:概要と例。ブリーフィング:複数の場所から情報を取得し、抽出して意思決定可能な形式にパッケージ化します。1) 入力の収集 2) 比較と主要シグナルの抽出 3) 対象者への要約 4) 文書、メモ、またはブリーフィングとして共有。例:営業 - CRM、通話記録、Slack、ニュースからアカウントブリーフィングを構築。マーケティング - 分析ツール、ソーシャルメディア、文書からキャンペーンまたは競合他社のレキャップをまとめます。エグゼクティブ - 推奨事項付きの日次業界ブリーフィングを生成。トリアージおよびルーティング:受信アイテムを処理し、適切な次のステップに到達することを保証します。1) 受信アイテムの確認 2) カテゴリ分けと優先順位付け 3) ルーティングまたは次のステップの成果物の作成 4) 担当者と依頼者の通知。例:サポート - フィードバックをバグ、機能リクエスト、またはフォローアップに変換。IT/運用 - Slack内の社内リクエストを処理し、緊急性に応じてルーティング。採用 - 受信候補者をスクリーニングし、適切なパスに移動させる。分析と推奨:データまたは証拠を解釈し、見解を形成し、それを最初の成果物に変換します。1) ソースデータの取得 2) パターン、ギャップ、トレードオフの分析 3) 推奨事項の形成 4) メモ、プレゼンテーション資料、スプレッドシート、またはメールのドラフト作成。例:財務 - 予算対実績を照合し、マネージャー向けメモをドラフト作成。製品/リサーチ - ユーザーフィードバックを分析し、優先順位を提案。調達 - ベンダー見積もりを比較し、意思決定マトリックスを作成し、POメールのドラフト作成。コンテンツ作成:コンテンツを生成または更新し、特定の対象者やチャネル向けに調整します。1) ノートまたはソース資料から最初のドラフトを生成 2) トーンと正確性のために編集 3) 対象者およびチャネル向けに調整 4) 公開または送信。例:マーケティング - ブリーフをキャンペーン資産に変換し、フィードバックのために配布。マネージャー - ノートからオンボーディングプランまたはトレーニングモジュールに変換。営業 - フォローアップメール、QBR(四半期ビジネスレビュー)要約、またはステークホルダーレキャップを作成。計画および調整:目標をスケジュールされた作業とシステム更新に変換します。1) 制約から計画を構築 2) 依存関係と可用性を確認 3) アクションの実行または準備 4) システムの更新と関係者への通知。例:PM/チーフ・オブ・スタッフ - 作業のブロック、会議のスケジュール設定、トラッカーの更新。イベント - オフサイト、登録、または旅行計画の調整。管理 - フォーム、リマインダー、注文、予約、フォローアップの管理。

まず、組織がすでに構築したエージェントを使用することから始めましょう。そのエージェントが何に優れているかを理解することから始めてください。どのタスクをサポートし、どのツールに依存し、どのような出力を生成するかです。

低リスクの要求をいくつか試して、その動作を確認することから始めましょう。まず単純な入力を試し、結果をレビューしてタスクへのアプローチ方法を理解してください。

よく構築されたエージェントでも、人間の判断から利益を得ることを忘れないでください。多くの場合、より広い文脈、タスクの重大さ、そして良い回答がどのようなものであるかを理解しているのはあなたです。

基本を理解し、強力なユースケースを特定したら、独自のワークスペースエージェントの構築を開始できます。ChatGPTにはすでにビルド済みのスキルがあるかもしれません。ワークスペースエージェントは、指示内でスキルを使用できます。注:ChatGPT Enterpriseでは、エージェントの構築へのアクセスはワークスペース管理者によって管理されます。

平易な言語で開始します:エージェントビルダーチャットで、エージェントが行うべき仕事、成功した結果がどのようなものか、そして従う必要がある制約を記述します。ビルダーはこれを明確なステップを持つ明確なワークフローに変換でき、チャットで継続して refinement するか、ワークフローと指示を直接編集できます。

ツールとコネクターを選択します:ワークフローを完了するためにエージェントが使用できる承認済みのアプリを選択します。また、エージェントがアクセスする必要があるシステムを記述することもでき、ビルダーはそれらの追加と認証のプロセスをガイドします。

トリガーを選択します:エージェントを実行する時期を決定します。エージェントトリガーは、エージェントの実行を開始するイベントです。ワークスペースエージェントの場合、人間によるトリガー(誰かが何かを依頼)またはスケジュールトリガー(設定された時間に実行)があります。エージェントビルダーチャットを使用して、平易な言語でトリガーを設定できます。

ガイドレールを追加します:境界、必要な承認、および機密性の高いアクションに対するヒューマン・イン・ザ・ループ(human-in-the-loop)チェックポイントを設定します。これらをエージェントビルダーチャットに直接追加でき、ビルダーが指示を変更します。

エージェントの構築は反復プロセスとして最も効果的に機能します。ChatGPTでは、ビルダーがそのループの一部です。エージェントをテストする際、会話を使用して何が起きたかを理解し、問題を特定し、指示を段階的に refinement してください。

文脈の欠如や曖昧さがある複雑なリクエストを含む、単純なリクエストの両方から、いくつかの現実的な例から始めてください。これにより、エージェントがどのように動作し、どの部分でより明確な指示やガードレールが必要かを確認できます。

エージェントをテストする際、最初のバージョンが完璧ではないことは予想されます。何か不審な点がある場合、改善するための効果的な方法が2つあります。指示を直接更新する:エディタ内で小さな具体的な変更を行い、手順の明確化、出力形式の調整、または制約の追加を行います。自然言語でコーチする:問題が明確でない場合、ビルダーの会話を使用して対処します。見落とした点を指摘したり、オープンエンドな質問をしたり、指示のギャップを浮き彫りにするために推論を説明させたりできます。変更を加えた後、更新が機能したことを確認するために再度テストします。

ワークスペースエージェントは、共有された反復作業のために設計されています。エージェントを共有することは、チームにタスクを完了する一貫した方法を提供し、毎回プロセスを再発明する必要をなくします。

エージェントを共有する際は、その用途を明確にしてください。説明には、処理するタスク、使用する時期、提供すべき入力、期待される出力の種類を含めます。共有エージェントは、チームがすでに理解している特定の反復ワークフローに紐づいている場合に最も効果的に機能します。例として1〜2つのプロンプトを含めることで、他者に明確な開始点を提供し、採用をスムーズにできます。

ワークスペース管理者はロールベース・アクセス・コントロール(RBAC)を通じてコネクターと機能へのアクセスを管理していることを覚えておいてください。そのため、Slack、Gmail、またはその他のシステムと連携させるには、チームメイトに適切な権限が必要になる場合があります。

原文を表示

Most ChatGPT users already know how to use AI for one-off tasks—like drafting, summarizing, brainstorming, or answering questions. The next phase of AI use is broader and more embedded in day-to-day work. Instead of helping with isolated moments, AI is increasingly being used to support repeatable workflows that depend on shared systems, standard handoffs, consistent outputs, and real-world constraints like timing, accuracy, and process.That’s where workspace agents in ChatGPT fit. They’re designed to be used for repeatable workflows—work you’d otherwise do manually, re-explaining the steps each time, and copying information between tools. Learn more about workspace agents in our blog post.If you’re new to agent building, let’s focus on the core concepts first so when you start building, you’ll know how to set up your workspace agent for consistent results.Generally speaking, an agent is a system that carries out a task with three components: a trigger, a process that may include specialized skills, and tools or systems it can connect to.ComponentDescriptionExamplesTriggerWhat starts the agentA schedule (“Every weekday at 9am”) or a manual run (“Run now”).Process and skillsThe steps the agent follows to complete the task the way you expectReviewing inputs, checking for missing information, drafting an output, and handing it off or taking the next action.Tools and systemsThe approved tools and integrations the agent can use to gather information and, if allowed, take actions.Slack, a CRM, internal documentation, a ticketing system, or a shared documentAgents are most useful when the work is:Repeatable: The same task comes up regularlyStructured: There’s a clear format for the output (so you can tell if the agent is doing a good job)Time-based or event-driven: It runs on a cadence or is triggered by an eventTool-based: It requires reading from or writing to systems your team usesFor open-ended thinking, brainstorming, or exploratory writing, regular chat is often a better fit—especially for one-off tasks.Agents are also different from traditional API workflows you may have built in the past. Traditional workflows in other tools are often deterministic, meaning each step is explicitly defined, and the system follows the same path each time unless you change the logic. Agents are more probabilistic. They still operate within instructions, tools, and guardrails, but they use a model to interpret context, make bounded decisions, and adjust how they move through the work.A helpful way to design a workspace agent is to break it into parts. Think about what you would clarify before handing work to a person: what they are responsible for, when they should begin, what should make them pause or stop, which tools and information they can use, the process they should follow, and the rules they must stay within. An agent may require access to apps. Learn more about apps in ChatGPT.⁠(opens in a new window)See some examples of agent breakdowns below:Marketing campaign summary agentProduct feedback triage agentSales pipeline summary agentObjective: What is the overall goal of the agent?Analyze campaign performance and recommend optimizationsSummarize new product feedback and route to the right ownersMonitor pipeline changes and highlight risks and opportunitiesTrigger: What starts the work?Every Monday at 10 AMForm submission from SlackEvery weekday at 8 AMProcess: What steps should it follow? Pull KPIs, identify trends, draft a summary, propose next steps, assign ownersReview feedback, group related items, summarize key themes, suggest owners for follow-upReview pipeline, flag risks, propose next stepsTools: What systems or applications do you need access to?Analytics tools and a shared summary documentSlack, ticketing system, and a summary documentCRM, email or Slack, and a pipeline trackerGovernance: What controls do you need? When should it stop and escalate?Draft recommendations; approval required before budget changesCreate draft tickets; escalate high-priority issues; approval required before submissionDraft insights and recommendations; notify owners; no direct outreach without approvalThe examples below can be thought of as agent workflow patterns: common, repeatable patterns of work that show up across teams and functions. Each one represents a core type of workflow an agent can carry out. The specific tools, data, and outputs may vary, but the underlying pattern stays consistent.WorkflowHow it worksExample use casesBriefingPull information from multiple places, distill it, and package it into something decision-ready.1) Collect inputs2) Compare and extract key signals3) Summarize for audience 4) Share as doc, memo, or briefingSales: Build account briefing from CRM, calls, Slack, and news. Marketing: Compile campaign or competitor recaps from analytics, social, and docs. Exec: Produce daily industry briefs with recommendationsTriage and routingProcess inbound items and ensure they reach the right next step1) Review inbound items 2) Categorize and prioritize 3) Route or create next-step artifact4) Notify owner and requesterSupport: Turn feedback into bugs, feature requests, or follow-ups. IT/Ops: Handle internal requests in Slack and route by urgency. Recruiting: Screen inbound candidates and move them into the right path.Analysis and recommendationInterpret data or evidence, form a point of view, and turn that into a first deliverable.1) Pull source data 2) Analyze patterns, gaps, and tradeoffs 3) Form recommendation 4) Draft memo, deck, spreadsheet, or emailFinance: Reconcile budget vs. actuals and draft a manager memo. Product/Research: Analyze user feedback and propose priorities. Procurement: Compare vendor quotes, create decision matrix, and draft PO email.Content creationCreate or update content, then tailor it for a specific audience or channel.1) Generate first draft from notes or source material 2) Edit for tone and accuracy 3) Tailor to audience and channel 4) Publish or sendMarketing: Turn a brief into campaign assets and circulate for feedback. Manager: Turn notes into onboarding plan or training module. Sales: Write follow-up emails, QBR summaries, or stakeholder recaps.Planning and coordinationTurn goals into scheduled work and system updates1) Build plan from constraints 2) Check dependencies and availability 3) Take action or prepare action 4) Update systems and notify peoplePM/Chief of Staff: Block work, schedule meetings, and update trackers. Events: Coordinate off-sites, registrations, or travel plans. Admin: Manage forms, reminders, orders, bookings, and follow-ups.You may start by using agents your organization has already built. Begin by understanding what the agent is designed to do well—what tasks it supports, which tools it relies on, and the kind of output it produces.Start with a few low-risk requests to see how it behaves. Try simple inputs first, then review the results to understand how it approaches the task.Keep in mind that even a well-built agent still benefits from human judgment. You are often the one who knows the broader context, the stakes of the task, and what a good answer should look like.Once you understand the basics and have identified a strong use case, you can start building your own workspace agent. You may even already have skills built in ChatGPT. Workspace agents can use skills in their instructions.Note: in ChatGPT Enterprise, access to build agents is controlled by your workspace administrators.Start in plain language: In the agent builder chat, describe the job the agent should do, what a successful outcome looks like, and any constraints it needs to follow. The builder can translate this into a clear workflow with defined steps, which you can keep refining in chat or edit directly in the workflow and instructions.Choose tools and connectors: Select the approved apps the agent can use to complete the workflow. You can also describe the systems the agent needs to access, and the builder will guide you through adding and authenticating them.Choose a trigger: Decide when the agent should run. An agent trigger is the event that starts the agent running. For workspace agents, it can be human-triggered (someone asks it to do something), schedule-triggered (it runs at a set time). You can use the agent builder chat to set up your trigger using plain language.Add guardrails: Set boundaries, required approvals, and any human-in-the-loop checkpoints for sensitive actions. You can add these directly into the agent builder chat, and the agent builder will modify the instructions.Agent building works best as an iterative process. In ChatGPT, the builder is part of that loop. As you test your agent, use the conversation to understand what happened, spot issues, and refine the instructions step-by-step.Start with a few realistic examples, including both straightforward requests and messier ones with missing context or ambiguity. This helps you see how the agent behaves and where it may need clearer instructions or guardrails.As you test your agent, it’s expected that the first version won’t be perfect. When something feels off, there are two effective ways to improve it.Update the instructions directly: Make small, specific changes in the editor, such as clarifying a step, adjusting the output format, or adding a constraint.Coach it in natural language: When the issue is less clear, use the builder conversation to work through it. You can point out what it missed, ask open-ended questions, or have it explain its reasoning to surface gaps in the instructions.After making changes, test again to confirm the update worked.Workspace agents are designed for shared, repeatable work. Sharing an agent gives your team a consistent way to complete a task instead of reinventing the process each time.When you share an agent, be explicit about what it’s for. In the description, include the task it handles, when to use it, what inputs to provide, and what kind of output to expect. Shared agents work best when they’re tied to a specific, recurring workflow your team already understands. Including one or two example prompts can also give others a clear starting point and make adoption smoother.Remember that workspace admins manage connector and feature access through role-based access control (RBAC), so teammates may need the appropriate permissions for the agent to work with systems like Slack, Gmail, or other tools.

この記事をシェア

関連記事

OpenAI News★32026年4月23日 19:00

「Codexとは何か?」

OpenAI Academyは、ChatGPTが対話や下書き作成に適するのに対し、Codexは実際の業務を委任できる専用AIエージェントであると説明している。

OpenAI News★32026年4月23日 19:00

職場でのCodex活用トップ10

企業ユーザーは、Codexを活用して納品物作成や複数ツールからの情報統合を行い、入力に基づく処理で業務を迅速化する。

Ars Technica AI★42026年6月2日 03:52

フロリダ州が ChatGPT 関連の殺人事件を受け OpenAI とサム・アルトマン氏を提訴

フロリダ州司法長官は、OpenAI と CEO のサム・アルトマン氏が利益を安全より優先したとして、同社設計の危険性を理由に民事訴訟を起こした。これは ChatGPT に関連する殺人事件を受け、州が初めて行った措置である。

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