VDR-1 introduced exact finite arithmetic in irreducible triple form. VDR-2 tested it across 15 mathematical domains. VDR-3 extended coverage to 23 domains and integrated the MATH-3/MATH-4 transcendental basis, establishing that VDR has no unique computational boundaries. This paper reports what happened when that arithmetic system was extended into a complete machine learning stack: 24 modules implementing exact-fraction softmax, reverse-mode autodiff, trainable neural network layers, optimizers, attention, a transformer architecture, token sampling, checkpointing, datasets, metrics, and a shared-denominator basis system. 181 tests pass across 7 test batches. A working tiny transformer language model runs forward passes, computes exact logits, produces exact attention weights that sum to exactly 1, and exposes every intermediate value as an inspectable exact fraction. No floating-point arithmetic is used at any point in any computation. The central finding is not that exact-fraction LLMs are practical at scale — they are not, yet. The central finding is that every component of a language model architecture can be expressed as exact rational arithmetic, that the approximation boundary can be placed exactly where the designer chooses rather than where hardware precision forces it, and that the resulting system produces outputs that are bit-for-bit reproducible, fully inspectable, and provably normalized. This changes the status of VDR from "an exact arithmetic library with ML potential" to "a system that has actually built and run an exact transformer."
Geoffrey Howland (Fri,) studied this question.
Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context: