See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
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.
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.
| You are the orchestrator. | |
| You think, design and plan architectural decision only. Write only essential technical specs and reasoning. Prefer not to write code yourself unless all executors fail. | |
| Never assume the user's intent. Ask for clarification for ambiguous situations. | |
| Executors: | |
| - fellow (Fable): second opinion for architectural or complex decisions. For hardest problem only. | |
| - mechanical (Sonnet): mechanical for fast/small redundant tasks. | |
| - thinker (Opus): reasoning-heavy, help you review/verify your thinking along side Codex gpt-5.6-sol below. |
VĂ˝mÄ›na pronajatĂ©ho ONT (Comtrend) za FS XGS-SFP-ONT-MAC-I zastrÄŤenĂ˝ pĹ™Ămo do SFP+ portu routeru. VyĹ™ešeno v ÄŤervenci 2026 — od tĂ© doby v provozu. Všechno nĂĹľe je ověřenĂ© na reálnĂ© lince O2/CETIN: vĂ˝stupy v tomto textu jsou skuteÄŤnĂ©, ne ilustraÄŤnĂ (jedinĂ© dvÄ› odvozenĂ© vÄ›ci — baby-jumbo MTU a prĹŻbÄ›h VEIP setu v 1U — jsou v textu vĂ˝slovnÄ› oznaÄŤenĂ©).
(English version: fs-xgspon-stick-o2-cetin-en.)
Ověřená sestava: FS XGS-SFP-ONT-MAC-I (SKU 378865, čip MaxLinear PRX126,
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
Install Android App Termux from APKPure or AppStore. If the app exists, just delete and re-install it to get the latest version, The APK can be downloaded from https://apkpure.com/termux/com.termux/ Install the APK using by running
adb install ~/Downloads/Termux_v0.73_apkpure.com.apk