AI Glossary: Industry Concepts
Understanding the AI landscape helps designers navigate vendor decisions, cost considerations, and market dynamics. Here are a bunch of foundational concepts that we should all have some awareness of. No need to learn them by heart, but this is a good reference manual with references where possible.
Foundation Models
Large-scale models trained on vast, diverse data serving as bases for many downstream applications. Stanford researchers introduced the term in 2021. Building requires massive resources; using them is far cheaper—democratizing AI access.
Frontier Models
The most advanced models pushing capability boundaries with potentially significant risks. The Frontier Model Forum defines these as exceeding "capabilities present in today's most advanced existing models." Subject to increased regulatory scrutiny.
Reference: Anthropic, Google, Microsoft, and OpenAI, "Frontier Model Forum Announcement", July 2023
Open-Source vs. Closed Models
Distinction between publicly available weights (open: Llama, Mistral) versus API-only access (closed: GPT-4, Claude). Open enables customization and self-hosting; closed offers convenience and safety features. Many organizations adopt hybrid approaches.
Reference: ⚠️ No single authoritative academic paper — distinction emerged organically with releases like Meta's LLaMA (2023).
Inference Costs / Tokens-Per-Dollar
Economic metrics for production AI—typically per million tokens processed, ranging from $0.10 to $150+ per million output tokens. Key metric for high-volume applications. Optimization: model selection, caching, quantization, batching.
Reference: Epoch AI, "Inference economics of language models", 2024
Additional: Andreessen Horowitz, "LLMflation - LLM inference cost is going down fast", 2024
Fine-Tuning Services
Platforms enabling model customization without building ML infrastructure—OpenAI, Vertex AI, AWS Bedrock. Appropriate when you need consistent behavior or domain expertise that prompting can't achieve. Costs range from hundreds to thousands of dollars.
This glossary is part of a series covering AI and LLM concepts for product designers.