<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: munjapara9</title>
    <description>The latest articles on DEV Community by munjapara9 (@munjapara).</description>
    <link>https://dev.to/munjapara</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4079660%2Ff9f4787f-1aa5-4b65-b9e4-5a2df68e5b9e.png</url>
      <title>DEV Community: munjapara9</title>
      <link>https://dev.to/munjapara</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/munjapara"/>
    <language>en</language>
    <item>
      <title>I Built an AI That Cuts Your Podcast Into Shorts. But I Didn’t Want It to Edit Your Content.</title>
      <dc:creator>munjapara9</dc:creator>
      <pubDate>Sun, 16 Aug 2026 03:50:56 +0000</pubDate>
      <link>https://dev.to/munjapara/i-built-an-ai-that-cuts-your-podcast-into-shorts-but-i-didnt-want-it-to-edit-your-content-56mg</link>
      <guid>https://dev.to/munjapara/i-built-an-ai-that-cuts-your-podcast-into-shorts-but-i-didnt-want-it-to-edit-your-content-56mg</guid>
      <description>&lt;p&gt;The story behind AI Clip Cutter — and why we’re building AI editing around one simple idea: the creator should stay in control.&lt;/p&gt;

&lt;p&gt;Press enter or click to view image in full size&lt;/p&gt;

&lt;p&gt;There is an uncomfortable truth about short-form content:&lt;/p&gt;

&lt;p&gt;Most creators don’t have a content problem. They have a time problem.&lt;/p&gt;

&lt;p&gt;You can spend an hour recording a podcast.&lt;/p&gt;

&lt;p&gt;Two hours researching.&lt;/p&gt;

&lt;p&gt;Three hours having a conversation worth sharing.&lt;/p&gt;

&lt;p&gt;And then discover that turning that one long video into five genuinely good Shorts is going to take another afternoon.&lt;/p&gt;

&lt;p&gt;Finding the moments.&lt;/p&gt;

&lt;p&gt;Cutting them.&lt;/p&gt;

&lt;p&gt;Reframing them.&lt;/p&gt;

&lt;p&gt;Writing captions.&lt;/p&gt;

&lt;p&gt;Making sure the captions don’t start halfway through a sentence.&lt;/p&gt;

&lt;p&gt;Checking whether the clip actually makes sense without the 30 seconds of conversation before it.&lt;/p&gt;

&lt;p&gt;Then doing it again.&lt;/p&gt;

&lt;p&gt;And again.&lt;/p&gt;

&lt;p&gt;And again.&lt;/p&gt;

&lt;p&gt;That was the problem that led us to build AI Clip Cutter.&lt;/p&gt;

&lt;p&gt;AI Clip Cutter&lt;/p&gt;

&lt;p&gt;But there was another question behind it:&lt;/p&gt;

&lt;p&gt;What if AI didn’t need to replace the editor?&lt;/p&gt;

&lt;p&gt;What if it could simply do the boring part incredibly well?&lt;/p&gt;

&lt;p&gt;The idea was simple&lt;br&gt;
Take a long-form video.&lt;/p&gt;

&lt;p&gt;Find the moments worth sharing.&lt;/p&gt;

&lt;p&gt;Turn them into short vertical clips.&lt;/p&gt;

&lt;p&gt;Add captions.&lt;/p&gt;

&lt;p&gt;Let the creator decide what gets published.&lt;/p&gt;

&lt;p&gt;Sounds obvious.&lt;/p&gt;

&lt;p&gt;But once we started building it, we realized that “find the best clips” is not actually a simple problem.&lt;/p&gt;

&lt;p&gt;A 60-minute podcast can contain dozens of technically valid 30-second sections.&lt;/p&gt;

&lt;p&gt;But most of them aren’t good Shorts.&lt;/p&gt;

&lt;p&gt;Some start in the middle of an argument.&lt;/p&gt;

&lt;p&gt;Some need 45 seconds of context.&lt;/p&gt;

&lt;p&gt;Some contain interesting information but have no hook.&lt;/p&gt;

&lt;p&gt;Some are emotional but say nothing.&lt;/p&gt;

&lt;p&gt;And some sound incredible when you’re sitting inside the full conversation — but completely confusing when they’re watched alone.&lt;/p&gt;

&lt;p&gt;So we needed the AI to understand something more important than:&lt;/p&gt;

&lt;p&gt;“What was said?”&lt;/p&gt;

&lt;p&gt;It needed to understand:&lt;/p&gt;

&lt;p&gt;“Would someone want to watch this?”&lt;/p&gt;

&lt;p&gt;We don’t ask AI to pick “interesting” moments&lt;br&gt;
This was one of our biggest product decisions.&lt;/p&gt;

&lt;p&gt;Instead of asking the model to vaguely find “interesting clips,” AI Clip Cutter evaluates candidate moments across four dimensions:&lt;/p&gt;

&lt;p&gt;Hook strength.&lt;/p&gt;

&lt;p&gt;Does the clip make you want to keep watching?&lt;/p&gt;

&lt;p&gt;Information density.&lt;/p&gt;

&lt;p&gt;Does something meaningful actually happen in those seconds?&lt;/p&gt;

&lt;p&gt;Self-containedness.&lt;/p&gt;

&lt;p&gt;Can someone understand the clip without watching the entire podcast?&lt;/p&gt;

&lt;p&gt;Emotional tone.&lt;/p&gt;

&lt;p&gt;Does the moment contain surprise, tension, humor, conviction, curiosity, or another strong emotional signal?&lt;/p&gt;

&lt;p&gt;The system generates candidate windows between roughly 18 and 75 seconds, respecting sentence boundaries and natural pauses. It then ranks them and selects a non-overlapping set of clips.&lt;/p&gt;

&lt;p&gt;But here’s the part I’m particularly proud of.&lt;/p&gt;

&lt;p&gt;We don’t just show you:&lt;/p&gt;

&lt;p&gt;Clip #1–9.2/10&lt;/p&gt;

&lt;p&gt;We show you why the AI picked it.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;“She reframes the whole argument in one sentence here — a self-contained hook that needs no setup.”&lt;/p&gt;

&lt;p&gt;That’s important.&lt;/p&gt;

&lt;p&gt;Because AI shouldn’t just make decisions.&lt;/p&gt;

&lt;p&gt;It should be able to explain them.&lt;/p&gt;

&lt;p&gt;AI gets the first draft. You get the final word.&lt;br&gt;
There is a dangerous direction AI editing products can take.&lt;/p&gt;

&lt;p&gt;Upload your video.&lt;/p&gt;

&lt;p&gt;Click a button.&lt;/p&gt;

&lt;p&gt;The AI decides everything.&lt;/p&gt;

&lt;p&gt;The crop.&lt;/p&gt;

&lt;p&gt;The cuts.&lt;/p&gt;

&lt;p&gt;The captions.&lt;/p&gt;

&lt;p&gt;And eventually, you’re not really editing anymore.&lt;/p&gt;

&lt;p&gt;You’re approving whatever the algorithm decided.&lt;/p&gt;

&lt;p&gt;We wanted something different.&lt;/p&gt;

&lt;p&gt;Every selected clip in AI Clip Cutter comes with its scores and reasoning.&lt;/p&gt;

&lt;p&gt;And the trim points are editable.&lt;/p&gt;

&lt;p&gt;If the AI picked 00:17:32–00:18:08 and you think the real clip starts two seconds earlier?&lt;/p&gt;

&lt;p&gt;Change it.&lt;/p&gt;

&lt;p&gt;The captions are rebuilt around the new timing.&lt;/p&gt;

&lt;p&gt;You remain the editor.&lt;/p&gt;

&lt;p&gt;The AI is your ridiculously fast assistant.&lt;/p&gt;

&lt;p&gt;We also made a slightly controversial decision&lt;br&gt;
We don’t add b-roll.&lt;/p&gt;

&lt;p&gt;We don’t add random zooms.&lt;/p&gt;

&lt;p&gt;We don’t add transitions.&lt;/p&gt;

&lt;p&gt;We don’t try to make your podcast look like a MrBeast video.&lt;/p&gt;

&lt;p&gt;And we don’t pretend that every creator wants the same editing style.&lt;/p&gt;

&lt;p&gt;The output is deliberately simple:&lt;/p&gt;

&lt;p&gt;Your content.&lt;/p&gt;

&lt;p&gt;A clean cut.&lt;/p&gt;

&lt;p&gt;A vertical frame.&lt;/p&gt;

&lt;p&gt;Captions.&lt;/p&gt;

&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;Because sometimes the most powerful thing you can do to a good piece of content is not get in its way.&lt;/p&gt;

&lt;p&gt;Captions are more important than people think&lt;br&gt;
There is a difference between having captions and having good captions.&lt;/p&gt;

&lt;p&gt;A sentence-level subtitle appearing every few seconds is technically a caption.&lt;/p&gt;

&lt;p&gt;But short-form video moves much faster than that.&lt;/p&gt;

&lt;p&gt;So we built the caption system around word-level timestamps.&lt;/p&gt;

&lt;p&gt;The captions know when each word is spoken.&lt;/p&gt;

&lt;p&gt;That allows us to highlight the active word, synchronize the visual rhythm with speech, and create different caption styles without guessing where the words should appear.&lt;/p&gt;

&lt;p&gt;There are currently 18 caption presets, ranging from minimal and cinematic styles to more energetic formats with active-word highlighting.&lt;/p&gt;

&lt;p&gt;And there’s a small technical detail here that matters:&lt;/p&gt;

&lt;p&gt;When you change a clip’s trim points, we don’t simply slap the old captions onto the new video.&lt;/p&gt;

&lt;p&gt;We regenerate the caption groups against the new timeline.&lt;/p&gt;

&lt;p&gt;It sounds like a tiny feature.&lt;/p&gt;

&lt;p&gt;It isn’t.&lt;/p&gt;

&lt;p&gt;It’s the kind of detail that determines whether an automated editing product feels genuinely useful or feels like a demo.&lt;/p&gt;

&lt;p&gt;We built for creators in India first&lt;br&gt;
There’s another part of this product that I’m especially excited about.&lt;/p&gt;

&lt;p&gt;AI creator tools are becoming global.&lt;/p&gt;

&lt;p&gt;But the pricing infrastructure hasn’t always caught up.&lt;/p&gt;

&lt;p&gt;A lot of creator software is priced in dollars, even when the creator is earning and spending in rupees.&lt;/p&gt;

&lt;p&gt;That creates unnecessary friction.&lt;/p&gt;

&lt;p&gt;So AI Clip Cutter is priced in INR, with payments through Razorpay.&lt;/p&gt;

&lt;p&gt;Our current paid plans start at ₹399, with higher tiers at ₹899 and ₹1,999. Credits don’t expire, and the free signup includes 10 credits with no card required.&lt;/p&gt;

&lt;p&gt;This isn’t just a pricing decision.&lt;/p&gt;

&lt;p&gt;Subscribe to the Medium newsletter&lt;br&gt;
It’s a product philosophy.&lt;/p&gt;

&lt;p&gt;If you’re a creator who publishes three videos this month and none next month, your unused credits shouldn’t disappear just because a calendar flipped.&lt;/p&gt;

&lt;p&gt;The economics are intentionally simple&lt;br&gt;
We don’t want you calculating complicated upload quotas.&lt;/p&gt;

&lt;p&gt;There are basically two things you pay for:&lt;/p&gt;

&lt;p&gt;Analysis: 1 credit per minute of source video.&lt;/p&gt;

&lt;p&gt;Export: 1 credit per finished clip.&lt;/p&gt;

&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;So if you analyze a 30-minute podcast and export four clips:&lt;/p&gt;

&lt;p&gt;30 credits for analysis.&lt;/p&gt;

&lt;p&gt;4 credits for exports.&lt;/p&gt;

&lt;p&gt;34 credits total.&lt;/p&gt;

&lt;p&gt;The model is transparent before you press the button.&lt;/p&gt;

&lt;p&gt;No surprise invoice.&lt;/p&gt;

&lt;p&gt;No mysterious “AI processing units.”&lt;/p&gt;

&lt;p&gt;No pretending that a 30-minute video and a 2-minute video cost the same to process.&lt;/p&gt;

&lt;p&gt;And yes, there are things our AI can’t do&lt;br&gt;
This is probably the most important thing I can say about building AI products:&lt;/p&gt;

&lt;p&gt;Don’t hide the limitations.&lt;/p&gt;

&lt;p&gt;AI Clip Cutter currently doesn’t have face tracking.&lt;/p&gt;

&lt;p&gt;It doesn’t automatically add b-roll.&lt;/p&gt;

&lt;p&gt;It doesn’t add transitions or zooms.&lt;/p&gt;

&lt;p&gt;It doesn’t have speaker diarisation.&lt;/p&gt;

&lt;p&gt;Vertical reframing currently tops out at 1080×1920.&lt;/p&gt;

&lt;p&gt;And although captions can handle many languages, our clip scoring and hook-writing are currently strongest for English-language content.&lt;/p&gt;

&lt;p&gt;We’re not embarrassed by that.&lt;/p&gt;

&lt;p&gt;In fact, I’d rather tell you exactly what the product doesn’t do than promise an imaginary future version of it.&lt;/p&gt;

&lt;p&gt;Because the goal isn’t to build the longest feature list.&lt;/p&gt;

&lt;p&gt;The goal is to build something people actually use.&lt;/p&gt;

&lt;p&gt;The bigger opportunity isn’t “AI video editing”&lt;br&gt;
I think that phrase is too broad.&lt;/p&gt;

&lt;p&gt;The interesting opportunity is something much more specific:&lt;/p&gt;

&lt;p&gt;Turning existing knowledge into more opportunities to be discovered.&lt;/p&gt;

&lt;p&gt;Think about how much valuable content already exists.&lt;/p&gt;

&lt;p&gt;Podcasts.&lt;/p&gt;

&lt;p&gt;Interviews.&lt;/p&gt;

&lt;p&gt;Founder conversations.&lt;/p&gt;

&lt;p&gt;Courses.&lt;/p&gt;

&lt;p&gt;Webinars.&lt;/p&gt;

&lt;p&gt;Livestreams.&lt;/p&gt;

&lt;p&gt;Customer calls.&lt;/p&gt;

&lt;p&gt;Conference talks.&lt;/p&gt;

&lt;p&gt;Educational videos.&lt;/p&gt;

&lt;p&gt;There are millions of hours of long-form content being created.&lt;/p&gt;

&lt;p&gt;Most of it will never be turned into short-form content.&lt;/p&gt;

&lt;p&gt;Not because it isn’t valuable.&lt;/p&gt;

&lt;p&gt;Because somebody has to sit there and find the moments.&lt;/p&gt;

&lt;p&gt;That’s the bottleneck.&lt;/p&gt;

&lt;p&gt;And that is exactly where AI is useful.&lt;/p&gt;

&lt;p&gt;One podcast can become an entire content engine&lt;br&gt;
Imagine recording one 60-minute conversation.&lt;/p&gt;

&lt;p&gt;Traditionally, that becomes:&lt;/p&gt;

&lt;p&gt;1 long video.&lt;/p&gt;

&lt;p&gt;With a good clipping workflow, it can become:&lt;/p&gt;

&lt;p&gt;1 YouTube episode&lt;/p&gt;

&lt;p&gt;plus&lt;/p&gt;

&lt;p&gt;5–10 short videos&lt;/p&gt;

&lt;p&gt;plus&lt;/p&gt;

&lt;p&gt;multiple hooks&lt;/p&gt;

&lt;p&gt;plus&lt;/p&gt;

&lt;p&gt;captioned social posts&lt;/p&gt;

&lt;p&gt;plus&lt;/p&gt;

&lt;p&gt;ideas for future episodes&lt;/p&gt;

&lt;p&gt;The original conversation doesn’t change.&lt;/p&gt;

&lt;p&gt;You’re simply extracting more value from something you already created.&lt;/p&gt;

&lt;p&gt;That’s the part of AI that excites me.&lt;/p&gt;

&lt;p&gt;Not replacing creativity.&lt;/p&gt;

&lt;p&gt;Compounding it.&lt;/p&gt;

&lt;p&gt;We are not trying to make creators obsolete&lt;br&gt;
This distinction matters.&lt;/p&gt;

&lt;p&gt;I don’t believe the future of creative work is:&lt;/p&gt;

&lt;p&gt;Humans create → AI replaces them.&lt;/p&gt;

&lt;p&gt;I think it’s closer to:&lt;/p&gt;

&lt;p&gt;Humans create → AI removes the repetitive work → humans make better decisions.&lt;/p&gt;

&lt;p&gt;The creator should decide what they stand for.&lt;/p&gt;

&lt;p&gt;The creator should decide what feels authentic.&lt;/p&gt;

&lt;p&gt;The creator should decide what gets published.&lt;/p&gt;

&lt;p&gt;The AI should handle the parts that humans shouldn’t have to spend hours doing.&lt;/p&gt;

&lt;p&gt;Finding timestamps is not creativity.&lt;/p&gt;

&lt;p&gt;Generating 30 caption variations is not creativity.&lt;/p&gt;

&lt;p&gt;Reframing a video from 16:9 to 9:16 is not creativity.&lt;/p&gt;

&lt;p&gt;Searching through a one-hour podcast for the strongest 40-second moments is useful work — but it’s also incredibly repetitive.&lt;/p&gt;

&lt;p&gt;That’s where we want AI.&lt;/p&gt;

&lt;p&gt;We’re building the boring parts of content creation&lt;br&gt;
That might sound like a strange startup pitch.&lt;/p&gt;

&lt;p&gt;But I think it’s a powerful one.&lt;/p&gt;

&lt;p&gt;The future of creator software isn’t necessarily about adding more effects.&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://aiclipcutter.tech/" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Faiclipcutter.tech%2Fog-image.png" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://aiclipcutter.tech/" rel="noopener noreferrer" class="c-link"&gt;
            AI Clip Cutter — Turn long videos into short vertical clips with AI
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Upload a podcast, interview, or webinar and AI Clip Cutter finds the best 3-5 moments, cuts them to 9:16, and burns in animated captions in 8 styles. Credit-based pricing in INR.
          &lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;div class="color-secondary fs-s flex items-center"&amp;gt;
        &amp;lt;img
          alt="favicon"
          class="c-embed__favicon m-0 mr-2 radius-0"
          src="https://aiclipcutter.tech/favicon.ico"
          loading="lazy" /&amp;gt;
      aiclipcutter.tech
    &amp;lt;/div&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;&lt;br&gt;
It’s about reducing friction between:

&lt;p&gt;“I have something worth saying.”&lt;/p&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;p&gt;“The world has seen it.”&lt;/p&gt;

&lt;p&gt;That’s what AI Clip Cutter is trying to do.&lt;/p&gt;

&lt;p&gt;You bring the conversation.&lt;/p&gt;

&lt;p&gt;We help find the moments.&lt;/p&gt;

&lt;p&gt;You decide what matters.&lt;/p&gt;

&lt;p&gt;We handle the repetitive editing.&lt;/p&gt;

&lt;p&gt;And then you hit publish.&lt;/p&gt;

&lt;p&gt;Try it on one real episode&lt;br&gt;
We built AI Clip Cutter around a simple test:&lt;/p&gt;

&lt;p&gt;Don’t trust our demo. Upload your own video.&lt;/p&gt;

&lt;p&gt;Sign up and you get 10 free credits.&lt;/p&gt;

&lt;p&gt;No card.&lt;/p&gt;

&lt;p&gt;No automatic renewal.&lt;/p&gt;

&lt;p&gt;Run a real podcast, interview, webinar, or talking-head video through it.&lt;/p&gt;

&lt;p&gt;See what the AI finds.&lt;/p&gt;

&lt;p&gt;Look at the reasoning.&lt;/p&gt;

&lt;p&gt;Change the trim.&lt;/p&gt;

&lt;p&gt;Choose your caption style.&lt;/p&gt;

&lt;p&gt;Export the clips.&lt;/p&gt;

&lt;p&gt;Then decide whether it actually saved you time.&lt;/p&gt;

&lt;p&gt;Because that’s ultimately the metric that matters.&lt;/p&gt;

&lt;p&gt;Not how impressive the AI sounds.&lt;/p&gt;

&lt;p&gt;Not how many features we can put on a landing page.&lt;/p&gt;

&lt;p&gt;Did it give you back an hour of your life?&lt;/p&gt;

&lt;p&gt;If the answer is yes, we’ve built something useful.&lt;/p&gt;

&lt;p&gt;And we’re just getting started.&lt;/p&gt;

&lt;p&gt;— The founder, AI Clip Cutter&lt;/p&gt;

&lt;p&gt;Try AI Clip Cutter for free&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

</description>
      <category>ai</category>
      <category>nextjs</category>
      <category>saas</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
