---
title: "Training large language models: an EU briefing | Avanti Technologies"
description: "What pre-training, post-training and evaluation involve — and what they mean for compute, data governance and talent decisions in Ireland and the EU."
url: https://www.avanti.ie/resources/training-large-language-models
section: "Briefing · AI Infrastructure"
published: 2026-08-05
modified: 2026-08-06
publisher: "Avanti Technologies"
---
// Avanti Technologies · AI Infrastructure Briefing

# Training large language models: a briefing for European leaders

What pre-training, post-training and evaluation actually involve — and what they mean for compute investment, data governance and talent decisions in Ireland and the EU.

Large language models are now embedded in enterprise software, from customer service to code generation. Understanding how they are built is no longer a technical curiosity for engineering teams alone — it shapes decisions on vendor selection, infrastructure investment, data governance and risk. This briefing sets out the three stages of LLM training in plain terms, then examines what each stage means for organisations operating under EU data protection and AI regulation, and for the Irish market specifically.

// The training pipeline, in brief

## Three stages, three different risk profiles

Training a large language model happens in three distinct stages. Each has a different goal, a different cost profile and a different set of risks.

**Pre-training** Next-token prediction on massive public text corpora.

**Post-training** Supervised fine-tuning and reinforcement learning for alignment.

**Evaluation** Benchmarks and LLM-as-judge scoring to track progress.

### Pre-training

Pre-training teaches a model the mechanics of language. The model is given a sequence of text and trained to predict the next word, over and over, across a very large volume of publicly available text. Because the correct answer is always the next word already present in the source text, no manual labelling is required — this is what makes pre-training a self-supervised process, and what allows it to run at a scale no team could label by hand.

In the process of learning to predict text accurately, the model implicitly absorbs patterns in grammar, writing style and general world knowledge. The engineering challenge is significant: models are too large to fit on a single chip, so the workload is split across thousands of interconnected GPUs, with automated recovery to survive hardware failures and dedicated pipelines to process petabytes of source data.

The result is a model with broad language competence and world knowledge, but no reliable sense of how to behave as an assistant. Pre-trained models, on their own, can be capable but unpredictable — which is why almost no one interacts with one directly.

### Post-training

Post-training is where a raw pre-trained model becomes something usable: safe, well-formatted and responsive to instructions. It typically combines two techniques.

Technique | What it does | Role |

Supervised fine-tuning (SFT) | Trains the model on curated prompt-and-answer examples that demonstrate the desired behaviour. | Sets the floor — basic format and competence. |

Reinforcement learning (RL) | The model generates candidate answers; a separate reward model scores them, and the model is updated to favour higher-scoring answers. | Raises the ceiling — beyond what curated examples show. |

Where SFT teaches a model to imitate good examples, RL lets it discover better answers than exist in any curated dataset. In practice, most current models rely on some combination of SFT followed by RL, though the exact balance differs between labs and remains an open question.

### Evaluation

Every training run needs a way to tell whether it worked. Pre-training is measured directly: is the model getting better at predicting the next word? Post-training is harder to measure, because "helpful", "safe" and "well-formatted" are judgement calls, not scores.

For well-defined tasks such as maths or coding, models are tested against a set of problems with checkable answers. For everything else, teams first define what a good response looks like, then score model outputs against that definition — usually with a second LLM acting as an automated judge, spot-checked by humans. This produces a repeatable signal for whether a change to training data or method is actually making the model better.

// What this means in Ireland and the EU

## The context, not just the mechanics

The mechanics of training are the same everywhere. What differs is the regulatory, infrastructure and talent context an organisation is training or deploying within — and Ireland sits at an unusual intersection of all three.

**EU AI Act and governance** The EU AI Act introduces obligations that scale with risk: providers of general-purpose AI models face transparency and technical documentation requirements, and organisations deploying LLM-based systems must classify their use cases and be able to show how outputs were evaluated and monitored. The evaluation stage of training — what was tested, against what criteria, by whom — is increasingly a compliance record as well as an engineering one.

**Data residency and sovereignty** Under GDPR and sector-specific rules, many EU organisations need assurance that training and inference data stays within the EU or EEA. This has driven growing interest in EU-hosted infrastructure and sovereign-cloud options for fine-tuning and inference workloads, particularly where the underlying data includes customer or citizen information.

**Ireland's infrastructure and talent position** Ireland hosts a substantial share of Europe's data centre capacity, built on decades of hyperscaler and multinational investment. But grid connection constraints — including the moratorium on new large data centre connections in the greater Dublin area — mean local compute capacity for AI workloads is a live planning question, not a given. On talent, Ireland's established base of software, cloud and pharma engineering multinationals gives it a strong general technical talent pool, though specialist ML and AI training expertise remains scarce and in demand across the EU.

// Considerations for leadership

## Three questions for the leadership agenda

None of this requires a CXO to train a model personally. It does mean three questions belong on the leadership agenda when evaluating any AI initiative.

**Cost and compute investment** Pre-training a frontier model from scratch requires infrastructure investment few organisations can justify. Almost all commercial value today comes from post-training and fine-tuning existing models — a materially smaller and more predictable investment.

**Build vs buy** The build-vs-buy decision rarely sits at the pre-training stage — it sits at post-training. Fine-tuning a foundation model on your own data, tone and workflows is where most differentiation and vendor evaluation work happens.

**Risk and governance** Ask any vendor or internal team what the model was evaluated against, who defined "good", and how often that evaluation runs. In an EU context, that answer needs to hold up as a governance record, not just an engineering metric.

### Get in touch

Avanti Technologies advises on evaluating, deploying and governing AI systems for organisations operating in Ireland and the EU.

[Book a discovery call →](https://calendly.com/kumar-avanti)

## // Keep reading

[CXO Guide · Machine LearningMachine learning, minus the mystiqueWhat machine learning actually is, where it earns money in a 20–250 person European business, what a first project costs, and what the EU rulebook asks of you.](https://www.avanti.ie/resources/machine-learning-for-eu-smes)[Research Note · StrategyBuild, buy, or partnerWhere deep-tech AI startups should own the stack, where they should rent it, and where ownership has quietly stopped being an option — with decision protocols.](https://www.avanti.ie/resources/build-buy-partner)[White Paper · ManufacturingOptimising fabrication for cost and deliveryHow AI and software engineering cut avoidable cost and shorten lead times for Irish and EU metal fabricators — with a reference architecture and pilot plan.](https://www.avanti.ie/resources/fabrication-cost-and-delivery)

[All resources →](https://www.avanti.ie/resources)

## Frequently asked questions

### What are the stages of training a large language model?

Training runs in stages: pre-training on a very large general corpus to learn language and world structure; post-training (including supervised fine-tuning and preference-based methods) to make the model follow instructions and behave safely; and evaluation, which measures capability and risk before and after release.

### Should a European company train its own large language model?

For most organisations, no. Frontier pre-training requires compute budgets and specialist teams that are out of reach for all but a few labs. The practical options are adapting an existing model through post-training or retrieval, which capture most of the business value at a fraction of the cost.

### What is the difference between pre-training and post-training?

Pre-training is the long, expensive stage where a model learns language and world structure from a very large general corpus; it produces raw capability but no reliable sense of how to behave. Post-training is the comparatively cheap stage that shapes that capability into something useful and safe — instruction following, tone, refusals — using supervised fine-tuning and preference-based methods. Almost all of the behaviour a user experiences comes from post-training.

### How do you evaluate a large language model before deploying it?

Evaluation has to measure capability and risk separately, and it has to run before and after release rather than once. Capability benchmarks tell you what the model can do; targeted red-teaming and domain-specific test sets tell you how it fails. For a deployment inside a business, the evaluation that matters is against your own task and your own data, not a public leaderboard.
