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.

@mathix420
mathix420 / medium.user.js
Last active June 12, 2026 14:39
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 3.0
// @inject-into content
@sempreconceito
sempreconceito / CANAISJOABE.M3U
Last active June 12, 2026 14:31
CANAISJOABE.M3U
#EXTM3U
#EXTINF:-1 tvg-logo="http://s17.postimg.org/w75u3yg1n/globo2.png" group-title="TV ABERTA",GLOBO SP
http://95.211.149.215:8081/look/sptv/playlist.m3u8
#EXTINF:-1 tvg-logo="https://goo.gl/IQS0pJ" group-title="Notícias",GLOBO NEWS
http://5.79.68.138:8081/look/globonews/playlist.m3u8
@fxjollois
fxjollois / README.md
Last active June 12, 2026 14:26
Correction des questions sur cours-SQL

Cours-SQL - Correction

Vous trouverez ici les corrections des différents exercices du site cours-SQL permettant l'apprentissage du langage SQL, sur la partie SELECT.

@gulbaki
gulbaki / gist:a64010915eccda2ccaa527199bcfd323
Created February 22, 2026 13:56
Claude Code’un arkasındaki ekipten paylaşılan gerçek kullanım alışkanlıkları bir araya getirilmiş ve tek bir dosyada toplanmış: CLAUDE.md
# Workflow Orchestration
## 1. Plan Mode Default
- Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
- If something goes sideways, STOP and re-plan immediately — don't keep pushing
- Use plan mode for verification steps, not just building
- Write detailed specs upfront to reduce ambiguity
## 2. Subagent Strategy
@ciphertxt
ciphertxt / SKILL.md
Created May 16, 2026 17:53
Claude-Council SKILL.md
name llm-council
description Run any question, idea, or decision through a council of 5 AI advisors who independently analyze it, peer-review each other anonymously, and synthesize a final verdict. Based on Karpathy's LLM Council methodology. MANDATORY TRIGGERS: 'council this', 'run the council', 'war room this', 'pressure-test this', 'stress-test this', 'debate this'. STRONG TRIGGERS (use when combined with a real decision or tradeoff): 'should I X or Y', 'which option', 'what would you do', 'is this the right move', 'validate this', 'get multiple perspectives', 'I can't decide', 'I'm torn between'. Do NOT trigger on simple yes/no questions, factual lookups, or casual 'should I' without a meaningful tradeoff (e.g. 'should I use markdown' is not a council question). DO trigger when the user presents a genuine decision with stakes, multiple options, and context that suggests they want it pressure-tested from multiple angles.
@DiegoRBaquero
DiegoRBaquero / readme.md
Last active June 12, 2026 14:06
Running Claude Code with a local LLM
@Isolyth
Isolyth / attack-real.mjs
Created June 11, 2026 23:52
kickbacks.ai realistic multi-window saturation test (impression-integrity PoC)
// Massed, realistic-timing, parallel fraud test against the REAL kickbacks backend.
//
// This tests whether new server-side detections (per-account aggregate checks,
// duty-cycle heuristics, concurrency limits, etc.) can stop a multi-window
// saturation attack that is *byte-for-byte indistinguishable* from the real
// VS Code extension's traffic.
//
// What it does:
// * Authenticates as YOUR account via KICKBACKS_TOKEN (from signin.mjs or
// signin-email.mjs).
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active June 12, 2026 14:02
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest