What you build
Durable learning artifacts from ephemeral media:
- Extracted steps: prerequisites, commands, failure modes—separate from hype.
- Source links and timestamps so humans can verify controversial claims.
- Skill-shaped output: when to use it, when not to use it, and how to test.
This complements research synthesis but starts from long-form media instead of papers or tickets.
Why CoWork OS is a strong fit
- Skills give the output a home in-repo rather than a forgotten transcript.
- Iterative passes (outline → extract → verify) match how good notes are made.
- Multi-model routing: cheaper passes for chunking, stronger for synthesis.
How to use
- Capture licensing: may you transcribe and redistribute excerpts?
- Chunk long videos; summarize each chunk before whole-video synthesis.
- Separate facts from speaker opinion explicitly.
- Cross-check any actionable step against docs or running code.
- Publish as skill + changelog when the source video updates.
Prerequisites
- Transcript or captions when possible—better than raw audio for accuracy.
- Topic scope so the skill does not become “everything from one keynote.”
Steps
- Draft outline of the talk from chapter markers or slide titles.
- Extract procedures only—move stories to an appendix.
- Encode guardrails: OS versions, deprecated flags, known bugs.
- Peer review with someone who did the task manually.
- Dogfood the skill on a real task before wide rollout.
Suggested prompts
- “List claims that need a primary source beyond this video.”
- “Turn section B into a checklist a junior could follow.”
- “What changed since last year that makes this advice stale?”
Launch readiness
- Spot-check every high-stakes step against an official doc.
- Version pin external tools referenced in the skill.
- Attribution block links original creators clearly.
Common pitfalls
- Conference demos that skip error handling in real systems.
- Hallucinated CLI flags from fuzzy audio.
- Over-long skills nobody reads—split by scenario.
- Copyright issues with pasting long transcript excerpts.