Skip to content

Instantly share code, notes, and snippets.

View axluca's full-sized avatar
💯

Axluca axluca

💯
View GitHub Profile
@axluca
axluca / llm-wiki.md
Created April 5, 2026 23:02 — forked from karpathy/llm-wiki.md
llm-wiki

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.

@axluca
axluca / Table.md
Last active February 19, 2026 08:37
This is an example table for a Headscale setup
Device Role Tailnet IP
pve-1 Proxmox node 100.64.0.1
pve-2 Proxmox node 100.64.0.2
pve-3 Proxmox node 100.64.0.3
Proxmox pve-4 Hypervisor host 100.64.0.4
Mac Mini Primary workstation 100.64.0.5
MacPro Dev machine 100.64.0.6
Synology NAS Backup storage 100.64.0.7
Portaner LXC Docker management 100.64.0.8
@axluca
axluca / Scientific Knowledge Retrieval.ipynb
Created August 14, 2025 20:13 — forked from Entreprenerdly/Scientific Knowledge Retrieval.ipynb
Scientific Knowledge Retrieval (Entreprenerdly.com)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.