Can AI replace tl;dv?
KINDA · weekend projectA DIY app can record, transcribe, summarize, and generate clips, but tl;dv's team library, CRM integrations, and meeting-bot reliability are real work.
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.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
They pay for repeatable team-wide capture and distribution, not because summaries are hard.
xmeeting bot upkeep
xteam/shared library
xCRM integrations
xadmin controls
xpolished clip sharing
Can AI replace tl;dv?
Kinda. The core of tl;dv is buildable in a weekend with the prompt on this page, but there are real gaps: meeting bot upkeep, team/shared library. Read the honest list above before committing.
How much does tl;dv cost?
tl;dv costs about $29/month (Pro, checked 2026-07-30), which is $348 per year.
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.