PulseAugur
LIVE 11:53:37
tool · [1 source] ·
41
tool

Semble cuts AI code search tokens by 98%

Semble, a new open-source tool from MinishLab, significantly reduces the token consumption for AI code search by 98%. Unlike traditional methods that feed entire files into LLMs, Semble uses an abstract syntax tree parser to extract only essential code snippets and function signatures. This approach drastically cuts costs and improves performance for AI coding agents like Claude Code and Cursor, making them more efficient and affordable to operate. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Reduces operational costs and improves performance for AI coding assistants by optimizing token usage.

RANK_REASON The cluster describes a new open-source tool that improves the efficiency of existing AI coding agents.

Read on dev.to — LLM tag →

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 · 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…