code-retrieval

Tag

Cards List
#code-retrieval

@NielsRogge: Top trending paper on http://paperswithco.de is "FastContext: Training Efficient Repository Explorer for Coding Agents"…

X AI KOLs Following · 12h ago Cached

Microsoft's FastContext is a trending paper introducing a small 4B model for efficient code retrieval paired with coding agents, rivaling closed-source systems on SWE-Bench Multilingual.

0 favorites 0 likes
#code-retrieval

@aigclink: An Agent-oriented code search tool: Semble. It uses natural language to search codebases and returns precise code snippets, saving 98% token consumption compared to grep+read. The method lets Agents use natural language to directly locate the most relevant lines of code, without guessing keywords or reading entire files. Speed: indexing a typical…

X AI KOLs Timeline · 2026-05-19 Cached

Semble is an Agent-oriented code search tool that supports natural language queries, accurately returns semantically complete code snippets, saves 98% token consumption compared to traditional grep+read methods, and features intelligent chunking, dual-path retrieval, and code-aware re-ranking.

0 favorites 0 likes
#code-retrieval

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
#code-retrieval

Do not copy and paste! Rewriting strategies for code retrieval

Hugging Face Daily Papers · 2026-05-08 Cached

This research paper investigates text rewriting strategies for code retrieval, finding that full natural language rewriting offers the greatest performance gains. It introduces entropy-based diagnostics to help determine when costly LLM rewrites are beneficial.

0 favorites 0 likes
← Back to home

Submit Feedback