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.

@darcyabjones
darcyabjones / LTR_presentation.ipynb
Last active September 22, 2026 13:04
A quick introduction to learning to rank models.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

HOC - Thesis and Future Direction

At HOC, we believe Interaction Nets technology can lead to valuable market products. Two years ago, we raised $4 million to explore and validate this idea. During this period, we developed HVM and Bend—tools that significantly speed up functional and symbolic programs.

As we wrap up this research phase, we've identified the Symbolic AI market as our best opportunity. This market is rapidly growing, highly values computational efficiency, and aligns perfectly with HVM's strengths in

@l1kus-freedom
l1kus-freedom / !instruction.txt
Last active September 22, 2026 12:58
Инструкция по обходу блокировок\на случай интернет-шатдауна в РФ.
Сохраните себе данную инструкцию (Download ZIP) и распространите.
В РФ постепенно усиляется цензура и блокируются различные интернет-ресурсы. Нельзя исключать тот факт, что в один момент могут войти в постоянную практику локальные шатдауны и ограничению доступа во внешний Интернет.
В этой инструкции будут рекомендации по обходу блокировок на момент 05.09.2025, а также рекомендации на случай интернет-изоляции в РФ. Желательно предварительно установить и настроить весь софт — во время шатдауна у вас не будет такой возможности.
Для начала, рекомендую установить на ПК браузер Firefox или любой другой браузер с интерфейсом настройки прокси.
========================================================================================================================================
ОБХОД БЛОКИРОВОК
* Обход блокировок по DPI (Windows)
github.com/ValdikSS/GoodbyeDPI - не обновляется, плохо обходит блокировки без настройки, однако, может работать в некоторых случаях;
github.com/bol-van/zapret-win-bundle - оригинальный гит
@rajatkumar1011
rajatkumar1011 / README.md
Last active September 22, 2026 13:03
Unlimited Vibe Coding Hack! Ideate. Describe. Create.

Get $1000+ Worth of Free AI API Credits with AgentRouter and 13 Other Platforms — [Full Claude Desktop Setup]

Most people are paying for Claude Pro when they don't have to. These 14 platforms give you free API credits on signup, some with daily top-ups too. You plug your key into Claude Desktop's developer mode and get the same Opus 5 / Opus 4.8 experience — no subscription needed.

Note: GitHub account must be at least 1 year old to Sign Up.
[Some platforms may require more than one year.]

Free Credit Platforms

@huihut
huihut / Windows10-professional-activation.md
Created August 2, 2018 09:32
Windows10 专业版 激活方法
  1. 以管理员身份运行CMD
  2. slmgr.vbs /upk
  3. slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
  4. slmgr /skms zh.us.to
  5. slmgr /ato
@mathix420
mathix420 / medium.user.js
Last active September 22, 2026 12:54
User Script Bypass Medium / NYT / WaPo / Bloomberg / Reuters / Economist / FT/ Paywall - Working late 2026 - Click the RAW button to install
// ==UserScript==
// @name Freedium Article Redirect
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://medium.com/*
// @match *://*.medium.com/*
// @match *://nytimes.com/*
// @match *://*.nytimes.com/*
// @match *://washingtonpost.com/*
// @match *://*.washingtonpost.com/*
@fiddyschmitt
fiddyschmitt / visual_studio_2026_offline_installer.txt
Created May 21, 2026 08:13
Visual Studio 2026 Offline Installer
On PC with internet:
Download the Visual Studio installer: https://visualstudio.microsoft.com/downloads/
Open an admin console
.\VisualStudioSetup.exe --layout "C:\VS2026Offline" --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US
On offline PC:
Open an admin console
@sgup
sgup / recommended-routine.md
Last active September 22, 2026 12:50
Recommended Routine - Reddit BodyweightFitness
@jlachkovic
jlachkovic / 8-week-programme-reading.md
Created August 26, 2026 13:03
Ballpoint 8-week AI programme: consolidated reading list

The 8-week AI programme: consolidated reading list

A condensed rerun of the original 13-week programme, cut to the eight weeks that earned their place. Each week is roughly 2 hours total: 60-90 minutes of watching and reading, plus a practical. Optional extras sit outside the 2 hours.

Weeks 3 and 4 are a deliberate pair ("how data moves" then "where data lives"). Evals sits at week 5, just before the agents, compound engineering and loops weeks that depend on it. Deployment is folded into week 8.


Week 1 — CLAUDE.md files and structures