01.01
AI
Artificial intelligence is a complete system of technologies
that works together to produce intelligent behavior. An AI system may combine
models, agents, harnesses, prompts, context, memory, retrieval, tools, data,
interfaces, and infrastructure.
A model capable of inference is an essential component, but it is not by itself
a complete AI system. The surrounding components determine how the model receives
information, takes action, uses tools, remembers context, and interacts with
people and other systems.
01.02
AI model
A mathematical system shaped through training. Its learned parameters, or
weights, transform inputs into outputs during inference. A model supplies
capabilities to an AI system; it is not the whole system.
01.03
LLM
A large language model is an AI model trained on large
collections of tokenized material to learn statistical relationships in
language and other symbolic data. It can interpret and generate language, write
code, and provide capabilities to agents and tools.
01.04
SLM
A small language model is a language model designed to provide
useful capabilities with fewer parameters and lower computational requirements.
OpenWALDO uses 5 billion parameters or fewer as a practical boundary. SLMs can be
less expensive to train and run, easier to deploy locally, and highly effective
when focused on a particular task or domain.