samuelfaj/distill
CLI tool that uses a custom 1.7B-parameter language model to compress large command outputs into concise summaries for LLMs.
Collecting fresh signals — velocity needs a few days of history.
collecting data…
star history
Distill is a developer tool designed to reduce token costs when feeding command outputs to LLMs. It runs a lightweight 1.7B-parameter model locally to analyze and compress terminal logs, test results, stack traces, and other CLI output into only what the LLM needs to answer the user’s question. The tool installs as a global npm package and works as a pipe, accepting piped input and a query to extract relevant information.