Anyone can build this Second Brain themselves. Not by writing code — but, as in Karpathy's 'LLM Wiki' pattern, by letting an agent like Claude Code build and maintain the markdown knowledge base for you. · Career Hacker Alex
Semantic
Anyone can build this Second Brain themselves.
Not by writing code — but, as in Karpathy's 'LLM Wiki' pattern, by letting an agent like Claude Code build and maintain the markdown knowledge base for you.
이 세컨드 브레인은 누구나 직접 만들 수 있습니다.
코드를 짜는 것이 아니라 — 카르파시가 정리한 'LLM 위키' 패턴처럼, 클로드 코드 같은 에이전트가 마크다운 지식 베이스를 대신 만들고 유지하게 하면 됩니다.
Anyone can build this Second Brain themselves.
Not by writing code — but, as in Karpathy's 'LLM Wiki' pattern, by letting an agent like Claude Code build and maintain the markdown knowledge base for you.
It is **not** that you can't build it — you just don't code it by hand. The blueprint is Karpathy's April 2026 "LLM Wiki" gist: rather than stateless RAG, the LLM incrementally builds and maintains a persistent markdown wiki that compounds with every source added.
This Second Brain you're reading — is that pattern in production. Three parts: (1) atomic markdown **"thought" files**, one claim each; (2) **typed graph edges** wiring those thoughts together; (3) an **agent (Claude Code)** that reads each new source, distills it, files it, and self-wires the graph. What a human writes is not retrieval code — it's the schema (a rules file like CLAUDE.md) and what goes in.
The only thing you decide is what goes in. The agent builds and maintains the rest.Also in Korean이 세컨드 브레인은 누구나 직접 만들 수 있습니다.
코드를 짜는 것이 아니라 — 카르파시가 정리한 'LLM 위키' 패턴처럼, 클로드 코드 같은 에이전트가 마크다운 지식 베이스를 대신 만들고 유지하게 하면 됩니다.
만들 수 없는 것이 **아닙니다.** 직접 코딩하지 않을 뿐입니다. 청사진은 카르파시가 2026년 4월 "LLM Wiki" 기시트에서 정리한 패턴입니다 — LLM이 무상태 RAG가 아니라, 추가되는 모든 소스와 함께 누적되는 영구적인 마크다운 위키를 점진적으로 만들고 유지하는 구조입니다.
지금 보고 계신 이 세컨드 브레인이 — 바로 그 패턴의 구현입니다. 구조는 셋입니다. 하나, 주장 하나를 담은 **원자 단위 마크다운 '생각' 파일.** 둘, 그 생각들을 잇는 **타입이 있는 그래프 엣지.** 셋, 새 소스를 읽고·정제하고·기존 지식과 연결해 그래프를 스스로 배선하는 **에이전트(클로드 코드).** 사람이 짜는 것은 검색 코드가 아니라 — 스키마(CLAUDE.md 같은 규칙 파일)와, 무엇을 담을지입니다.
여러분이 정해야 할 것은 단 하나입니다 — 무엇을 담을지. 나머지는 에이전트가 짓고 유지합니다.