OSS
rtk Hits 75,000 Stars as a Rust Proxy That Compresses Shell Output Before the Agent Reads It — and Its README Admits Output Reduction Isn't Bill Reduction
rtk-ai/rtk (v0.28.2, single Rust binary, zero dependencies) intercepts 100+ common dev commands — git, cargo, docker, test runners — and filters and reformats their output before it enters an agent's context, claiming up to 90% reduction on test-runner output and ~80% on cargo builds. The honest part is what earns attention: the README explicitly separates output reduction from cost reduction, noting bash output is only one component of input tokens alongside prompts and conversation history, so savings dilute across the bill. At 74,979 stars with 1,451 commits on develop it is one of the largest single-purpose agent plumbing projects on GitHub.
Source
↳ Follow the thread