sem: A new code understanding primitive tool at a semantic granularity
Summary
sem is a CLI tool that provides semantic understanding of code changes on top of Git, offering entity-level diffs, blame, impact analysis, and more across 26 languages. It aims to improve code review and AI-assisted development.
View Cached Full Text
Cached at: 07/03/26, 10:28 PM
Similar Articles
@RoundtableSpace: SocratiCode gives your AI deep semantic understanding of your entire codebase - dependency graphs, symbol-level impact …
SocratiCode is a zero-config tool that gives AI deep semantic understanding of codebases, reducing context and tool calls while being fully local and free.
Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep
Semble is a fast code search library for AI agents that uses ~98% fewer tokens than grep+read, runs on CPU with no external dependencies, and integrates via MCP or CLI.
@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…
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.
@Star_Knight12: someone open sourced a tool that reads your entire codebase and explains it back to you. → you join a new team with 200…
An open-source tool that scans entire codebases, builds interactive visual dashboards, enables semantic search, and shows change impact analysis, designed to help developers onboard new projects quickly.
@Trtd6Trtd: https://github.com/MinishLab/semble… High-speed code search library specialized for AI Compared to grep + reading, it s…
Semble 是一个面向 AI 代理的高效代码搜索库,使用模型如 Model2Vec 或 BM25 实现快速索引和检索,比 grep+read 节省约 98% 的 token,支持 MCP 服务器和 CLI 集成。