Digitorn
Digitorn
All terms
Models & inference

LLM

A neural network trained on text that takes a prompt and returns text, optionally including structured tool calls.

also known as: large language model, language model
In depth

An LLM is a function: text in, text out. Modern LLMs (Claude Sonnet, GPT-4o, DeepSeek V3, Llama 3) also emit structured tool calls, which is what makes them useful as agent brains. The quality difference between providers and tiers is real, but for many agent tasks (exploration, classification, triage) a cheaper model is indistinguishable from a premium one. Routing the right turn to the right model is most of the cost story in production.

Related concepts
Newsletter

Get the next post in your inbox.

Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

More in Models & inference

Context window/glossary/context-windowFrontier model/glossary/frontier-modelInference/glossary/inferenceOpen-weight model/glossary/open-weight-modelStreaming/glossary/streamingTemperature/glossary/temperature