What is an Artificial Intelligence?
Any system that performs tasks requiring human judgment — understanding language, recognising images, making decisions, or solving problems — by finding patterns in data rather than thinking or feeling.
Artificial Intelligence explained in plain English
Artificial intelligence is any system that can perform tasks that normally require human judgment — understanding language, recognising images, making decisions, or solving problems. It does not think or feel; it finds patterns in data and applies them to new situations.
Modern AI ranges from narrow tools that do one job well — like filtering spam — to large general-purpose models that can write, code, and reason across many domains.
Analogy
Artificial intelligence is like a seasoned librarian who has read millions of books and can instantly find the right shelf — not because they understand every subject deeply, but because they have seen so many patterns of how information is organised and connected.
Example
Voice assistants, recommendation engines, fraud detection, and chatbots all rely on artificial intelligence to interpret inputs and produce useful outputs at scale.
How is Artificial Intelligence used?
When ChatGPT answers a question, when Google Photos groups pictures of the same person, or when a bank's software flags unusual transactions, artificial intelligence is doing the work behind the scenes.
Common misconceptions about Artificial Intelligence
AI is not conscious or sentient. It does not understand the world the way humans do — it recognises statistical patterns and generates outputs that often look intelligent.
People also read
- Backpropagation
The process that tells a neural network which internal settings caused an error and how to adjust them, working backwards through layers.
- Classification
The task of sorting inputs into predefined categories — choosing a label rather than producing a number.
- Embedding
A numerical representation of text, images, or other data that captures semantic meaning.
- Fine-tuning
The process of further training a pre-trained AI model on specialised data to improve performance on specific tasks.
- Gradient Descent
The method by which a model gradually improves by making small adjustments after each mistake, moving toward better performance.
- Inference
The phase when a trained model is actually used — taking new input and producing a prediction or response.
- Machine Learning
A way for computers to learn from examples instead of being given exact rules — by finding patterns in labelled or unlabelled data.
- Neural Network
A layered system that processes information in stages, with each layer detecting slightly more complex patterns than the last.
- Overfitting
When a model memorises training examples too precisely and fails to generalise to new data.
- Supervised Learning
Training a system using examples where the correct answer is already known, so it learns to map inputs to labels.