What is a Large Language Model?
A large language model (LLM) is a neural network trained on massive text corpora to predict and generate coherent language, learning grammar, facts, and reasoning patterns as a byproduct of that prediction task.
Modern LLMs are built on the transformer architecture, which uses self-attention to weigh the relevance of every prior token when generating the next one, allowing the model to track long-range context across a conversation or document. Training happens in stages: pretraining on trillions of tokens of general text teaches broad language and world knowledge, and subsequent fine-tuning (including reinforcement learning from human feedback) shapes the model to follow instructions, refuse harmful requests, and produce helpful, well-formatted answers.
LLMs are probabilistic next-token predictors, not databases — they can produce fluent, confident text that is factually wrong (hallucination), and their knowledge is frozen at the training cutoff unless it's supplemented with retrieval or tools. This is why production systems pair an LLM with grounding mechanisms like a knowledge base, tool calls, or structured retrieval rather than trusting the model's raw output for anything that must be verifiably accurate.
In practice with Neotask
Neotask routes each request to the LLM best suited to it — a fast, cheap model for simple classification, a frontier reasoning model for complex multi-step planning — through its model-routing layer. The agent always grounds factual claims in retrieved company data or live tool results rather than relying on the model's unaided memory.
Related terms
- llm-routing
- machine-learning
- knowledge-base-ai
- long-term-memory-ai
- mcp-client
Plans
Free
$0/mo
Download without a card and start for free.
Individual
$50/mo
The full personal agent platform for one person.
Business
$100/mo
One company workspace with room to add your team.
Enterprise
$200/mo
Multiple workspaces and capacity for larger teams.
Continue