Detailed explanation
Examples
Frequently asked questions
Will generative AI replace humans?
It automates some tasks but remains a tool — quality depends on the prompt, context and human review.
Related terms
AI Agent
An AI agent is an autonomous software system that perceives its environment, reasons, and takes actions to achieve a goal — often using an LLM as its brain and tools (APIs, search, code) to act.
Prompt
A natural-language instruction sent to a generative AI model to get a response.
Multimodal
The ability of an AI model to understand and generate multiple modalities (text, image, audio, video) inside a single system.
LLM (Large Language Model)
An LLM is a large language model trained on massive text corpora, capable of understanding and generating natural language across many tasks: writing, summarization, translation, code, reasoning.
RAG (Retrieval-Augmented Generation)
RAG is a technique that combines an LLM with a search engine over your own documents: the model retrieves the relevant information first, then generates an answer grounded in that information.
Last updated: 7/15/2026