PulseAugur
实时 08:12:51
English(EN) How Semble Cuts AI Code Search Tokens by 98%

Semble 将 AI 代码搜索的 Token 数量减少 98%

SembleMinishLab 推出的一个新开源工具,可将 AI 代码搜索的 Token 消耗量显著减少 98%。与将整个文件输入 LLM 的传统方法不同,Semble 使用抽象语法树解析器仅提取必要的代码片段和函数签名。这种方法大大降低了 Claude CodeCursor 等 AI 编码代理的成本并提高了性能,使其运行更高效、更经济。 AI

影响 通过优化 Token 使用量,降低了 AI 编码助手的运营成本并提高了性能。

排序理由 该集群描述了一个新的开源工具,该工具提高了现有 AI 编码代理的效率。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Semble 将 AI 代码搜索的 Token 数量减少 98%

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Tawan Shamsanor ·

    How Semble Cuts AI Code Search Tokens by 98%

    <p>Grep wastes 98% of your AI's context window. Every time a coding agent like Claude Code, Cursor, or Codex searches a codebase, it fires off a grep command, finds the matching files, and dumps the entire contents into the LLM prompt. That brute-force approach works — but it's c…