Video
Source: Building a Content Workspace with Claude's Co-Work Mode by Jake Van Clee
Key Takeaways
-
Break down your process mentally before instructing Claude — Think of every word you give Claude as a coordinate in a vector space. Order matters; giving context in the wrong sequence lands you in the wrong place.
-
Subscription > API calls for most use cases — Running agentic workflows inside the Claude subscription costs a fixed monthly fee. The equivalent API token spend for the same agents in this video would have been $5–$100+ in minutes.
-
Read Claude's thought process — Every output Claude generates gives you a map of where it's navigating. Catching misalignment early prevents compounding drift across future interactions.
-
Voice documents should give direction, not a straight jacket — Overly rigid voice files produce pattern-locked AI writing across all content. Break the voice doc into three focused files: tone/style, format patterns (IG vs. YouTube vs. animation), and hard constraints.
-
Don't build agents; build companies that use agents better — The Coca-Cola model: refrigeration (AI) didn't make Coke, but Coke wouldn't exist without it. Compete on what you deliver, not on out-engineering Anthropic.
-
Custom skills beat downloaded skills — Pre-built skills are a starting point. Tailoring them to your workflow gives you a tighter feedback loop and less token waste.
Detailed Analysis
The Workspace Setup Philosophy
Jake opens a blank folder on his desktop called "writing and scripting" — intentionally starting fresh from his more complex existing setup. The goal is to figure out the minimal structure that works, then apply it back to his main workspace. This is the same principle behind his folder architecture thesis: start with what the job requires, not with what frameworks are available.
He logs into the Claude desktop app's co-work mode and immediately emphasizes the framing problem most users miss — you don't tell Claude tasks, you conceptualize the working space first. The first prompt describes the purpose and shape of the folder, not a list of things to do.
Transcript Ingestion and Voice Analysis
Jake pastes three transcripts: two from Instagram short-form videos and one from his highest-performing YouTube video (which he later discovers broke 1.4M views and helped him reach 10K subscribers). Claude absorbs these, infers his voice characteristics, and surfaces a two-mode content framework:
- Practical/Tactical: Step-by-step tutorial, screen sharing, live folder walkthroughs
- Narrative/Conceptual: Animated voice-over pulling historical computing threads (200+ years) into modern AI concepts
Claude's summary — "you teach through layers, start with what people think they understand and peel it back" — earns his approval. His one correction: the voice file shouldn't describe his voice to future Claude instances; it should give future Claude enough orientation to find his voice without sounding like an AI describing a human.
Comment Mining as Audience Research
150+ YouTube comments get pasted in raw — no Excel, no scraping tool, no cleanup. Claude's agents parse and organize them, identifying eight recurring audience needs:
- How do I structure this for my workflow?
- How do I make this persistent / stop re-explaining?
- What's the difference between skills and MCPs?
- Obsidian integration
- Team/Git usage
- A deep-dive on why folder routing works technically
- Non-technical translations of the framework
- Repeatable systems that don't require Python
The Four-Pillar Content System
Claude proposes a four-pillar architecture derived from the transcripts and comment analysis:
| Pillar | Focus |
|---|---|
| 1 — Architecture | Folder system, routing, CLAUDE.md, naming conventions |
| 2 — Foundations | Tokens, context windows, computing history, why this works |
| 3 — Applied Workflows | Content creation, school intros, Claude ecosystem |
| 4 — Ecosystem | Skills vs. MCPs, semantic frameworks, agent tools comparison |
Modular Brand Voice Documents
The existing voice file was too long and too rigid. Jake restructures it into three separate markdown files:
voice-tone.md— Style, teaching instincts, directional guidance. Not prescriptive.voice-formats.md— How an IG script differs from a YouTube tutorial differs from an animation voiceover.voice-constraints.md— The "never do this" list. Injected at any time.
The separation enables modular usage: a new chat instance can load only the constraints file when editing a draft, without burning tokens on tone guidance it doesn't need.
The Subscription vs. API Argument
Jake returns to this point twice in the video:
"I don't have to spend any money, any effort, any work other than my monthly subscription to get an entire team of people building a better agent for me."
For solo operators and small consultancies, the math is straightforward: Claude subscription = fixed cost + automatic model improvements. Building your own agentic layer in Python means paying API costs, maintaining infrastructure, and running to keep up with Anthropic's release cadence.
Timestamped Topic Outline
| Timestamp | Topic |
|---|---|
| 0:00 | Cold open — subscription vs. API cost argument |
| 0:35 | Intro — using Claude co-work instead of VS Code |
| 1:18 | Key principle: conceptualize the workspace before tasking Claude |
| 2:00 | Prompt order matters — words as coordinates in vector space |
| 3:33 | First folder structure created live |
| 6:06 | Custom skills vs. downloaded skills — brand voice skill critique |
| 7:14 | Transcript ingestion begins |
| 9:11 | Hits 10K subscribers on camera |
| 19:25 | YouTube comment mining — 150+ comments pasted raw |
| 21:19 | Subscription vs. API cost — full argument |
| 28:04 | Coca-Cola analogy — use AI as infrastructure |
| 31:54 | Four-pillar content architecture revealed |
| 43:01 | Voice doc broken into three modular markdown files |
| 47:55 | Live test: generating a new video idea from the workspace |
Sources
- Video: Building a Content Workspace with Claude Co-Work — Jake Van Clee
- Referenced tools: Claude Code, Claude Desktop co-work mode, Obsidian, N8N, Crew AI, Semantic Kernel, LangChain, LangGraph, DSPy