llm-kb
← Back to releases
Tool Release

RDXmin tool adds terse persona and context-saving compressor for Claude

A new tool called RDXmin extends Claude's output terseness with a terse persona system (three levels: lite, full, ultra) and a tool-output compressor that shrinks tool results before they enter context, reducing token usage. The compressor strips ANSI codes, keeps head/tail and error lines, and deduplicates, running behind a safety allowlist to avoid affecting Read/Edit/Write operations.

4 engagement·1 source·Sat, Jul 11, 2026, 01:33 PM
RDXmin introduces a terse persona with three levels (`/rdx lite|full|ultra`) that produces fragments and YAGNI-first code, while keeping commits and security warnings verbose. Its tool-output compressor hooks into the session to shrink tool results before they enter context, stripping ANSI codes, retaining head/tail and error lines, and deduplicating. This is significant because tool output constitutes the majority of a session and is re-billed every later turn. The compressor runs behind a safety allowlist so it never touches Read/Edit/Write operations. Additionally, a Context Diet feature uses grep-then-read-the-slice to further reduce token usage.

Entities

RDXmin(tool)Claude(model)

Related

Tool ReleaseSun, Jul 12, 2026, 10:04 AM

HarnessTrim: a deterministic, benchmarked token-economy layer across Claude Code, Codex & OpenCode

HarnessTrim is a new tool that provides a deterministic, benchmarked token-economy layer across coding agent harnesses like Claude Code, Codex, and OpenCode. It uses idempotent reducers to cut token waste from noisy tool output, model verbosity, thinking tokens, and instruction files, without involving an LLM in the reduction path. The tool coordinates existing single-channel solutions (e.g., Caveman, RTK) behind a unified cross-harness policy, and is cache-aware to avoid touching cacheable prompts.

1 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 06:38 PM

ContextOps: open-source tool to audit and optimize LLM prompt context

ContextOps is an open-source tool that analyzes LLM prompts to detect token waste such as duplicated retrieval chunks, bloated system prompts, oversized conversation history, and repeated tool outputs. It helps developers reduce costs and improve model consistency by auditing what goes into the prompt before inference.

2 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 03:29 PM

Ditto: mine your own LLM coding sessions into a file for your agent

Ditto extracts only the user's typed messages from local Claude Code and Codex session logs, stripping tool output and assistant replies, and compiles them into a file that an AI agent can read first. It solves the problem of losing personal work patterns and context across many coding sessions, giving the agent a honest record of how the user actually works.

2 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 05:29 PM

Upload project folder to get optimized markdown for LLM context

A web tool that lets users upload an entire project folder and receive a single, clean, optimized markdown file ready to paste into Claude or Codex. It solves the problem of manually preparing context for LLMs by automatically consolidating and formatting code files. All processing is done client-side for privacy.

1 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 08:54 PM

ddiff: LLM-generated diff format for isolating feature sets in code

ddiff is a format for isolating feature sets in code using LLM-generated diffs. It works by prompting an LLM to produce a diff of analysis of intents and code changes related to specific features, which can then be used by another LLM to implement the feature natively. The creator provides a live chat to Telegram group and a markdown WYSIWYG editor with rich uploads.

2 engagement·1 source·reddit