Fetching from the wire…
Public story · 2026-09-20 · high
Its decision model scores each tool call and deletes anything under 0.5, keeping the rest byte-identical.
Why now: fast-jev-compaction released its plugin September 17, and independent open reimplementations of the decision model behind it were already public by September 20.
A new Claude Code plugin deletes low-value tool calls from context instead of summarizing them. Each call gets scored by a small decision model.
Long agent sessions break when a summary drops the one string needed three hours later. Summarizing is lossy by definition, and you don't control which loss you get.
fast-jev-compaction skips that trade. Released September 17 and at 4,642 stars by September 20, it hooks Claude Code v2.1.274 and up and never rewrites history. It sends each non-pinned tool call to TypeSafe's jev-latest model, which scores two things: keep the call, keep the result verbatim. Anything below 0.5 gets deleted. What survives gets truncated to 300 characters. Tool results get swapped for stubs like ok, 4213 chars (omitted), holding the state under a 25k-token budget.
The same idea is moving past compaction. jev-use routes whole agent steps to a decision model whenever no text output is needed. Per jev-use's published benchmarks, a PreToolUse shell gate denies dangerous commands in about 230ms at zero LLM tokens. Its compaction pass judges 200 messages in 7 calls, taking a window from 94% to 44% with 3/3 recall.
Open versions of the underlying model followed fast. Jared Palmer's kev trains in 1 hour 45 minutes on an M5 chip and scores 0.790 accuracy against the Jev reference's 0.857. It speaks the same wire format, so an existing client can point at localhost, not a hosted endpoint.
Each link below shares sources, entities, or timing with this story.
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
The payload only exists if you're a robot. That's the part that should scare you. On August 5 a developer doing PSX game research pointed Claude Code at tcrf.net (The Cutting Room Floor, a well-known game-preservation wiki) and got back a page titled "LLM- / AI Agent-Specific...
RTK is a single Rust binary that intercepts your terminal commands and compresses the output before it hits the LLM context window. That's it. No configuration philosophy, no agent framework — just less tokens for the same information. The numbers are immediate: cargo test com...
The abliteration tool gained 215 stars to reach 30,103, but the stronger signal is downstream: the HF trending endpoint returns DavidAU/Qwen3.8-27B-TURBO-Fable-Cold-Fusion-735-882-Heretic-Uncensored-NM-DAU and Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4, both naming the too...
A10 Networks made its AI Gateway generally available on August 14, pitched as a "centralized control plane for unified routing, cost management, and governance across every AI agent, application and large language model" (Help Net Security). SelectHub launched DataGrout the sa...
Two thirds. Not two thirds of a contrived jailbreak set. Two thirds of realistic malicious issue requests, against the exact three tools most of the people reading this run daily. Ankur Singh, Jinqiu Yang, and Tse-Hsun Chen built IssueTrojanBench across four attack categories...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.