3 related articles

CodeGraph is an open-source project with ~40K GitHub stars that uses Tree-sitter to build a local queryable code map, helping Claude Code and Cursor reduce 47% token usage and 58% tool calls.
CodeRAG Technical Deep Dive: Four Core…
Deep dive into CodeRAG's four core technologies: vector similarity search, file system tools, Code Knowledge Graph (CKG), and DeepWiki — how they work together to help AI coding assistants truly understand enterprise codebases and eliminate hallucinations.
ACP Protocol Explained: A New Open-Sou…
Deep dive into ACP (Agent-Client Protocol): how Zed and Google Gemini standardize IDE-to-coding-agent communication, its architecture, and how it complements MCP.