AI literacy

AI Literacy: What Everyone Should Know About AI in 2026

AI literacy is now a hiring filter, yet most workers get no training. Here is what to actually learn: how models work, prompting, limits, and spotting fakes.

By the Scroll team10 min read

AI literacy is the set of competencies that lets you critically evaluate AI, communicate and collaborate with it, and use it effectively as a tool at work and at home. That definition comes from Long and Magerko’s widely cited 2020 paper, and you will notice it says nothing about programming.

Here is the strange part. Awareness of AI has never been higher: 95% of US adults have heard at least a little about it, and the share who have heard “a lot” rose from 26% in 2022 to 47% in 2025 (Pew Research Center, 2025). Understanding has not kept pace. In a 2023 Pew survey, only 32% of US adults knew that tools like ChatGPT produce answers based on word patterns learned from text (Pew Research Center, 2023). Everyone is talking about AI. Far fewer people can explain it, question it, or catch it when it is wrong. This guide covers what AI literacy actually involves and how to build it without going back to school.

What AI literacy actually means

AI literacy is a bundle of practical competencies: understanding what AI systems are and how they behave, judging their outputs critically, using them effectively, and weighing the ethics of when to use them at all. UNESCO’s 2024 AI Competency Framework formalises this as 12 competencies across four dimensions: a human-centred mindset, ethics of AI, techniques and applications, and system design.

Notice what both frameworks leave out. Neither Long and Magerko nor UNESCO requires you to build anything. EDUCAUSE’s 2024 framework makes the same point for higher education: AI literacy is conceptual understanding, critical thinking and ethical awareness. Coding is a career path. AI literacy is closer to reading the label before you take the medicine.

It is also becoming a legal obligation. Under Article 4 of the EU AI Act, organisations providing or deploying AI in the EU have been required since 2 February 2025 to ensure a sufficient level of AI literacy among their staff, with national enforcement starting in August 2026. A pending omnibus proposal may soften the wording, but as currently written, “we never trained anyone” stops being an acceptable answer.

Why it suddenly matters for your career

Because hiring managers now filter for it. In Microsoft and LinkedIn’s 2024 Work Trend Index, a survey of 31,000 people across 31 countries, 66% of leaders said they would not hire someone without AI skills. More striking: 71% would rather hire a less experienced candidate with AI skills than a more experienced one without.

Sit with that second number. Years of experience have always been the safest currency in hiring, and a majority of leaders now say a newer candidate who works well with AI outbids it. The same survey found 75% of knowledge workers already use AI at work, so this has moved well past the early-adopter phase.

66%of leaders would not hire someone without AI skills (Microsoft & LinkedIn, 2024)
71%would take a less experienced candidate with AI skills over a more experienced one without
39%of people who use AI at work have received any training from their company

Now the uncomfortable half of the story: among people already using AI at work, only 39% have received AI training from their company. Employers demand the skill and mostly decline to teach it, which leaves the job to you. The direction of travel is clear too. The World Economic Forum’s Future of Jobs Report 2025 ranks AI and big data as the fastest-growing skill through 2030. Self-taught is currently the default route, so it pays to teach yourself well.

The knowledge gap, measured

The gap between hearing about AI and understanding it is wide and well measured. While 95% of US adults have heard of AI, a 2023 Pew survey found only 42% could correctly define a deepfake, and just 32% knew that large language models generate answers from word patterns learned during training. Awareness tripled; comprehension crawled.

That 32% figure is the one to worry about, because how a model works determines how it fails. If you believe a chatbot looks up verified facts in a database, you will trust its confident wrong answers. If you know it predicts plausible next words, you will check anything that matters before you repeat it. Same tool, completely different risk profile, and the difference is one piece of knowledge.

The curriculum: what to actually learn

A working AI literacy curriculum has four parts: how models generate output, where they fail, how synthetic media exploits your senses, and how to direct AI effectively. Each part maps onto the frameworks above, none of it requires mathematics, and all of it fits into short lessons. Here is the syllabus.

How models actually work

A large language model is, at its core, an extremely sophisticated next-word predictor. It splits text into tokens, small chunks of words, and learns statistical patterns from vast amounts of writing. When you ask it a question, it is not consulting a fact store. It is generating the most plausible continuation of your prompt, one token at a time.

This single idea explains most of AI’s odd behaviour. It explains why models sound authoritative even when wrong, why they can write a flawless sonnet but fumble simple arithmetic, and why the same question phrased two ways gets two different answers. Master this concept and the rest of the curriculum gets easier.

Hallucinations and how to catch them

A hallucination is a fluent, confident statement with no basis in fact, and it is a built-in property of next-word prediction rather than a rare glitch. How often does it happen? On a document summarisation benchmark, the best current models hallucinate roughly 2 to 3% of the time, while weaker small models exceed 20% (Vectara Hallucination Leaderboard, updated May 2026).

Even 2% deserves respect. At that rate, one statement in fifty is invented, and you do not get to know which one. The fix is a verify-then-trust workflow: treat AI output as a well-informed first draft, check names, numbers, dates and citations against a primary source, and never forward a claim you have not confirmed. Asking the model for its sources, then actually opening them, catches a surprising share of fabrications.

Deepfakes: your eyes and ears are not enough

The research here is blunt. A 2021 study in iScience found that people cannot reliably detect deepfake videos, remain overconfident about their ability, and do not improve even when offered financial incentives. Audio is no better: in a 2023 UCL study of 529 people, listeners caught speech deepfakes only 73% of the time, and training them with examples barely helped (Mai et al., PLOS ONE).

The stakes are not academic. The FBI logged a record $16.6 billion in reported cybercrime losses in 2024, up 33% in a single year (FBI IC3), and reported imposter-scam losses reached $3.5 billion in 2025, up from $2.95 billion the year before (FTC). A cloned voice on the phone is now a standard tool for imposters.

Since eyeballing fails, the literate move is to check provenance instead. Where did this clip first appear, who published it, and does a reputable outlet corroborate it? For personal contact, verify through a second channel: hang up and call the known number, or agree a family code word in advance. Boring habits, but they work where instinct measurably does not.

Prompting and working with AI

The final pillar is the collaboration competency from Long and Magerko’s definition: directing AI well and judging what comes back. Good prompting is mostly good delegation. Give the model context, a role, a concrete task and an example of the output you want, then iterate rather than accepting the first draft.

Judgment matters as much as technique. That means knowing which tasks to hand over, which to keep, and what never to paste into a chatbot, starting with passwords, client data and anything confidential. Strong output still needs your review, because you own the result. The model autocompletes; you stay accountable.

How to build AI literacy in five minutes a day

Small daily doses beat the heroic weekend course, because spaced practice is how memory actually consolidates. The curriculum above breaks naturally into one concept a day: tokens on Monday, hallucination checks on Tuesday, voice-clone scams on Wednesday. We cover the mechanics in the daily learning system and the memory research in why short lessons stick.

The practical recipe is simple. Attach one short lesson to a moment your day already contains, follow it with a quick quiz so the idea survives the week, and apply what you learned in your next real AI session. If you want the curriculum pre-built, Scroll: Learn AI packages it as one-minute daily lessons across eight tracks, from core concepts to spotting AI. For daily learning beyond AI, the main Scroll - Daily Microlearning app covers science, history, psychology and more in the same format.

Within a month of five-minute days, you will know how models generate text, how to catch a hallucination, and why a convincing voice on the phone proves nothing. That already puts you ahead of the 68% of adults who cannot explain how an LLM works.

AI literacy in 2026 sits where basic internet skills sat in 2000: optional for a little while longer, then quietly assumed. The difference is that this time the skill is also a hiring filter, a legal requirement in the EU, and a defence against a $3.5 billion scam economy. Reading the label has rarely paid this well. Start with tomorrow’s five minutes.

Frequently asked questions

What is AI literacy?
AI literacy is the set of competencies that lets you critically evaluate AI systems, communicate and collaborate with them, and use them effectively at work and at home, as defined in Long and Magerko’s 2020 CHI paper. UNESCO’s 2024 framework expands that into 12 competencies covering mindset, ethics, techniques and system design.
Is AI literacy required by law?
In the EU, yes, for organisations. Article 4 of the EU AI Act has applied since 2 February 2025 and, as currently written, requires providers and deployers of AI systems to ensure a sufficient level of AI literacy among their staff. National enforcement begins in August 2026, though a pending omnibus proposal may soften the wording.
Do I need to learn coding to be AI literate?
No. Peer-reviewed definitions and EDUCAUSE’s 2024 framework describe AI literacy as conceptual understanding, critical thinking and ethical awareness: knowing what models can do, where they fail, and how to direct them well. Programming is a separate, optional skill. You can be fully AI literate without ever writing a line of code.
Why do employers care about AI skills?
Because usage has outrun training. Microsoft and LinkedIn’s 2024 survey of 31,000 people across 31 countries found that 75% of knowledge workers already use AI at work, 66% of leaders would not hire someone without AI skills, and 71% would pick a less experienced candidate with AI skills over a more experienced one without.
Can people tell when content is AI-generated?
Not reliably. A 2021 study in iScience found people cannot consistently detect deepfake videos and overestimate their own ability, even with incentives. A 2023 UCL study found listeners caught audio deepfakes only 73% of the time, and training barely helped. Verifying provenance and confirming through a second channel beats trusting your senses.

Sources

  1. Long & Magerko (2020), What is AI Literacy? Competencies and Design Considerations, CHI 2020
  2. UNESCO, AI Competency Framework for Students (September 2024)
  3. EU Artificial Intelligence Act, Article 4: AI Literacy
  4. EDUCAUSE, A Framework for AI Literacy (2024)
  5. Microsoft & LinkedIn, 2024 Work Trend Index
  6. World Economic Forum, Future of Jobs Report 2025
  7. Pew Research Center, What Americans Know About AI, Cybersecurity and Big Tech (2023)
  8. Pew Research Center, AI in Americans’ Lives: Awareness, Experiences and Attitudes (September 2025)
  9. Köbis, Doležalová & Soraperra (2021), Fooled twice: People cannot detect deepfakes but think they can, iScience
  10. Mai et al. (2023), Warning: Humans cannot reliably detect speech deepfakes, PLOS ONE (UCL)
  11. FBI Internet Crime Complaint Center, 2024 Internet Crime Report
  12. FTC, Data show people reported losing $3.5 billion to imposter scams in 2025 (June 2026)
  13. Vectara, Hallucination Leaderboard (updated May 2026)