---
title: "Large Language Model (LLM)"
description: "A large language model (LLM) is an AI trained on vast amounts of text to understand and generate human language, the engine behind tools like ChatGPT and Claude."
canonical: "https://www.whatsnext-ai.com/glossary/llm"
---

# Large Language Model (LLM)

A large language model (LLM) is an AI trained on vast amounts of text to understand and generate human language, the engine behind tools like ChatGPT and Claude.

## Definition

An LLM predicts the most likely next words given everything before them, which lets it summarise, draft, classify, translate and reason over language. On its own it’s a capable generalist; the business value comes from connecting it to your data and tools.

## Related

- [AI Agents](https://www.whatsnext-ai.com/ai-agents)
- [Custom AI Development](https://www.whatsnext-ai.com/custom-ai-development)

## Source

Stanford HAI — What is a Large Language Model? (https://hai.stanford.edu/ai-definitions/what-is-a-llm)
