| # | Beat | Timecode | Motion | Logo | Audio | VO / on-screen |
|---|---|---|---|---|---|---|
| 1 | open | 0–7s | spatial-parallax | icon·3d-extrude | ♪ — | There is a task you do every single day by hand. Let us automate the boring half of it. on-screen: The task you do every day |
| 2 | legacy | 7.0–14.0s | crossfade-8f | icon·color | ♪ — | The old way was copy, paste, switch tabs, repeat, an invisible tax you pay in hours every week. on-screen: The copy-paste tax |
| 3 | teach | 14.0–21.0s | kinetic-build | icon·color | ♪ — | First we write down the workflow as numbered steps, exactly the way you do it now. on-screen: Step 1: map the steps |
| 4 | teach | 21.0–28.0s | kinetic-build | icon·color | ♪ — | Every automation needs a trigger, a new row, an email, a form, the moment work should start. on-screen: Step 2: find the trigger |
| 5 | teach | 28.0–35.0s | kinetic-build | icon·color | ♪ — | Instead of a node graph, we let Claude Code call the tools directly: Airtable, Gmail, your sheet. on-screen: Step 3: tools, not nodes |
| 6 | teach | 35.0–42.5s | kinetic-build | icon·color | ♪ — | Each app speaks through an MCP server, one common plug, so the agent talks to all of them the same way. on-screen: Step 4: MCP is the adapter |
| 7 | teach | 42.5–49.6s | kinetic-build | icon·color | ♪ — | The flow reads the source first, decides, then writes, so it never acts on data it has not actually on-screen: Step 5: read before write |
| 8 | teach | 49.6–55.6s | kinetic-build | icon·color | ♪ — | The if-this-then-that lives in plain language now: when the deal is over a threshold, route it differently. on-screen: Step 6: branch on the data |
| 9 | teach | 55.6–61.6s | kinetic-build | icon·color | ♪ — | Independent steps run at the same time, so a five-tool flow finishes in one pass, not five. on-screen: Step 7: parallel where safe |
| 10 | teach | 61.6–68.4s | kinetic-build | icon·color | ♪ — | Every run writes a line to a log, so when it misbehaves you can read exactly what it did. on-screen: Step 8: log every run |
| 11 | teach | 68.4–76.30000000000001s | kinetic-build | icon·color | ♪ — | Before it touches live data we run it in dry mode, where it tells you what it would do but does nothing. on-screen: Step 9: dry run first |
| 12 | teach | 76.3–83.8s | kinetic-build | icon·color | ♪ — | We decide up front what happens when a tool times out, so a hiccup pauses the flow instead of corrupting it. on-screen: Step 10: handle the failure |
| 13 | teach | 83.8–89.8s | kinetic-build | icon·color | ♪ — | Once it is trustworthy we schedule it, so the workflow wakes itself up at the right time. on-screen: Step 11: put it on a cron |
| 14 | teach | 89.8–96.89999999999999s | kinetic-build | icon·color | ♪ — | At the end it pings a person only when a human decision is actually needed, never just to say on-screen: Step 12: notify a human |
| 15 | teach | 96.9–104.0s | kinetic-build | icon·color | ♪ — | The whole workflow lives in a file in version control, so changing it is a reviewed edit, not a on-screen: Step 13: version the flow |
| 16 | teach | 104.0–110.8s | kinetic-build | icon·color | ♪ — | Finally we time the manual version against the automated one, so the win is a number, not a vibe. on-screen: Step 14: measure the hours |
| 17 | proof | 110.8–116.8s | receipts-count | icon·color | ♪ — | That is a daily chore turned into a flow that triggers, decides, acts, and logs without you. on-screen: Manual hours, gone |
| 18 | futurist | 116.8–122.8s | spatial-parallax | icon·color | ♪ — | Stack enough of these and your team stops running the business by hand and starts steering it. on-screen: What this unlocks |
| 19 | resolve | 122.8–128.8s | coalescence | stacked·3d-extrude | ♪ swell | Tell us the task you dread doing daily. We will map it and automate it. temerarii.xyz. on-screen: Name your daily chore |