Original Reddit post

Karpathy posted about his /raw folder on April 2nd and ended with “I think there is room here for an incredible new product.” I stayed up and built it. graphify turns any folder into a persistent knowledge graph. One command. Works natively with Claude Code via graphify claude install and your assistant reads the graph automatically before every search. How it works: First a deterministic pass across 19 languages using tree-sitter. Zero tokens, zero API calls. Then Claude processes your docs, papers, and images in parallel. Every relationship is tagged as found, inferred, or uncertain so you always know what was discovered vs guessed. The graph persists across sessions, merges on --update, and rebuilds on every git commit via git hooks. 71.5x fewer tokens per query than reading raw files. Someone ran it on a 6,100-file Unity codebase and surfaced 3,957 hidden inheritance relationships. No telemetry. No vendor lock-in. GDPR safe by design. The graph never leaves your machine. Demo video dropping this week. pip install graphifyy https://github.com/safishamsi/graphify submitted by /u/captainkink07

Originally posted by u/captainkink07 on r/ArtificialInteligence