Fetching from the wire…
Public story · 2026-07-16 · high
The MIT-licensed tool parses about 40 languages locally with tree-sitter and marks every edge as read from code or guessed, per its repository.
Why now: Version 0.9.17 shipped July 16, three and a half months into a stretch of roughly 780 stars a day that hasn't slowed.
Graphify passed 88,467 stars on GitHub, per its repository.
The tool maps codebases into knowledge graphs without ever calling an LLM, parsing roughly 40 languages locally with tree-sitter AST. No code leaves the machine, which answers the question most teams ask before letting an AI tool near a private repo.
The repository lists the project (Graphify-Labs/graphify) as MIT-licensed, now at version 0.9.17 as of July 16.
Every edge in the graph gets tagged EXTRACTED, meaning it's explicit in the source, or INFERRED, meaning the tool derived it instead. That distinction, not the graph itself, is the whole product: a way to see what was actually read versus what was guessed.
It also runs Leiden clustering to surface god nodes and subsystem communities. The output is a markdown wiki plus an interactive HTML view, and you can query the JSON graph in natural language instead of re-reading files. Install is one line: uv tool install graphifyy && graphify install.
Growth has held near 780 stars a day since April 3, a pace that's stayed steady for three and a half months. My bet: the EXTRACTED/INFERRED split gets copied before the star count does, since honest tagging is harder to fake than a good-looking graph.
Each link below shares sources, entities, or timing with this story.
Compounding at ~847 stars/day to 97,447, built on tree-sitter AST parsing across 36+ languages plus Leiden community detection, with no vector store anywhere in the pipeline. Every edge is labeled EXTRACTED (explicit in source) or INFERRED (derived through resolution), which i...
Graphify-Labs/graphify ships as a /graphify skill for Claude Code, Cursor, Codex and Gemini CLI using local deterministic AST parsing with no API cost. The scope claim is what separates it: non-code artifacts land in the same graph, so "which endpoint reads this table" resolve...
tt-a1i/archify is an MIT-licensed agent skill turning a repo or description into architecture, workflow, sequence, data-flow and lifecycle diagrams, exported as self-contained HTML plus PNG, SVG, WebM and a share card. Its verifiability claim is mechanical rather than rhetoric...
The payload only exists if you're a robot. That's the part that should scare you. On August 5 a developer doing PSX game research pointed Claude Code at tcrf.net (The Cutting Room Floor, a well-known game-preservation wiki) and got back a page titled "LLM- / AI Agent-Specific...
Two thirds. Not two thirds of a contrived jailbreak set. Two thirds of realistic malicious issue requests, against the exact three tools most of the people reading this run daily. Ankur Singh, Jinqiu Yang, and Tse-Hsun Chen built IssueTrojanBench across four attack categories...
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.