Saturday, April 18, 2026

Data Science: An AI LLM Wiki for DnD Session Notes

Graph representation of notes in the LLM Wiki. Green are labels, red correspond to the character Zinjaro, and blue correspond to the character Soren

Over the past few weeks, the AI community has been all abuzz about a post from Andrej Karpathy about LLM wikis. I've seen a handful of videos about it and decided to give it a try with my DnD session notes. This is an alternative to a traditional RAG (Retrieval Augmented Generation), such as the one I did in one of my prior blog posts- Data Science: Querying DnD Session Notes with Vector Databases and AI. While a RAG uses a search engine (a vector database) to retrieve information, the LLM wiki approach uses an AI agent to browse through files like a human would.

Here are the guidelines Karpathy presented: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f 

The gist of this is that one offloads the organization and querying of a wiki to an AI agent. An agent empowered with a good system prompt and skills can identify relevant documents and synthesize answers without requiring the full setup of a traditional RAG. This is far easier to set up, though it may fail or become prohibitively expensive when dealing with millions of documents (at that point, the RAG approach is superior).

A lot of people have been praising this approach, so I wanted to give it a try. And since I had prior examples of queries against a RAG, I figured I would do the exact same calls and compare those against this local LLM setup and against a Gemini-NotebookLM approach with the full documents.

Wednesday, April 8, 2026

Book Review: Queen Demon by Martha Wells

Queen Demon is the sequel to Witch King by Martha Wells, part of the The Rising World series. I picked it up on discount to check it out, even though it wasn't my favorite series. Here is the blurb from Goodreads:

Dahin believes he has clues to the location of the Hierarchs' Well, and the Witch King Kai, along with his companions Ziede and Tahren, knowing there's something he isn't telling them, travel with him to the rebuilt university of Ancartre, which may be dangerously close to finding the Well itself. 

Can Kai stop the rise of a new Hierarch?

And can he trust his companions to do what’s right?

Read on for my spoiler-free review.