Foundation Model
Ai Machine LearningA foundation model is a huge, general-purpose AI model trained on massive data that can be adapted for many different tasks.
A foundation model is a large AI model trained on a broad, massive dataset — text, code, images, and more — using self-supervised learning at scale, producing a general-purpose base that can then be adapted to many different downstream uses rather than being built for just one task. Models like Claude, GPT, Gemini, and Llama are all foundation models: instead of training a separate model for translation, one for summarizing, and another for coding, one large model learns broadly enough to do reasonable versions of all of them.
The adaptation step matters as much as the base model itself. A foundation model becomes useful for a specific business through prompting (giving it clear instructions), retrieval (RAG — grounding it in your own documents), or fine-tuning (further training it on a narrow dataset) — three different ways of specializing the same underlying model for a specific job.
The nuance most founders should internalize early: training a foundation model from scratch costs an amount of compute and data that only a handful of companies worldwide can justify. Virtually every startup, in the Philippines or anywhere else, builds on top of an existing foundation model through an API rather than attempting to train its own — the real competitive work happens in what you build around the model, not in building the model itself.
🇵🇭 Philippine Example
The Philippine government's DICT-Google Cloud partnership, announced June 2026, builds its public-sector AI agents and services directly on top of Google's Gemini foundation model via the Gemini Enterprise platform — a real, verified example of a large Philippine institution adapting an existing foundation model rather than training one of its own.
Related Terms
Added July 16, 2026