← Reddit

Caveman vs. RTK, have you tried them?

Reddit · olivdums · May 6, 2026
A developer requested community feedback on two token-reduction tools: RTK, a CLI proxy claiming 60-90% token savings on development commands, and Caveman, a Claude Code skill reducing tokens by 65% through simplified language. The developer also solicited additional recommendations for reducing LLM token consumption.

Detailed Analysis

A Reddit user in the r/ClaudeAI community has raised a practical question that reflects a growing concern among AI power users: how to meaningfully reduce token consumption when using large language models for development work. The post highlights two open-source projects — RTK and Caveman — each taking a distinct architectural approach to the same underlying problem of token efficiency. RTK positions itself as a CLI proxy that intercepts common development commands and claims to reduce token usage by 60–90%, while Caveman operates as a Claude Code skill that achieves roughly 65% token reduction by stripping prompts and responses down to a grammatically sparse, "caveman-style" syntax.

The two tools represent fundamentally different philosophies toward token reduction. RTK operates at the infrastructure layer, acting as a middleware proxy that likely compresses, caches, or deduplicates inputs before they reach the model — a technically heavier but potentially more transparent approach to users. Caveman, by contrast, operates at the linguistic layer, deliberately degrading the grammatical complexity of communication between user and model to eliminate syntactic overhead. The caveman approach is notable for its unconventionality: it essentially treats verbose natural language as a liability rather than a feature, betting that semantic content can survive extreme syntactic compression without meaningful loss of task accuracy.

The community interest in these tools reflects a broader tension in the Claude and LLM ecosystem between capability and cost. As Claude Code and similar agentic coding tools become deeply embedded in developer workflows, token costs accumulate rapidly across long sessions involving file reads, iterative edits, and multi-step reasoning chains. The demand for tools like RTK and Caveman signals that a segment of the developer community is actively willing to trade conversational polish or workflow transparency for meaningful cost savings, particularly in high-volume or automated contexts.

The absence of peer feedback in the thread — the poster explicitly notes no friends have tested either tool yet — suggests both projects are relatively early-stage and have not yet achieved significant community adoption. This is a common pattern for niche developer tooling in the AI space, where many experimental projects emerge around popular platforms like Claude but struggle to accumulate critical mass of real-world validation. The lack of comparative benchmarks shared in the post also makes it difficult to assess whether the claimed reduction figures hold across diverse real-world use cases or represent best-case scenarios measured under controlled conditions.

Taken together, the post captures a meaningful inflection point in how developers are beginning to think about LLM usage economics. Rather than accepting token consumption as a fixed cost of doing business, a DIY optimization culture is emerging around tools that treat model I/O as an engineering problem to be tuned. Whether grammar-degrading prompts or proxy-layer compression ultimately become mainstream techniques remains to be seen, but the experimentation itself points toward growing sophistication among Claude's developer user base about the architectural levers available to control cost and latency at scale.

Read original article →