Andrej Karpathy Asked for a Tool. 48 Hours Later, Graphify Went Viral.

Andrej Karpathy Asked for a Tool. 48 Hours Later, Graphify Went Viral.

🚀 Graphify: From Karpathy’s ask to viral tool

Graphify is a one-command tool that turns any folder of code, docs, and images into a deterministic, queryable knowledge graph — no vector DB or config required — and it spread rapidly after Andrej Karpathy highlighted a raw-folder workflow. It parses ASTs and metadata locally so every edge is explainable and reproducible [github][towardsdeeplearning].

🔎 What to know

⚙️ Practical implications

👉 tl;dr: Graphify turned Karpathy’s “drop everything in /raw” idea into a fast, explainable, one-command knowledge-graph tool that went viral by avoiding vector stores and focusing on deterministic parsing.

Follow-up Questions:

1. Do you want a short guide to install and run Graphify on a sample repo?

2. Should I compare Graphify to typical RAG + vector DB setups for your use case?

3. Want examples of query types Graphify supports (code trace, schema search, notes lookup)?

4. Interested in automation patterns for keeping the graph updated in CI?

5. Want a risk checklist for sensitive data and access controls when indexing local folders?

Sources

Related questions

Ask your own question on CuriosAI