Anthropic、Claude Desktop で会議録画機能「Project Parka」開発
本文の状態
日本語全文を表示中
詳細モードで約13分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
TLDR AI
Anthropic は Claude Desktop の内部プロジェクト「Parka」を通じて、会議の議事録を基に Claude Code や Cowork にタスクを自動割り当てる機能を開発中である。
AI深層分析を開く2026年8月22日 22:11
AI深層分析
キーポイント
プロジェクト Parka の概要と機能
Anthropic は「Parka」という内部コードネームで、Claude Desktop 内で会議を録画し、議事内容からタスクや要約を抽出する機能を構築している。
Claude Code と Cowork の連携強化
この機能により、会話中に合意された事項が Claude Code(コーディングエージェント)や Cowork(デスクトップエージェント)への実行タスクとして直接変換される仕組みとなる。
詳細なメタデータとステート管理
録画システムはマイク・システム音声の両方を捕捉可能で、会議の状態を「recording」「processing」「ready」などの段階で厳密に管理する。
構造化されたアクションスキーマ
抽出されたタスクには実行タイプ(cowork, code, manual)や自動実行フラグが含まれ、Claude セッションへのリンク機能も備えている。
Mac 限定の機能とスクリーンキャプチャ技術
Parka の機能は macOS 13 以降に限定され、Apple の ScreenCaptureKit を活用して会議ソフトの音声や画面を直接取得する仕組みを持つ。
重要な引用
Anthropic is developing a meeting recorder inside Claude Desktop that can turn action items into tasks for Claude Cowork and Claude Code
The project is internally codenamed Parka.
Each action can carry a title, description, owner, full prompt, execution type and an autoRunnable flag.
The interface does not establish whether Claude starts eligible actions automatically or waits for user approval.
編集コメントを表示
編集コメント
会議録音からタスク生成へ至る一連のフローは、AI エージェントが現実世界の業務に深く統合されるための重要なステップとなる。ただし、自動実行機能の実装にはセキュリティや誤作動防止の観点からの慎重な実装が求められるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
RuntimeWire がレビューしたアプリケーションインターフェースによると、Anthropic は Claude Desktop 内に会議記録機能を構築中であり、そこで話し合われたアクションアイテムを「Claude Cowork」や「Claude Code」のタスクとして自動生成する仕組みを開発しています。
このプロジェクトは内部コードネームで「Parka」と呼ばれています。2026 年 8 月 18 日時点のファイルシステムタイムスタンプを持つ Claude Desktop の macOS パッケージには、会議の記録、話者識別付きの文字起こしストリーミング、議事録や要約の生成、構造化されたフォローアップ作業の抽出に関する詳細な契約書が含まれています。ただし、一般公開されているパッケージビルドではこの機能はまだ利用不可と表示されており、「Parka」という名称が最終的な製品名になるかどうかは現時点で不明です。
この機能は、Anthropic の事業拡大をチャットから Claude Code(コーディングエージェント)や、ファイル・ブラウザ・アプリケーション全体で動作するデスクトップエージェントの Claude Cowork へと広げるものです。Parka は両製品に新たなタスクソースをもたらします。それは会議の中で口頭で合意されたコミットメントです。
会話からエージェントセッションへ
Parka のデスクトップ契約では、会議の一覧表示、取得、開始、停止、削除を行うためのメソッドが公開されています。録音機能はシステム音声、マイク音声、あるいはその両方を組み合わせたものをキャプチャできます。また、カレンダーイベントのメタデータや文字起こし用のキーワードも受け付けるため、企業名、製品用語、専門技術用語などを音声認識システムが正確に把握できるようになります。
ライブイベントでは、話者ラベル、タイムスタンプ、テキスト、オプションの発話ID、および途中経過のテキストと確定した発言を区別するフィールドを含む転写セグメントが提供されます。
会議の記録は、recording(録画中)、processing(処理中)、ready(準備完了)、そして error(エラー)の状態を経て進行します。
処理が完了すると、記録にはタイトル、タイムスタンプ、持続時間、キャプチャ元、話者ごとの書き起こし、Markdown 形式のノート、Markdown 形式の要約、カレンダーの詳細、構造化されたアクションが含まれます。Parka では、ノートの編集、要約、タイトル、アクションに対して個別に制御機能を提供しています。また、特定のトランスクリプトの発言のみを削除することも可能です。
このアクションスキーマからは、Anthropic のより大きな計画の姿が浮かび上がります。各アクションには、タイトル、説明、所有者、完全なプロンプト、実行タイプ、そして autoRunnable という属性を付与することができます。
利用可能なタイプには、cowork、code、manual の 3 つがあります。
オプションの sessionUrl は、そのアクションを完了するために作成された Claude セッションへとリンクする役割を持つように設計されています。
この仕組みを使えば、製品会議で Claude Code のタスクを生成し、関連する実装指示を付与できます。また、運用に関する通話では、調査や資料作成、ブラウザ操作などを Cowork に任せることが可能です。ただし、特定の個人に割り当てられたコミットメントは、引き続き手作業として扱うこともできます。
このインターフェースでは、Claude が自動的に実行可能なアクションを開始するかどうか、それともユーザーの承認を待つのかは明確にされていません。autoRunnable はどちらの動作も支える可能性があるため、Parka の実行モデルはまだ確定していません。
Mac 向けに最初に構築されたデバイスレベルのレコーダー
Parka の機能ゲートは、macOS 13 以降を必要とします。同じインターフェース契約は Windows パッケージにも存在しますが、そちらではこの機能はサポートされていません。Mac パッケージには、オーディオキャプチャ用と Claude が従来から利用しているマイクアクセス用の別々の権限テキストが含まれており、これはコンピュータの音声とユーザーの声を両方必要とする録音ソフトに準拠したものです。
Apple は WWDC22 で ScreenCaptureKit を導入しました。これは、ユーザーの同意を得て画面コンテンツやアプリケーションのオーディオをキャプチャするためのフレームワークです。追加のオーディオリーティングソフトウェアを必要とせず、アプリケーションに関連する音声をキャプチャできます。これらの機能により、Claude は Zoom、Google Meet、Microsoft Teams、その他の会議ソフト上で、通話にボット参加者を追加することなく、端末内で直接音を聴取することが可能になります。
公開された Parka のインターフェースには、hasVisionResolvedSpeakers という名前のフィールドが含まれています。この名称から、Anthropic は参加者名やアクティブスピーカーのインジケーターなど、会議ウィンドウからの視覚的な手がかりを利用して話者を特定する精度を高めようとした可能性が窺えます。また、カレンダーの招待者名も候補となるアイデンティティのセットとして利用できそうです。レンダラー契約には視覚的なペイロードが含まれていないため、正確な仕組みはパッケージからは断定できません。
Parka は、タイムスタンプ、話者名、テキストの先頭部分、そして任意の発話 ID を指定して、通話記録の一部を削除できます。これにより、通話記録全体を削除するよりもはるかに精密な編集制御が可能になります。ただし、このインターフェースからは、通話記録からテキストを削除した際に、処理中に保持された対応する音声データも同時に削除されるかどうかは表示されません。
公開された会議記録には、生音声のパスやメディア URL、録音オブジェクトは一切含まれていません。Anthropic は、文字起こし後に音声を破棄している可能性もあれば、ネイティブレイヤーの背後で保持している可能性、あるいは遠隔サーバーに保存している可能性もあります。このパッケージからは、その音声保持に関する問いに対する答えは得られません。
製品との詳細な契約はまだ公開されていない
今回のビルドには、明確なプロダクション用キルスイッチが実装されています。パッケージ化された公開版では、OS の要件を満たす前に Parka が unavailable(利用不可)として報告されます。一方、内部向けやパッケージ化されていないビルドでは、macOS 13 へのチェック処理が続行されます。
RuntimeWire は、サインイン済みの Claude アプリ内での起動時と初期化時の両地点において、parkaMeetings 機能がサポートされているステータスを報告するように強制しました。Claude は通常通り読み込まれましたが、会議画面やナビゲーション項目、Parka 関連の JavaScript チャンクは一切表示されませんでした。読み込まれたレンダラー全体を検索しても、2 つの注入された機能フラグが存在しているにもかかわらず、listParkaMeetings を呼び出すクライアント側のコードは見つかりませんでした。
Claude Desktop は、製品のインターフェースの大部分を Claude の Web インフラからリモートで読み込んでいます。そのため、Anthropic 側は今後のデスクトップパッケージの更新なしに、欠落していた Parka のレンダラー機能を後から追加することが可能です。
Mac および Windows パッケージにおいて、Parka のネイティブ実装を読み込むための JavaScript モジュールは現在、551 バイトの空のスタブに過ぎません。しかし、その周辺にある契約仕様(コントラクト)ははるかに完成度が高く、カレンダーアラート、ライブトランスクリプトイベント、詳細な編集機能、失敗時の状態処理、アカウントリセット、実行可能なアクションフィールドなどを定義しています。この状況から、製品設計と統合作業には相当の労力が注がれていることが伺えますが、運用実装とユーザーインターフェースはまだ完成に至っていません。
Anthropic の公式ドキュメントでは、Claude との音声会話や、Cowork が既存の議事録や録音データを分析する機能については言及されています。しかし、ネイティブの Claude 会議記録ツールに関する記述はありません。
Anthropic は既に競合がひしめく市場に参入しようとしている

Granola は、会議ボットを介さずにコンピュータの音声を記録し、カレンダーと連携して、macOS、Windows、iOS、Android 上で議事録、アクションアイテム、フォローアップタスクを生成します。確立されたキャプチャ体験や、会議間を跨いだ記憶機能を持つ同社は、まだ未発表の Claude の新機能に対して大きな優位性を築いています。
機能面で最も近い比較対象は Notion です。Notion AI の会議ノート機能は、デスクトップアプリ上でシステム音声とマイク入力をキャプチャし、Mac では macOS 13 以降を必要とします。また、録音内容をカレンダーイベントに関連付け、話者を識別した上で、要約やアクションアイテムを生成します。
2026 年 7 月 31 日、Notion は会議ノートの要約完了後にカスタムエージェントを実行するトリガーを追加しました。これらのエージェントはプロジェクトの進捗管理ツールの更新、リキャップの投稿、エンジニアリングチケットの作成などを担います。Anthropic が参入する場合、すでに会議記録からエージェント実行へと接続している主要な競合が存在することになります。
Otter、Fathom、Fireflies は、成熟した文字起こし機能や会議間検索、CRM やプロジェクト管理システムとの連携を提供しています。一方、Google Meet、Microsoft Teams、Zoom は、自社のプラットフォームを制御できる点に加え、参加者の身元確認や企業ポリシーの適用において優位性を持っています。
Parka のアクションタイプは、Anthropic が目指す戦略の方向性を示しています。code アクションがエンジニアリングのコミットメントを直接 Claude Code へルーティングし、cowork アクションがドキュメント処理、分析、業務遂行を担当する可能性があります。Anthropic は、広範な CRM やタスク管理ツールとの連携カタログを整えるのではなく、自社のエージェントを中心にレコーダーを設計しているようです。
それでも、競争上の重要な未解決の疑問は残ったままです。契約書には、モバイル対応のキャプチャ機能や Windows 起動時のサポート、会議間の検索、共同編集機能、クリップ作成、音声再生、サマリーテンプレート、同意告知、エンタープライズ向けのデータ保持制御、外部ワークフローとの連携といった証拠は一切含まれていません。
Deepgram との関係の可能性
インフラの調査結果から、音声プロバイダーの可能性が浮かび上がっています。Anthropic が管理するホスト(titanium.api.anthropic.com 内)には、stt-nova3-s0 から始まる一連の名前が含まれています。
stt-nova3-s8 と stt-flux-multi、およびステージング用のバリアントもプロビジョニングされています。
Nova-3 のホストが、公開 DNS を介してプライベートな 10.104.0.6 アドレスを露呈しました。これは、Anthropic 社内のネットワーク外に誤って内部デプロイメントが公開された可能性を示唆しています。
これらのラベルは、Deepgram の音声認識製品とほぼ一致しています。Deepgram は Nova-3 を汎用リアルタイム文字起こしモデルとして、Flux をターン検出機能を備えた会話用モデルとして紹介しています。また、多言語対応の Flux モデルは flux-general-multi という名称です。Deepgram は Nova-3 の利用者に Keyterm Prompting も案内しており、これは Parka が録音を開始する際に受け付ける keyterms 引数と一致しています。
Anthropic は以前、Deepgram を活用した Claude のクックブック例を公開していましたが、両社が Parka に関する提携を発表したわけではありません。Deepgram が 2026 年 1 月に発表したシリーズ C ラウンドの資金調達情報にも、Anthropic は投資家として名を連ねていません。
Claude Desktop パッケージには、Parka を Titanium エンドポイントと直接結びつける Deepgram のホスト名、SDK、または認証情報は含まれていません。Anthropic が自社のインフラを通じて音声プロバイダーを仲介している可能性もあり、そのサービスが他の音声製品を支えているケースも考えられます。モデル名の一致やキーワードインターフェースの類似性は、Deepgram を有力な候補として浮上させる要因ですが、これが確定的なベンダー特定を意味するわけではありません。
エージェントに渡す前に作業を掌握する
会議の議事録作成や AI による要約は、すでに確立された製品機能です。しかし、真の戦略的価値は次の一歩にあります。つまり、どのシステムが文脈を受け取り、タスクを作成し、実際に作業を実行するかを決める点にこそあります。
Granola は会議の記憶を Claude、Cursor、Replit といった AI ツールへ送信できます。一方、Notion は会議内容を社内のワークスペース内に保存し、独自のエージェントを起動することも可能です。録音やアクション抽出のレイヤーをどちらの製品が掌握するかによって、Claude はその後の下流にある一つの選択肢に過ぎなくなります。
Parka を導入することで、Anthropic は Claude 内での一連の流れ全体を支配できるようになります。会話を記録し、合意事項を特定し、それらをプロンプトに変換して、タスクを完了させるためのエージェントセッションを開始するのです。
これは単なる AI ノートテイクとは一線を画す、より具体的な提案です。Anthropic は会議を Claude エージェントの作業受領ボックスへと変えようとしています。
原文を表示
Anthropic is developing a meeting recorder inside Claude Desktop that can turn action items into tasks for Claude Cowork and Claude Code, according to application interfaces reviewed by RuntimeWire.
The project is internally codenamed Parka. A Claude Desktop macOS package carrying August 18th, 2026 filesystem timestamps contains a detailed contract for recording meetings, streaming speaker-attributed transcripts, generating notes and summaries, and extracting structured follow-up work. Public packaged builds still mark the feature as unavailable, and Parka may never be its public name.
The feature would extend Anthropic's expansion beyond chat into Claude Code, its coding agent, and Claude Cowork, a desktop agent that works across files, browsers and applications. Parka would give both products a new source of assignments: commitments made aloud in meetings.
From conversation to agent session
Parka's desktop contract exposes methods to list, retrieve, start, stop and delete meetings. A recording can capture system audio, microphone audio or a mix of both. It can also accept calendar-event metadata and transcription keyterms, which could help the speech system recognize company names, product terminology and technical language.
Live events deliver transcript segments with a speaker label, timestamp, text, optional utterance ID and a field distinguishing interim text from a finalized turn. Meeting records progress through recording, processing, ready and error states.
Once processed, a record can contain a title, timestamps, duration, capture source, speaker-attributed transcript, Markdown notes, a Markdown summary, calendar details and structured actions. Parka provides separate controls for editing notes, summaries, titles and actions. It can also remove an individual transcript turn.
The action schema reveals Anthropic's larger plan. Each action can carry a title, description, owner, full prompt, execution type and an autoRunnable flag. The available types are cowork, code and manual. An optional sessionUrl appears designed to link an action back to the Claude session created to complete it.
That structure could let a product meeting produce a Claude Code task with the relevant implementation prompt. An operations call could hand research, document preparation or browser work to Cowork. Commitments assigned to a person could remain manual tasks.
The interface does not establish whether Claude starts eligible actions automatically or waits for user approval. autoRunnable could power either behavior, so Parka's execution model remains unresolved.
A device-level recorder built first for Mac
Parka's feature gate requires macOS 13 or later. The same interface contract appears in the Windows package, where the feature is unsupported. The Mac package includes separate permission text for audio capture and Claude's existing microphone access, consistent with a recorder that needs both computer audio and the user's voice.
Apple introduced ScreenCaptureKit at WWDC22 as a framework for capturing screen content and application audio with user consent. It can capture audio associated with applications without requiring extra audio-routing software. Those capabilities would allow Claude to listen directly on the device across Zoom, Google Meet, Microsoft Teams and other meeting software without adding a participant bot to the call.
The exposed Parka interface includes a field named hasVisionResolvedSpeakers. The name suggests Anthropic has explored using visual cues from a meeting window, such as participant names or active-speaker indicators, to improve speaker identification. Calendar attendee names could supply another set of candidate identities. No visual payload appears in the renderer contract, so the exact mechanism cannot be established from the package.
Parka can delete a transcript turn using its timestamp, speaker, text prefix and optional utterance ID. That creates a more precise editing control than deleting an entire transcript. The interface does not reveal whether removing transcript text also deletes corresponding audio retained during processing.
No raw-audio path, media URL or recording object appears in the exposed meeting record. Anthropic could discard audio after transcription, retain it behind the native layer or store it remotely. The package does not answer that retention question.
A detailed contract with the product still withheld
The build uses an explicit production kill switch. Public packaged versions report Parka as unavailable before evaluating the operating-system requirement. Internal or unpackaged builds continue to the macOS 13 check.
RuntimeWire forced the parkaMeetings feature to report a supported status at both bootstrap points in a signed-in Claude app. Claude loaded normally, but no meeting screen, navigation item or Parka-related JavaScript chunk appeared. A search across the loaded renderer found no client call to listParkaMeetings, even though the two injected feature flags were present.
Claude Desktop loads most of its product interface remotely from Claude's web infrastructure. Anthropic can therefore add the missing Parka renderer later without shipping another desktop package.
The JavaScript module intended to load Parka's native implementation is currently an empty 551-byte stub in both the Mac and Windows packages. The surrounding contract is far more developed: it defines calendar alerts, live transcript events, granular editing, failure states, account resets and runnable action fields. The evidence shows substantial product design and integration work, with the operational implementation and user interface still held back.
Anthropic's public documentation currently describes voice conversations with Claude and Cowork's ability to analyze existing meeting notes or recordings. It does not document a native Claude meeting recorder.
Anthropic is entering an occupied category

Granola already records computer audio without a meeting bot, connects to calendars and produces notes, actions and follow-ups across macOS, Windows, iOS and Android. Its established capture experience and cross-meeting memory give it a considerable lead over an unreleased Claude feature.
Notion is the closest functional comparison. Notion AI Meeting Notes captures system and microphone audio in its desktop app, requires macOS 13 or later on Macs, associates recordings with calendar events, labels speakers, and generates summaries and action items.
On July 31st, 2026, Notion added a trigger that runs Custom Agents after a meeting note is summarized. Those agents can update project trackers, post recaps and create engineering tickets. Anthropic would enter with a major incumbent already connecting meeting capture to agent execution.
Otter, Fathom and Fireflies offer mature transcription, cross-meeting search and integrations with CRM and project-management systems. Google Meet, Microsoft Teams and Zoom have the advantage of controlling their own meeting platforms, participant identities and enterprise policies.
Parka's action types show the opening Anthropic intends to pursue. A first-class code action could route engineering commitments directly into Claude Code, while cowork could handle documents, analysis and operational work. Anthropic appears to be designing the recorder around its own agents instead of a broad catalog of CRM and task-management integrations.
That still leaves major unanswered competitive questions. The contract contains no evidence of mobile capture, Windows launch support, cross-meeting search, collaborative editing, clips, audio playback, summary templates, consent announcements, enterprise retention controls or external workflow integrations.
A possible Deepgram connection
Separate infrastructure findings point toward a possible speech provider. Anthropic-controlled hosts under titanium.api.anthropic.com use names including stt-nova3-s0 through stt-nova3-s8 and stt-flux-multi, with staging variants also provisioned. The Nova-3 hosts exposed a private 10.104.0.6 address through public DNS, suggesting an internal deployment accidentally made visible outside Anthropic's network.
Those labels closely match Deepgram's speech-recognition products. Deepgram describes Nova-3 as its general-purpose real-time transcription model and Flux as a conversational model with turn detection. Its multilingual Flux model is named flux-general-multi. Deepgram also directs Nova-3 users to Keyterm Prompting, matching the keyterms argument accepted when Parka starts a recording.
Anthropic has previously published a Claude cookbook example using Deepgram for transcription, but neither company has announced a Parka partnership. Deepgram's January 2026 Series C announcement does not list Anthropic among its investors.
The Claude Desktop package contains no Deepgram hostname, SDK or credential linking Parka directly to the Titanium endpoints. Anthropic could be proxying a speech provider through its own infrastructure, and those services could support other voice products. The matching model names and keyterm interface make Deepgram a strong working hypothesis rather than a confirmed vendor attribution.
Owning the work before it reaches the agent
Meeting transcription and AI summaries are established product features. The strategic value sits one step later: deciding which system receives the context, creates the assignment and carries out the work.
Granola can send meeting memory toward Claude, Cursor, Replit and other AI tools. Notion can preserve the meeting inside a company workspace and trigger its own agents. If either product owns the recording and action-extraction layer, Claude becomes one possible destination downstream.
Parka would give Anthropic control of the entire sequence inside Claude: capture the conversation, identify commitments, turn them into prompts and open the agent sessions that complete them.
That is a more specific proposition than another AI notetaker. Anthropic is preparing to turn meetings into an inbox for Claude's agents.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み