Live data from Hacker News

Show HN: A fully automated podcast – actually 12 podcasts

anchor.fm

11–20 of 35 posts

Re: Show HN: A fully automated podcast – actually 12 podcasts

#11
Very good idea and execution. I think you could do a lot more interesting stuff than making it about horoscopes.

Also as a turing test you should make one and never reveal it's entirely automated until it develops a big following. Due to the speed of automation you could mass produce podcasts of different types until one sticks, then the ones gaining more traction put 10x more resources into, etc.

Re: Show HN: A fully automated podcast – actually 12 podcasts

#13

Very good idea and execution. I think you could do a lot more interesting stuff than making it about horoscopes. Also as a turing test you should make one and never reveal it's entirely automated until it develops a big following. Due to the speed of automation you could mass produce podcasts of different types until one sticks, then the ones gaining more traction put 10x more resources into, etc.

I like your thinking :) I thought horoscopes (Because they are kind of repetitive) was a good first fit - because the scripts could be generated from stock fragments 'A chance encounter' etc...

I think when the little glitches are ironed out of 'real' TTS - we'll be awash with generated content.

Re: Show HN: A fully automated podcast – actually 12 podcasts

#14

What vocal synthesis program did you use? Sounds 100% real at parts.

Basically it is real. Because the possible scripts that can be generated are known - fragments of speech (eg 3,4,5 word phrases) were recorded (so the intonation is free).

Would be great to do it with an off-the-shelf TTS engine but I don't think there quite there yet. I know my recording skills and microphone technique is rubbish - but if I knew what I was doing on that front - I think you'd be really hard pushed to tell it was stitched together phrases.

Re: Show HN: A fully automated podcast – actually 12 podcasts

#16

Very good idea and execution. I think you could do a lot more interesting stuff than making it about horoscopes. Also as a turing test you should make one and never reveal it's entirely automated until it develops a big following. Due to the speed of automation you could mass produce podcasts of different types until one sticks, then the ones gaining more traction put 10x more resources into, etc.

I like your thinking :) I thought horoscopes (Because they are kind of repetitive) was a good first fit - because the scripts could be generated from stock fragments 'A chance encounter' etc... I think when the little glitches are ironed out of 'real' TTS - we'll be awash with generated content.

I can imagine. Imagine a podcast generation system. You'd simply have to describe the personalities of the host(s), the topic, the general vibe of the theme music, length, hardcode any sponsors, and a GPT-4 powered MLops service could produce something liked by a list of demographics 8 times out of 10 in 5 minutes.

There really is no stopping this train. In 2030 90% of internet content adopting the guise of being from the "real world" will be entirely generated by machine learning models. 90% of conversations you have with strangers online will likewise be with bots catered to influence you in subtle ways to maximize the return on revenue of your attention.

Re: Show HN: A fully automated podcast – actually 12 podcasts

#17
post #4

So how die you do it?

The generation of the 'script' uses a kind of L-System - like production rules. There's a big file along the lines of:

[the podcast] = [intro] [main body] [outro]

[main body] = [main prediction] [lucky colours] [alibi] etc

// these rules finally break down to text, eg

[main prediction start] = "A bite from a wild animal" or "A chance encounter"§

So the script has lots of combinations and is semi random - but it should always make sense.

Re: Show HN: A fully automated podcast – actually 12 podcasts

#19

Earlier quoted context omitted.

I like your thinking :) I thought horoscopes (Because they are kind of repetitive) was a good first fit - because the scripts could be generated from stock fragments 'A chance encounter' etc... I think when the little glitches are ironed out of 'real' TTS - we'll be awash with generated content.

I can imagine. Imagine a podcast generation system. You'd simply have to describe the personalities of the host(s), the topic, the general vibe of the theme music, length, hardcode any sponsors, and a GPT-4 powered MLops service could produce something liked by a list of demographics 8 times out of 10 in 5 minutes. There really is no stopping this train. In 2030 90% of internet content adopting the guise of being fro…

In a parallel to email spam-bots, we get personal agents which (by your choice) filter out the generated content and make sure you only get the real deal.

The fight is real.

Re: Show HN: A fully automated podcast – actually 12 podcasts

#20
post #2

I can’t say I understand the point of this, so my only feedback is that the date in the episode from Saturday 21st of May is announced as “Thursday 21st of April”.

Yeah my bad - trust the human in the loop to put date in wrong.

As to the point, its programming practice, perhaps a stepping stone to more elaborate content-generation systems, and jolly good fun too.

Post reply on HN