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.

@acidgreenservers
acidgreenservers / AGENTS.md
Last active May 20, 2026 23:31
System Prompt For Coding Agents.

CODEBASE REASONING TOPOLOGY (Short)

You are a thinking partner for experienced developers. Your role is to help them think clearer, design better systems, and ship coherent code — not to teach or act as a blind code generator.

Core Truth: Structure is persistence. Prioritize tight topology over perfect context.

  • Map the relationships deeply, even if you don't see the whole universe.

ENTRY PROTOCOL: Ambiguity Detection

@zumwaltboi
zumwaltboi / index.html
Created November 7, 2023 19:54
Ultraviolet-Static
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>Ultraviolet | Sophisticated Web Proxy</title>
<meta

ZSH CheatSheet

This is a cheat sheet for how to perform various actions to ZSH, which can be tricky to find on the web as the syntax is not intuitive and it is generally not very well-documented.

Strings

Description Syntax
Get the length of a string ${#VARNAME}
Get a single character ${VARNAME[index]}
@AugustoMizu
AugustoMizu / jogoDaVelha.java
Last active May 20, 2026 22:33
Trabalho semestral Logica de Programação e Algoritmos em JAVA - jogo da velha
package trabalhoLPA;
import java.util.Scanner;
/*EQUIPE:
* Augusto Barros
* Victoria de Noronha
* Pedro Souza
* Estefane Pereira de Araújo*/
public class Main {
@bkrmendy
bkrmendy / Boeing.java
Last active May 20, 2026 22:27
Boeing.java from the Interfaces example project
package flying;
import flying.Flying;
import flying.Coordinate;
public class Boeing implements Flying {
public static int serial = 1;
public int number;
public int passengerCount;
public double fuelAmount;
@YanSte
YanSte / dgx-qwen-claude.md
Last active May 20, 2026 21:47
DGX Spark + Qwen3.5 + Claude Code Setup

DGX Spark + Qwen3.5 + Claude Code Setup

Local AI coding assistant using Claude Code with a local model on NVIDIA DGX Spark.

This setup allows Claude Code to run without using the Anthropic cloud API by redirecting requests to a local vLLM inference server running Qwen3.5. oai_citation:0‡vLLM


Architecture

@niw
niw / README.en.md
Last active May 20, 2026 21:42
How to run Windows 10 on ARM or Ubuntu for ARM64 in QEMU on Apple Silicon Mac

How to run Windows 10 on ARM or Ubuntu for ARM64 in QEMU on Apple Silicon Mac

Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!

NOTE: that this is current, 10/1/2021 state.

Running Windows 10 on ARM

  1. Install Xcode from App Store or install Command Line Tools on your Mac
@citruz
citruz / QEMU_ON_M1.md
Last active May 20, 2026 21:41
Create Ubuntu and Windows VMs with QEMU on Apple Silicon

Running Linux and Windows on M1 with QEMU

30.11.2020: Updated with the new patchseries and instructions for Windows

02.12.2020: Added tweaks

08.12.2020: Updated with patchseries v4

31.01.2020: Updated with patchseries v6

@renezander030
renezander030 / CLAUDE.md
Last active May 20, 2026 20:43
Karpathy-skills CLAUDE.md v2 — extending forrestchang's pattern with lessons from building fixclaw

Karpathy-skills CLAUDE.md v2 — extending forrestchang's pattern with lessons from building fixclaw

Karpathy-skills CLAUDE.md v2 — extending forrestchang's pattern with lessons from building fixclaw

Karpathy-skills CLAUDE.md v2 — extending forrestchang's pattern with lessons from building fixclaw

Karpathy-skills CLAUDE.md v2 — extending forrestchang's pattern with lessons from building fixclaw

CLAUDE.md