Anthropic has built, but not shipped, a meeting recorder inside Claude Desktop that converts spoken commitments into tasks for Claude Code and Claude Cowork, according to RuntimeWire, which reverse engineered the app’s code. The project is internally codenamed Parka, and current public builds keep it switched off.
This matters because meeting notetaking is now a commodity, sold by Granola, Notion, Otter, Fathom and Fireflies. The advantage nobody has locked up yet is what happens to a transcript after it is written. Parka is Anthropic’s attempt to own that next step: turning a sentence spoken in a meeting into a runnable agent session inside Claude.
RuntimeWire examined Claude Desktop version 1.32885.1 for macOS and Windows and found a full interface contract for creating, editing and deleting meetings, capturing system and microphone audio, ingesting calendar metadata, and streaming speaker-attributed transcript segments in real time. Each generated follow-up carries a title, description, owner, a full prompt and an execution type: cowork, code or manual.
Public builds force the feature’s status to unavailable, and the native module meant to load it is an empty 551-byte file. When RuntimeWire manually flipped both feature flags to supported in a signed-in session, Claude loaded without errors but showed no meeting screen, no navigation entry and made no call to list meetings. That is evidence the interface has been designed but the working implementation has not shipped.
The unresolved detail is what happens after Claude classifies an action as autoRunnable. The interface contains that field, but nothing in the code says whether a flagged item launches a Claude Code or Cowork session on its own or waits for a person to confirm it first. For any team whose meetings touch unreleased product plans, client names or compensation figures, that distinction is the whole product decision. An assistant that quietly opens a coding session from something said in passing is a different tool than one that drafts the task and waits for a click.
Parka requires macOS 13 or later, and Anthropic has not cleared an equivalent gate on Windows. That fits Apple’s ScreenCaptureKit, introduced at WWDC22, which lets an app capture application audio without a bot joining the call. A field named hasVisionResolvedSpeakers suggests Anthropic tested using on-screen participant cues to attribute speech, though the code contains no visual payload confirming how that would work.
RuntimeWire also found Anthropic-controlled hosts named stt-nova3 and stt-flux-multi, names that resemble Deepgram’s Nova-3 and Flux transcription models. Nothing in the desktop package ties Parka to Deepgram directly: no hostname, no SDK, no credential. The name overlap is suggestive, not proof, and neither company has announced a partnership.
Notion already runs Custom Agents off its meeting notes as of July 31, and Granola forwards meeting memory to Claude, Cursor and Replit today. Parka would let Anthropic skip that handoff and keep the entire loop, from recording to agent execution, inside Claude instead of ceding it to a notetaking app upstream.
Operators evaluating meeting-to-agent tools should treat Parka as unreleased and unconfirmed for now, and push Anthropic specifically on the autoRunnable approval question before adopting it once the feature ships.
RuntimeWire reported the Parka findings on August 19, 2026, based on its reverse engineering of Claude Desktop application code.