Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@ImAbuSayed
ImAbuSayed / your-scent-reminds-me-lyrics.md
Last active June 5, 2026 16:13
Your Scent Reminds Me - Original song lyrics by Abu Sayed

Your Scent Reminds Me

Original song by Abu Sayed.


Lyrics Preview

I keep the window open for a breeze
@aallan
aallan / mac-vendor.txt
Last active June 5, 2026 15:58
List of MAC addresses with vendors identities
000000 Officially Xerox
000001 SuperLAN-2U
000002 BBN (was internal usage only, no longer used)
000003 XEROX CORPORATION
000004 XEROX CORPORATION
000005 XEROX CORPORATION
000006 XEROX CORPORATION
000007 XEROX CORPORATION
000008 XEROX CORPORATION
000009 powerpipes?
@DineshSolanki
DineshSolanki / export.ps1
Created January 12, 2025 08:45
Save Windows environment variables to restore to another PC
# Export current environment variables
$currentDate = Get-Date -Format "yyyyMMdd_HHmmss"
$exportPath = ".\env_backup_$currentDate"
# Create export directory if it doesn't exist
New-Item -ItemType Directory -Force -Path $exportPath
# Get all environment variables from different scopes
$machineEnv = [System.Environment]::GetEnvironmentVariables('Machine')
$userEnv = [System.Environment]::GetEnvironmentVariables('User')
@ww9
ww9 / one-line-text-art-and-emojis_utf8_ascii.txt
Last active June 5, 2026 15:37
Emojis, UTF8, ASCII (one line) #misc
# Collection of one line text art (◕‿◕✿)
Collection of emojis and one line text art like (╯°□°)╯︵ ┻━┻ 🤗
ּבּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
@bensteadybow
bensteadybow / Example AI Receptionist Prompt — Structured.md
Last active June 5, 2026 15:32
This is a companion download for the video "The 5 Sections Every AI Voice Agent Prompt Needs" by Ben Milsom, Steady Bow ARROW

Example AI Receptionist Prompt — Structured Approach

What is this? This is a companion download for the video "The 5 Sections Every AI Voice Agent Prompt Needs." It's a working example of the five-section structure applied to a fictional boiler and heating company. Use it as a template. Swap the business details, adjust the flows, and make it yours.


SECTION 1 | MODE SETTINGS

@redconfetti
redconfetti / access-virus-ti-firmware.md
Last active June 5, 2026 15:18
Access Virus TI Firmware

Access Virus TI Firmware

Download the "Virus TI Installer 5.1.7.00 for macOS" from Virus.info. The file should save as "Virus TI Software Suite 5.1.7.00.pkg". Rename the file as "virus.pkg".

Open a terminal and run the following command to copy the firmware binary to your local path:

$ pkgutil --expand-full virus.pkg virus_pkg