PulseAugur
实时 12:45:04
English(EN) I kept watching Claude burn through tokens reading entire files to answer simple questions, so I used Claude Code to build a fix for it. (dekko, open source, free)

新工具 'dekko' 将代码分析的 AI token 使用量减少高达 200 倍

一位开发者创建了一个名为 `dekko` 的开源工具,以解决像 Claude 这样的 AI 模型处理大型代码库的效率低下问题。该工具生成一个静态代码映射,利用 `tree-sitter` 进行解析,而不是消耗模型 token。这种方法显著减少了 token 的使用量,据报道与读取整个文件或使用 grep 等传统方法相比,节省量从 3 倍到 200 倍不等。`dekko` 旨在使 AI 代理能够更有效地导航和理解复杂的代码存储库。 AI

影响 该工具可以显著降低 AI 代理用于复杂代码分析和开发任务的成本,并提高其可行性。

排序理由 该集群描述了一个由个人开发者开发的新软件工具,以提高 AI 模型效率。

在 r/ClaudeAI 阅读 →

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

新工具 'dekko' 将代码分析的 AI token 使用量减少高达 200 倍

本文如何被排名

Signal score
15 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该集群描述了一个由个人开发者开发的新软件工具,以提高 AI 模型效率。
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. r/ClaudeAI TIER_2 English(EN) · /u/shrek_2_on_blue-ray ·

    我一直看着 Claude 在读取整个文件来回答简单问题时消耗大量 token,所以我用 Claude Code 构建了一个解决方案来修复它。(dekko,开源,免费)

    <!-- SC_OFF --><div class="md"><p>Here's the moment that got me. I asked Claude Code a simple question, &quot;who calls this function,&quot; and watched it grep blind, open three files it didn't need, and burn through fifteen thousand tokens to answer something a good IDE would t…