REPLACEMENT BRIEF

meeting notes

Can AI replace tl;dv?

EDITORIAL ANSWERKINDACatalog estimate

Join/record meetings, generate transcript and summary, tag highlights, clip segments, and export notes.

Build the personal version →

AT A GLANCE

price
$29/mo
listed annual price
$348/yr
replaceable scope
Join/record meetings, generate transcript and summary, tag highlights, clip segments, and export notes.
build time
multi-day

what AI can build

Join/record meetings, generate transcript and summary, tag highlights, clip segments, and export notes.

A DIY app can record, transcribe, summarize, and generate clips, but tl;dv's team library, CRM integrations, and meeting-bot reliability are real work.

Editorial catalog estimate · not a completed build

The honest tradeoff

why people still pay

what you lose

meeting bot upkeep

team/shared library

CRM integrations

admin controls

polished clip sharing

Start with existing software

prior art · use these instead of building, if you'd rather

EVIDENCE LEDGER

What this page can prove

The verdict judges replaceability. The evidence level records what DeepFeather actually checked.

Read the methodology →
evidence level
Catalog estimate

Editorial catalog estimate · not a completed build

replacement boundaryJoin/record meetings, generate transcript and summary, tag highlights, clip segments, and export notes.

known limits · meeting bot upkeep; team/shared library

editorial reviewawaiting manual review
Build promptcatalog estimate

the prompt

Catalog estimate
Build me a personal meeting recorder with clips to replace tl;dv. Requirements:

- A macOS menu bar app (or a rec start / rec stop CLI, pick the simpler to ship)
  that records system audio + mic locally with ffmpeg. No bot joins the call.
- On stop: transcribe with whisper.cpp with timestamps, or the Whisper API if a key
  is in .env.
- Send the transcript to an LLM (key in .env) for a 5-bullet summary and action
  items; save everything to ~/Meetings/YYYY-MM-DD-<title>/ as notes.md, the
  transcript, and the audio file.
- While recording, a global hotkey drops a highlight marker; afterwards each marker
  becomes a clip, ffmpeg cutting 30 seconds either side into clips/.
- A local library page (Express on localhost:4700): list meetings, full-text search
  across transcripts with SQLite FTS5, play recordings and clips inline.
- No accounts, no telemetry; nothing leaves my machine except optional API calls.
- Out of scope: a bot that auto-joins Zoom/Meet, CRM sync, and a shared team
  library. This records what I can hear locally.
- README: mic + screen-recording permissions, whisper model download, and a
  reminder that recording other people still requires their consent.
Copy or open in an agent

The prompt stays readable first. Choose a launch option when you are ready.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · improve it via PR

BUILD FEEDBACK

Did you try this build?

Report the outcome. Submissions enter a manual evidence queue and never auto-upgrade the verdict.

questions

Can AI replace tl;dv?

Possibly for a narrower core workflow, but this catalog judgment is not a verified build. Expected gaps include: meeting bot upkeep, team/shared library. Validate the prompt against your own acceptance criteria before committing.

How much does tl;dv cost?

tl;dv is listed at about $29/month (Pro, checked 2026-07-30), or $348 per year. This is a pricing reference, not evidence of a completed replacement or realized savings.

What do I lose by replacing tl;dv?

Honestly: meeting bot upkeep; team/shared library; CRM integrations; admin controls; polished clip sharing. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to tl;dv?

Yes — whisper.cpp (Can power the transcription layer for a simpler local clone.). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.