<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Graphify blog</title>
    <link>https://graphify.com/blog</link>
    <description>Guides, engineering notes, and concepts from Graphify: the code knowledge graph for AI coding assistants.</description>
    <language>en-us</language>
    <atom:link href="https://graphify.com/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>How to give Claude Code a code knowledge graph (2026 guide)</title>
      <link>https://graphify.com/blog/how-to-give-claude-code-a-code-knowledge-graph</link>
      <guid isPermaLink="true">https://graphify.com/blog/how-to-give-claude-code-a-code-knowledge-graph</guid>
      <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
      <description>Install one CLI, run two commands, and Claude Code gains a persistent, on-device graph of your codebase, queryable over MCP, rebuildable with /graphify.</description>
    </item>
    <item>
      <title>How to give Cursor a code knowledge graph (2026 guide)</title>
      <link>https://graphify.com/blog/how-to-give-cursor-a-code-knowledge-graph</link>
      <guid isPermaLink="true">https://graphify.com/blog/how-to-give-cursor-a-code-knowledge-graph</guid>
      <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>Best codebase-context tools for AI coding assistants (2026)</title>
      <link>https://graphify.com/blog/best-codebase-context-tools-for-ai-coding-assistants-2026</link>
      <guid isPermaLink="true">https://graphify.com/blog/best-codebase-context-tools-for-ai-coding-assistants-2026</guid>
      <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>How to give GitHub Copilot codebase context that persists</title>
      <link>https://graphify.com/blog/how-to-give-github-copilot-codebase-context</link>
      <guid isPermaLink="true">https://graphify.com/blog/how-to-give-github-copilot-codebase-context</guid>
      <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>What is a code knowledge graph? (And why it beats grep for AI agents)</title>
      <link>https://graphify.com/blog/code-knowledge-graph-vs-grep</link>
      <guid isPermaLink="true">https://graphify.com/blog/code-knowledge-graph-vs-grep</guid>
      <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>How to give Claude Code codebase memory</title>
      <link>https://graphify.com/blog/how-to-give-claude-code-codebase-memory</link>
      <guid isPermaLink="true">https://graphify.com/blog/how-to-give-claude-code-codebase-memory</guid>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>How to give Cursor codebase memory with an on-device graph</title>
      <link>https://graphify.com/blog/how-to-give-cursor-codebase-memory</link>
      <guid isPermaLink="true">https://graphify.com/blog/how-to-give-cursor-codebase-memory</guid>
      <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>Code knowledge graph vs RAG: why structure beats similarity</title>
      <link>https://graphify.com/blog/code-knowledge-graph-vs-rag</link>
      <guid isPermaLink="true">https://graphify.com/blog/code-knowledge-graph-vs-rag</guid>
      <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>What is a code knowledge graph?</title>
      <link>https://graphify.com/blog/what-is-a-code-knowledge-graph</link>
      <guid isPermaLink="true">https://graphify.com/blog/what-is-a-code-knowledge-graph</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>Introducing Graphify: a knowledge graph for your codebase, inside your coding assistant</title>
      <link>https://graphify.com/blog/introducing-graphify</link>
      <guid isPermaLink="true">https://graphify.com/blog/introducing-graphify</guid>
      <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>Why graphs beat vectors for agent memory</title>
      <link>https://graphify.com/blog/why-graphs-beat-vectors</link>
      <guid isPermaLink="true">https://graphify.com/blog/why-graphs-beat-vectors</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
      <description>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.</description>
    </item>
    <item>
      <title>Grounded answers: how Graphify tags what it knows</title>
      <link>https://graphify.com/blog/grounded-answers-confidence-tags</link>
      <guid isPermaLink="true">https://graphify.com/blog/grounded-answers-confidence-tags</guid>
      <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
      <description>Every edge in a Graphify graph is tagged EXTRACTED, INFERRED, or AMBIGUOUS, so you always know what was found versus what was guessed.</description>
    </item>
  </channel>
</rss>
