Tagged articles
5 articles
Page 1 of 1
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%?
Alibaba Cloud Observability
Alibaba Cloud Observability
Apr 27, 2026 · Artificial Intelligence

From Observability to Understanding: Building an Agent‑Native Code Knowledge Graph with UModel

The article analyzes current AI code agents such as Claude Code and Cursor, highlights their three major limitations—guessing relationships, staying within the code domain, and lacking a temporal dimension—and proposes UModel’s deterministic AST extraction and cross‑domain linking to create a native code knowledge graph that lets agents move from merely finding code to truly understanding its structure.

AI agentsKnowledge GraphObservability
0 likes · 26 min read
From Observability to Understanding: Building an Agent‑Native Code Knowledge Graph with UModel
Youzan Coder
Youzan Coder
Jan 6, 2026 · Artificial Intelligence

How to Build Efficient Code Search with Vector Embeddings and AST Indexing

This article explains the motivations, techniques, and practical implementations of code indexing—covering semantic vector‑based RAG pipelines and AST‑based structural analysis—to improve code navigation, AI‑assisted queries, security scanning, and development efficiency.

AI developmentASTRAG
0 likes · 17 min read
How to Build Efficient Code Search with Vector Embeddings and AST Indexing
Ops Development & AI Practice
Ops Development & AI Practice
Aug 25, 2025 · Industry Insights

How AI-Powered Codebase Indexing Transforms Software Development

This article explains how AI-driven codebase indexing converts massive, undocumented repositories into searchable semantic knowledge bases, detailing the workflow from parsing and embedding to storage and retrieval, and highlighting practical benefits such as faster navigation, code reuse, smarter AI assistants, and historical issue tracing.

AI embeddingscode indexingdeveloper productivity
0 likes · 7 min read
How AI-Powered Codebase Indexing Transforms Software Development
ELab Team
ELab Team
Jul 10, 2025 · Artificial Intelligence

How Cursor Indexes Code: Merkle Trees, Vector Embeddings, and Secure Search

This article explains how Cursor creates Merkle‑tree hashes for change detection, uses Tree‑sitter for syntax‑aware code chunking, generates vector embeddings stored in Turbopuffer, and employs privacy‑preserving mechanisms to enable fast, secure code‑base search and autocomplete.

AI code searchMerkle Treecode indexing
0 likes · 9 min read
How Cursor Indexes Code: Merkle Trees, Vector Embeddings, and Secure Search