Hacker News new | ask | show | jobs
by laborcontract 906 days ago
2023 is the year I divorced podcasts. Don't feel like I missed much.
1 comments

Why did you divorce podcasts?
I just realized the idle chatter filled up my head. Using LLMs to summarize them have also made me realize how repetitive and samey the insight-based interview podcasts are. It's not accurate that I divorced podcasts fully. I listen to one or two shows a week. One is a technology podcast and the other is a film podcast, both have a group of friends.

So long story short, chemistry is all that matters to me about most podcasts don't have it.

> chemistry is all that matters to me

This. I can't listen to audio only podcasts with boring hosts.

How did you summarize them with LLM? I'm curious to try it please.
I don't know how OP does it, but here's how I'd do it:

* Generate a transcript by runing Whisper against the podcast audio file: https://github.com/openai/whisper

* Upload transcript to ChatGPT and ask it to summarize.

* Automate all the above.

EDIT: Apparently I'm not keeping up with the times. ChatGPT can directly read/transcribe mp3 files now. Step 1 I guess isn't really needed.