cd /news/artificial-intelligence/build-your-own-ai-powered-wiki-with-… · home topics artificial-intelligence article
[ARTICLE · art-87395] src=blog.devgenius.io ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Build Your Own AI-Powered Wiki with Obsidian + Karpathy LLM Wiki + Ollama

A developer built a personal AI-powered wiki using Obsidian, the Karpathy LLM Wiki plugin, and Ollama, processing over 330 notes locally after spending $10 per day for three days on public API costs. The setup runs a Qwen2.5:7b model requiring 6-7 GB vRAM, and the author recommends starting with a small vault to manage processing time and costs.

read2 min views1 publishedAug 5, 2026

I’ve kept 330+ notes for years. Two years ago, I migrated from Evernote to Obsidian to build my own wiki/ knowledge base from multi-year saved documents. Not only technical ones, but any personal interests — how to fly DCS, riding motorcycles in mountains, photograph techniques — in both English and Chinese.

I can query and chat with my wiki, pulling related topics across all my notes. Amazing, isn’t it?

Found Karpathy LLM Wiki and got interested. It’s simpler than your expectation:

There are tons of tutorials about how it works and its architecture/ workflow. I recommend:

I won’t repeat them. There are complex variants, but I tried several and burned tokens for days — this is the simplest approach.

I have a GPD Win4 gamepad with internal and external AMD GPUs. I wanted to test its limits running a local LLM — speed and summarization quality.

Select a vault to start with. Start with a new vault and a few documents — LLM processing really takes time and costs money if using a public API.

Install Karpathy LLM Wiki plugin through community plugin.

Don’t install any other plugin yet — you won’t know which is which.

Connecting to a public LLM is simpler, but I burned $10/ day for 3 days and switched to local.

As long as ollama service is up, download a model. For instance:

ollama run qwen2.5:7b

Model size depends on your hardware’s vRAM capacity. The one I’m using requires around 6~ 7 GB vRAM. Google’s Gemma 4 would work too.

Obsidian settings > Community plugins > Options (gear icon) of Karpathy LLM Wiki >

Once set up, ingest (copy/ move) your files into the raw/ folder. Press Ctrl + P > Karpathy LLM Wiki ingest from folder > select raw/ folder.

You should see GPU1 usage spike like the bottom-right screenshot above. The top-right is Graph View of my wiki built from 330+ documents — looks impressive.

I’ve used Arch Linux for years, only kept Windows for gaming. Ditched it completely when Proton made Windows games run on Linux without performance penalty. Arch Linux can do almost everything I need — it’s now my only OS for work + leisure.

btw, I use Arch

Build Your Own AI-Powered Wiki with Obsidian + Karpathy LLM Wiki + Ollama was originally published in Dev Genius on Medium, where people are continuing the conversation by highlighting and responding to this story.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @obsidian 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/build-your-own-ai-po…] indexed:0 read:2min 2026-08-05 ·