Q1 strategy review, 14 January 2026
This note is older than 30 days. Upgrade to a paid plan to view it.
Meetings
Record anywhere. Store locally. Open every file with a text editor.
Other platforms~/.ducktype/meetings
Open format
Every meeting is three plain Markdown files in your meetings folder. The transcript with speaker labels and timestamps. The AI summary. Your own notes. Each one starts with YAML frontmatter so any tool can read the metadata.
You can open them in a text editor today, fifteen years from now, or after we go out of business. There is nothing to export because nothing was ever locked in.
--- id: "005cd559-0d88-4557-a4f7-3b62fc3bb8aa" name: "Q1 strategy review" createdAt: "2026-04-22T11:26:51+00:00" --- # Transcript **[You]** 00:04 Let's start with the meetings rollout. Where are we with the auto title? **[Them]** 00:11 Shipping behind a flag this week. Saw some weird truncation on short clips so I added a min-words threshold. **[You]** 00:24 Good. #decision: ship the 30-second floor and revisit if anyone hits it.
--- id: "005cd559-0d88-4557-a4f7-3b62fc3bb8aa" name: "Q1 strategy review" model: "claude-sonnet-4-6" provider: "DuckType Cloud" createdAt: "2026-04-22T11:58:19+00:00" --- ## Discussion The team reviewed the meetings rollout. Auto-title is shipping behind a flag this week with a 30-second floor to avoid truncation on short clips. ## Decisions * Ship the 30-second floor and revisit if anyone hits it. ## Action Items * [ ] Priya: backfill telemetry for clips under 30s. * [ ] You: draft the changelog entry.
Lock-in, plainly
When the trial ends, the file ends with it. Or, more politely, it stops being shown to you. Files on your own disk do not behave that way.
Q1 strategy review, 14 January 2026
This note is older than 30 days. Upgrade to a paid plan to view it.
Q1 strategy review, 14 January 2026
Open it now. Open it next year. Move it to another machine. It is a file. Files do not stop working.
As of April 2026, Granola's free tier hides notes older than 30 days until you upgrade, and its export is limited to titles and summaries. We checked.
Both sides of the call
DuckType records your microphone and the audio coming out of the apps you are using. Both as separate tracks. The other people on the call hear nothing extra. No invite, no participant, no notification.
Your microphone
track 1
Whatever your meeting app is already listening to. Headset, AirPods, the laptop mic. We tap the same input.
The other apps
track 2
System audio captured at the OS level. Zoom, Meet, Teams, Slack huddles, anything that plays sound on the machine.
Two streams, not one mixed file. The transcript labels who said what because the speakers were never combined in the first place.
Background recording
Audio capture runs in a native backend, not the browser-style window. Closing the window does not stop the recording. The desktop app is a thin shell over a process that knows how to listen.
Close the lid.
The recorder keeps running. Open it back up and the file is still growing.
Lock the screen.
System audio and microphone capture continue. macOS does not pause your background recording.
Let the display sleep.
The recorder is a background process. Display sleep, screensaver, and inactivity timers do not interrupt it.
What it does
The opinionated stuff is above. This is what's in the box.
Voice activity detection chops the audio into utterances and transcribes them as the meeting unfolds.
Use any model you want. Bring your own key for cloud models, or run a local one. The summary is just another file in the folder.
Type #decision or #followup while a meeting is live. Tags become real metadata in the saved file.
When the meeting ends the file gets a sensible name. No more 'Untitled, 14 April'.
Audio playback continues with the window in the background. Scrub the transcript while you do something else.
Got an audio or video file from somewhere else? Drag it onto the app and you get the same transcript and summary treatment.
Free to install. Free with your own API key. Cloud transcription and AI summaries are a paid add-on, never required.
Other platforms