Overview
This series explores how agentic AI can revolutionize knowledge work by integrating deeply into our workflows. While tools like ChatGPT help with specific tasks, agentic AI has the potential to dramatically improve productivity by becoming part of our workspace itself.
Series Structure
Core Chapters
- 1. AI for Knowledge Work - Introduction - Why ChatGPT isn't enough and the vision for integrated AI
- 2. AI for Knowledge Work - Components - Technical architecture and system components
- 3. AI-powered Personal Knowledge Management - Building your "second brain" with AI
- 4. AI-powered Content Creation - Transforming writing workflows with AI assistance
- 5. Future of AI for Knowledge Work - Self-improving systems and ecosystem choices
Presentation Formats
- 2025-10-01 AI for Knowledge Work - slides (Changbal) - Full presentation in Deckset format (434 lines)
- AI for Knowledge Work - Complete - marp - Marp format for web presentations
Supplementary Materials
- AI for Knowledge Work - Virtual Audience Review - Multi-perspective feedback and analysis
- AI for Knowledge Work - 프로덕트 매니저를 위한 가이드 - Korean guide for product managers
Recent Updates
| Date | Title | Summary |
|---|---|---|
| 2025-09-30 | Korean Translation Complete | Added Korean speaker notes to all slides |
| 2025-09-30 | Marp Format Created | Converted presentation to web-ready Marp format |
| 2025-09-30 | Markdown to Video Tool | Implemented converter with TTS narration |
| ## List of All Notes |
const title = dv.current().file.name;
const pages = dv.pages()
.where(p => p.file.ext === "md"
&& p.file.path !== dv.current().file.path
&& p.file.folder.split("/").pop() === title);
dv.list(pages.sort(p => p.file.name, 'asc').map(p => p.file.link));