distill-1.7B — Expert Language Model for CLI Output
distill-1.7B is a domain-specific Expert Language Model — not a general-purpose chatbot. It does exactly one thing: compress and classify raw terminal output into structured, actionable summaries.
Built for the distill engine — an open-source CLI output compression tool.
What is distill?
distill is a tool that takes arbitrary command-line output and reduces it to only what matters. Instead of scrolling through 500 lines of npm install logs, you get:
PASS
24 packages installed, 0 vulnerabilities
Instead of parsing a wall of Terraform plan output, you get:
{"create": 3, "change": 12, "destroy": 0}
distill-1.7B is the brain behind distill — it's the model that understands CLI output and knows what's signal vs noise.
Why "Expert Language Model"?
Unlike general-purpose LLMs (ChatGPT, Claude, etc.) that can talk about anything, distill-1.7B is:
Trait
General LLM
distill-1.7B
Scope
Any topic
CLI output only
Size
70-400B params
1.7B params
Training data
Web crawl (trillions of tokens)
100k synthetic CLI outputs
Strengths
Conversation, reasoning, code
CLI compression, classification
Weaknesses
—
Can't chat, can't code, can't reason
It's an expert in the same way a radiologist is an expert — highly skilled in one narrow domain, not trying to be a general practitioner.