A personal AI research second-brain maintained by Claude Code. Raw sources live in raw/; the synthesized wiki lives in wiki/. The operating schema is in CLAUDE.md.
- Drop a source into
raw/articles/— or paste content and ask Claude to save and ingest it. - Tell Claude to ingest it. It will discuss key takeaways with you, then create/update pages across
wiki/models/,wiki/concepts/,wiki/trends/, andwiki/tech/. - Ask questions. Claude reads
index.md, drills into relevant pages, and answers with citations. - Periodically ask Claude to lint the wiki — it will surface contradictions, stale claims, orphan pages, and gaps.
raw/
articles/ blog posts, news, interviews, papers, docs (Obsidian Web Clipper or paste)
books/ book chapters, highlights
notes/ personal observations, brainstorms
assets/ images and diagrams
wiki/
overview.md top-level synthesis and research thesis
models/ one page per AI model (GPT-4o, Claude 3.5, Llama 3, ...)
concepts/ technical ideas (transformers, RLHF, scaling laws, ...)
trends/ macro themes (AGI timelines, AI safety, agentic AI, ...)
tech/ software engineering docs (libraries, frameworks, tools)
index.md catalog of every wiki page (Claude reads this first on every query)
log.md append-only event history
CLAUDE.md operating schema — rules Claude follows
Save the file to raw/articles/ first (e.g. via Obsidian Web Clipper), then:
Ingest raw/articles/openai-o3-announcement.md
Ingest raw/articles/attention-is-all-you-need.md
Ingest raw/articles/dapr-pubsub-overview.md
Save this to raw/articles/anthropic-interpretability-2025.md and ingest it:
<paste content here>
Fetch https://... and ingest it as raw/articles/slug.md
Claude will:
- Read the source fully
- Discuss key takeaways, surprising claims, and open questions with you before writing anything
- Create the primary wiki page (model, concept, trend, or tech page)
- Update or create all linked pages (models, concepts, trends mentioned)
- Update
index.mdand append tolog.md
What do I know about scaling laws?
Compare Anthropic and OpenAI's approaches to AI safety.
Summarize what I know about GPT-4o.
What does Dapr's pub/sub streaming subscription type do?
Lint the wiki
Claude will find contradictions, stale claims, orphan pages, and suggest new sources to ingest.
See CLAUDE.md for the full schema and operation details.