YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

fast-jev-compaction prunes tool calls without summaries

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

fast-jev-compaction prunes tool calls without summaries
OPEN LINK ↗
// 1h agoOPENSOURCE RELEASE

fast-jev-compaction prunes tool calls without summaries

fast-jev-compaction is an open-source Claude Code plugin and npm package that prunes obsolete tool calls and outputs using TypeSafe's Jev model. Instead of relying on lossy LLM summarization that strips file paths and error messages, it selectively deletes or truncates stale calls while keeping all retained context verbatim.

// ANALYSIS

Generative summarization is the wrong tool for agent context compaction, and deterministic pruning of tool calls is the practical alternative developers need.

  • Lossless fidelity: Preserves verbatim stack traces, error messages, and exact file paths that generative LLM summaries routinely distort or omit.
  • Low-latency scoring: Uses Jev's fast categorical judgment queries instead of generative token production, evaluating full transcripts in concurrent batches.
  • Looping vulnerability: Aggressive deletion of failed tool results risks blinding agents to previous errors, potentially causing repeated failed attempts.
  • Cache efficiency tradeoffs: Modifying middle turns in conversational history invalidates prompt prefix caching, shifting costs from token volume to cache-miss recomputations.
// TAGS
fast-jev-compactionclaude-codeai-codingcoding-agentcontext-engineeringtool-usedevtoolopen-source

DISCOVERED

1h ago

2026-09-19

PUBLISHED

1h ago

2026-09-19

RELEVANCE

9/ 10

AUTHOR

Github Awesome