Abstract
What the paper claims without the marketing sludge.
LLM Foundry is a modular framework for language-model work that treats the base model as only one component of a larger system. Real use needs more than a prompt box: it needs tokenisation, memory, compression, tool execution, trace capture, evaluation, and back-end abstraction. This paper formalises that stack as a control plane around any model source.
The core idea is brutally simple. If the model is the worker, then the surrounding machinery is the workshop: the translator, the notebook, the editor, the audit log, the test bench, and the router. Once those pieces are formalised, a model can be swapped without rebuilding the whole system.
The draft below gives a clean engineering view, a mathematical view, and an implementation view. It also stays honest about what is and is not actually in the repo today.