← Back to case library
Case / 2100913118528393596Coding
Case media / 1MP4 ↗
Original post / EN
I got access to Jev and immediately plugged it into Claude Code to see if it actually FIXES the biggest pain of agent workflows: context compaction > result: pretty wild Quick context for those who missed it: Every Claude Code session has a context window that fills up fast with tool calls (file reads, grep outputs, logs, etc). When it fills up, the agent runs "compaction" - asks a separate LLM to summarize the chat. this is slow, expensive, and the LLM often drops important context or bloats the summary with garbage: fast-jev-compaction uses Jev instead Link: https://t.co/WD7kpBfDwL Why this works so well: Instead of generating a text summary, Jev scores every tool call in your chat with "how important is this?" probability. > above threshold → keeps it > below → drops it or replaces with a stub > in summary: no text generation, no bloat, no dropped critical context What you actually get: 1/ way faster: Jev outputs probabilities in parallel, not sequential tokens. 2/ way cheaper: 1M tokens of context = ~$0.04 to compact. 3/ deterministic: no "creative" summary that removes half your codebase context. btw, TypeSafe gives $5 free credits at enough for weeks of testing. Link: https://t.co/NzGPArgLvc Honest caveats: Jev only sees the tool CALLS, not their outputs, hard to say if compaction quality is objectively better than default. Jev's context window is small (32K), so 150K+ chats need to be chunked. This isn't a full replacement - it's a smart pre-filter but as a proof of concept. This is exactly the kind of surgical fix that makes agent workflows viable at scale. Now thinking about what else in my stack could get 100x faster with Jev as the decision layer.
- views
- 2.5K
- likes
- 31
- saves
- 16
- reposts
- 1
Links and projects
github.comGitHub - tamaratran/fast-jev-compaction: Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim. ↗Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim. - tamaratran/fast-jev-compactionconsole.typesafe.aiTypeSafe ↗
Source
This independent archive preserves a public post with attribution. Text, media, account details and trademarks belong to their respective owners.
