Category: Uncategorized

  • Steam release

    I’ve been busy lately making the game ready for Steam and here it is: https://store.steampowered.com/app/4430050/SLOP_FIGHTER/

    With this project I have had a lot of uncertainty as to what is actually achievable from a large language model. I have constantly felt like I am walking a fine line between contextual accuracy and complete incomprehensibility, but over time I have managed to work together some truly impressive features I only ever dreamed were possible. I go into more length on itch.io, but to sum up, I’ve managed to better contextualise the LLM’s understanding of all the words I’ve stuffed into it. This means they can, and will, narrate the way they use themselves more effectively. A monster with camouflage, like a chameleon, will reference it when an attack against them misses, for example. The monsters are more aware of their environment, their opponent, and themselves. All the different information about the monsters is being passed properly all the way through. There is still some degree of “creative compliance”. I also added laser beams and other special attacks.

    Underlying the narration are extensive semantic graphs, which are simply blocks of words sorted into categories, like body parts, movement styles, and mutation vocabulary. The LoRA adapters, which attach to the LLM, are trained on sentences constructed out of these graphs. Each word, in consideration of the sentence structure around it, is given numerical weight and at runtime the LLM relies on its internal mathematics to decide which word to generate.

    Its decision-making when it comes to generating words can be influenced, kind of guided, by careful prompting, which at the end of the day is just English skills. Essentially, if you give the LLM enough of the information it needs in the right way it can start to build the required context to generate narration that reflects its character.

    It’s a problem I’m familiar with as an author. How do I get the reader to generate an image in their head based on the words I am using? How do I make this person understand? It’s kind of fun to think about how the challenges are the same for what is just a machine that generates words.

    Here’s the link again: https://store.steampowered.com/app/4430050/SLOP_FIGHTER/ Banned in China!

  • Housekeeping

    1. I’ve finally moved the website to a new server. My last webhost was pretty hopeless and my updates weren’t going through. Par for the course. ¯\_(ツ)_/¯
    2. I’ve dropped the price on Well’s Rest. I wasn’t aware I was asking for thirty-three American dollars to purchase, that’s insane. If you’ve pirated the ebook online, great! That version is of lesser quality. The only way you can obtain the best digital version of Well’s Rest is by paying me three dollars and fifty cents.
    3. SLOP FIGHTER is finalised, at least until runtime LoRAs work with Qwen3.5. I’ve made a little page for it here. If anything is updated I’ll put it on that page or in an itch devlog, not on the main blog.
    4. The new book is going well. I’ve updated the earlier chapters over on the Writing page.