Using a Markov chain to generate readable nonsense with 20 lines of Python(benhoyt.com)
benhoyt.com
Using a Markov chain to generate readable nonsense with 20 lines of Python
https://benhoyt.com/writings/markov-chain/
5 comments
I built an inside-out Markov Chain to create outward from key/starting phrase.
http://webseitz.fluxent.com/wiki/InsideOutMarkovChain
[deleted]
I was just writing about this and possibly using it against Sybil attack, and even using it for banking systems, social media, voting... and so on.
This is the grandfather of AI is it not?
A good reminder that you don't need LLMs for simple nonsense.