Back to browse
GitHub Repository

Graph-native code intelligence that replaces embedding-based RAG with deterministic program understanding.

122 starsRust

Arbor – a CLI that shows what breaks before you refactor

by anandbiju71·Mar 5, 2026·5 points·1 comment

AI Analysis

●●●BangerBig BrainSolve My ProblemWizardry

Execution-path analysis beats text search and embedding RAG for refactor safety.

Strengths
  • Deterministic program understanding via AST parsing replaces probabilistic embedding-based approaches.
  • Git-aware workflows (diff, check, open) integrate refactoring directly into development practice.
  • MCP server integration enables Claude/Cursor to reason about codebase impact with structured output.
Weaknesses
  • Limited to projects indexable as graphs—no clear story for non-standard codebases or polyglot repos.
  • Fuzzy symbol suggestions and typo tolerance are nice UX polish but don't address core value prop.
Target Audience

Backend developers, refactoring large codebases, teams using AI code assistants

Similar To

Sourcegraph Cody · Continue · Cursor

Similar Projects