Skip to content

LLM (large language model)

An LLM is an AI model trained on massive text corpora to predict the next word. That makes it an excellent natural-language interpreter — summarizing, classifying, writing, conversing — but a poor guarantor of exact facts without verification.

Hence the value of reserving the LLM for language tasks and grounding the critical logic in deterministic code.

See also