If you've ever watched a coding agent churn out documentation that's stale before the commit lands, Clank Cut is aimed squarely at your pain point. Posted to Hacker News today, this Mac desktop app connects directly to your coding agent and lets it use your machine for screen recording โ then handle editing, background music, voice cloning, and publishing to a bucket. The creator says they ran into the issue of tutorials going out of date constantly, and built Clank Cut so an agent can automatically make and re-record walkthroughs without human babysitting.
The Problem With Agent-Made Docs
Most AI coding agents are great at writing code but terrible at explaining it. Text docs go stale fast, and video tutorials are worse โ nobody wants to manually re-record a 10-minute walkthrough every time the API changes. Clank Cut flips that: instead of asking an agent to simulate or narrate over static slides, it gives the agent actual control of your Mac's screen recording pipeline. The result is a loop where the same agent that writes the code can also produce fresh, human-quality video guides on demand.
How It Works
The app sits as a local daemon that your coding agent can call into via its tool interface. When triggered, it records whatever's happening on screen โ whether that's terminal commands, IDE actions, or browser flows โ then cuts the footage, layers in background music, and even clones your voice for narration so the video sounds like you made it yourself. Once done, it pushes the final MP4 to a cloud bucket with no manual export step. That last bit is key: publishing straight to a bucket means agents can wire this into CI/CD pipelines or documentation generators. Imagine every PR that changes behavior also shipping an updated walkthrough video โ that's the workflow Clank Cut enables. The creator emphasizes it's all local-first, so you're not streaming your screen through some third-party service; the recording stays on your hardware until you choose to publish.
Why This Matters
We've seen agents write docs, tests, and commit messages, but video has always been a human-only medium because of the physical act of recording. Clank Cut removes that barrier by treating screen capture as just another tool call. For open-source maintainers or dev-rel teams drowning in outdated tutorials, this could be a game-changer โ though it also raises questions about trust and authenticity when an agent is impersonating your voice.
Key Takeaways
- Clank Cut is a Mac desktop app that gives coding agents the ability to record screen video on your machine.
- It handles editing, background music, voice cloning, and publishing to a bucket automatically.
- The workflow lets agents re-record tutorials whenever code changes, keeping docs fresh without human effort.
- Local-first design means recordings stay on your hardware until you decide to push them out.
The Bottom Line
Clank Cut is early โ it's a Show HN with minimal traction right now โ but the idea scratches an itch every agent user has felt. If agents can own the full tutorial lifecycle, we might finally get documentation that doesn't rot. I'm watching this one closely.