Discover gists
发布时间:2026-07-13 | 浏览:1
Instantly share code, notes, and snippets.
2 USB drives >= 8GB
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.
Please make me a rich, interactive explanation of the specified code change.
It should have these sections:
본문 문장 안에서 줄표를 쓰지 않는다. 삽입구는 괄호로 바꾼다: 관계형 스키마 — 외래 키, JOIN — 를 → 관계형 스키마(외래 키, JOIN)를 문장 연결은 두 문장으로 나눈다: ~와 비슷하다 — 지역 변수가 ~ → ~와 비슷하다. 지역 변수가 ~ 용어 해설 목록은 콜론으로 바꾼다: **용어** — 설명이다. → **용어**: 설명이다.
삽입구는 괄호로 바꾼다: 관계형 스키마 — 외래 키, JOIN — 를 → 관계형 스키마(외래 키, JOIN)를
문장 연결은 두 문장으로 나눈다: ~와 비슷하다 — 지역 변수가 ~ → ~와 비슷하다. 지역 변수가 ~
용어 해설 목록은 콜론으로 바꾼다: **용어** — 설명이다. → **용어**: 설명이다.
장·절 제목과 목차에서도 쓰지 않는다. "제목 — 부제"는 "제목: 부제"로 바꾼다. 제목에 이미 콜론이 있으면(예: output: 'export' ) 콜론이 겹치지 않게 문구를 다듬는다.
제목에 이미 콜론이 있으면(예: output: 'export' ) 콜론이 겹치지 않게 문구를 다듬는다.
실제 설정 파일이나 출력을 인용한 문자열(예: go-quality 서브에이전트의 PASS — ... )과 코드 블록 안 내용은 원문 그대로 둔다.
Small Codex skills for better planning with request_user_input .
This is a tiny adaptation of the grill-me workflow for Codex.
The goal is simple: make Codex ask better planning questions before writing code, without forcing you into a heavier workflow like a full spec system.
For complete beginners. No technical knowledge needed.
⚠️ IMPORTANT: Fresh Accounts Required (Prerequisite)
Before anything else, create brand new accounts. Do NOT use your personal accounts.