Agent
AI software capable of acting autonomously to achieve a goal. It doesn't just respond to you (like ChatGPT) — it can 'do things': send emails, book flights, or browse the web on your behalf.
Decode the language of machines. Clear, curated definitions with no unnecessary jargon, for professionals.
94 terms
AI software capable of acting autonomously to achieve a goal. It doesn't just respond to you (like ChatGPT) — it can 'do things': send emails, book flights, or browse the web on your behalf.
The 'Holy Grail' of AI. It's a hypothetical future AI that matches or surpasses human intelligence at any task, not just a specific one.
The world's first comprehensive law on artificial intelligence, passed by the European Union, which classifies AI systems by risk level.
The collection of hardware, software, data, researchers, and companies that allow AI to exist and develop.
The branch that studies the moral implications of AI, such as privacy, bias, and the impact on jobs.
Specific chips (NPUs, TPUs) designed exclusively to process artificial intelligence workloads.
The 'recipe'. It's a series of step-by-step instructions the computer follows to solve a problem. In AI, the algorithm is the method by which the machine learns from data.
Systematic errors in AI outputs caused by prejudices present in the training data (e.g. gender or racial stereotypes).
The process of ensuring an AI's goals stay aligned with human values and intentions, to avoid unintended or harmful consequences.
A branch of computer science concerned with creating intelligent systems.
A standardized test used to measure how 'intelligent' or high-performing an AI model is compared to others.
Prejudices present in the training data that the model absorbs and can replicate (e.g. gender or racial stereotypes).
Data sets so large and complex that traditional software can't handle them. They're the 'food' AI feeds on to learn.
Refers to the fact that we often don't know why an AI made a certain decision. The internal reasoning is opaque even to its creators.
Short for robot. An automated program that performs repetitive tasks on the internet.
An interface that pairs the chat with a persistent editor for collaborating on text or code without constant copy-pasting.
A prompting technique where you ask the AI to 'think out loud' or show its logical steps before giving the final answer.
A program designed to simulate a conversation with humans; it can be simple or based on advanced LLMs.
The field of AI that teaches computers to 'see' and understand images and video (e.g. facial recognition).
The AI's 'short-term memory' during a conversation. It indicates how much text the AI can remember and analyze at once.
An AI assistant that works alongside you (writing code, emails, or documents), while leaving you in final control.
The process of digging through large amounts of data to uncover hidden patterns, trends, and useful information.
The ordered collection of data (text, images, numbers) used to instruct the AI.
An advanced Machine Learning technique inspired by the structure of the human brain (deep neural networks).
Videos, images, or audio created by AI that look real but are fake, often used to impersonate famous people.
The technology behind image generators like Midjourney. It creates images starting from 'noise' and cleaning it up until the requested subject takes shape.
The translation of words or images into lists of numbers (vectors) that let the computer understand the semantic closeness between concepts.
One complete training cycle in which the AI has seen the entire dataset once.
An approach to building AI that can explain its decisions in a way humans can understand.
Classification errors. False Positive: flags a problem that isn't there. False Negative: misses a problem that is.
The cycle in which the AI acts, receives feedback on the result, and uses that information to improve.
A model's ability to learn a new task by seeing only a handful of examples.
Specializing a general-purpose model through further training on data specific to an industry.
A huge, general-purpose model trained on massive amounts of data, on top of which specific applications are built.
Two neural networks competing against each other (one creates fakes, the other tries to spot them) to generate highly realistic data.
AI that creates new content (text, audio, video, code) instead of just analyzing existing content.
Stands for Generative Pre-trained Transformer. It refers to a generative model, pre-trained, based on the Transformer architecture.
Processors originally built for graphics but essential for AI thanks to their parallel computing power.
The process of anchoring the AI's answers to real, verifiable data to prevent hallucinations.
When the AI confidently states things that are completely made up or false.
A key platform where the community shares open-source models and datasets (the 'GitHub of AI').
A system where the AI does the work, but a human reviews or approves the final result.
The settings engineers configure before training to decide how the model should learn.
The moment when the AI 'works' to answer a question using what it learned during training.
Everything provided to the AI: prompts, images, files, or data.
A training phase where the AI is taught to follow specific instructions, beyond just predicting text.
The ability to understand the logical cause behind a decision made by an AI model.
The human work of classifying data (e.g. 'this is a cat') so the AI can learn from it.
The wait time between sending a request and the AI starting its response.
A multidimensional mathematical representation where the AI organizes concepts based on their similarity.
Huge language models trained on vast chunks of the internet — the foundation of chatbots like ChatGPT.
The mathematical value that tells the AI how wrong it was during training; the goal is to minimize it.
The field of computer science that teaches computers to learn from data without being explicitly programmed with fixed rules.
Advanced automatic translation that uses neural networks to understand context and linguistic nuance.
Additional information about data (date, location, author) that helps the AI organize knowledge.
The final software file that contains the 'intelligence' learned after training.
An AI capable of understanding and generating different types of media at once: text, images, audio, and video.
Today's AI — extremely capable at specific tasks but without consciousness or general intelligence.
The branch of AI concerned with helping computers understand human language.
A layered software system that loosely mimics how neurons work in the human brain.
The technology that lets software write text that sounds like it was written by a human.
Useless or corrupted data that can confuse the AI during training.
Neural Processing Unit, a processor dedicated to speeding up AI operations on devices.
Technology that reads text inside images or scanned documents, making it editable.
When a model learns to do something after seeing a single example.
AI models whose code and structure are public and freely usable or modifiable.
The process of making a model more efficient, faster, or lighter.
When the AI memorizes the data instead of learning from it, and fails to generalize to new examples.
The model's internal variables; their number roughly indicates the AI's complexity and capability.
The first massive phase of training on generic data, before specialization.
AI used to forecast future events based on historical data (e.g. sales forecasts).
The text or command given to the AI to get a response.
The skill of crafting precise, effective prompts to guide the AI toward the best possible result.
A technique that lets the AI consult specific external documents before answering, improving accuracy.
The ability of advanced models to break complex problems down into logical steps.
A learning method based on rewards and penalties to steer the AI toward its goal.
Reinforcement Learning from Human Feedback: training based on human evaluations to make the AI more helpful and safe.
The application of artificial intelligence to physical machines in the real world.
The ability of an AI system to handle growing workloads without losing performance.
Search based on meaning and intent, not just exact keywords.
The use of AI to identify the emotional tone (positive, negative, neutral) in a text.
The hypothetical moment when AI becomes capable of self-improvement beyond human control.
Training where the AI learns from pairs of inputs and correct answers provided by humans.
Data artificially generated by algorithms to make up for a lack of real data or for privacy reasons.
A parameter that controls the AI's creativity: low is precise and deterministic, high is creative and varied.
Models that generate images or videos starting from a text description.
The AI's fundamental unit of text; it corresponds to fragments of words.
The set of information used to train the model.
The neural network architecture that revolutionized AI by enabling efficient handling of language and context.
Learning in which the AI independently finds patterns in data without labels or human guidance.
A testing phase during training to verify that the AI is learning correctly on new data.
A database optimized to store vectors (mathematical representations of concepts) and run fast semantic searches.
The application of the Transformer architecture to image analysis.
The AI's ability to perform a task without having seen specific examples of it beforehand.
Try adjusting your search term or selecting another letter.
Keep exploring
Guides, courses and tools picked for you, starting from this page.
Search Console data inside your terminal.
Deploy on Vercel with no jargon: turn the project sitting on GitHub into a public link you can send anyone, then add your own domain on top.
The sheet to bring to the call
A vague brief becomes a navigable app.
Built a project with Claude Code or Codex? Learn to put it on GitHub, roll back changes when things break, and bring other people in to help.
AI skills for designers