neo4j

Tag

Cards List
#neo4j

Why Vector RAG fails for AI coding agents at scale (And how I used a Neo4j graph to fix it)

Reddit r/ArtificialInteligence · 10h ago

A new open-source tool called Writ uses a hybrid retrieval pipeline with BM25, ONNX vectors, and Neo4j graph traversals to provide context rules for AI coding agents, reducing token bloat by 726x and enforcing plan approval via bash hooks.

0 favorites 0 likes
#neo4j

We tried vectors, ASTs, and brute-force context stuffing for code retrieval. Graphs with LLM-generated semantics worked best. Here's what we learned.

Reddit r/LocalLLaMA · 2026-05-10

The authors detail their experience building a code indexing system, concluding that graph-based retrieval with LLM-generated semantics outperforms vector embeddings and pure AST parsing. They open-sourced the system, Bytebell, which uses Neo4j to store semantic context for efficient and precise code retrieval.

0 favorites 0 likes
← Back to home

Submit Feedback