yena shared this post · Jun 25
CyrilXBT

I genuinely don't understand why everyone isn't using this yet.

Andrej Karpathy, OpenAI co-founder, posted a simple idea that went massively viral:

Stop using AI to write code.

Use it to build a second brain.

You point Claude Code at a folder. Drop in any source: an article, a transcript, a PDF.

Claude reads it, links it, files it into a living wiki of everything you know.

It compounds like interest. The more you feed it, the smarter it gets.

Here's the whole thing:

  1. Install Obsidian

  2. Create a vault

  3. Open it in Claude Code

  4. Paste Karpathy's wiki idea and tell Claude to build it

  5. Claude makes three folders:

    • raw (for sources)

    • wiki (for its pages)

    • CLAUDE. md (that runs it)

  6. Drop any source into raw and say: "ingest this"

  7. Ask questions across everything, forever

Five minutes to set up and you never start from a blank chat again.

Full step by step guide below.

GLM 4.7 Flash · Summary · Jun 27

OpenAI 공동 창업자 안드레이 카파티(Andrej Karpathy)의 아이디어가 소개되었습니다. AI를 코드 작성 도구가 아닌 '두 번째 뇌'를 구축하는 데 사용해야 한다는 것입니다.

Claude Code를 Obsidian 뱅크에 연결하여, 기사, 대본, PDF 등의 소스를 업로드하면 자동으로 링크와 분류를 수행하는 '라이브 위키'를 구축할 수 있습니다. 이 시스템은 제공하는 정보가 많을수록 지능이 향상되어, 5분 안에 설정이 완료되며 이후에는 언제든지 모든 데이터를 기반으로 질문할 수 있습니다.

설정 절차는 다음과 같습니다:

  1. Obsidian 설치 및 뱅크 생성
  2. Claude Code에서 해당 뱅크 열기
  3. 카파티의 위키 아이디어를 붙여넣고 구축 명령
  4. Claude가 raw, wiki, CLAUDE.md 폴더 생성
  5. raw 폴더에 소스를 넣고 'ingest this' 명령
  6. 모든 데이터를 기반으로 질문
1.5K