Anthropic 的 Project Parka 旁听会议,并将任务分配给 Claude agents

内部代号为 Parka 的这项以 Mac 为先的功能可以捕获系统和麦克风音频,流式传输带有说话者标注的转录,并为 Claude 的代理创建可运行的工作。

By · Published · Updated

RUNTIMEWIRE INVESTIGATION — Scoop

Original reporting by RuntimeWire, based on reverse engineering.

Why it matters

Meeting summaries are already commodity software. Parka would let Anthropic own the spoken context that creates work and route it directly into Claude's coding and desktop agents.

Reporting record

Finding

Anthropic has designed an unreleased, Mac-first meeting recorder inside Claude Desktop, codenamed Parka, that can turn meeting transcripts into Cowork, Claude Code, or manual follow-up actions; current public builds keep the feature disabled and ship without its working native implementation or user interface.

How we verified

Methods: reverse engineering.

Claude Desktop 1.32885.1 contains an extensive Parka interface contract covering meeting creation and deletion, system and microphone audio capture, calendar metadata, transcription keyterms, live speaker-attributed transcript events, summaries, notes, granular editing, and error states. The action schema assigns each follow-up a title, description, owner, full prompt, execution type, autoRunnable value, and optional Claude session URL. Its execution types are cowork, code, and manual. Public packaged builds force parkaMeetings to an unavailable status. The native Parka loader included with both operating-system packages is an empty 551-byte stub. After RuntimeWire forced the renderer’s two Parka bootstrap values to report supported, Claude loaded normally but displayed no meeting interface or navigation item. The loaded renderer made no observable listParkaMeetings call and fetched no Parka-specific JavaScript chunk. Separately identified Anthropic-controlled Titanium hosts use names resembling Deepgram’s Nova-3 and Flux speech models. Parka’s keyterms argument also resembles Deepgram’s Nova-3 Keyterm Prompting interface. The desktop package contains no Deepgram hostname, SDK, credential, or other direct vendor attribution, so that connection remains unconfirmed.

Tested versions: Claude Desktop 1.32885.1 — macOS universal DMG Claude Desktop 1.32885.1 — Windows x64 application archive Claude renderer asset shared-2-8TRRKqAc.js — retrieved August 19, 2026.

Reproduction

RuntimeWire independently reproduced the core finding.

RuntimeWire obtained current Claude Desktop artifacts for macOS and Windows, calculated SHA-256 hashes, extracted the Electron application contents, and searched the packaged code for Parka identifiers. We traced the feature from its operating-system gate through the desktop IPC contract, native implementation loader, event definitions, meeting schema, action schema, permission text, and renderer bootstrap. We compared the Mac and Windows packages to identify platform differences. In a signed-in Windows installation, we queried window.desktopBootFeatures.parkaMeetings and confirmed that the packaged application reported the feature as unavailable. Using Chrome DevTools Local Overrides, we changed both Parka bootstrap values in the remotely delivered renderer asset to supported and reloaded Claude. We then inspected the interface, loaded sources, console, and network activity. Claude showed no Parka screen, navigation item, feature chunk, or meeting-list request. We compared the recovered behavior with public documentation from Anthropic, Apple, Notion, Granola, and Deepgram. Claims about a possible Deepgram connection were kept separate from the confirmed desktop findings because the application artifacts contain no direct provider reference. Reproduction instructions Obtain Claude Desktop 1.32885.1 for macOS and the corresponding Windows application artifact. Calculate and record the SHA-256 hash of each original file. Extract the Electron app.asar contents using an ASAR-compatible extraction tool. Search the extracted files for parkaMeetings, createParkaImpl, listParkaMeetings, hasVisionResolvedSpeakers, autoRunnable, and sessionUrl. Trace the Parka contract and confirm the methods for listing, retrieving, starting, stopping, deleting, and editing meetings. Inspect the Parka feature gate. Confirm that packaged builds return unavailable before reaching the macOS 13-or-later support check. Inspect the native Parka loader and compare its contents across Mac and Windows. Launch a signed-in Claude Desktop session with Developer Tools open and evaluate window.desktopBootFeatures.parkaMeetings. Preserve the remotely loaded renderer asset. Use DevTools Local Overrides to change both Parka bootstrap values to {status:"supported"} without altering unrelated code. Reload Claude and confirm that the runtime feature value reports supported. Inspect the interface, Sources panel, console, and Network panel for a Parka screen, navigation item, feature chunk, or listParkaMeetings request. Tie the result to the preserved renderer filename and hashes because Anthropic can replace remotely delivered assets without updating the desktop package.

File hashes

  • sha256:78c392a9bb1b436cf2a4c03ab9b45cbeb5995bcd3a7021415dc7244da4830f53 Claude.dmg
  • sha256:7f616a4a7ee9b095280f453d59a19fcc289a3322214583ad117da7d3d0ea9d1f app(4).asar
  • sha256 shared-2-8TRRKqAc.js

Company response

The company was not contacted before publication.

RuntimeWire illustration based on interfaces found in Claude Desktop 1.32885.1. Anthropic’s unreleased Parka feature could convert meeting transcripts into Claude Code, Cowork, and human-owned actions. No Parka user interface was present in the revie

Anthropic 正在在 Claude Desktop 内开发一个会议录音功能,该功能可以将行动项转换为给 Claude Cowork 和 Claude Code 的任务,依据 RuntimeWire 审阅的应用接口。

该项目在内部代号为 Parka。一个带有 2026 年 8 月 18 日文件系统时间戳的 Claude Desktop macOS 包含有用于记录会议、流式传输带讲者标注的转录、生成笔记与摘要以及提取结构化后续工作的一份详细契约。公开打包的构建仍将该功能标记为不可用,并且 Parka 可能永远不会成为其对外名称。

该功能将把 Anthropic 的扩展从聊天延伸到 Claude Code(其编码代理)和 Claude Cowork(一个跨文件、浏览器和应用工作的桌面代理)。Parka 会为这两个产品提供一个新的任务来源:会议中口头做出的承诺。

From conversation to agent session

Parka 的桌面契约公开了列出、检索、开始、停止和删除会议的方法。录音可以捕获系统音频、麦克风音频或两者的混合。它还可以接受日历事件元数据和转录关键术语,这些可以帮助语音系统识别公司名称、产品术语和技术语言。

实时事件以带有说话者标签、时间戳、文本、可选的 utterance ID 和一个区分临时文本与已定稿轮次的字段的转录段交付。会议记录会经历 recording, processing, readyerror 状态。

处理完成后,记录可以包含标题、时间戳、时长、捕获来源、带说话者标注的转录、Markdown 笔记、Markdown 摘要、日历详情和结构化行动。Parka 为编辑笔记、摘要、标题和行动提供了单独的控制。它还可以删除单个转录轮次。

行动模式(action schema)揭示了 Anthropic 的更大计划。每个行动可以携带标题、描述、所有者、完整提示、执行类型和一个 autoRunnable 标志。可用类型为 cowork, codemanual。一个可选的 sessionUrl 似乎旨在将某项行动链接回为完成该行动而创建的 Claude 会话。

该结构可能允许一次产品会议生成一个带有相关实现提示的 Claude Code 任务。一次运营通话可以将研究、文档准备或浏览器工作交给 Cowork。分配给某人的承诺可以保持为手动任务。

该接口并未确定 Claude 是否自动启动符合条件的行动或等待用户批准。autoRunnable 既可以驱动任一行为,因此 Parka 的执行模型仍未确定。

A device-level recorder built first for Mac

Parka 的功能门槛要求 macOS 13 或更高版本。同样的接口契约也出现在 Windows 包中,但该功能在 Windows 上不受支持。Mac 包含有针对音频捕获和 Claude 现有麦克风访问的单独权限文本,这与一个既需要计算机音频又需要用户语音的录音器相一致。

Apple 在 WWDC22 上引入了 ScreenCaptureKit at WWDC22 作为一个在用户同意下捕获屏幕内容和应用音频的框架。它可以在不需要额外音频路由软件的情况下捕获与应用相关联的音频。这些能力将允许 Claude 在设备上直接监听 Zoom、Google Meet、Microsoft Teams 以及其他会议软件,而无需在通话中添加参与者机器人。

暴露的 Parka 接口包含一个名为 hasVisionResolvedSpeakers 的字段。该名称暗示 Anthropic 已探讨使用会议窗口的视觉线索(例如参与者姓名或活动说话者指示器)来改善说话者识别。日历参与者姓名可以提供另一组候选身份。渲染器契约中未出现视觉有效负载,因此无法仅从该包确定确切机制。

Parka 可以使用时间戳、说话者、文本前缀和可选的 utterance ID 删除一个转录轮次。这比删除整个转录提供了更精确的编辑控制。该接口并未透露删除转录文本是否也会删除在处理期间保留的相应音频。

在暴露的会议记录中未出现原始音频路径、媒体 URL 或录音对象。Anthropic 可以在转录后丢弃音频、在本地层后面保留音频或将其远程存储。该包未回答该保留问题。

A detailed contract with the product still withheld

该构建使用了一个显式的生产级断开开关。公开打包版本在评估操作系统要求之前将 Parka 报告为 unavailable。内部或未打包的构建继续进行 macOS 13 检查。

RuntimeWire 在已登录的 Claude 应用中强制使 parkaMeetings 功能在两个引导点都报告为受支持状态。Claude 正常加载,但未出现任何会议屏幕、导航项或与 Parka 相关的 JavaScript 块。在已加载渲染器的搜索中未发现对 listParkaMeetings 的客户端调用,即便两个注入的功能标志存在。

Claude Desktop 大部分产品界面远程从 Claude 的 Web 基础设施加载。因此 Anthropic 可以在不发布另一个桌面包的情况下稍后添加缺失的 Parka 渲染器。

用于加载 Parka 本机实现的 JavaScript 模块当前在 Mac 和 Windows 包中都是一个空的 551 字节存根。周边的契约则远为成熟:它定义了日历提醒、实时转录事件、细粒度编辑、失败状态、账户重置和可运行行动字段。证据表明已有大量产品设计和集成工作,实际的操作实现和用户界面仍被搁置。

Anthropic 的公开文档目前描述了与 Claude 的语音对话以及 Cowork 分析现有会议笔记或录音的能力。文档中并未记录一个原生的 Claude 会议录音器。

Anthropic is entering an occupied category

Granola.ai 主页

Granola 已经能够在不使用会议机器人情况下记录计算机音频,连接日历,并在 macOS、Windows、iOS 和 Android 上生成笔记、行动项和后续工作。其成熟的捕获体验和跨会议记忆使其相比尚未发布的 Claude 功能拥有相当的领先优势。

Notion 是最接近的功能对比。Notion AI Meeting Notes 在其桌面应用中捕获系统和麦克风音频,在 Mac 上要求 macOS 13 或更高版本,将录音与日历事件关联、给说话者贴标签,并生成摘要和行动项。

在 2026 年 7 月 31 日,Notion added a trigger that runs Custom Agents 在会议笔记摘要生成后运行自定义代理。这些代理可以更新项目跟踪器、发布摘要并创建工程工单。Anthropic 若进入该领域,将面对一个已经将会议捕获与代理执行连接起来的重要既有竞争者。

Otter、Fathom 和 Fireflies 提供成熟的转录、跨会议搜索以及与 CRM 和项目管理系统的集成。Google Meet、Microsoft Teams 和 Zoom 则拥有控制其自身会议平台、参与者身份和企业策略的优势。

Parka 的行动类型显示了 Anthropic 打算追求的切入点。一个一等的 code 行动可以将工程承诺直接路由到 Claude Code,而 cowork 可处理文档、分析和运营工作。Anthropic 似乎正在围绕其自身的代理来设计录音器,而不是面向广泛的 CRM 与任务管理集成目录。

这仍然留下许多尚未回答的重大竞争问题。契约中没有证据表明存在移动捕获、Windows 启动支持、跨会议搜索、协作编辑、剪辑、音频回放、摘要模板、同意声明、企业保留控制或外部工作流集成。

A possible Deepgram connection

独立的基础设施发现指向了可能的语音提供商。受 Anthropic 控制的 titanium.api.anthropic.com 主机使用了包括 stt-nova3-s0stt-nova3-s8 以及 stt-flux-multi 在内的命名,并且也配置了演示(staging)变体。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 之前发布过一个在 Claude 手册中使用 Deepgram 进行转录的示例,但双方公司均未宣布与 Parka 的合作关系。Deepgram 2026 年 1 月的 C 轮公告 中也未将 Anthropic 列为其投资者之一。

Claude Desktop 包中不包含任何能够将 Parka 直接链接到 Titanium 端点的 Deepgram 主机名、SDK 或凭证。Anthropic 可能通过自己的基础设施代理某个语音提供商,而这些服务也可能支持其他语音产品。匹配的模型名称和 keyterm 接口使得 Deepgram 成为一个有力的工作假设,而非已确认的供应商归属。

在工作到达代理之前取得对其的所有权

会议转录和 AI 摘要已是成熟的产品功能。战略价值在下一步:决定哪个系统接收上下文、创建任务并执行工作。

Granola 可以将会议记忆发送到 Claude、Cursor、Replit 及其他 AI 工具。Notion 可以在公司工作区内保存会议并触发其自身的代理。如果任一产品拥有录音和动作提取层,Claude 就会成为下游的一个可能去向。

Parka 会将 Claude 内的整个流程掌握在 Anthropic 手中:捕捉对话、识别承诺、将其转化为提示,并开启完成这些任务的代理会话。

这比另一个 AI 记要工具更具有针对性。Anthropic 正在准备将会议变成 Claude 代理的收件箱。

Reader comments

Conversation for this story loads after sign-in.