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.

KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
T3ZWQ-P2738-3FJWS-YE7HT-6NA3K
KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
65Z2L-P36BY-YWJYC-TMJZL-YDZ2S
SFZHH-2Y246-Z483L-EU92B-LNYUA
GSZVS-5W4WA-T9F2E-L3XUX-68473
FTZ8A-R3CP8-AVHYW-KKRMQ-SYDLS
Q3ZWN-QWLZG-32G22-SCJXZ-9B5S4
DAZPH-G39D3-R4QY7-9PVAY-VQ6BU
KLZ5G-X37YY-65ZYN-EUSV7-WPPBS
@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active April 16, 2026 01:00
Active StarUml version 6 for Window | MacOS | Linux
@jesserobbins
jesserobbins / claude-cache-timer.md
Created April 16, 2026 00:48
Claude Code cache timer - status line showing prompt cache TTL with color-coded warnings

Claude Code Cache Timer

A status line + hooks combo that shows how long since your last API call, so you know when your prompt cache has expired (5-minute TTL).

Colors:

  • Green: cache warm (< 3 min)
  • Yellow: getting stale (3-4 min)
  • Red: about to expire (4-5 min)
  • Red + "expired": cache is gone, consider starting fresh
@Linux-Tech-Tips
Linux-Tech-Tips / self-hosting-essentials.md
Last active April 16, 2026 00:54
Cloudflare and Docker Essentials for Self-Hosting

Cloudflare and Docker for Self-Hosting

This gist contains a collection of commands, resources and information I personally find useful relating to Cloudflare and Docker used for Self-Hosting.

Cloudflare

Two services provided by Cloudflare I personally found the most useful:

  • DNS and Domain Registrar
  • Cloudflare Tunnels