02/The modes
Three modes, chosen by what the data is worth
These are not three products. They are three points on a curve trading encode compute against bytes saved, and the interesting engineering is knowing which point a given asset deserves.
One model, many kinds of data
A single model trained across a wide range of data distributions, so one engine handles mixed real-world data instead of a different specialised tool per file type. The cost of training is amortised across every domain it covers and every customer who uses it, and each training run raises the floor for all of them at once.
Broad coverage at production cost. This is the mode most data should be run through.
02
Compute scales with the asset's value
Specialised to a single asset
Compression has a floor, and that floor is specific to the individual file. When an asset is valuable enough to justify the compute, we specialise against that asset and get closer to its particular floor than any general-purpose tool will reach, because a general tool has to be right about everything at once and this does not.
The best result available for a given file, at a compute budget you choose. This is the mode behind our benchmark result.
03
Highest cost, highest value data only
Search, then verify
For the most valuable data we run a large parallel search for a shorter exact representation of the bytes, evaluating many candidates at once. Every candidate is verified to reconstruct the input bit for bit. Anything that does not verify is discarded rather than shipped, and nothing unverified is ever counted in a published number.
Results that conventional coders cannot reach, on data where the bytes are worth the search.