The vision

Agriculture & Food, Reinvented.

We are building a future where our food is grown & rewarded for its sustainability and nourishment — supporting assurance systems using our data modelling, predicting nutritional outcomes & ultimately providing digital tools for compliance audits — all to accelerate innovation in agriculture to ensure farming is sustainable and nutritious.

How? 3D farming — three dimensions, in order — 1 Farm to food 2 Food to farm 3 Innovation engine

See how it works

3D Farming = New Food System

3D farming is Vitagri's name for one connected system worked in three dimensions, in sequence. First farm to food — predict. Then food to farm — verify. Then a digitalised innovation engine that accelerates sustainable change across the whole farming and food industry.

1 Farm to food Predict — how a crop is grown sets the nutrient density of the food it becomes.
Start · the farm
British farmland

The farm

How it’s grown — tillage, nitrogen, soil organic matter, cover crops.

The engine

The model

Reads the road both ways.

Finish · the food
Nutrient-dense beetroot

The food

What you eat — nutrient density, written into the biology.

2 Food to farm Verify — the food’s own biology proves how it was grown, with no paperwork required.
3 Innovation engine Digitalise innovation — accelerate sustainable change across the whole farming and food industry.

The engine · interactive

Two models that check each other — when combined, accelerate innovation

Most certification trusts the paperwork. This design does not have to — the food’s biology is the second witness. Choose a direction and watch the engine run.

British field systems
Input · the farm
How it’s grown

The decisions a farmer makes.

● Start here
Tillagereduced · no-till
Nitrogen ratekg N / ha
Soil organic matter% SOM
Cover cropsspecies · duration
Predicted iron
5.2 mg
Forward prediction
Logged & calibrated
The model · stacked ensemble
Nutrient-dense beetroot
Output · the food
Predicted nutrition

What the model expects this food to be.

● Start here
Iron5.2 mg/100g · predicted
Zinc4.1 mg/100g · predicted
Polyphenols+14% vs typical · predicted
Calibrated certaintyrange 4.8–5.6 · 95%
Predicted iron
5.2 mg/100g
calibrated 4.8–5.6 · 95%
The model
Stacked ensemble
GLMM · XGBoost · RF → ridge
Cross-check
Forward = Reverse
→ audit-grade ✓
Predict

What the engine does

One engine, two jobs

The closed loop proves what happened. The same engine, run as an optimiser, discovers what should happen next.

Job 1 · the closed loop

Verify & trace

Audit-grade certification, provenance and anti-greenwash. The bi-directional check proves a nutrient-density claim from the food’s own biology — traceability and compliance that cannot be talked around.

Job 2 · the flywheel

Innovate & accelerate

Run as an optimiser, the same engine searches for the farming techniques that will raise nutrient density next — and prioritises the trials most likely to work. Vitagri becomes an R&D platform, not only a certifier.

Step 3 · the digitalised innovation engine

It’s time to digitally connect from farm to plate — and accelerate the optimising of the whole food system.

Verification proves what already happened. Read the loop one more way and it becomes a search for what should happen next — scoring a whole season of farming in milliseconds, trialling the winners, and confirming every gain in the food’s biology. This is how data science digitalises innovation in farming: each verified cycle sharpens the model and narrows the search, accelerating sustainable change across the whole farming and food industry.

Farm sideFood side
  1. 01 Search · every way to farm
  2. 02 Optimise · rank the biggest gains
  3. 03 Trial · winners to the field
  4. 04 Verify · confirmed in the biology
  5. 05 Learn · fold back & retrain
Search space remaining  11,400
New, biologically-verified farming techniques — cumulative
cycle 1 cycle 10 → ↑ the curve steepens — innovation accelerates
Cycles run
0
Techniques verified
0
Best nutrient gain
+0%
Discovery rate
×1.0
Watch new, verified farming techniques compound, cycle by cycle

Why this is the asset

Credibility that is structural, not promised

Certification businesses live or die on credibility. The bi-directional design is what makes Vitagri’s credibility structural rather than promised — and hard for a new entrant to copy.

01

Fraud-resistant by biology

C15:0 and C17:0 fatty acids are synthesised exclusively by bacteria in ruminant digestive systems. They cannot be supplemented into milk or meat. The reverse model’s evidence is a biological fingerprint, not a declaration.

02

Audit-grade, not self-reported

When the forward prediction and the reverse reading agree, the certification is evidence-based. That is a categorically stronger claim than a paperwork audit — and a stronger product to license.

03

A compounding data network

Every certified farm produces validated, labelled data that retrains the model. More data → better accuracy → more credible certification → more farms. The dataset, not the algorithm, is the durable advantage.

Gearbox

For the technical reader

The narrative above is the whole story at one level of zoom. Open any panel for the engineering detail — the same material taught in Module 9 of the Vitagri Academy.

The forward model is a deliberately designed stacked ensemble — not one model, but three complementary base models whose predictions are combined by a fourth.

GLMM (Generalised Linear Mixed Model) provides rigorous statistical inference with proper uncertainty quantification and correct handling of nested farm data. XGBoost captures the complex non-linear interactions a linear model misses. Random Forest adds stability and resistance to overfitting in small datasets — hundreds of independent trees, each on a random subset, averaged so they do not all make the same mistake.

Each base model produces its own prediction for every farm. Those three feed a ridge meta-learner — a linear model with L2 regularisation that learns the optimal weighting of each contribution. The combined prediction is more accurate and more stable than any individual model.

The reverse model takes biological markers from a food sample and infers what farming system produced it — enabling independent verification, because a food’s biology cannot easily be faked.

The markers — odd-chain fatty acids, microbial diversity, polyphenol profiles — arise from fundamental biochemical pathways in living organisms. C15:0 and C17:0 in particular are synthesised exclusively by bacteria in ruminant digestive systems; they cannot be supplemented into milk or meat, so they are genuinely diagnostic of the farming system. These biological constraints are what make the reverse model fraud-resistant.

Raw probabilities from machine-learning models are often poorly calibrated — a model that says “80% confident” might be right only 60% of the time. Vitagri applies isotonic-regression calibration so the confidence scores are honest. For continuous outcomes it reports not a single point but a calibrated range — 4.8–5.6 mg/100g at 95%.

For the reverse classification model, the calibrated probability drives the certification decision directly:

≥ 80%Issue certification.
60–80%Request additional samples — flagged for expert review.
< 60%Certification withheld — flagged for expert review.

The Brier score — the mean squared difference between predicted probabilities and actual outcomes — must be below 0.15 for the system to count as well-calibrated. Calibrated confidence intervals are what separate this from a marketing claim.

Verification reads the loop in two directions. The third use reads it as an optimiser. Once the forward ensemble can predict nutrient density from a set of decisions, it is also a fast surrogate simulator: score a proposed combination of farming choices in milliseconds instead of a growing season.

That turns “which farming change should we try next?” into a search over the model’s predicted surface. The system ranks candidates by expected nutrient-density gain while accounting for its own uncertainty — an explore/exploit trade-off handled with Bayesian-optimisation and active-learning methods, structured as a design-of-experiments programme so each trial is maximally informative.

The highest-expected-gain candidates are promoted to real field trials. The reverse model independently validates the outcome from the harvested food’s biology — so a predicted gain only counts once it is biologically confirmed. Validated results are folded back into the training set, the ensemble is recalibrated, and the search space narrows for the next cycle.

Every certified farm generates validated, labelled data that can retrain the model. More data means more patterns, better accuracy, and more credible certifications — which attracts more farms, a compounding virtuous cycle. The defensible asset is the accumulating verified dataset and the calibrated model trained on it, not any single algorithm.

Questions

Frequently asked

3D farming is Vitagri’s name for one connected agricultural system worked in three dimensions. First, farm to food: a forward model predicts a food’s nutritional outcomes from how a crop is grown. Second, food to farm: a reverse model verifies those outcomes from the food’s own biology, with no paperwork required. Third, a digitalised innovation engine: the same predictive model is run as an optimiser to discover and accelerate the farming techniques that raise nutrient density. The three dimensions form one closed, self-improving loop — which is why we call it 3D farming.
A two-way machine-learning system. The forward model predicts a food’s nutrient density from how a crop is farmed (tillage, nitrogen rate, soil organic matter, cover-crop use). The reverse model takes biological markers from a food sample and infers what farming system produced it. Together they form a closed verification loop: one side predicts which farms should produce nutrient-dense food, the other checks whether the food actually carries the biological signatures of that farming.
Most food and farming certification is self-reported and audited on paperwork. The reverse model removes the reliance on self-reporting — a food’s biology cannot easily be faked. When the forward prediction and the reverse reading of the biology agree, the certification is evidence-based rather than declaration-based.
The forward model predicts a food’s nutritional outcomes from how it is grown; the reverse model verifies them from the food’s own biology. Together they give assurance schemes an evidence base that does not rely on self-reporting — and because every check is digital, audits that today depend on paperwork and farm visits can run continuously in software. Vitagri is building these digital compliance tools on top of the model.
The biological markers the reverse model relies on — odd-chain fatty acids, microbial diversity, polyphenol profiles — arise from fundamental biochemical pathways in living organisms. They cannot be artificially created, supplemented, or faked. C15:0 and C17:0 in particular are synthesised exclusively by ruminant gut bacteria and cannot be added to milk or meat.
Every certified farm generates validated, labelled data that retrains the model. More data means more patterns, better accuracy and more credible certifications — which attracts more farms, a compounding virtuous cycle. A new entrant cannot replicate the accumulating verified dataset without the same network of verified farms.
Both. Beyond verifying and tracing farming for compliance, the same forward model can be run as a simulator — it scores proposed farming-decision combinations in milliseconds. The system searches for the farming predicted to raise nutrient density, prioritises the highest-expected-gain field trials, validates the outcomes with the reverse model, and feeds the results back to retrain the model. Verification becomes a continuous-improvement flywheel that accelerates the discovery of new nutrient-density-raising techniques over time.
The full technical treatment — the stacked GLMM, XGBoost and Random Forest ensemble, the ridge meta-learner, isotonic-regression calibration and the Brier-score threshold — is taught in Module 9 of the Vitagri Academy, and the underlying evidence base is set out in the Growing Health white paper.
Nutrient-dense brassica, close up

In collaboration with the Bionutrient Institute

“We, at the Bionutrient Institute, are delighted to be working with Vitagri to accelerate the measurement of how farming can increase nutritional density.”
Dan Kittredge · Bionutrient Institute

Join the network

The engine for a nutritional density future

The model gets stronger with every verified farm. If you are an investor, a research institution, or a food business that wants nutritional quality to be provable — we should talk.