What problem does it solve?
Converts messy, multi-file source documents into a single lossless, token-efficient distillate that preserves every fact, decision, constraint, and relationship while removing human-oriented prose and noise so downstream LLM workflows can consume the result as sole context.
Core Features & Use Cases
- Lossless extraction and compression: preserves specific numbers, dates, decisions, rejected alternatives, constraints, and relationships while removing rhetorical and filler text.
- Analyzer-driven routing and semantic splitting: runs an analysis pass to recommend single vs fan-out compression, groups related files, and produces semantically coherent sections when needed.
- Verification and validation: completeness checks, format checks, and optional round-trip reconstruction to prove fidelity; returns structured JSON results for integrations.
- Use case: distill a product brief plus discovery notes into a compact, machine-loadable distillate for PRD creation, architecture design, or as input to an agent pipeline.
Quick Start
Generate a lossless distillate from the folder containing your source documents and save the result adjacent to the primary source with validation enabled.