Resources list
AI

Understanding AI (1/4): 10 Terms to shine in meetings

Team Rokodo
5 min
-
13.02.2026
1
Artificial Intelligence (AI)

A broad field of techniques that let machines imitate human capabilities: learning, reasoning, perception, language understanding, and decision-making.

2
Algorithm

A logical set of instructions to solve a problem. In AI, algorithms analyze data and produce predictions—like “recipes” that learn from data.

3
Intelligent agent

A program that perceives its environment, decides, and acts to reach a goal, improving through experience (e.g., a robot avoiding obstacles).

4
Machine Learning (ML)

A branch of AI where computers learn from data without being explicitly programmed for every situation. Models find patterns to predict or decide.

5
Supervised vs unsupervised learning

Supervised learning uses labeled examples (the “right answer”). Unsupervised learning discovers structure on its own (e.g., customer clustering).

6
Deep Learning

A subfield of ML using multi-layer neural networks to extract complex features from images, audio, or text—powering speech recognition and many modern assistants.

7
Neural network

Inspired by the brain: connected artificial neurons organized in layers. More layers let models learn increasingly abstract patterns.

Model, input, and output

A model is the result of learning from data. Input is what it receives; output is the prediction produced (e.g., image → “cat”).

Training vs inference

Training: learning from large amounts of data. Inference: using what was learned to answer new questions—like studying first, then applying knowledge.