Tagged articles
5 articles
Page 1 of 1
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.

LLMai coding toolscode knowledge graph
0 likes · 17 min read
Understanding Code Knowledge Graphs: How to Choose Between Understand Anything and CodeGraph
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 CodeToken Reduction
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