Reference · Glossary
LLM
Last updated
A **Large Language Model** predicts the next piece of text from patterns learned during training — useful for drafting, explaining, coding help, and chat.
#When to use
Language tasks: summarize, rewrite, brainstorm, translate, explain code, or draft from examples.
#When not to
Tasks that need guaranteed facts, live private data, or exact math without tools — pair with retrieval, calculators, or human review.
#Example
System: You are concise.
User: Explain embeddings in one sentence for a product manager.