Veritate is our own research program, and it is where the training work happens. It is a tokenizer-free byte-level architecture with a 256-symbol vocabulary, served by an inference engine we wrote by hand in C with no CUDA, no framework, and nothing to install beyond a single binary.
The quantization sits inside the training rather than after it. Instead of compressing a finished model and accepting what that costs, the low precision is folded in from the start, so the network learns under the arithmetic it will eventually run on. The same approach applies to activation sparsity, which is trained in rather than pruned afterward.
Every experiment is published, including the ones that regressed. The engine, the plugins, and the training scripts are on GitHub, and the research log reads as a sequence of measurements rather than a set of claims.