ADVERTISEMENT

Finland's battle against fake news starts in preschool classrooms

Published Jan 5, 2026 01:41 pm
Tapanila Primary School teacher and vice-principal Ville Vanhanen speaks to the fourth grade students during a media literacy class in Tapanila, Finland, on Dec. 9, 2025. (AP Photo/James Brooks)
Tapanila Primary School teacher and vice-principal Ville Vanhanen speaks to the fourth grade students during a media literacy class in Tapanila, Finland, on Dec. 9, 2025. (AP Photo/James Brooks)
HELSINKI (AP) — The battle against fake news in Finland starts in preschool classrooms.
For decades, the Nordic nation has woven media literacy, including the ability to analyze different kinds of media and recognize disinformation, into its national curriculum for students as young as 3 years old. The coursework is part of a robust anti-misinformation program to make Finns more resistant to propaganda and false claims, especially those crossing over the 1,340-kilometer (830-mile) border with neighboring Russia.
Now, teachers are tasked with adding artificial intelligence literacy to their curriculum, especially after Russia stepped up its disinformation campaign across Europe following its full-scale invasion of Ukraine nearly four years ago. Finland's ascension into NATO in 2023 also provoked Moscow's ire, though Russia has repeatedly denied it interferes in the internal affairs of other countries.
“We think that having good media literacy skills is a very big civic skill,” Kiia Hakkala, a pedagogical specialist for the City of Helsinki, told The Associated Press. “It’s very important to the nation’s safety and to the safety of our democracy.”
AI literacy becoming a vital skill
At Tapanila Primary School, in a quiet neighborhood north of Helsinki, teacher Ville Vanhanen taught a group of fourth graders how to spot fake news. As a TV screen beamed a "Fact or Fiction?" banner, student Ilo Lindgren evaluated the prompt.
“It is a little bit hard,” the 10-year-old admitted.
Vanhanen said his students have been learning about fake news and disinformation for years, beginning with reading headlines and short texts. In a recent class, the fourth graders were tasked with coming up with five things to look out for when consuming online news to ensure it’s trustworthy. Now they are moving onto AI literacy, which is quickly becoming a vital skill.
“We’ve been studying how to recognize if a picture or a video is made by AI,” added Vanhanen, a teacher and vice principal at the school.
Finnish media also play a role, organizing an annual “Newspaper Week,” where papers and other news are sent to young people to consume. In 2024, Helsinki-based Helsingin Sanomat collaborated on a new “ABC Book of Media Literacy,” distributed to every 15-year-old in the country as they began upper secondary school.
“It’s really important for us to be seen as a place where you can get information that’s been verified, that you can trust, and that’s done by people you know in a transparent way,” Jussi Pullinen, the daily newspaper’s managing editor, said.
Democracy is challenged through disinformation
Media literacy has been part of the Finnish educational curriculum since the 1990s, and additional courses are available for older adults who might be especially vulnerable to misinformation.
The skills are so ingrained into the culture that the Nordic nation of 5.6 million people regularly ranks at the top of the European Media Literacy Index. The index was compiled by the Open Society Institute in Sofia, Bulgaria, between 2017 and 2023.
“I don’t think we envisioned that the world would look like this," Finnish Education Minister Anders Adlercreutz said. “That we would be bombarded with disinformation, that our institutions are challenged — our democracy really challenged — through disinformation.”
And with the rapid advancement of AI tools, educators and experts are rushing to teach students and the rest of the public how to tell what's fact and what's fake news.
“It already is much harder in the information space to spot what’s real and what’s not real,” Martha Turnbull, director of hybrid influence at the Helsinki-based European Centre of Excellence for Countering Hybrid Threats, said. “It just so happens that right now, it’s reasonably easy to spot the AI-generated fakes because the quality of them isn’t as good as it could be.”
She added: "But as that technology develops, and particularly as we move toward things like agentic AI, I think that’s when it could become much more difficult for us to spot.”

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.