YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Graft builds structural codebase graphs for agents

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Graft builds structural codebase graphs for agents
OPEN LINK ↗
// 1h agoOPENSOURCE RELEASE

Graft builds structural codebase graphs for agents

Graft is an open-source context engine that uses Tree-sitter AST parsing to map repositories into queryable structural graphs of functions and dependencies without external databases or embedding models. It integrates with coding agents like Claude Code and Cursor via MCP and CLI to trace call hierarchies, calculate blast radiuses, and cut navigation tool calls by 46%.

// ANALYSIS

Vector search is fundamentally the wrong primitive for codebase navigation, and deterministic AST graphs prove that structure beats semantic similarity. AST-level parsing extracts exact callers, dependencies, and type hierarchies locally without burning tokens on embedding models or requiring vector databases. Graph-first orientation replaces blind grep loops, cutting agent latency by 60% and reducing tool calls by 46% in benchmark runs. Committing plain-English structural nodes into Git allows agents like Claude Code, Cursor, and Codex to ingest context via files or MCP. Handling highly dynamic codebases and runtime metaprogramming remains an inherent challenge where static syntax trees cannot trace dynamic calls.

// TAGS
graftai-codingcoding-agentcode-retrievalmcpdevtoolopen-source

DISCOVERED

1h ago

2026-09-13

PUBLISHED

1h ago

2026-09-13

RELEVANCE

8/ 10

AUTHOR

AICodeKing