Tagged articles

codegraph

11 articles · Page 1 of 1
Su San Talks Tech
Su San Talks Tech
Jul 18, 2026 · Artificial Intelligence

Why CodeGraph Is Suddenly Going Viral

CodeGraph, a local‑first code intelligence tool for AI programming assistants, builds a searchable knowledge graph with tree‑sitter and SQLite, cutting tool calls by 71%, token usage by 57% and task time by 46% while keeping data private and requiring only a few minutes to install and use.

AI programmingCLIMCP
0 likes · 16 min read
Why CodeGraph Is Suddenly Going Viral
Geek Labs
Geek Labs
Jul 6, 2026 · Artificial Intelligence

CodeGraph vs Graphify: Comparing Two Open‑Source Code Knowledge Graph Tools

The article examines why current AI coding assistants lack a global view of projects, introduces the open‑source CodeGraph and Graphify projects that build code knowledge graphs, compares their architectures, benchmark results, token savings, limitations, and provides quick start instructions for each.

AI coding assistantsDeveloper ToolsGraphify
0 likes · 8 min read
CodeGraph vs Graphify: Comparing Two Open‑Source Code Knowledge Graph Tools
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 2, 2026 · Artificial Intelligence

CodeGraph: Open‑Source AI Tool for One‑Click Project Insight—Essential for Large Codebases

CodeGraph is an open‑source AI‑powered code‑graph tool that builds a local SQLite knowledge graph of all symbols, calls and dependencies across more than 20 languages, enabling agents to retrieve complete call chains and impact analysis with a single query, dramatically cutting traversal overhead for large projects.

AI AgentsCLIKnowledge Graph
0 likes · 13 min read
CodeGraph: Open‑Source AI Tool for One‑Click Project Insight—Essential for Large Codebases
Java Backend Technology
Java Backend Technology
Jun 12, 2026 · Artificial Intelligence

Understanding Code Knowledge Graphs: How to Choose Between Understand Anything and CodeGraph

The article compares two popular code‑knowledge‑graph projects, Understand Anything and CodeGraph, explaining why such tools are needed in the AI‑coding era, detailing their installation, core architecture, supported features, ideal use cases, and offering a practical guide on which one to adopt first.

LLMTree-sitterUnderstand Anything
0 likes · 17 min read
Understanding Code Knowledge Graphs: How to Choose Between Understand Anything and CodeGraph
JavaGuide
JavaGuide
Jun 8, 2026 · Artificial Intelligence

CodeGraph Slashes Token Usage by 59% for Claude Code and Codex

CodeGraph builds a local code knowledge graph with tree‑sitter and SQLite, allowing Claude Code, Codex and similar AI tools to query a pre‑indexed graph instead of repeatedly scanning files, which the author’s benchmarks show reduces token consumption by 59%, cuts cost 35%, speeds responses by 49% and improves routing detection for many web frameworks.

AI code toolsBackend DevelopmentContext Engineering
0 likes · 11 min read
CodeGraph Slashes Token Usage by 59% for Claude Code and Codex
Ubiquitous Tech
Ubiquitous Tech
May 23, 2026 · Artificial Intelligence

How CodeGraph Cuts Token Usage for AI Coding Assistants

The article analyzes why AI coding agents waste tokens while exploring unfamiliar code bases, introduces the open‑source CodeGraph tool that builds a local code knowledge graph, and shows how it reduces API calls from 57 to 5 and speeds up responses from minutes to seconds.

AI codingMCPNode.js
0 likes · 13 min read
How CodeGraph Cuts Token Usage for AI Coding Assistants
AI Architecture Path
AI Architecture Path
May 18, 2026 · Artificial Intelligence

Can CodeGraph Cut Claude Code’s Token Usage by 94% and Boost Exploration Speed by 77%?

CodeGraph, an open‑source semantic code‑intelligence tool for Claude Code, builds a local knowledge graph using Tree‑sitter, cutting tool calls by up to 94 % and speeding up code‑base exploration by 71 % across multiple languages, while offering CLI, MCP server and Node.js library interfaces.

AI code assistantCLIClaude Code
0 likes · 15 min read
Can CodeGraph Cut Claude Code’s Token Usage by 94% and Boost Exploration Speed by 77%?
AI Engineering
AI Engineering
May 16, 2026 · Backend Development

Cut 92% of Claude Code Tool Calls for Large Codebases with CodeGraph

CodeGraph builds a semantic knowledge graph of a codebase so Claude Code can query the graph instead of scanning files, reducing tool calls by an average of 92% and speeding up exploration by 71% across multiple large, multi‑language projects.

AI code assistanceClaude Codebenchmark
0 likes · 6 min read
Cut 92% of Claude Code Tool Calls for Large Codebases with CodeGraph
phodal
phodal
Nov 4, 2025 · Mobile Development

How AutoDev Uses Kotlin Multiplatform & Compose for True Multi‑Device AI Coding

This article details AutoDev's latest multi‑platform refactor built on Kotlin Multiplatform and Compose, describing the MPP‑Core engine, CLI/TUI, desktop and mobile IDEs, the TreeSitter‑based CodeGraph for context compression, and invites developers to contribute via its GitHub repository.

AutoDevCompose UICross‑Platform Development
0 likes · 6 min read
How AutoDev Uses Kotlin Multiplatform & Compose for True Multi‑Device AI Coding