Modern Creator
Hasan Aboul Hasan · YouTube

Stop Paying for Video Editors — Do This Instead

A YouTuber walks through the six-stage Claude Code pipeline he says produced this exact video — cuts, fake screen recordings, cleaned audio, timestamped sound effects, thumbnails, and the YouTube upload itself.

Posted
2 days ago
Duration
Format
Tutorial
educational
Views
19.2K
1K likes
Big Idea

The argument in one line.

A single Claude Code pipeline — transcript-driven cutting, AI-generated visuals, voice isolation, timestamp-synced sound effects, and automated packaging and upload — can stand in for a full human video editor for roughly $3-4 per video.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • A solo YouTuber or course creator who edits every video by hand and wants to see a concrete, working Claude Code pipeline for cutting, SFX, and thumbnails.
  • Someone comfortable running Claude Code skills/CLI workflows who wants a free, open-source starting point to adapt.
  • A creator curious what AI-generated 'fake' screen recordings and UI clones actually look like in practice.
SKIP IF…
  • You want a no-code, point-and-click editor — this is a developer-oriented Claude Code workflow, not an app with a GUI.
  • You need multi-camera or complex narrative editing beyond talking-head YouTube content.
TL;DR

The full version, fast.

The creator argues that a Claude Code pipeline, not a human editor, produced every element of this video — the cuts, on-screen visuals, cleaned audio, sound effects, thumbnail, and even the YouTube upload. The pipeline runs in six ordered stages: transcribe with AssemblyAI and cut dead air/fillers first (everything downstream depends on this being right), generate synthetic screen-recording visuals instead of capturing real footage, isolate the voice from room noise, place sound effects against exact word-level timestamps, generate multiple thumbnail/title pairs for testing, then run a pre-upload QA pass before pushing to YouTube via its API. A reusable asset library built up across videos means later videos render faster and cheaper. He estimates $3-4 in model costs (AssemblyAI, ElevenLabs, a thumbnail model) per fully edited video, and is giving the tool away free and open source while selling a paid course on building with AI.

Free for members

Chat with this breakdown — free.

Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.

Create a free account →
Chapters

Where the time goes.

00:0000:44

01 · Cold open: the reveal

Hasan claims every element of this video — animations, motion graphics, screen recordings, music, sound effects, and the thumbnail — was generated by Claude, contrasting it with other 'edit with AI' videos that only handle cuts and captions.

00:4401:16

02 · The engine: raw file in, published video out

Introduces the core pipeline stages (cut, visuals, voice, SFX) as one continuous Claude-run process and promises the tool free by the end of the video.

01:1602:25

03 · Step 1 — The Cut

Claude transcribes the raw footage with AssemblyAI (not Whisper) and removes filler words, retakes, and dead air; every later stage depends on this cut being right.

02:2503:17

04 · Step 2 — The Visuals

Instead of real screen recordings, Claude generates synthetic UI clones — a VS Code lookalike, a browser with a moving cursor and changing URL — so nothing on screen besides his face is actually captured footage.

03:1703:43

05 · Step 3 — Voice cleanup

A voice-isolation pass strips room tone/noise from the raw mic take while keeping the same voice; he argues bad audio drives viewers away more than a rough cut does.

03:4304:44

06 · Step 4 — SFX

A dedicated skill reads the narration and visuals to place sound effects against exact word-level timestamps, and every generated asset (SFX, mockups, images, logos) is saved into a reusable per-channel library so later videos render faster and cheaper.

04:4404:58

07 · Step 5 — Packaging

Claude generates three thumbnail/title pairs for A/B testing as part of an ongoing publish-results-optimize-learn feedback loop.

04:5805:33

08 · The cost math

Hasan discloses that the project is free but the underlying models aren't: AssemblyAI, ElevenLabs, and a thumbnail model bring a fully edited video to about $3-4, which he contrasts against what he says a human editor charges per minute.

05:3305:58

09 · Step 6 — Upload

Claude runs pre-upload verification — checking for words clipped in half, bad words, and audio drifting out of sync with his mouth — before pushing the finished file to YouTube via its API.

05:5806:28

10 · CTA and outro

Asks for likes/comments, says the project is free and open source on GitHub with ongoing updates (transitions, effects, filters), and plugs his 'Build With AI 1.0' course.

Atomic Insights

Lines worth screenshotting.

  • A cut built on a low-quality transcript compounds errors through every later production stage, so transcript quality matters more than any single edit downstream.
  • Sound effects only read as real when they land on the exact word or action, not just somewhere near it — timestamp precision is what separates convincing SFX from generic ambience.
  • On-screen 'proof' like a code editor or browser demo in a tutorial can be entirely AI-generated rather than screen-recorded.
  • Viewers tend to tolerate a rough cut far better than bad audio, making voice cleanup arguably more important than trimming silence.
  • A reusable per-project asset library (sounds, mockups, images) means each new video costs less to produce than the one before it.
  • Generating multiple thumbnail and title pairs per upload turns packaging into a continuous A/B test instead of a single guess.
  • A pre-publish verification pass that checks for clipped words and audio/mouth drift catches defects a rushed human review would miss.
  • The creator prices a fully automated edit at $3-4 in model fees, versus what he describes as a human editor charging roughly ten times that per minute.
Takeaway

Six discrete AI passes replace a full-time video editor.

WHAT TO LEARN

Breaking video editing into six narrow, timestamp-anchored passes — cut, visuals, voice, SFX, packaging, upload — lets each step be verified and reused, which is what makes an AI pipeline reliable instead of a gimmick.

03Step 1 — The Cut
  • A pipeline that starts with a bad or approximate transcript compounds errors through every later stage, so investing in transcript quality up front pays off more than any single edit downstream.
  • Choosing a transcription model that captures tone, pacing, and pauses — not just words — gives an automated editor enough signal to judge where a take actually goes dead.
04Step 2 — The Visuals
  • On-screen 'proof' like a code editor or browser demo can be entirely synthesized rather than screen-recorded, so don't assume a UI clip in a tutorial was actually captured live.
  • Limiting what you truly have to record (your face) to a minimum and generating the rest is a production shortcut, not just an editing one.
05Step 3 — Voice cleanup
  • Viewers tend to tolerate an imperfect cut far better than they tolerate bad audio, so voice cleanup deserves at least as much attention as trimming silence.
  • Isolating a voice from room tone is worth treating as its own pipeline stage rather than an EQ afterthought.
06Step 4 — SFX
  • Sound effects that are believable have to land on the exact word or action, not just 'somewhere near it' — timestamp precision separates convincing SFX from generic ambience.
  • Building a reusable per-project asset library (sounds, screen recordings, images) means each new piece of content gets cheaper and faster to produce than the last.
07Step 5 — Packaging
  • Generating multiple thumbnail/title pairs for every upload turns packaging into an ongoing A/B test instead of a one-shot guess.
08The cost math
  • A fully automated edit costing a few dollars in API/model fees only works if you're transparent that the tool is free but the underlying models are metered — hidden recurring costs erode trust fast.
09Step 6 — Upload
  • A pre-publish verification pass (checking for clipped words, drift between audio and mouth movement) catches the kind of small defects a rushed human review misses.
  • Automating the literal upload step only makes sense once the earlier verification step is trustworthy — automation without a QA gate just publishes mistakes faster.
Glossary

Terms worth knowing.

AssemblyAI
A speech-to-text API used here to generate a timestamped, tone-and-pause-aware transcript that the cutting step works from.
ElevenLabs
An AI audio platform used in this pipeline to generate music and sound effects for the edited video.
Voice isolation
An audio-processing step that strips room noise and reverb from a raw microphone recording while preserving the speaker's original voice.
Claude Code skill
A reusable, saved instruction set that tells Claude how to perform one specific pipeline stage, such as the cut or the SFX pass, stored inside the project's repo.
Master cut
The fully assembled version of the raw footage with fillers, retakes, and dead air removed — the base that every later step (visuals, voice, SFX) is layered onto.
Resources

Things they pointed at.

01:37toolAssemblyAI
05:10toolElevenLabs
05:13toolNano Banana (thumbnail model)
Quotables

Lines you could clip.

03:32
Nobody leaves your video because a cut is bad. They leave because your voice sounds like a bathroom.
one-line thesis that audio quality outweighs edit qualityTikTok hook↗ Tweet quote
04:44
So I build this project. I build this tool, and now it's building itself.
captures the compounding-asset-library idea in one lineIG reel cold open↗ Tweet quote
05:32
Sorry, video editors, but that's reality, and you should adapt.
blunt provocation that matches the video's title premisenewsletter pull-quote↗ Tweet quote
The Script

Word for word.

Read-along

Don't just watch it. Burn it in.

See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.

metaphor
00:00Today, I will show you how I made Claude edit my full YouTube videos end to end from a raw recording till the upload with thumbnails, titles, everything.
00:11And this video you are watching right now is a real example. Everything you see here, the animations, motion graphics, even the screen recordings, the music, the sound effects, and the thumbnail you clicked, everything was created with Cloth.
00:26Now maybe you watched other videos and how you can edit videos with Clode, cutting silences and some motion graphic. But I noticed that almost all these videos are missing the real steps and tweaks that make Clode actually replace a full video editor. What I will show you today is a real engine I built that goes from a raw video till uploading to YouTube.
00:52Everything is automated, and you will not use any application, any video editor. And, yes, you are going to get this Cload Editor for free by the end of this video.
01:03So you can test it and see the real power of Cload video editing yourself. If you are ready, let's get started. So let's go with a real example.
01:13This is a raw video I want to edit. Step one is the cut. In this step, we remove silences, filler words, bad takes, so the video becomes ready for the actual work.
01:26So here inside Cload, I will simply tell it, cut the video. And while it's working, I wanna mention something really very important about this step. Here, I'm using AssemblyAI to transcribe the video or the audio.
01:40No affiliate, no sponsorships. Please focus. I saw many videos using Whisper.
01:45Good. But with the new models from AssemblyAI, Claude will be able to understand your tone, your talking style, and cut with way more confidence.
01:56So in short, I transcribe with AssemblyAI and feed it to Claude with the cut skill I created and fully clean up my video and make it ready for step two.
02:07And here, I want to understand that every step coming next relies on step number one, the cut. If this step was wrong, everything else will not be accurate. Okay.
02:19So that's step one. The video is ready. Now watch what will happen in the next steps that nobody shows you.
02:26Step two is the visuals, and here where everybody stops at the surface. Some motion graphics, like title cards, some text flying.
02:35Nice. But that's the easy part. Watch this one.
02:39This is a Versus code window, not the real one. It's fully generated with Clone. It's a full UI clone, and it can simulate a realistic screen recording.
02:50So now I don't need to screen record anything. Clone can generate this for me. But here is my favorite one.
02:57Look at this. The cursor moves. It clicks.
03:01The page changes. The URL changes. I never recorded this.
03:05It's also rated with Clothe, with this skill I made here. So the only thing I actually record is my face.
03:12I hope you like it. Everything else on the screen was built, not captured.
03:18Now it's time for step three. Listen to this. This is me, bro.
03:23And this is the same line after the clean audio skill runs voice isolation. Same me, but the voice is clean. Perfect.
03:31And this one matters more than people think. Nobody leaves your video because a cut is bad.
03:37They leave because your voice sounds like a bathroom. Now step four is sound. SFX.
03:43And this is a game changer. For music, it's somehow easy. You get one track under everything, and you are done.
03:51Claw does this too. But sound effects are hard because they have to land on the exact word. This is why the SFX skill reads my narration and my visuals and plans every sound against a real time stamp.
04:06Let's listen. That sound is one word. Not needed on it.
04:11And here's the part I like the most. Those sounds don't disappear. They go into a library named, sorted, saved.
04:19Save for the screen recordings, images, logos, everything I use will be saved too. So the next video, Clo doesn't build everything again from scratch.
04:28It just picks them from my library. This way, the editor gets faster the more I use it. Video 10 is way quicker and cheaper than video one.
04:37They're using the same assets. So I build this project. I build this tool, and now it's building itself.
04:44Now step five is packaging. The title and the thumbnail. And you already saw this one when you clicked on this video.
04:51What happens is Claude generates three thumbnails with three titles for AB testing. And again, it learns and optimizes your next videos.
05:01Now one thing I wanna be honest with here, I'll be giving the project for free, but the models are not. AssemblyAI for the transcript, 11 labs for the music and sound effects, Nano Banana for the thumbnail.
05:14They are cheap, but not zero. But a full video, fully edited can cost you, like, maybe $34, whereas a video editor charges you 10 times this amount for one minute.
05:28Sorry, video editors, but that's reality, and you should adapt. Now step six, the upload. Yes.
05:33Also, Cload using YouTube API will push my video. But before the upload, it checks itself.
05:41It looks for the words that got cut in half. Think about it as the final review. It look for some bad words, make sure the audio didn't drift away from my mouth, and then it uploads it directly to my channel from a raw file into YouTube.
05:58And since you reached this point, tell me please honestly, did you like the editing? If yes, hit the like button. If not, tell me what you didn't like in the comments so I can improve in the next videos.
06:09The project is free. Link below the description, and it's open source. I'm going to keep updating it, transitions, effects, filters, and much more.
06:17So keep an eye on it and give it a start on GitHub. And if you want to learn how I build with AI, check out my full course in the description below.
06:25Thank you, and see you in the upcoming videos.
The Hook

The bait, then the rug-pull.

Every cut, sound effect, and on-screen mockup in this video, the creator says, came out of a Claude Code pipeline rather than a timeline in Premiere — and he spends the next six minutes proving it stage by stage.

Frameworks

Named ideas worth stealing.

00:50list

The Six-Stage Claude Video Pipeline

  1. Cut
  2. Visuals
  3. Voice
  4. SFX
  5. Packaging
  6. Upload

The sequence Claude runs to take a raw talking-head recording to a published YouTube video: remove dead air/fillers, generate on-screen visuals, clean the voice track, place timestamped sound effects, produce thumbnail/title options, then verify and upload.

Steal forany solo-creator workflow trying to systematize repetitive post-production steps
CTA Breakdown

How they asked for the click.

VERBAL ASK
06:22link
The project is free. Link below the description, and it's open source... check out my full course in the description below.

Gives the tool away free and open source first, then soft-plugs the paid course as the next step — CTA lands after value is already delivered rather than gating it.

FROM THE DESCRIPTION
PRIMARY CTAWhere the creator wants you to go next.
Storyboard

Visual structure at a glance.

open
hookopen00:01
the engine
promisethe engine00:50
full pipeline diagram
valuefull pipeline diagram02:14
GitHub repo
ctaGitHub repo06:13
Frame Gallery

Visual moments.

Watch next

More from this channel + related breakdowns.

03:59
Andrew Ford · Tutorial

I Taught Claude Code to Edit Movies

A developer wires Claude Code up to a free CLI tool called Buttercut and has it read raw vlog footage, then assemble a full rough cut in Final Cut Pro without a human touching a timeline first.

December 9th 2025
48:50
Samin Yasar · Tutorial

5 Insane Claude Fable Use Cases (Last Chance)

Five ways to turn Claude's Fable model into a paid service — website builds, cold outreach, claymation ads, video editing, and a Jarvis-style command center — before flat-rate access to it disappears.

July 17th
37:51
Brian Casel · Demo

Watch Claude Code edit my YouTube video

Brian Casel walks through the exact multi-skill Claude Code pipeline — b-roll library, motion-graphics engine, and four fixed approval gates — that now edits every video on his channel end to end.

July 16th
Chat about this