C (4)

C

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...