A simple and powerful resource to understand key AI terms.

At YamiTools, we believe AI should be accessible to everyone. This glossary was created to help you understand the most common terms in the world of Artificial Intelligence — whether you're a developer, marketer, entrepreneur, or just curious.

Browse the terms, learn something new, and feel free to reach out with suggestions or questions.

Large Language Model (LLM)

Large Language Models (LLMs) are advanced artificial intelligence systems that have revolutionized natural language processing. These models are trained on massive datasets of text, enabling them to understand and generate human-like text with remarkable accuracy. LLMs excel in a wide range of tasks, including language…

Continue reading...

Context

The information an AI model retains and considers when generating a new response or making a decision. In large language models, context includes previous words, sentences, or even entire conversations, helping the AI understand meaning, maintain coherence, and produce relevant outputs. The amount of context…

Continue reading...

Compute

The processing power required to run AI models, handle data, and perform complex calculations. In AI, compute refers to the hardware resources — like graphics processing units (GPUs) and tensor processing units (TPUs) — that enable models to be trained and run efficiently. More compute…

Continue reading...

Chain of Thought (CoT)

A step-by-step method used by reasoning language models where the AI explicitly outlines each logical step or intermediate reasoning stage leading to a final conclusion or answer. In reasoning models, using CoT enhances transparency, improves accuracy, and allows humans to understand how the model arrives…

Continue reading...