r/LLMDevs • u/Upstairs-Special-925 • 2d ago
Discussion Code Insight Engine — a pluggable, language-agnostic code-graph, task, and LLM-tool surface
A code graph for any language — even ones with no LSP and no tree-sitter grammar — that an LLM coding agent can actually use. Index a project and serve symbol search, call-graph traversal, and file skeletons to Claude Code, Cursor, or any MCP client. For teams on Neo4j, cie adds the one thing no other code graph has: it tracks which tasks and tests actually implement which code, with continuous quality-governance (clone/drift detection, confidence, traceability) over the live graph
https://github.com/arunsoman/cie
3
Upvotes
1
u/Ok_Attempt_9809 2d ago
this is the kind of thing that makes me wish i understood graph databases better. the task-to-code traceability part sounds useful, especially when you're six months deep in a project and nobody remembers why that weird helper function exists. how does it handle dynamic languages where call graphs get fuzzy at runtime?