I hadn't planned on making a podcast about AI and the Future of Work, but here we are.
With Google's NotebookLM, you upload files, and it will summarize, create study guides, FAQs - and now it can even generate podcasts.* I tested it with three files: the US Bureau of Labor Statistics' employment projections (Aug 2024), the International Monetary Fund's report on AI and the future of work (Jan 2024), and JFF's AI-Ready Workforce (Nov 2023).
The result? A 19-minute podcast created with one click using the 'Dive Deep' feature. Just listen to the first few minutes to hear the conversational tone and how it pulled key points from the reports.
This would be much more useful if it could be edited. I'd cut it down to 10 minutes, for example. Even in its current form, it's a great teaching tool. Students could read the source files and then evaluate the AI-generated podcast.
*This is an example of Retrieval-Augmented Generation (RAG), where AI generates content by referencing specific documents you provide. Why use RAG? Usually chatbots like ChatGPT or Gemini generate responses from a massive general knowledge base. RAG, by contrast, ensures the output is more accurate and relevant by pulling only from the documents you upload. This makes it incredibly useful for research, where accuracy and staying true to the source is critical.