---
title: Large Language Model (LLM)
description: Page on Vedang Vatsa's site: https://veda.ng/glossary/llm
canonical: https://veda.ng/glossary/llm
last_updated: 2026-09-22
type: text/markdown
---
# Large Language Model (LLM)

Source: https://veda.ng/glossary/llm
Author: Vedang Vatsa (https://veda.ng/about)

A Large Language Model is a neural network trained on massive text datasets to predict and generate human-like text. Examples include GPT-4, Claude, and Gemini. Scale determines capability. An LLM with billions of parameters can perform tasks that smaller models cannot. It can reason through multi-step problems, write code, analyze documents, and hold complex dialogue.

You show the model a word and the words before it, and it learns to predict the next word. Do this billions of times across text from the entire internet, and something emerges. The model develops an internal grasp of language, logic, and concepts. It learns that certain word sequences correlate with other sequences. It learns patterns about how humans think and write. This emergent behavior, where capability arises from scale without explicit programming, is what makes LLMs different from earlier generations of AI systems.

LLMs don't follow rules. They generate text token by token, always choosing the most statistically likely continuation. So they can hallucinate plausible-sounding falsehoods. They're pattern-matching machines, not knowledge databases. OpenAI's GPT-4 technical report (2023) describes a large multimodal model trained to predict the next token. The public report does not disclose parameter count.

Glossary index: https://veda.ng/glossary