Workflow
knowledge graph
icon
Search documents
X @Avi Chawla
Avi Chawla· 2026-04-08 21:12
Karpathy liked this one!Persistent MD wikis are great for compiling research. For work, you need a knowledge graph that links decisions and commitments across sources.Rowboat builds this on the same Obsidian foundation (open-source and local).Repo: https://t.co/2KLSfsgYGD https://t.co/ZldVhE7ElBAvi Chawla (@_avichawla):The next step after Karpathy's wiki idea:Karpathy's LLM Wiki compiles raw sources into a persistent md wiki with backlinks and cross-references.The LLM reads papers, extracts concepts, writes ...
X @Avi Chawla
Avi Chawla· 2026-04-08 08:42
The next step after Karpathy's wiki idea:Karpathy's LLM Wiki compiles raw sources into a persistent md wiki with backlinks and cross-references.The LLM reads papers, extracts concepts, writes encyclopedia-style articles, and maintains an index. The knowledge is compiled once and kept current, so the LLM never re-derives context from scratch at query time.This works because research is mostly about concepts and their relationships, which are relatively stable.But this pattern breaks when you apply it to actu ...
X @Avi Chawla
Avi Chawla· 2025-11-05 06:31
1) Docker SetupDeploy the Graphiti MCP server using Docker Compose.This setup starts the MCP server with Server-Sent Events (SSE) transport, and it includes a Neo4j container, which launches the database as a local instance.This configuration also lets you query and visualize the knowledge graph using the Neo4j browser preview.You can also use FalkorDB.2) Connect MCP server to CursorWith tools and our server ready, let's integrate it with our Cursor IDE!Go to: File → Preferences → Cursor Settings → MCP → Ad ...