Modern Creator
Futurepedia · YouTube

Claude Design Just Unlocked AI Motion Graphics

A hands-on tour of Claude Design's animation template, from a bare prompt to a transcript-synced explainer video.

Posted
2 days ago
Duration
Format
Tutorial
educational
Views
87.4K
2.8K likes
Big Idea

The argument in one line.

Claude Design's animation template can generate motion graphics that sync directly to a pasted transcript, turning work that used to take hours in After Effects into a few minutes of prompting plus a short editing pass.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • You make talking-head YouTube videos or tutorials and want motion graphics that illustrate your points without hiring a motion designer.
  • You're already on a paid Claude Pro or Max plan, so Claude Design is included at no extra cost.
  • You want an AI design tool that outputs editable code rather than a locked, rendered video file.
SKIP IF…
  • You need broadcast-perfect, pixel-precise motion design — Claude Design gets you most of the way there, but a finishing pass in a real editor is still required.
  • You're not on a paid Claude plan — this feature isn't available on the free tier.
TL;DR

The full version, fast.

Claude Design's animation template has a lesser-known ability: it can take a plain prompt, a reference image, multiple reference images, or a full timestamped transcript and generate motion graphics as real HTML, CSS, and JavaScript rather than a rendered video, which keeps every element editable in plain language afterward. The workflow shown here is to build a reusable 'design system' — brand colors, logo, UI style — once, then for each new video export a transcript from Gemini as SRT, paste it into a generalized prompt that reserves screen space for a talking-head overlay, and get back an animation timed to the exact words being spoken. The output still needs a short pass in a video editor to place the talking-head clip and add zooms or highlights, but what used to take hours in After Effects now takes minutes.

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:42

01 · Cold open

The creator names the overlooked feature: Claude Design's animation template, which he uses in every recent video and drives with a transcript.

00:4201:45

02 · Overview and access

Requires a paid Claude Pro or Max plan via claude.ai/design or the sidebar. Tour of the project template picker (slides, mobile app UI, wireframes, resume, 3D objects, animation).

01:4503:33

03 · Create from a prompt: the LLM explainer

A vague prompt triggers clarifying questions (audience, length, aspect ratio). First draft nails 'the cat sat on the mat' example; a natural-language edit swaps it to 'the kettle began to boil' while preserving everything else.

03:3304:04

04 · Data visualization from a prompt

A second prompt-only example compares historical market bubbles to the current AI bubble; Claude researched the actual figures itself.

04:0404:29

05 · How it works: real code, not video

Claude Design writes live HTML (structure), CSS (styling), and JavaScript (motion) rather than rendering a finished video file, which is why outputs stay easy to edit.

04:2904:51

06 · Free guide plug

Points to a free 'Claude Design in Action' guide with optimized prompts for other use cases (pitch decks, landing pages from screenshots, social templates).

04:5106:08

07 · Create from an image: the Claude ecosystem demo

A single reference image plus instructions ('top three first, then each layer animates in, pause, next layer') produces a staged animation. Claude recreates the idea in code rather than animating the image directly.

06:0808:46

08 · Multiple reference images and the generalized prompt

Four reference images (character, prompt box, chat interface, background) combine into one generation. Reveals the reusable prompt: follow the transcript, default to graphics over text, reserve blank space for a talking head. Transcript is pulled as SRT from Gemini and pasted straight in.

08:4612:45

09 · Export and edit in Premiere with a custom plugin

Reviews the output, moves sections with a natural-language follow-up, exports at 1080p, then finishes the cut in Premiere: manual scale/position keyframes and a personal plugin (built in Codex) for one-click zooms, animated highlights, and talking-head masking.

12:4513:41

10 · Why you need a reusable design system

A set of reference images only applies to the one generation it was used in. Anyone making more than one video around the same brand needs a saved style instead of re-briefing every time.

13:4114:44

11 · Building the design system

A new design system can pull from GitHub code, a local folder, a Figma file, or reference images. The generated 'Halo Neon Design System' doc covers content fundamentals, iconography, line styles, glass/stroke treatment, and glow/elevation rules.

14:4415:58

12 · Testing the design system: the AI agent explainer

Applying the saved design system to a brand-new, unrelated topic (an AI agent explainer) via one dropdown selection confirms the style carries over consistently.

15:5816:14

13 · Sign-off

Closing reflection on how much time the workflow saves.

Atomic Insights

Lines worth screenshotting.

  • Claude Design's animation template writes real HTML, CSS, and JavaScript under the hood, not a rendered video file, so every element stays editable by asking for changes in plain language.
  • Dropping a timestamped SRT transcript into the prompt makes Claude Design sync motion graphics to the exact words being spoken, without manual keyframing.
  • Gemini can convert a video segment into an SRT transcript in five to ten seconds, faster than exporting captions from most editing software.
  • A single generalized prompt — reserve blank space for a talking head, default to icons over text, use exact on-screen text only for definitions — works across almost any explainer topic.
  • Reusable design systems in Claude Design store a brand's logo, colors, and UI style once, so every future generation stays visually consistent without re-briefing the AI each time.
  • A single reference image doesn't carry across separate generations, but a saved design system does — that's the real difference between a one-off polish and a repeatable pipeline.
  • Claude Design can research live data itself for a data-visualization prompt, without the user supplying the underlying numbers.
  • Multiple reference images in one generation let Claude blend several visual assets — logo, UI mockup, chat interface, background — into a single consistent scene.
  • Natural-language edits after generation, like swapping an example phrase or moving a section, apply the change while preserving everything else, which is faster than re-briefing from scratch.
  • Even AI-generated motion graphics still need a short finishing pass in a video editor to place the talking-head overlay and smooth final timing.
  • A generation window of roughly thirty seconds to two minutes is the practical ceiling per Claude Design run, so longer videos need the transcript split into sections.
Takeaway

Motion graphics can finally sync to speech

SCRIPT-SYNCED DESIGN

Feeding a timestamped transcript into an AI design tool turns hours of manual keyframing into a few minutes of prompting, as long as you're still willing to do a short finishing pass afterward.

02Overview and access
  • Claude Design's animation feature only requires access to claude.ai/design or the sidebar, on a paid Pro or Max Claude plan.
  • The platform covers far more than animation: slides, mobile app UI, wireframes, resumes, and 3D objects are all separate templates in the same tool.
03Create from a prompt: the LLM explainer
  • A vague prompt like 'animate a visual explanation of how LLMs are trained' triggers clarifying questions about audience, length, and aspect ratio before anything is generated.
  • Answering 'decide for me' to those clarifying questions is a valid choice — the tool makes reasonable creative defaults rather than blocking on every decision.
  • After a first draft, asking to swap a detail like an example phrase updates just that element and leaves the rest of the timing and design untouched.
04Data visualization from a prompt
  • For prompts asking for data visualizations, Claude Design researches the actual numbers itself rather than requiring the user to supply source data.
05How it works: real code, not video
  • The output is real HTML, CSS, and JavaScript rendered live, not a finished video file, which is what makes post-generation edits fast instead of requiring a full re-render.
07Create from an image: the Claude ecosystem demo
  • Feeding in a single reference image doesn't animate that image directly; Claude recreates the idea in code, which is why the result can look stylistically different from the source.
  • Image references are also useful for simulating UI interactions like cursor movement, typing, or popups that would otherwise require screen-recording software.
08Multiple reference images and the generalized prompt
  • Multiple reference images in one generation let Claude blend several brand assets, like a logo, UI, and background, into a single consistent scene.
  • A generalized prompt that reserves blank space for a talking-head overlay and defaults to minimal on-screen text works across nearly any explainer topic, not just one video.
  • Exporting a transcript as SRT from a tool like Gemini and pasting it straight into the prompt is faster than manually re-typing timestamps.
09Export and edit in Premiere with a custom plugin
  • Even a fully-generated motion graphic still needs a short pass in a video editor to place the talking-head clip, add keyframes, and smooth motion with easing curves.
  • Repetitive editing tasks like zooms, highlights, and talking-head masking are tedious enough in a standard timeline editor that a small custom plugin can pay for itself in time saved.
10Why you need a reusable design system
  • A single set of reference images only applies to the one generation it was used in; it doesn't carry forward automatically to the next video or shot.
  • Anyone producing more than one video around the same brand or topic benefits from saving a style once, rather than re-briefing the AI's visual style every time.
11Building the design system
  • A design system can be built from existing code, a local folder, a Figma file, or just a handful of reference images; there's no single required input format.
  • A generated design system covers far more than colors: content fundamentals, iconography, line styles, glass and stroke treatment, and glow or elevation rules all get documented automatically.
12Testing the design system: the AI agent explainer
  • Once a design system exists, applying a full brand style to a brand-new topic takes one dropdown selection, not a new creative brief.
  • A saved design system carries its style across a completely different generation on an unrelated topic, which is the actual test of whether the consistency holds.
Glossary

Terms worth knowing.

Claude Design
An AI design tool inside Claude (claude.ai/design), available on paid Pro or Max plans, that generates UI mockups, slides, and animated motion graphics from a text prompt or reference images.
Design system (in Claude Design)
A saved, reusable style reference — logo, brand colors, UI components — that Claude Design draws from automatically in every future generation instead of needing new reference images each time.
SRT transcript
SubRip Text, a plain-text subtitle format pairing timestamps with spoken lines; Claude Design uses it to time motion graphics to exact words in a video.
Animation template
One of Claude Design's project types, specifically for generating timed motion graphics rather than static mockups, slides, or documents.
Resources

Things they pointed at.

08:08toolGemini (used to generate the SRT transcript)
09:48toolCustom Premiere plugin (personal build, not publicly available)
Quotables

Lines you could clip.

00:04
Claude Design is an awesome platform that's gaining popularity, but there's one feature that most people overlook.
clean cold open, works with zero contextIG reel cold open↗ Tweet quote
03:49
Claude is writing actual code underneath, like HTML, CSS, and JavaScript, and it shows it to you live.
states the core technical differentiator in one linenewsletter pull-quote↗ Tweet quote
15:58
I am still genuinely blown away to be able to do this now. It's been a huge time saver for me.
authentic, low-hype closing lineTikTok hook↗ 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.

metaphoranalogy
Claude Design is an awesome platform that's gaining popularity, but there's one feature that most people overlook. But it's the one that I use the most, animations.
That's what I used to make all the motion graphics you're seeing on the screen right now, and I've been using in every one of my recent videos. It can make all sorts of other interesting animations too, but the most unique part is the ability to guide it with a transcript. I drop in a transcript, and it pops out animations fully synced up to the words I'm speaking.
So I'll walk through some different kinds of animations it can make and the exact prompts and process I've been using in my videos. I'll include the editing process since I've had a lot of people ask about that.
First, just a quick overview and how to access it. You do need to be on a paid Claude plan to use Claude design, either pro or max, then you can go to claude.ai/design, or you can find it on the sidebar in Claude.
Once you're there, you have all sorts of different templates to choose from. In my dedicated Claude design video, I covered all of those. We've got slides, mobile app design, UI mock ups, resume, three d objects, and a lot more.
But for this video, I'm focusing on animations. I'll start by creating one with just a prompt, then I'll show using a reference image, multiple reference images, then using a design system, which is where you can create a full brand style and voice guide that it will work from each time. For every video I make about Claude, I have a Claude design system that includes the UI, the logo, colors, and all of that.
So all I have to do is select it, paste in my prompt, drop in a time stamped transcript, which I'll show you how to get easily, then send it.
I'll build up to that. So how about for this first example? I'll say, animate a visual explanation of how LLMs are trained and how they work.
And I'll just send it like that. And some of the time it will come back with a list of questions. Usually, it's just a couple, but for a very vague prompt like this was, it has quite a few.
So I'll answer those. This is for curious professionals and execs. Thirty seconds since this is just a demo.
Sixteen nine aspect ratio. Decide for me. Decide for me.
Minimal labels. And there's a few more. Then I will hit continue, and it will start generating.
In just a few minutes that came back. Let's check it out. And it does have this tweaks panel where I can test different accent colors.
I actually really liked that opening shot. The cat sat on the mat. That's the example I see used every time this topic is explained.
That was a solid transition. And I think I liked this red color the most. And there is this timeline at the bottom where I can adjust the length of these shots.
I could drag this in if I wanted this one to go faster. Yeah. You get the idea.
This is looking great. But what is awesome is I can make changes using natural language. So maybe I want it to use a different phrase as the example.
I can just ask for it to change that. And then it came back, and it says the kettle began to boil. Yeah.
Changed it perfectly while keeping everything else the same. And I'll actually skip to the end, see if it switched it out in the question. And it did.
So that is amazing. It would take a really long time to create this from scratch, and that was still a relatively simple one. Another thing it's particularly useful for is data visualizations, like animated charts and graphs.
Here's another quick one I did just from a prompt with no reference images. I asked for a comparison of the different market bubbles through history and where we're at now in the AI bubble, And that turned out amazing. And I didn't give it any of this information as part of the prompt.
It went out and did the research itself to find all the numbers to use. So just from a prompt, you can get some super helpful animations. And these are very different from what you would get from a typical text to video generator.
Claude is writing actual code underneath, like HTML, CSS, and JavaScript, and it shows it to you live. And those three are basically the structure, the styling, and the motion.
It's all happening in real time. It is totally different from a generator that sends back a completed video file. And that's why the output in design is so easy to make precise edits to.
It's just changing parts of that code. I'm focused on just one of these templates in Claude design right now, but there is way more to the platform. So we created a free guide called Claude Design in Action with use cases you can try today.
And each use case has an optimized prompt to get you the result you're looking for much faster, and we updated this to include the exact prompt that I'll be using in the next section to create these motion graphics. But on top of that, there's workflows for tailored pitch decks, landing page from competitor screenshots, social media templates, and more.
These will save you a lot of iteration time with every step from prompt to export. That's a free guide at the link in the description.
You can also create animations that work from an image. Here's an example from a previous video. I was covering the Claude ecosystem and had the idea of how I wanted it to look.
So I prompted GPT image two and it came back looking almost exactly how I was envisioning it. But I needed this animated. So I can drop the image in and explain what type of animation I want.
Basically, want the top three at the start, then for each layer to animate in, pause, then move on to the next going down the ecosystem. And the pauses are because I was using it sort of like a title screen when I'd get to that section. And then this one did not have any questions.
It just went for it and came back like this. So it starts on the title, then the core products comes in. There's a pause, then the universal layer.
These are all really smooth animations. There's context and memory, a pause, then the final autonomous layer. That nailed it on the first try.
And this looks different from my reference image because, again, it's not animating the image itself. It recreates the idea using code. That example was using the image for it to basically recreate it, but you can use image references for all sorts of things.
A great one I've been using is the UI of different platforms since I need that regularly. I drop it in and it can simulate, like, a cursor moving around and clicking on things, windows popping up, or typing into a prompt box, or a conversation going back and forth.
That stuff is really hard to do the traditional way. Unless you use a template, which you can find for some of the common platforms, but definitely not the less used platforms, and you can't really get that customized with it. So this is a huge time saver there.
Those were using one image reference. With multiple image references, you can really guide the style to be consistent across a long generation while also including specific logos, UIs, icons, or anything you need. I'm gonna make one about Claude.
So I'll use the little Claude character, then the prompt box, chat interface, and this one is what I want the background to look like.
These four should give it everything I need, so I'll drop those in. Then I have a relatively simple prompt I've been using. I made it a little more generalized with room for Claude to design things, so I can use it across any generations for different products, different concepts, and different types of explanations I'm giving.
I want motion graphics that will be used over a talking head video. They should follow the transcript, illustrate the concepts at the matching time stamps, default to graphics and icons to illustrate concepts whenever possible, use the interface when applicable, use text minimally when appropriate to emphasize key points or label things.
The exception is if there's a definition where the exact text on screen makes sense. So you can see that's pretty generalized to work across basically any of the types of videos that I make. And the part about using text minimally is because it will default to using a lot of text, almost like full captions throughout, which I don't like at all, but that's easy to fix.
And then the next part, this is telling it to leave blank space on the right third mostly, sometimes the top third for me to place the talking head. Otherwise, it defaults to full screen the whole time, then I don't have a spot to place myself in it. And I tell it to switch between locations as it seats fit, but usually the top third open is for larger points and definitions.
Or it can even go full screen if it calls for it. Then in this case, I actually need to add a line about how I added that background image for it to use. I'll tell it to add a subtle animation to it.
We got aspect ratio sixteen nine. Then I need to paste in the transcript. The easiest and fastest way I've found to do this is using Gemini.
They give me an SRT transcript for this, then I drop in the section of the video I want the animations over. Then in five to ten seconds, it comes back. And SRT stands for subrip text.
It's just this format. It's a plain text file that includes the time codes with the text below and line breaks in between. Gemini knows what that means.
I just click to copy that, then paste it at the end of the prompt, and send it off. And, again, that prompt is included in that resource that's linked in the description. You can take that and modify it for whatever your purposes are.
There were no questions to answer. This is what came back. You can see it left space on the right for my talking head.
Then this chat interface looks amazing with the little Claude character floating up and down. This is looking great, but it really makes the most sense when my talking head is over the top.
So I'll add that and play the full thing back with sound, except it actually only left the space on the right this whole time. So I wanna switch the open space to the top near the end. So I can send off a quick follow-up, move conversation, and one turn to the bottom center, leaving enough room up top for the talking head.
Those are the titles Claude gave those sections. You can see those below. I usually just reference those by name when I need them changed, and that's worked really well.
And that did come back perfect, so I'll come up to share, then select video. Then I wanna bump it up to ten eighty p, export that, then I can bring it into Premiere.
And this is my actual timeline from the previous video I made where this clip came from. Then I added the scale and position keyframes manually, then use a bezier to smooth the motion out, and then do a similar thing with the mask.
I would adjust that manually to where I want it, then sync it up with the movement. Then I'll go over to the next movement and click into that. You can see it's just the same thing.
Once I've made these moves once, I can copy paste them, but the way to do that in Premiere is actually pretty annoying. So I built a plugin for Premiere to fix that, plus a few other things that are just time consuming for this type of video, like zooms and animated highlights and things like that. It's actually been amazing.
It saves so much time on the really tedious things I do a lot, and it was fun to make too. And this is just like a personal use plugin I've been making. This isn't something you can use right now if you want to.
Sorry. But I've been super excited about this, so I'll just really quickly show some of this since this is what I'm actually using now. And I built the whole thing in codecs, by the way.
For zooms, I just click where I want the zoom. I can change the scale if I want, and then just hit animate, and it's done. It's a super smooth zoom.
Then for highlights, I position this rectangle and hit magnify to zoom in and get it just right. I can change the color or the animation style. I really like draw.
Then it's good. Hit animate. And now it has that highlight.
And I have that so the highlight is animating in while it's zooming, and it adds a fade to the background all at the same time. Super easy. Or I can even do a pop up where I place another rectangle, then it will animate out into that.
There's actually a bunch of other stuff in here, but I'll move on to the talking head option. So I have the talking head clip on top, then the video I just got back from Claude below. Now all I need to do is click one of these preset positions and a shape, then I can resize it manually if I want.
And I don't need these on this one, but I can also add, like, a border and change the color and add a gradient, then a glow or drop shadow. I'll turn all that off or maybe leave the drop shadow. And then I'll actually reframe the shot a little.
I like when the orange light is right at the top of the mask. That's better. Then I click animate to this state, and in a couple seconds, there it is.
And everybody knows, and it works the same across all three surfaces. That's a perfectly smooth animation. Then in the later section I wanted that to move up to the center.
So I'll put the playhead there. Click refresh frame so I can see where it needs to go. Click the location and shape.
Again, gotta make sure that orange light is perfectly at the top. Then click animate. And now here it is.
Perfect. So now I'll make it bigger, then I can play that from the beginning, and you can see how the animations sync up with what I'm saying. Chat is the one everybody knows, and it works the same across all three surfaces.
This is your back and forth with Claude for brainstorming, writing, research, working out an idea. It's a thinking partner.
You can extend it with built in features like projects, which give it permanent context about your work, or connectors, which let it use your other tools, like your email or your calendar, or artifacts, which is that little app or document window that opens next to the chat. But at its core, chat is a conversation.
Everything chat does, even when it makes you a vile or builds you a little dashboard, it happens inside one turn, then it hands it back and waits for you. I've used these in quite a few videos now, but it is still insane to me how easy it is to get this quality of motion graphics. But now I wanna do one more example because there's still a really important feature I haven't covered yet.
Uploading a series of reference images works great, but that only applies to that generation. A lot of the time, you'll want to use a style across multiple generations so it stays consistent across shots or across videos. Maybe that's so it matches your brand colors every time.
Or like me, I make a lot of videos about Claude, and I want it to have the logo and UI and colors every time. Or even within a single video, I usually only generate around thirty seconds or up to two minute sections at a time, and I may have a few of those across a video. So I need to create a reusable design system, which is really easy.
You can click the plus button under the design system drop down, or below there's a design system tab where you can see all of your previous systems. Then for a new one, click create design system. Then either create using Claude code or I'll show create here.
Then you can link code from GitHub, your computer, upload a Figma file, or drop in the images you want it to draw from. I just dropped in these three images. I used GPT image two to generate these in a consistent style across them, covering the types of things that would come up in some of my videos.
Then you can add more notes to guide it, but I'll just call that good and say continue to generation. Then it will take about five minutes. Now it finished the whole document with the system laid out, the content fundamentals, visual foundations, then all these different visuals it will use across generations, types of lines connecting things, the style of glass and strokes, glow elevation, iconography.
This keeps going on and on. Like, there's a ton of stuff in here. And you can, of course, ask for any edits you want to this, but I'll use it as is.
Now when I go back to the main screen and open up that design system drop down, it's right here. I didn't give it a name or specify what it's for, so it just called it Halo Neon Design System. Select animation.
And I'll paste in that same prompt, go to Gemini, drop in a section from an old video about agents, copy, paste that in, and send it off.
Now that has come back and everything looks like it used the style from the design system perfectly. I'm gonna go ahead and just export this so I can add the talking head over it. I'll do this in the same way, although I'm noticing the color grading was so bad in this video.
I don't know why I've made myself so bright compared to the background here. Oh, well. Just a few clicks using that plugin, finished the video up, and here it is.
Just quick refresher for those new here. An AI agent is a system that can reason, plan, and take actions on its own based on information it's given. Think of it like a digital employee that can think, remember, and get things done.
That's different from a chatbot or an automation. A chatbot answers questions. An agent takes your goal and delivers a result.
An automation follows fixed steps. An agent reasons and chooses actions based on context. To pull this off, an agent has three core components, the brain, memory, and tools, integrations that let it take actions on your behalf.
This is how it actually interacts with the world and accomplishes tasks. I think that looked amazing. Literally one shot, I just used it as is.
That's the whole system. I am still genuinely blown away to be able to do this now. It's been a huge time saver for me.
I don't know how many people that workflow is relevant to, but I'm sure there's some out there. So hopefully that helps, and I'll see you in the next one.
The Hook

The bait, then the rug-pull.

Most people using Claude Design never touch its best feature. Buried inside the tool's animation template is the ability to take a timestamped transcript and generate motion graphics that land in perfect sync with the words being spoken, with no manual keyframing required.

Frameworks

Named ideas worth stealing.

04:09concept

Structure / Styling / Motion

  1. Structure (HTML)
  2. Styling (CSS)
  3. Motion (JavaScript)

Claude Design's animations are literally built as HTML/CSS/JS in three layers, which is why they stay editable with plain-language change requests instead of needing a full re-render.

Steal forexplaining why Claude Design outputs are more flexible than a generated video file
07:24concept

The generalized motion-graphics prompt

A reusable prompt that tells Claude Design to follow a transcript, default to icons/graphics over text, reserve blank space for a talking-head overlay, and use exact on-screen text only for definitions.

Steal forany talking-head video series that wants auto-synced motion graphics without re-writing the brief each time
CTA Breakdown

How they asked for the click.

VERBAL ASK
04:29link
That's a free guide at the link in the description.

Soft-pitched mid-video, right after two live demos, and tied to the exact prompt used in the next section — reads as a bonus resource rather than an interruption.

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

Visual structure at a glance.

cold open
hookcold open00:00
cat sat on the mat demo
valuecat sat on the mat demo02:32
real code reveal
valuereal code reveal04:09
image-based generation
valueimage-based generation04:58
generalized reusable prompt
valuegeneralized reusable prompt07:24
final composited export
valuefinal composited export11:27
Halo Neon design system built
valueHalo Neon design system built14:18
AI agent explainer test
valueAI agent explainer test15:31
sign-off
ctasign-off16:07
Frame Gallery

Visual moments.

Watch next

More from this channel + related breakdowns.

15:15
Andy Diep · Tutorial

I Trained Claude to Place B-Roll in DaVinci Resolve

A content director runs 336 unsorted vlog clips through a Claude Code + DaVinci Resolve Studio pipeline that classifies A-roll from B-roll, proposes cutaway placements against four editorial rules, and drops the picks onto a real timeline — then shows exactly where it still needs a human.

August 5th