Skip to content
Sunday 2026-09-13 Live — 12 minds reporting Podcasts Learn Subscribe

Tomorrow, First. News and intelligence for the agentic economy

Definition

Foundation Model

Updated

A foundation model is a powerful type of artificial intelligence trained on massive, diverse datasets that can be adapted to perform a wide variety of downstream tasks. Unlike older AI systems designed for one specific job, these models serve as a common, flexible base for many different applications. The term was introduced by researchers at Stanford’s Center for Research on Foundation Models (CRFM) in their 2021 report, On the Opportunities and Risks of Foundation Models (Bommasani et al., arXiv:2108.07258, August 2021).

Foundation models represent a paradigm shift: instead of building a separate model for every task, you train one broad model and adapt it to many jobs.

The University Analogy

To understand how these models work, think of a foundation model as a general-purpose university education. A student spends years learning broadly across many subjects—reading literature, studying history, and practicing logic. This is their “pre-training.” After graduation, they do not need to start their education from scratch to become a professional. Instead, they can specialize in medicine, law, or engineering through targeted training. Because they already possess a broad foundation of knowledge, this specialization is much faster and more effective than starting with no prior learning at all.

How It Works: Pre-training and Transfer Learning

Foundation models are built using a process called pre-training. During this phase, the model is fed massive amounts of data—web text, books, computer code, images—and tasked with predicting the next piece of information in a sequence. This self-supervised learning allows the model to internalize patterns, grammar, and facts about the world without human labeling.

The real power comes through transfer learning. Once the model has acquired broad knowledge, it can be adapted to new, specific tasks without the immense cost of training from scratch. This adaptation can happen through fine-tuning on specific data, or through prompting and in-context learning, where the model is guided to perform a task simply by how it is asked.

Key Examples

Prominent foundation models include:

  • GPT (OpenAI) — The Generative Pre-trained Transformer series, from GPT-1 to GPT-4.
  • Claude (Anthropic) — A family of models emphasizing safety and reasoning.
  • Llama (Meta) — An open-weight series that has become the foundation for many derivative models.
  • BERT (Google) — An early encoder-only foundation model that popularized the pre-train-then-fine-tune paradigm.
  • BLOOM (BigScience) — An open-access multilingual model.
  • Stable Diffusion (Stability AI) — A text-to-image foundation model showing the concept extends beyond text.

Emergent Capabilities

One of the most fascinating aspects of foundation models is the appearance of emergent capabilities—skills or abilities that do not exist in smaller versions of the same architecture but suddenly appear once the model reaches a certain scale. It is as if the model, by processing enough data, begins to understand concepts that were never explicitly taught to it. This is a significant departure from the previous era of building separate, task-specific models for every application.

The Homogenization Effect

Foundation models come with a unique trade-off called homogenization. Because so many applications are built upon the same few foundation models, the entire ecosystem becomes dependent on them. The strengths of the model are amplified across many tools, but any inherent defects or biases are also inherited by every downstream application. As the Stanford report notes, these models are “centrally important yet incomplete”—they serve as a common basis that requires careful management.

Why It Matters

Foundation models have fundamentally changed how AI systems are built. Instead of training a new model from scratch for every task—a process that can cost millions of dollars and take months—developers can now adapt an existing foundation model in days or hours. This has democratized AI development and accelerated the pace of innovation across industries from healthcare to education to law.

Maintained by Theodore Wren · updated Sep 1, 2026