Page outline Jump by section
Introduction
Understanding artificial intelligence therefore means understanding a chain of choices: what data is used, what model is trained, what objective is optimised, how the system is tested, where humans remain responsible and what happens when the system is wrong. The most useful mental model is not “AI replaces thinking”, but “AI changes where thinking, checking and accountability need to happen”.

What AI actually does
AI systems turn inputs into outputs. A spam filter turns an email into a probability that it is unwanted. A recommendation engine turns viewing history into a ranked list. A medical imaging model turns pixels into a possible diagnosis. A chatbot turns a written prompt into the next likely sequence of words. The shared idea is pattern-based inference: the system has learned statistical relationships from examples and applies them to new cases.
This is why AI is both broader and narrower than many public debates suggest. It is broader because it already includes search ranking, fraud detection, navigation, image recognition, translation, voice transcription and logistics optimisation. It is narrower because most deployed AI is still task-specific. It does not “understand” the world in the human sense; it manipulates representations that are useful for a defined goal.
Three terms help make the field less foggy:
Machine learning is the part of AI in which systems improve at a task by learning from data rather than being programmed with every rule by hand.
Deep learning is a machine-learning approach using multi-layer neural networks. A major 2015 review by Yann LeCun, Yoshua Bengio and Geoffrey Hinton described deep learning as a way for computational models with multiple processing layers to learn representations of data at different levels of abstraction, which helped drive progress in speech recognition, object recognition and other domains. [Nature]nature.comDeep learningby Y LeCun · 2015 · Cited by 114697 — Deep learning allows computational models that are composed of multiple processi…
Generative AI is AI that creates new content, such as text, images, video, music or code. The OECD notes that generative AI drew global attention in 2022 with large language models and text-to-image systems, but also raised new policy challenges because these tools are general-purpose and easy to deploy at scale. [OECD]oecd.orgGenerative AIGenerative AI (GenAI) is a category of AI that can create new content such as text, images, videos and music. It gained…
How modern AI learns patterns
The basic training process is easier to grasp than the scale of modern systems suggests. Engineers collect data, choose a model architecture, define an objective and adjust the model’s internal parameters until its outputs become better according to some measure. In image recognition, the measure may be whether the model labels pictures correctly. In language modelling, it is often whether the model predicts missing or next tokens accurately. A token is a small unit of text, often a word fragment rather than a whole word.
Neural networks are loosely inspired by the idea of connected processing units, but their practical power comes from mathematics, data and computing hardware. During training, the system makes errors, calculates how much each internal setting contributed to those errors and updates its parameters. Repeated many times over large datasets, this process can produce models that detect subtle patterns no human programmer explicitly wrote down.
Large language models are a vivid example. They are trained on enormous collections of text to predict likely continuations. At first glance that sounds modest, but next-token prediction forces the model to absorb many regularities of language: grammar, style, facts, argument patterns, code syntax and common reasoning moves. The GPT-3 paper showed that scaling up language models could improve “few-shot” performance, where a model performs a new task from examples written in the prompt rather than from a separate fine-tuning dataset. [arXiv]arxiv.orgarXiv Language Models are Few-Shot LearnersarXiv Language Models are Few-Shot Learners
This does not mean the system has human-like understanding. A language model can produce a strong explanation without being able to verify the world behind every sentence. It can also imitate the form of expertise when its underlying knowledge is incomplete or wrong. The key insight is that fluency and reliability are related but not identical.
Why transformers changed the field
The transformer is the architecture behind many modern language models and an increasing range of image, audio and multimodal systems. Introduced in the 2017 paper “Attention Is All You Need”, the transformer replaced earlier sequence-processing approaches with an architecture based heavily on attention mechanisms. Attention lets a model weigh relationships among different parts of an input, such as which words in a sentence matter most for interpreting another word. [NeurIPS Papers]papers.neurips.ccNeur IPS Papers Attention is All you NeedNeur IPS Papers Attention is All you Need
Before transformers, many language systems processed text more sequentially, which made long-range relationships harder and training less efficient. Transformers made it easier to train very large models in parallel on modern hardware. That technical shift helped turn language modelling from a specialist research task into the foundation for widely used tools such as chatbots, coding assistants, summarisation systems and document-search assistants.
The transformer is not magic. It is a powerful pattern-learning design that scales well. Its strengths are also tied to its weaknesses: it can generate coherent responses because it is excellent at modelling statistical relationships in language, but it may also invent plausible details because producing likely text is not the same as proving truth.
The difference between narrow AI, general AI and generative AI
Much confusion comes from using the same phrase, “AI”, for very different ideas. Most real systems today are narrow AI: they perform specific tasks within defined boundaries. A fraud-detection model does not also understand poetry. A translation system does not automatically know how to run a company. Even general-purpose chatbots are better understood as broad interfaces over learned patterns than as general human-level intelligence.
Generative AI is different from older narrow systems because it produces open-ended content. It can draft an email, write code, create an image, summarise a report or simulate a conversation. That flexibility makes it feel more general than previous software, but the system still depends on training data, model design, prompts, tools, safeguards and evaluation.
Artificial general intelligence, often shortened to AGI, usually refers to a hypothetical system that could learn, reason and act across domains at or beyond human level. There is no settled technical threshold for when such a system would exist. For a reader trying to understand AI today, AGI is less useful than a more immediate question: what can this particular system do reliably, under what conditions, and who is accountable when it fails?
What AI is good at
AI is strongest where there are patterns in data and a clear way to evaluate outputs. That includes classification, prediction, optimisation, content generation, anomaly detection and decision support. In everyday terms, AI can help with first drafts, search, translation, coding assistance, summarisation, customer support triage, medical image analysis, demand forecasting and quality control.
The practical value often comes from speed and scale rather than brilliance. A model can scan thousands of documents faster than a person, flag unusual transactions continuously or produce a rough draft in seconds. In business settings, McKinsey’s 2025 survey reported that AI use had become widespread, but also that many organisations were still struggling to move from pilots to scaled impact. The strongest performers were more likely to have clear ownership, human-validation processes, data practices and operating models built around adoption rather than experimentation alone. [McKinsey & Company]mckinsey.comthe state of aithe state of ai
The most useful AI deployments tend to share a pattern: the task is specific, the output can be checked, the user understands the system’s limits and the workflow has been redesigned around the tool. AI is less useful when organisations add it vaguely to existing processes without defining what success means.
Where AI goes wrong
AI fails in ways that are different from ordinary software. Traditional software usually breaks because a rule is wrong or an edge case was missed. AI can fail because its training data was biased, its objective rewarded the wrong behaviour, its input differs from the training environment, its evaluation was too narrow or its output is persuasive but unsupported.
Hallucination is the best-known failure mode for large language models. In this context, hallucination means a fluent answer that contains fabricated, misleading or unsupported information. Surveys of the field describe hallucination as a persistent reliability problem because language models are optimised to generate plausible text, not automatically to verify every claim against external evidence. [arXiv]arxiv.orgOpen source on arxiv.org.
Bias is another major risk. The “Gender Shades” study by Joy Buolamwini and Timnit Gebru showed that commercial facial-analysis systems had large accuracy disparities across gender and skin-type groups, exposing how benchmark datasets and model performance can fail unevenly across populations. [Proceedings of Machine Learning Research]proceedings.mlr.pressOpen source on mlr.press.
A third problem is overtrust. Because AI systems often speak in polished language or produce precise-looking scores, users may treat outputs as more authoritative than they are. The safer habit is to ask: what evidence supports this output, how was the system tested, what kind of mistake would matter here and can a human meaningfully challenge the result?
Why data, labels and incentives matter
AI systems inherit the world through data. If the data is incomplete, outdated, skewed or poorly labelled, the model can learn the wrong patterns. If historical hiring data reflects discrimination, a hiring model may reproduce it. If medical data under-represents certain groups, performance may be worse for those patients. If web data contains rumours, jokes and errors, a language model may absorb them alongside reliable information.
The objective function matters too. A recommendation system optimised only for engagement may learn to promote content that keeps people watching, even if it is not the most accurate or healthy content. A chatbot optimised for user satisfaction may become too agreeable. A fraud model optimised to reduce losses may create unfair friction for legitimate customers.
This is why “more data” is not automatically better. Better data means data that is relevant, representative, lawful, well-documented and appropriate for the task. Better AI also requires evaluation that reflects real use, not just a convenient benchmark.
How to judge whether an AI system is trustworthy
A trustworthy AI system is not one that never fails. It is one whose risks are understood, tested, communicated and managed. NIST’s AI Risk Management Framework was created to help organisations manage risks to individuals, organisations and society, and it organises risk work around functions such as govern, map, measure and manage. [NIST]nist.govOpen source on nist.gov.
For a non-specialist, five practical questions are especially useful:
- What is the system for? A model built for brainstorming should not be treated as a medical, legal or financial authority without additional controls.
- What evidence shows it works? Look for testing on realistic cases, not just broad claims about accuracy.
- Who might be harmed by errors? A mistaken film recommendation is minor; a mistaken benefits decision or clinical suggestion is not.
- Can the output be checked? Systems are safer when users can inspect sources, reasoning steps, confidence levels or audit trails.
- Who is responsible? Accountability should sit with identifiable people and organisations, not with the model as if it were an independent actor.
The OECD’s AI Principles, first adopted in 2019 and updated in 2024, similarly emphasise trustworthy AI that respects human rights and democratic values. That international policy language can sound abstract, but its practical message is simple: AI should be judged not only by performance, but by safety, fairness, transparency, accountability and human control. [OECD]oecd.orgai principlesai principles
AI in work and everyday life
AI is already changing work, but not in a single uniform way. Some uses automate repetitive tasks. Others augment workers by speeding up drafting, search, analysis or coding. Some create new checking burdens because humans must review AI outputs before they can be trusted. The effect depends on the job, the organisation, the worker’s skill level and whether AI is used to replace judgement or support it.
The World Economic Forum’s Future of Jobs Report 2025 draws on more than 1,000 employers across 55 economies and frames AI as part of a wider shift in skills, roles and workforce transformation between 2025 and 2030. [World Economic Forum]weforum.orgthe future of jobs report 2025the future of jobs report 2025 McKinsey’s 2025 work similarly suggests that AI adoption is now common, but measurable value depends on management practices, workflow redesign and human validation rather than tool access alone. [McKinsey & Company]mckinsey.comthe state of aithe state of ai
For individuals, the practical skill is not merely “using AI”. It is knowing when to use it, how to phrase a task, how to check outputs, how to protect sensitive information and when human expertise matters more than speed. A good AI user treats the system as a capable assistant with blind spots, not as a source of final truth.
The environmental and infrastructure cost
AI is digital, but it is not weightless. Training and running large models requires data centres, chips, electricity, cooling and supply chains. The International Energy Agency estimated that data centres used around 415 terawatt hours of electricity in 2024, about 1.5% of global electricity consumption, and that data-centre electricity use had grown quickly over the previous five years. [IEA]iea.orgOpen source on iea.org.
This does not mean every AI query has the same environmental footprint, or that AI is uniquely wasteful compared with all other technologies. It means AI should be evaluated as infrastructure as well as software. Efficiency improvements, cleaner power, better chip utilisation, model compression and careful deployment choices all matter. A small model used for a well-defined task may be more appropriate than a large general-purpose model used indiscriminately.
The infrastructure question also affects who can build and control AI. The most capable frontier systems require expensive chips, engineering talent and large-scale computing resources, concentrating power among governments and large technology firms. Understanding AI therefore includes understanding its political economy: who owns the models, who supplies the hardware, who pays the energy costs and who benefits from the outputs.
Regulation and governance are catching up
AI governance is moving from broad principles towards rules, standards and enforcement. The European Union’s AI Act, formally Regulation (EU) 2024/1689, establishes harmonised rules for artificial intelligence and uses a risk-based approach. Some uses are prohibited, high-risk systems face stricter obligations and transparency duties apply in areas such as certain AI-generated content and general-purpose AI. [EUR-Lex]eur-lex.europa.euEUR-Lex RegulationEUR-Lex Regulation
Risk-based regulation reflects a sensible idea: not all AI uses deserve the same level of scrutiny. A grammar suggestion tool and an AI system used in policing, employment, education or healthcare do not carry the same stakes. The harder question is implementation. Regulators, companies and researchers still need reliable ways to evaluate models, document risks, monitor real-world performance and respond when systems cause harm.
Governance is not only a government issue. Organisations using AI need internal rules for procurement, data protection, testing, human review, incident reporting, security and user disclosure. Without those basics, AI adoption can become a patchwork of impressive demos and unmanaged risk.
A practical way to understand any AI tool
The quickest way to understand an AI tool is to map it against four layers.
Capability: What can it do well? For example, summarise a meeting, draft code, classify images or identify anomalies.
Reliability: How often is it right, and in what situations does it fail? A tool may be strong on common examples but weak on rare cases, minority populations, recent facts or specialised domains.
Control: Can users guide, constrain, audit or override it? Does it cite sources, expose confidence, keep logs or allow human review?
Consequence: What happens if it is wrong? The same model output can be harmless in a brainstorming session and dangerous in a clinical or legal workflow.
This four-layer approach cuts through both hype and panic. It avoids asking whether AI is “good” or “bad” in the abstract and instead asks whether a particular system is suitable for a particular use.
What to remember
Artificial intelligence is not one technology, one product or one future. It is a family of methods for building systems that learn patterns and generate useful outputs. Its recent progress comes from a combination of better algorithms, large datasets, specialised chips, transformer architectures, commercial investment and easier interfaces.
The central trade-off is that AI systems can be powerful without being fully reliable. They can accelerate work, reveal patterns and lower the cost of producing drafts or analyses. They can also hallucinate, encode bias, hide uncertainty, consume significant resources and shift responsibility in ways that are easy to miss.
The best understanding of AI is therefore neither wonder nor dismissal. It is disciplined curiosity: know what the system was built to do, ask how it was trained and tested, check its outputs against evidence, use it where its strengths fit the task and keep humans responsible where the consequences matter.
Amazon book picks
Further Reading
Books and field guides related to What AI Can Really Do. Use these as the next step if you want deeper reading beyond the article.
Artificial Intelligence
Covers AI capabilities, limitations, and common misconceptions.
Co-Intelligence
Explains what AI can and cannot do in everyday work and decision-making.
Endnotes
-
Source: csrc.nist.gov
Title: Computer Security Resource Centerartificial intelligence
Link: https://csrc.nist.gov/glossary/term/artificial_intelligenceSource snippet
NIST Computer Security Resource Centerartificial intelligence - Glossary | CSRCA machine-based system that can, for a given set of human...
-
Source: oecd.org
Link: https://www.oecd.org/en/topics/policy-issues/artificial-intelligence.htmlSource snippet
Artificial intelligenceArtificial intelligence (AI) is a transformative technology capable of tasks that typically require human-like...
-
Source: nature.com
Link: https://www.nature.com/articles/nature14539Source snippet
Deep learningby Y LeCun · 2015 · Cited by 114697 — Deep learning allows computational models that are composed of multiple processi...
-
Source: oecd.org
Link: https://www.oecd.org/en/topics/sub-issues/generative-ai.htmlSource snippet
Generative AIGenerative AI (GenAI) is a category of AI that can create new content such as text, images, videos and music. It gained...
-
Source: arxiv.org
Title: arXiv Language Models are Few-Shot Learners
Link: https://arxiv.org/abs/2005.14165 -
Source: papers.neurips.cc
Title: Neur IPS Papers Attention is All you Need
Link: https://papers.neurips.cc/paper/7181-attention-is-all-you-need.pdf -
Source: mckinsey.com
Title: the state of ai
Link: https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-state-of-ai -
Source: mckinsey.com
Title: the state of ai how organizations are rewiring to capture value
Link: https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-state-of-ai-how-organizations-are-rewiring-to-capture-value -
Source: arxiv.org
Link: https://arxiv.org/abs/2311.05232 -
Source: arxiv.org
Link: https://arxiv.org/abs/2510.06265 -
Source: nist.gov
Link: https://www.nist.gov/itl/ai-risk-management-framework -
Source: nist.gov
Title: risk management framework aims improve trustworthiness artificial
Link: https://www.nist.gov/news-events/news/2023/01/nist-risk-management-framework-aims-improve-trustworthiness-artificial -
Source: oecd.org
Title: ai principles
Link: https://www.oecd.org/en/topics/sub-issues/ai-principles.html -
Source: oecd.org
Title: updates ai principles to stay abreast of rapid technological developments
Link: https://www.oecd.org/en/about/news/press-releases/2024/05/oecd-updates-ai-principles-to-stay-abreast-of-rapid-technological-developments.html -
Source: mckinsey.com
Title: the state of ai how organizations are rewiring to capture value final
Link: https://www.mckinsey.com/~/media/mckinsey/business%20functions/quantumblack/our%20insights/the%20state%20of%20ai/2025/the-state-of-ai-how-organizations-are-rewiring-to-capture-value_final.pdf -
Source: iea.org
Link: https://www.iea.org/reports/energy-and-ai/energy-demand-from-ai -
Source: oecd.org
Link: https://www.oecd.org/en/topics/artificial-intelligence.html?wcmmode=disabled.com -
Source: oecd.org
Link: https://www.oecd.org/en/topics/ai-principles.html -
Source: legalinstruments.oecd.org
Title: oecd legal 0449
Link: https://legalinstruments.oecd.org/en/instruments/oecd-legal-0449 -
Source: arxiv.org
Link: https://arxiv.org/html/2603.10023v1 -
Source: arxiv.org
Link: https://arxiv.org/abs/2504.07139 -
Source: arxiv.org
Link: https://arxiv.org/abs/1706.03762 -
Source: arxiv.org
Link: https://arxiv.org/pdf/2307.06435 -
Source: arxiv.org
Link: https://arxiv.org/html/2510.06265v2 -
Source: csrc.nist.gov
Link: https://csrc.nist.gov/pubs/ai/100/2/e2025/final -
Source: nist.gov
Link: https://www.nist.gov/ -
Source: nvlpubs.nist.gov
Title: ai.100 1
Link: https://nvlpubs.nist.gov/nistpubs/ai/nist.ai.100-1.pdf -
Source: nist.gov
Link: https://www.nist.gov/artificial-intelligence -
Source: nist.gov
Link: https://www.nist.gov/artificial-intelligence/ai-standards -
Source: nist.gov
Title: concept note ai rmf profile trustworthy ai critical infrastructure
Link: https://www.nist.gov/programs-projects/concept-note-ai-rmf-profile-trustworthy-ai-critical-infrastructure -
Source: proceedings.neurips.cc
Title: 1457c0d6bfcb4967418bfb8ac142f64a Paper
Link: https://proceedings.neurips.cc/paper_files/paper/2020/file/1457c0d6bfcb4967418bfb8ac142f64a-Paper.pdf -
Source: iea.org
Title: energy and ai observatory
Link: https://www.iea.org/data-and-statistics/data-tools/energy-and-ai-observatory -
Source: iea.org
Link: https://www.iea.org/reports/energy-and-ai/executive-summary -
Source: nature.com
Link: https://www.nature.com/articles/s41586-026-10549-w -
Source: nature.com
Link: https://www.nature.com/articles/d41586-025-01113-z -
Source: oecd.ai
Link: https://oecd.ai/en/ai-principles -
Source: oecd.ai
Title: The OECD Artificial Intelligence Policy Observatory
Link: https://oecd.ai/ -
Source: oecd.ai
Title: evolving with innovation the 2024 oecd ai principles update
Link: https://oecd.ai/en/wonk/evolving-with-innovation-the-2024-oecd-ai-principles-update -
Source: oecd.ai
Title: oecd ai principles 9705
Link: https://oecd.ai/en/dashboards/policy-initiatives/oecd-ai-principles-9705 -
Source: csrc.nist.rip
Title: ripartificial intelligence AI
Link: https://csrc.nist.rip/Topics/Technologies/artificial-intelligence -
Source: proceedings.mlr.press
Link: https://proceedings.mlr.press/v81/buolamwini18a/buolamwini18a.pdf -
Source: weforum.org
Title: the future of jobs report 2025
Link: https://www.weforum.org/publications/the-future-of-jobs-report-2025/ -
Source: eur-lex.europa.eu
Title: EUR-Lex Regulation
Link: https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng -
Source: digital-strategy.ec.europa.eu
Title: Digital Strategy AI Act | Shaping Europe’s digital future
Link: https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai -
Source: ibm.com
Title: machine learning
Link: https://www.ibm.com/think/machine-learning -
Source: reports.weforum.org
Title: WEF Future of Jobs Report 2025
Link: https://reports.weforum.org/docs/WEF_Future_of_Jobs_Report_2025.pdf -
Source: weforum.org
Link: https://www.weforum.org/stories/2025/01/future-of-jobs-report-2025-jobs-of-the-future-and-the-skills-you-need-to-get-them/ -
Source: weforum.org
Link: https://www.weforum.org/publications/the-future-of-jobs-report-2025/digest/ -
Source: weforum.org
Title: future of jobs
Link: https://www.weforum.org/publications/series/future-of-jobs/ -
Source: Wikipedia
Title: Attention Is All You Need
Link: https://en.wikipedia.org/wiki/Attention_Is_All_You_Need -
Source: linkedin.com
Title: world economic forum jobs companies workers activity 7338233562950721537 MlOs
Link: https://www.linkedin.com/posts/world-economic-forum_jobs-companies-workers-activity-7338233562950721537-MlOs -
Source: build-up.ec.europa.eu
Title: international energy agency iea new report energy and ai
Link: https://build-up.ec.europa.eu/en/resources-and-tools/publications/international-energy-agency-iea-new-report-energy-and-ai -
Source: digital-skills-jobs.europa.eu
Title: great skills reset wefs future jobs report 2025 catch 22 future work
Link: https://digital-skills-jobs.europa.eu/en/latest/news/great-skills-reset-wefs-future-jobs-report-2025-catch-22-future-work -
Source: cs.toronto.edu
Title: Nature Deep Review
Link: https://cs.toronto.edu/~hinton/absps/NatureDeepReview.pdf -
Source: academia.edu
Title: Deep Learning
Link: https://www.academia.edu/35734459/Deep_Learning -
Source: business.gov.nl
Link: https://business.gov.nl/regulations/ai-act/ -
Source: developers.google.com
Link: https://developers.google.com/machine-learning/crash-course/llm/transformers -
Source: eudat.eu
Title: Neural Networks
Link: https://eudat.eu/sites/default/files/NeuralNetworks.pdf -
Source: researchgate.net
Link: https://www.researchgate.net/publication/277411157_Deep_Learning -
Source: proceedings.mlr.press
Link: https://proceedings.mlr.press/v81/buolamwini18a
Additional References
-
Source: youtube.com
Link: https://www.youtube.com/watch?v=jKces7BJBNUSource snippet
SIMPLEST Explanation of How Artificial Intelligence Works? No Jargon | What is AI? How AI works?...
-
Source: youtube.com
Title: But what is a neural network? | Deep learning chapter 1
Link: https://www.youtube.com/watch?v=I9v8efdO6vsSource snippet
How Intelligent is Artificial Intelligence? - Computerphile...
-
Source: youtube.com
Title: How Intelligent is Artificial Intelligence?
Link: https://www.youtube.com/watch?v=hcoa7OMAmRkSource snippet
What Is Artificial Intelligence? Crash Course AI #1...
-
Source: youtube.com
Title: What Is Artificial Intelligence? Crash Course AI #1
Link: https://www.youtube.com/watch?v=a0_lo_GDcFwSource snippet
How AI really works (...it's not actually intelligent)...
-
Source: newsroom.ibm.com
Link: https://newsroom.ibm.com/2024-01-10-Data-Suggests-Growth-in-Enterprise-Adoption-of-AI-is-Due-to-Widespread-Deployment-by-Early-Adopters -
Source: artificialintelligenceact.eu
Link: https://artificialintelligenceact.eu/article/6/ -
Source: artificialintelligenceact.eu
Link: https://artificialintelligenceact.eu/ -
Source: gendershades.org
Link: https://gendershades.org/ -
Source: research.google
Link: https://research.google/pubs/attention-is-all-you-need/ -
Source: poloclub.github.io
Link: https://poloclub.github.io/transformer-explainer/
Topic Tree
Follow this branch
More on this topic 12
- AI Errors Why AI Can Be Confidently Wrong
- AI Outputs What Counts as AI Today?
- Business Adoption Why AI Pilots Often Stall
- Deep Learning Why Layers Changed AI
- Generative AI Why Generative AI Feels Different
- Language Models Why Chatbots Sound So Fluent
- Machine Learning How Machines Learn From Examples
- Narrow vs AGI Is Today’s AI Actually General?
- +4 more in sidebar

