Playhead vs claude-watch: notes or evidence?
claude-watch is a free, MIT-licensed Agent Skill built for one job and good at it: turning a tutorial or a lecture into study notes, with a summary, the key concepts, sections with screenshots and their times, and a block of code and commands. Playhead is not a note-taker. It answers with what is in the video and the second of every moment it names, and it leaves the writing to whatever asked.
Last updated
What claude-watch is better at
First, because a comparison that opens with our own advantages is an advertisement rather than a comparison.
- Produces a finished artifact, not raw material. For a lecture you want to keep, that is the whole job done.
- Free, MIT-licensed, and runs entirely on your own machine.
- Inserts a coverage frame every 45 seconds through static stretches, so a slide-heavy talk does not lose its middle.
- It pulls out code blocks and commands on their own, which is exactly the thing you go back to a tutorial for.
- A captions-only mode that costs nothing at all, not even a Whisper call.
Their repository: github.com/devinilabs/claude-watch. Everything claimed about it on this page comes from that README, read on 6 August 2026.
What it is, and where it runs
| Capability | Playhead | claude-watch |
|---|---|---|
| Runs without installing anything on your machine | ||
| Works without your own transcription API key | ||
| Works from Claude on a phone |
What it can look at
| Capability | Playhead | claude-watch |
|---|---|---|
| How much of the video one answer covers | ||
| A one-hour video covered in a single pass | ||
| Every claim carries the second it is about | ||
| States what it covered and where the gaps are | ||
| SMPTE timecode from camera and edit-suite masters | ||
| Broadcast and production containers | ||
| Photo carousels (TikTok photo mode, Instagram) | ||
| Meta Ad Library links |
How closely it can look
| Capability | Playhead | claude-watch |
|---|---|---|
| How closely one moment can be read | ||
| Ask about one corner of one moment | ||
| Two consecutive frames, 33 ms apart | ||
| Vertical video is read as vertical video | ||
| Decide what a video is worth before you pay to read it |
What it measures
| Capability | Playhead | claude-watch |
|---|---|---|
| Cut times returned as numbers | ||
| Transitions classified, not counted as cuts | ||
| Freezes, black frames and silence detected | ||
| Sees what happened between the sampled frames | ||
| Says whether the audio was speech at all | ||
| Watermarks and channel bugs located, with the cuts they survived | ||
| Camera moves measured, with a direction and a distance | ||
| Overlays and one-frame flashes, with where on screen they sat |
Building on it
| Capability | Playhead | claude-watch |
|---|---|---|
| Callable from your own code, not just from a chat | ||
| Reachable from an agent framework with no skill runtime | ||
| Asynchronous jobs, webhooks and idempotency keys | ||
| Methods for recurring jobs, offered as commands | ||
| Every response states what it will cost to look at | ||
| A refusal names the call that would have worked |
Running it
| Capability | Playhead | claude-watch |
|---|---|---|
| The long work does not run on your laptop | ||
| Free and open source | ||
| Video never leaves your machine | ||
| Repeat questions about the same window are discounted | ||
| Team seats, shared balance and an audit trail |
The verdict
Which is to say: what actually decides it, rather than which row count is higher.
These two are less competitors than different layers. claude-watch decides in advance what the output looks like, and study notes is that shape, which is why it is good at lectures and not aimed at a six second advert. Playhead does not decide for you. You say what the answer should say and what shape it should be in, and that makes it usable for an ad teardown, a render check or a brand matrix. It also means it hands you notes only when you ask your agent to write them. The other practical difference is length: claude-watch caps at 80 frames and works best under half an hour, where Playhead covers an hour end to end by design.
If none of that applies, and you want it on a phone, in a scheduled job or shared with a team, the quickstart is two minutes and the free tier needs no card.