Principle 2: Your data stays yours
We never retain training data after a project ends. Models are delivered as self-contained artefacts you can host on your own infrastructure or a cloud account you control. No lock-in, no recurring licence tied to our servers. We hand over weights, configs, and documentation.
Principle 3: Explain everything or ship nothing
Black-box outputs are fine for research papers. They are dangerous in production. Every prediction our models make comes with an explanation layer: feature importance scores, confidence intervals, or counterfactual reasoning depending on the domain. A healthcare analytics client needed their clinical staff to understand why a risk score was elevated. We built SHAP-based explanation cards directly into their existing patient-record interface.
Principle 4: Measure honestly
We publish performance metrics against a hold-out set the client controls, not one we curate. If a model underperforms, we say so in the first review meeting. Two engagements in the past year ended at the evaluation stage because the available data could not support the accuracy the client needed. We refunded the remaining budget both times.