1. 22
  1.  

    1. 6
      1. 3

        At The Modules of Madness is a good one, too.

        And, of course, Mark V. Shaney.

    2. 4

      I used a Markov chain recently as an example of how to build a plugin for my LLM tool that adds a new model option. Markov chains work quite well as an extremely simple imitation of what language models are doing: https://llm.datasette.io/en/stable/plugins/tutorial-model-plugin.html

    3. 2

      Nice! Here is an old hunk of code that looks quite similar, but includes basic end-of-sentence detection and punctuation handling. It’s easy to get started, and the results only get better as the input text gets cleaner.

    4. 1

      Great little weekend read. Including the samples 😂 Thanks for posting.