PulseAugur
EN
LIVE 12:44:41

New tool 'dekko' cuts AI token usage for code analysis by up to 200x

A developer has created an open-source tool called `dekko` to address inefficiencies in how AI models like Claude process large codebases. The tool generates a static code map, utilizing `tree-sitter` for parsing instead of consuming model tokens. This approach significantly reduces token usage, with reported savings ranging from 3x to 200x compared to traditional methods like reading entire files or using grep. `dekko` aims to enable AI agents to more effectively navigate and understand complex code repositories. AI

IMPACT This tool could significantly reduce the cost and increase the feasibility of using AI agents for complex code analysis and development tasks.

RANK_REASON The cluster describes a new software tool developed by an individual developer to improve AI model efficiency.

Read on r/ClaudeAI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New tool 'dekko' cuts AI token usage for code analysis by up to 200x

How we ranked this

Signal score
15 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The cluster describes a new software tool developed by an individual developer to improve AI model efficiency.
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.

Full methodology in our editorial standards.

COVERAGE [1]

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

    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)

    <!-- 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…