They pay to avoid building and babysitting a media editor, not just for transcription.
REPLACEMENT BRIEF
audio & video
Can AI replace Descript?
Transcribe media, map words to timestamps, allow text deletion to cut audio/video, then render via ffmpeg.
Build the personal version →AT A GLANCE
- price
- $24/mo
- listed annual price
- $288/yr
- replaceable scope
- Transcribe media, map words to timestamps, allow text deletion to cut audio/video, then render via ffmpeg.
- build time
- multi-day
what AI can build
Transcribe media, map words to timestamps, allow text deletion to cut audio/video, then render via ffmpeg.
You can build transcript-based cutting for simple clips, but Descript's editor, media pipeline, AI voice/video tooling, publishing, and collaboration are a serious product.
Editorial catalog estimate · not a completed build
The honest tradeoff
why people still pay
what you lose
xpolished nonlinear editor
xoverdub/voice tools
xfiller-word workflows
xtemplates
xcloud collaboration
xrendering reliability
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.
Editorial catalog estimate · not a completed build
Hobbyist · monthly
known limits · polished nonlinear editor; overdub/voice tools
Build promptcatalog estimate
the prompt
Catalog estimateBuild me a text-based clip cutter to replace Descript for simple edits. Requirements: - A local web app: Node + Express with a plain JS frontend, binds to localhost. - I drop an audio/video file into ./media/; the app transcribes it with whisperX for word-level timestamps, or the OpenAI Whisper API if a key is in .env. - The transcript renders as clickable words. I select and delete words or whole sentences; deleted spans go into a cut list I can undo from. - Render: build one ffmpeg trim/concat command that removes the cut spans from the original and writes ./output/<name>-cut.mp4 (or .mp3 for audio-only). - Pad each cut by about 80 ms so words are not clipped mid-syllable. - Save each project as JSON next to the media file (transcript + cut list) so an edit can be reopened later. - No accounts, no telemetry; everything stays on my machine except the optional Whisper API call. - Out of scope: multitrack timeline, overdub or AI voices, filler-word auto-removal, cloud anything. This is a cutter, not an editor. - README: installing ffmpeg and whisperX, and a warning that local transcription of long video is slow on CPU.
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.
Want next week’s replacements?
New verdicts + most-wanted, weekly. Free. One-click out.
Share this verdict
questions
Can AI replace Descript?
Possibly for a narrower core workflow, but this catalog judgment is not a verified build. Expected gaps include: polished nonlinear editor, overdub/voice tools. Validate the prompt against your own acceptance criteria before committing.
How much does Descript cost?
Descript is listed at about $24/month (Hobbyist, checked 2026-07-30), or $288 per year. This is a pricing reference, not evidence of a completed replacement or realized savings.
What do I lose by replacing Descript?
Honestly: polished nonlinear editor; overdub/voice tools; filler-word workflows; templates; cloud collaboration; rendering reliability. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Descript?
Yes — Kdenlive (Mature open-source video editor; useful alternative but not text-first SaaS clone.). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.