ELSEIF
Your brief EB
298 stories from 101 feeds 310 clusters Refreshed 14 minutes ago next pull 17:52

AI Signal 502

Graft builds persistent code graphs for coding agents, cutting tokens 42% and raising SWE-bench correctness to 66%

Graft is an open-source CLI that builds a persistent, file-based code graph for coding agents like Claude Code, eliminating repeated exploration overhead and reducing token usage by 42% while improving SWE-bench Verified correctness from 54% to 66%.

WHY IT MATTERS

Coding agents currently re-explore a codebase from scratch every session, burning tokens and time on rediscovery that humans pay only once. Graft persists that understanding as linked markdown files in git, so agents skip exploration and go straight to productive work, with benchmarks showing real efficiency and correctness gains.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Graft reduces token usage by 42%, tool calls by 46%, and time by 60% in a 162-run controlled benchmark across two repos.

02

SWE-bench Verified correctness rose from 54% (cold Claude Code) to 66% with Graft, judged by an Opus 4.8 model with a required-keyword floor.

03

The graph is just files in graft/, no daemon, no database, synced via git, structural parsing done deterministically with tree-sitter.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News Show HN: Graft – Claude Code hooks that cut grep tokens by 42% Open ↗