What are foundation & frontier models?
Picture a single, very capable engine that lots of different tools are built on top of. That engine is a foundation model: one big model trained on broad data, then adapted to many jobs. The most capable of these — the leading edge — are called frontier models. Here is what that means, why it changed AI, and how the open and closed versions differ.
01One model, many tasks
The AI Governance Charter — establish ownership, scope, and accountability for AI.
Get the charter Browse all templatesYour purchase helps keep our hubs free to read.
Imagine learning to read. Once you can read, you do not relearn it for every new book — you reuse that one skill for menus, novels, and street signs alike. A foundation model works the same way. It is a large model pretrained on a broad sweep of data — meaning it learns general patterns first, before it is given any specific job. Then it is adapted: the same trained model is pointed at a particular task, like summarizing a report or answering a question. That is why we call it a "foundation" — many different tools are built on top of this one base. Tap a task to see how the same model gets adapted to it.
Pretrained, then adapted
One model is trained on broad data so it learns general patterns. The same model is then adapted — steered or specialized — to handle a specific task. Tap any task around the edge to see how this single base gets reused.
- A foundation model is pretrained on broad data, then adapted to many downstream tasks.
- It is a "foundation" because other applications and specialized tools are built on top of it.
- One strong base, reused — instead of training a brand-new model for every single job.
02"Frontier" models, and the shift that changed AI
Not every foundation model is at the cutting edge. The term frontier model is reserved for the most capable, highest-compute models — the ones at the leading edge of what is currently possible. Every frontier model is a foundation model, but most foundation models are not at the frontier. The deeper shift, though, is in how these models get built. The old way was: pick a task, gather data for it, train a fresh model just for that task — then repeat from scratch for the next task. Foundation models flipped that to pretrain once, adapt many: train one broad base, then reuse and adapt it across countless tasks. That reuse is what let AI capabilities spread so quickly across so many products.
- Frontier model: one of the most capable, highest-compute models at the leading edge.
- Old way: a new model trained from scratch for each task.
- New way: pretrain one broad base, then adapt it many times — far less duplicated effort.
03Scaling, and abilities that "emerge"
Why are frontier models so capable? A big part of the answer is scale. Broadly, scaling means increasing three things together: the size of the model, the amount of data it trains on, and the compute used to train it. As models scale up, researchers have observed something striking: certain abilities appear that were not obvious in smaller models — often called emergent abilities. A small model might fumble a kind of task entirely, while a much larger one handles it. The honest caveat: capability is something you have to measure and compare, not just assume from size — and a model that sounds fluent and confident can still be wrong. So treat capability claims as things to verify, not take on faith.
- Scaling = more model size, more data, and more compute, broadly together.
- Emergent abilities are capabilities that show up at greater scale and are not evident in smaller models.
- Capability is measured and compared — fluency is not proof of correctness, so verify claims.
04Open-weight vs closed models
Foundation models come in two broad flavours, and the difference is mostly about who can hold the model. An open-weight model lets you download the trained weights — the numbers the model learned — and run or adapt it on your own machines. A closed (or proprietary) model stays with its maker: you reach it through the vendor's hosted service or API, without ever downloading it. One important caveat that trips people up: "open-weight" is not the same as "open-source." Getting the weights does not mean you also get the training data, the full source, or unrestricted licensing — those are often still held back, and a license still governs use. Flip the toggle to see how the trade-offs shift.
Illustrative trade-offs — the shape of the choice, not measured scores for any specific model or vendor.
- Open-weight: download the weights and run or adapt the model yourself.
- Closed / proprietary: use it through the vendor's hosted API — no weights to download.
- Open-weight ≠ open-source: downloadable weights do not guarantee open training data or unrestricted licensing.
05How to choose — and the wider ecosystem
There is no single "best" model; there is the best fit for your situation. A simple way to decide is to weigh four trade-offs: capability (how strong does it need to be?), cost (what fits your budget?), control (do you need to run and customize it yourself?), and privacy (must your data stay on your own infrastructure?). If control and privacy matter most, an open-weight model you self-host leans your way. If you want the strongest capability with the least setup and your data policy allows it, a hosted frontier model via API leans the other way. As for the ecosystem: there are several major foundation-model families today, spanning both approaches — some are open-weight families you can download and adapt, others are closed, hosted families reached through an API. The right starting point is the trade-off that matters most to your task, not the loudest name.
- Weigh capability vs cost vs control vs privacy — fit beats "best."
- Control & privacy first → lean toward a self-hosted open-weight model.
- Peak capability, least setup → lean toward a hosted frontier model via API.
06Check your understanding
07Take it with you & go deeper
Foundation model
The one-line definition plus the key terms around it.
Look up →Large language model
The most common kind of foundation model, explained in one line.
Look up →Open-weight vs open-source
What "open" actually means for a model — weights, training data, and licenses, untangled.
Coming soonScaling & emergent abilities
A closer look at why bigger models can do things smaller ones cannot — and how that is measured.
Coming soon→Continue learning
⊕Concept map
How the pieces fit: one pretrained base is adapted to many tasks, the most capable of these sit at the “frontier,” scaling is what makes them capable, and they ship either as downloadable open-weight models or closed hosted ones — which is what you weigh when you choose. Expand each branch.
One model, many tasks
- – A foundation model is pretrained on broad data, then adapted to many downstream tasks.
- – It is a “foundation” because other applications and specialized tools are built on top of it.
- – One strong base, reused — not a brand-new model for every single job.
“Frontier” models & the shift that changed AI
- – A frontier model is one of the most capable, highest-compute models at the leading edge.
- – Every frontier model is a foundation model, but most foundation models are not at the frontier.
- – The shift: from a new model per task to pretrain once, adapt many — far less duplicated effort.
Scaling, and abilities that “emerge”
- – Scaling means increasing model size, training data, and compute — broadly together.
- – Emergent abilities show up at greater scale and aren’t evident in smaller models.
- – Capability is measured and compared — fluency is not proof of correctness, so verify claims.
Open-weight vs closed models
- – Open-weight: download the trained weights and run or adapt the model yourself.
- – Closed / proprietary: reach it through the vendor’s hosted service or API — no weights to download.
- – Open-weight ≠ open-source: downloadable weights don’t guarantee open training data or unrestricted licensing.
How to choose — and the wider ecosystem
- – Weigh capability vs cost vs control vs privacy — fit beats “best.”
- – Control & privacy first → lean toward a self-hosted open-weight model.
- – Peak capability, least setup → lean toward a hosted frontier model via API.
→Related lessons
- → AI Alignment & RLHF Explained (2026 Guide)
- → What Are AI Coding Assistants? A 2026 Guide
- → AI Red Teaming Explained: A 2026 Guide
- → AI Regulation & Compliance Explained (2026)
- → AI Chatbots Explained: How They Work (2026)
- → Convolutional Neural Networks (CNNs) Explained 2026
- → How LLMs work (tokens)
- → Fine-Tuning & Customizing Models
Published by Tech Jacks Solutions · Reviewed June 2026. This lesson explains established concepts and is grounded in the references below; figures shown in the interactives are illustrative and labelled as such.
- On the Opportunities and Risks of Foundation Models — Bommasani et al., Stanford CRFM (2021)
- Stanford HELM — Holistic Evaluation of Language Models — Stanford CRFM
- Emergent Abilities of Large Language Models — Wei et al. (2022)
- Llama — open model resources — Meta AI
- Hugging Face — model documentation & the Hub — Hugging Face
Foundation & frontier models — in 5 minutes
Tech Jacks Solutions · AI Knowledge Hub · educational summary
What a foundation model is
A foundation model is a large model pretrained on broad data and then adapted to many downstream tasks. It is a "foundation" because other tools are built on top of this one base — one strong model, reused, instead of a new model per task.
Frontier models
A frontier model is one of the most capable, highest-compute models at the leading edge. Every frontier model is a foundation model, but most foundation models are not at the frontier.
Pretrain once, adapt many
The shift that changed AI: instead of training a fresh model for each task, teams pretrain one broad base and adapt it many times — so capabilities spread quickly across products.
Scaling & emergent abilities
Scaling means more model size, data, and compute together. As models scale, some emergent abilities appear that were not evident in smaller models. Capability is measured and compared — a fluent model can still be wrong, so verify claims.
Open-weight vs closed
Open-weight: download the weights and run/adapt the model yourself (more control and privacy). Closed/proprietary: reach it via the vendor's hosted API (more convenience, often peak capability). Note: open-weight is not the same as open-source — weights do not include training data or unrestricted licensing.
How to choose
Weigh capability vs cost vs control vs privacy. Control and privacy first → self-host an open-weight model. Peak capability with least setup → a hosted frontier model via API. There are several major families across both approaches; pick for fit, not the loudest name.