Skip to content
Blog

Notes from the graph.

Engineering notes and product updates from the team.

GuideJuly 13, 2026· 3 min read

How to give Cursor a code knowledge graph (2026 guide)

Four commands take Cursor from grep-and-read loops to querying a persistent, on-device knowledge graph of your codebase. The full setup, start to finish.

Read
GuideJuly 13, 2026· 3 min read

How to give Claude Code a code knowledge graph (2026 guide)

Install one CLI, run two commands, and Claude Code gains a persistent, on-device graph of your codebase, queryable over MCP, rebuildable with /graphify.

Read
GuideJuly 12, 2026· 3 min read

How to give GitHub Copilot codebase context that persists

Copilot's agent mode can call MCP tools, which means it can query an on-device knowledge graph of your repo instead of rediscovering the architecture every chat.

Read
GuideJuly 12, 2026· 3 min read

Best codebase-context tools for AI coding assistants (2026)

Graph-based mapping, embedding pipelines, plain grep, and hosted platforms: an honest comparison of the four ways to give an AI assistant codebase context, and where each actually fits.

Read
ConceptJuly 11, 2026· 3 min read

What is a code knowledge graph? (And why it beats grep for AI agents)

A forty-word definition, what typed edges buy you over string search, where grep still wins, and how AI agents use a graph to answer multi-hop questions.

Read
GuideJuly 10, 2026· 3 min read

How to give Claude Code codebase memory

Claude Code re-explores your repo from scratch every session. Here's how to give it a persistent, on-device knowledge graph it can query instead, in about two minutes.

Read
GuideJuly 9, 2026· 3 min read

How to give Cursor codebase memory with an on-device graph

A step-by-step guide to connecting Cursor to an on-device code knowledge graph via MCP, so it can query your architecture instead of re-discovering it every session.

Read
EngineeringJuly 7, 2026· 3 min read

Code knowledge graph vs RAG: why structure beats similarity

RAG retrieves text that resembles your question; a graph follows relationships that answer it. Where each approach wins, and why code is the worst case for similarity search.

Read
GuideJuly 3, 2026· 3 min read

What is a code knowledge graph?

A plain-English introduction to code knowledge graphs: nodes, typed edges, how one gets built from a real repo, and why AI coding assistants query them instead of grepping.

Read
LaunchJuly 1, 2026· 3 min read

Introducing Graphify: a knowledge graph for your codebase, inside your coding assistant

One command, /graphify ., maps your repo into a knowledge graph your AI assistant queries instead of grepping. Open source, on-device, works in 17 assistants.

Read
EngineeringJune 19, 2026· 1 min read

Why graphs beat vectors for agent memory

Vector search finds text; graphs find structure. A look at where RAG and grep break down in a codebase, and why typed edges win for anything past a single hop.

Read
EngineeringJune 10, 2026· 2 min read

Grounded answers: how Graphify tags what it knows

Every edge in a Graphify graph is tagged EXTRACTED, INFERRED, or AMBIGUOUS, so you always know what was found versus what was guessed.

Read

From the community

Written and recorded elsewhere.

Posts, tutorials, and video walkthroughs from people building with Graphify. Each link goes to the original source.

Read

Auriga IT
ArticleJun 5, 2026

What Is Graphify? The Open-Source Tool That Gives AI Assistants Codebase Memory

An engineering-blog explainer of Graphify's origin, architecture, and where a graph memory layer actually helps.

DEV Community
TutorialMay 17, 2026

Graphify + code-review-graph: A Self-Updating Knowledge Graph for Claude Code

A benchmarked tutorial wiring Graphify into Claude Code with git-hook automation and per-query token tables.

Analytics Vidhya
ArticleApr 11, 2026

From Karpathy's LLM Wiki to Graphify: AI Memory Layers Are Here

A deep look at Graphify's architecture: confidence tags, Leiden clustering, and why a graph beats vector recall for codebases.

rajeevpentyala.com
TutorialJun 28, 2026

'Graphify' Quick Start: Reduce Token Usage in Coding Agents

A quick-start walkthrough of installing Graphify and using the graph to cut token usage in coding agents.

DEV Community
ArticleJun 21, 2026

How Graphify Stopped My Team from Burning Thousands of Tokens Per Query

A React Native tech lead on how the graph replaced sequential file-reading in Cursor for his team.

DEV Community
ArticleJun 3, 2026

Cut Your Claude Token Consumption By 70x

Why parsing code into queryable relationships beats re-reading files every session, with real token numbers.

knightli.com
GuideMay 21, 2026

Graphify Guide: Build an AI Code Knowledge Graph for Claude Code, Codex, and Cursor

An end-to-end guide to graphing a repo and querying it from Claude Code, Codex, and Cursor.

stevescargall.com
ArticleMay 10, 2026

Graphify + MemMachine: 79× Token Reduction, Zero Vector Database

Graphs a 496K-token real-world codebase and measures a 79× token reduction: no embeddings, no vector store.

Level Up Coding (Medium)
TutorialMay 2026

Turn Any Codebase Into a Knowledge Graph with Graphify

A hands-on tour: one command, three files, and a graph your assistant can traverse instead of grep.

HelloGitHub
Newsletter

Graphify featured in HelloGitHub Vol.121

The long-running Chinese open-source monthly features Graphify as a skill package that turns repos into queryable knowledge graphs.

GitHub
Guide

Claude Code Memory Setup: Obsidian + Graphify

An open-source setup pairing Graphify's codebase graph with an Obsidian vault for persistent Claude Code memory.

DEV Community
TutorialApr 13, 2026

Using Graphify to Turn Incident Data into a Knowledge Graph

Feeds incident data (services, alerts, responders, timelines) into Graphify to turn history into queryable memory.

Agentic Builders (Medium)
TutorialApr 11, 2026

How to Use Graphify: Turn Any Folder Into a Knowledge Graph

A practical primer on graphing code, docs, papers, and images, and what the graph saves you in tokens.

Rootly
ArticleApr 10, 2026

Turning Your Incident Data into a Knowledge Graph

Rootly builds a Graphify plugin that maps incidents, on-call coverage, and service dependencies into one explorable graph.

Data Science in Your Pocket (Medium)
ArticleApr 9, 2026

Andrej Karpathy's LLM Wiki Codes: Graphify

Traces Graphify back to Karpathy's LLM-wiki idea and walks the EXTRACTED / INFERRED / AMBIGUOUS edge tags.

El Bruno
ArticleApr 6, 2026

I Built a .NET 10 Knowledge Graph Builder (Inspired by Karpathy)

The story behind graphify-dotnet, a community .NET 10 port of Graphify built on the GitHub Copilot SDK.

GoPenAI (Medium)
ArticleApr 2026

Graphify: Build a Knowledge Graph From Your Entire Codebase, Without Sending Your Code to Anyone

Focuses on the privacy model: local tree-sitter parsing, with only semantic descriptions ever reaching a model.

Augment Code
Article

Graphify Turns Your Codebase Into a Knowledge Graph You Can Actually Query

An overview of the skill: /graphify . maps a project into three files across 17 assistant platforms.

Augment Code
Article

Graphify hits 63.2K stars: turning codebases into queryable knowledge graphs

Covers Graphify's growth and how local AST parsing plus typed edges changed assistant workflows.

Medium
TutorialApr 24, 2026

Graphify + Claude Code: How I Cut Token Usage by 71x on a 50k-Line Codebase

Wires Graphify into Claude Code with a PreToolUse hook and reports a 71× token drop on a 50k-line codebase.

Medium
TutorialMay 2, 2026

Building Graph RAG to Understand Your Codebase with Graphify

Builds a graph over a codebase with Graphify and queries relationships by structure instead of similarity.

Medium
ArticleApr 17, 2026

Graphify: Navigate Our Codebase by Structure, Not Similarity

Why call graphs, imports, and dependency chains beat vector similarity for helping a coding agent navigate a repo.