Live data from Hacker News

Show HN: I built NotebookLM where you're the podcast guest

thetalkshow.ai

1–8 of 8 posts

Re: Show HN: I built NotebookLM where you're the podcast guest

#2
Built a quick fun experiment for interacting with LLMs like you're on a talkshow.

It's sort of like NotebookLM in the sense that it makes it very easy to generate a podcast, but in this setup you're the podcast guest.

To use it, just let talkshow know what you want to talk about and it'll ask you a bunch of questions just like you're on a talkshow. It's all via voice and oddly fun to do.

Try creating your own interview - would love any thoughts as you're playing with it.

Re: Show HN: I built NotebookLM where you're the podcast guest

#4

What's under the hood here?

Mostly OpenAI powering this right now.

Using Realtime for enabling the interrupts and stock browser items for most other things. Everything over websockets with some light fast processing before piping to OpenAI. Nothing too fancy.