LLM (Large Language Model)

A large language model like Claude, GPT, or Gemini. The "brain" that understands and generates language.

Why it matters

LLMs are what make modern AI agents possible. They understand natural language and generate human-quality text.

In practice

We use two LLMs: Ollama (local llama3.2, handles 80-95% for free) and Claude (API, for complex reasoning). Routing is automatic and cost-tracked.

Related terms

Back to glossary