Skip to main content
443c78381f21cf39d37ff8e2c7903e0796cb1ed0df17a2489423bba82778b85d

The Run Meet pipeline, from join to clear next steps

When a meeting is scheduled or you paste a link, Run Meet provisions a recording bot that joins the call as a named participant. Here’s the pipeline, with the actual numbers.
1

Join

For calendar meetings, the bot is scheduled to enter 60 seconds before the start time, so it’s waiting in the lobby before anyone speaks. It handles waiting rooms and host admission, and it gives up gracefully rather than lurking: it leaves if nobody joins within 8 minutes, and after 5 minutes if it’s stuck in a waiting room or in a call it isn’t permitted to record.
2

Record

The full call is captured as a single mixed MP4, up to 90 minutes per meeting. The video is stored with your meeting, so watch the recording is always available.
C300ecca90d3fc52bee6834dbeb59f8e6fe7c116a3d2b7af73a554095d5f734e 2

The recording is stored with your meeting

3

Transcribe

After the call, the recording is transcribed asynchronously. When the platform provides separate audio streams per participant, we use them, which is why the transcript reads as “who said what” rather than a wall of undifferentiated text.
599b894ffc791d875eb097f5edd47f813374321ea477e419099c352f0bfa6667 1

Diarized transcript: who said what

4

Summarize

A structured summary is generated from the transcript in three parts:
  1. a TL;DR you can read in about 30 seconds
  2. the decisions that were made
  3. action items — each with an owner and a due date when the conversation contains them
The summarization prompt is deliberately constrained to stay grounded in the transcript. We tested this with a garbled, half-empty call: the TL;DR said the transcript was garbled and declined to invent decisions. That’s the behavior you want from notes you’ll forward to a client.Summaries can be generated in any of 25 languages, independent of the language spoken in the call.
C36662b9df94aff13971ca9bba6e4901cc486e97fdf56dafa3ff4a3d8f97ab5b 1

TL;DR, decisions, and action items

5

Hand off

The transcript is written into a Runable chat as context. This is the step other notetakers don’t have — see Follow-up actions for why it matters.

Important details

  • Every stage has explicit failure states. A locked meeting, denied admission, an empty call, failed transcription, and the 90-minute cap each surface as distinct statuses instead of a generic “something went wrong.”
  • We built it this way because a notetaker you can’t trust to tell you when it failed is a notetaker you have to babysit, which defeats the point.

Next steps

Quickstart

Get the bot into your next call in under a minute.

Follow-up actions

What happens after the transcript lands in a Runable chat.