AI & LLMs
Large language model (LLM)
Also known as: LLM
A large language model is a neural network trained on huge amounts of text to predict the next token, which lets it generate and reason over language.
A large language model (LLM) is a machine-learning model trained on very large text corpora to predict the next unit of text. That simple objective, at scale, produces systems that can draft, summarize, translate, answer questions, and call tools.
LLMs do not "look things up" by default - they generate a statistically likely continuation from their training. That is why techniques like retrieval-augmented generation and tool use exist: to ground the model in real, current data.
In GraphCanon
Many tools in the catalog are built to run, orchestrate, or serve LLMs. GraphCanon uses an LLM at ingest time to draft a neutral tagline and summary for each repository, always labelled as AI-generated.
See also
Related terms
Last reviewed 2026-07-09