Files
nexus/wiki/sources/podcast-production-pipeline.md
2026-04-22 16:03:25 +08:00

52 lines
3.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Podcast Production Pipeline"
type: source
tags: ["agent", "podcast", "automation", "content-production"]
date: 2026-04-22
---
## Source File
- [[Agent/usecases/podcast-production-pipeline.md]]
## Summary用中文描述
- 核心主题AI Agent 全自动播客制作流水线,从选题到发布资产的完整工作流
- 问题域个人播客创作者和小型团队的生产效率问题——录制本身只占总工作量的30%其余70%都是繁琐的准备工作
- 方法/机制:通过 Chain Agents 串联完成「录前研究→大纲脚本→录制→时间戳笔记→社媒推广包→SEO描述」的全链路自动化
- 结论/价值AI 承担生产侧的 70% 工作,创作者专注核心的对话录制,大幅降低播客制作门槛
## Key Claims用中文描述
- Solo Podcaster 在制作上花费的时间远超录制时间,创意对话部分仅占总工作量的约 30%
- 录制前的深度嘉宾研究是整个流水线中价值最高的环节,直接提升访谈质量
- 带时间戳的节目笔记Show Notes是重要的听众留存工具大多数播客主因繁琐而跳过
- 社媒推广包Social Media Kit是节省重复性时间最多的环节——每集必做结构固定非常适合自动化
- 与 [[Multi-Agent Content Factory]] 配合使用时可将播客内容复用为博客文章、Newsletter 或视频片段
## Key Quotes
> "Walking into an interview with deep guest research makes the conversation dramatically better — and that's something you can't fake in post-production." — Key insight on pre-recording research value
> "The social media kit saves the most *recurring* time. You need promo for every single episode, and it's always the same structure — perfect for automation." — On recurring automation ROI
## Key Concepts
- [[Pre-Recording Research]]:嘉宾背景调研 + 话题趋势研究 + 采访问题生成,是流水线中价值最高的环节
- [[Podcast Show Notes]]:录制后处理录音文本,生成带时间戳的节目笔记,每一话题转换点配一句话摘要并附链接
- [[Social Media Kit]]:为每集生成 X/Twitter3条推文、LinkedIn1篇专业帖、Instagram1条配图文案+hashtag的推广内容包
- [[SEO Episode Description]]:为 Spotify、Apple Podcasts、YouTube 优化的 200 词以内节目描述,自然嵌入 3-5 个关键词
- [[Episode Outline]]结构化节目大纲含寒暄开场钩子1-2句抓注意力、30秒开场语、5-7个递进式采访问题、2-3个备用问题、结尾行动号召
- [[RSS Feed Monitoring]]:通过 RSS 订阅监控竞品播客,新集发布时自动推送 Telegram 提醒
## Key Entities
- [[Whisper (OpenAI)]]:本地转录工具,用于录音生成文本,为 Show Notes 生成提供原始素材
- [[Spotify for Podcasters]]播客分发平台Episode Description 的目标发布渠道之一
- [[Apple Podcasts]]播客分发平台Episode Description 的目标发布渠道之一
- [[YouTube]]视频播客平台Episode Description 的目标发布渠道之一,同时支持 RSS 订阅
## Connections
- [[Content Factory]] ← extends ← [[Podcast Production Pipeline]]内容工厂将播客内容复用为博客、Newsletter、视频片段等
- [[Multi-Agent Coordination]] ← uses ← [[Podcast Production Pipeline]]:多 Agent 协调模式实现流水线并行处理
## Contradictions
- 与 [[Content Factory]](内容工厂):
- 冲突点:内容工厂强调内容的批量生产与多格式复用;播客流水线强调录制前后的端到端自动化
- 当前观点:两者高度互补,播客流水线生产的内容直接输入内容工厂进行多格式复用
- 对方观点:内容工厂可独立运作,不依赖播客作为输入源