Tree-sitter
PulseAugur coverage of Tree-sitter — every cluster mentioning Tree-sitter across labs, papers, and developer communities, ranked by signal.
5 day(s) with sentiment data
-
Code knowledge graph tools Graphify, GitNexus, and CodeGraph compared
Three code knowledge graph tools—Graphify, GitNexus, and CodeGraph—are evaluated for their ability to serve AI coding agents by indexing repository symbols and their relationships. The article emphasizes that raw capabi…
-
Graphify tool creates local code knowledge graph for AI assistants
Graphify is a new open-source tool designed to enhance AI coding assistants like Claude Code by creating a persistent, local knowledge graph of a codebase. This approach allows the assistant to navigate relationships be…
-
AI coding agents split on 'eager' vs. 'just-in-time' repo context
This article explores two primary strategies employed by AI coding agents: 'Eager Hydration' and 'Just-in-Time Search'. Eager Hydration, seen in tools like Cline and Aider, involves providing the model with extensive re…
-
Code-review-graph tool cuts AI review tokens by 82x
The open-source tool code-review-graph (CRG) aims to significantly reduce the number of tokens AI coding assistants need to process during code reviews. By building a structural map of a codebase, CRG can identify the p…
-
Claude Code review costs slashed by 8-49x with targeted context pruning
A developer significantly reduced the token costs associated with using Claude Code for code reviews by implementing a more targeted approach. Instead of feeding the entire codebase to the AI, the developer limited the …
-
Graphify tool struggles with Apple Silicon architecture, then succeeds in building code knowledge graphs
The author details their experience using the `graphify` tool to create a knowledge graph from their codebase and documentation, aiming to improve Claude Code's ability to navigate large projects. They encountered an "i…
-
Code Knowledge Graphs: Enterprise Scale Demands More Than Syntax Trees
This post evaluates open-source code knowledge graph stacks for enterprise use, arguing that simple syntax trees are insufficient for large, complex codebases. It introduces five critical dimensions for evaluation: dept…
-
AI coding agents get efficiency boost from new code knowledge graph tools
Three open-source tools, code-review-graph, Graphify, and codebase-memory-mcp, are compared for their ability to create persistent code knowledge graphs for AI coding agents. These tools aim to solve the problem of AI a…
-
New 'Weave of Formal Thought' paradigm enhances LLM code generation validity
Researchers have developed a new paradigm called Weave of Formal Thought (WoFT) that aims to improve the syntactic validity and structural understanding of code generated by large language models. WoFT combines a formal…
-
New tool drastically cuts AI coding agent token use with codebase graph
A new open-source tool called codebase-memory-mcp has been released to optimize AI coding agents by creating a persistent knowledge graph of codebases. This tool significantly reduces token usage by allowing agents to q…
-
New tool optimizes AI coding agents with knowledge graphs
Codebase-memory-mcp is a new indexing engine designed to enhance AI coding agents by transforming source code into a queryable knowledge graph. It addresses the limitations of traditional file-by-file analysis by enabli…
-
CodeGraph AI coding tool deployed on AWS with SQLite sync solutions
This article details the implementation of CodeGraph, an AI coding agent tool, on AWS EC2 and EFS. The author describes how CodeGraph uses a SQLite-based knowledge graph to improve code navigation efficiency, reducing t…
-
AI coding agents get context efficiency boost with graph theory
A new npm package called mincut-context has been developed to optimize the context window usage of AI coding agents. Instead of processing entire codebases, it treats the repository as a graph, identifying the most rele…
-
Morph uses LLMs for safer, plan-based code refactoring
Morph is a new tool that uses LLMs to perform code refactoring by generating structured plans of operations rather than direct code changes. This approach allows for better reviewability and safety, as reviewers can und…
-
SpaceX offered $60B for Cursor — and it's not really about the editor. Cursor's edge isn't the AI model. It's the retrieval pipeline: Tree-sitter parses code in
SpaceX reportedly offered $60 billion for the AI-powered code editor Cursor. The acquisition's value was seen as stemming from Cursor's advanced retrieval pipeline, which uses technologies like Tree-sitter and Merkle tr…
-
DeepSource open-sources Globstar static analysis toolkit with AI-assisted checks
DeepSource has open-sourced Globstar, a static analysis toolkit designed for creating custom code quality and security checkers. The toolkit leverages tree-sitter for parsing code and utilizes AI assistants like ChatGPT…