ADVERTISEMENT

The fight for truth in social media

Published Feb 17, 2026 12:05 am  |  Updated Feb 16, 2026 04:48 pm
TECH4GOOD
Famous Italian novelist and philosopher Umberto Eco once said, “Social media gives legions of idiots the right to speak when they once only spoke at a bar after a glass of wine, without harming the community, but now they have the same right as a Nobel Prize winner.”
Eco was never one to pull his punches. His critique touches on a fundamental reality of the digital age: the collapse of the "gatekeeper" system. While his phrasing is intentionally provocative and arguably elitist, it highlights a structural change in how humans process truth. His words embody the tensions we are now seeing between the distrust he highlighted and the internet’s democratization, which has amplified marginalized voices. With social media platforms, ordinary people who were historically ignored by traditional media now have the power to broadcast their own lived experiences.
Before social media, information passed through filters: editors, peer-review boards, and librarians. Historically, a person with a baseless theory had a limited radius of influence. But today, social media does not prioritize accuracy; it prioritizes engagement. An outrageous claim often travels faster and farther than a boring truth. On a screen, a social media post from a Nobel laureate and a post from a conspiracy theorist look identical. They carry the same weight, use the same font, and have the same layout. However, the words of the latter carry concealed weapons that can harm unsuspecting victims.
Today, after another day spent scrolling feeds choked with AI-generated noise and hyper-partisan outrage, Eco’s grumpy prophecy feels less like elitism and more like a structural diagnosis. We dismantled the old gatekeepers, but we forgot to build anything to replace their essential function: distinguishing relative truth from noise. We are living through the tension, trying to figure out how to balance the beautiful empowerment of free speech with the critical necessity of factual accuracy.
With social media, it is like throwing an incredible global party where everyone can speak with no bouncers and no bartenders to cut people off. The platforms have tried to have it both ways: maximizing engagement, which usually thrives on outrage and sensationalism, while minimally policing truth. The results have been devastatingly mixed.
The trend appears to have shifted away from the necessary top-down "fact-checking" practices toward "collaborative moderation," exemplified by features such as Community Notes on X. In theory, this is the democratization of truth—a “wisdom of the crowds" approach where consensus beats individual bias.
In practice, however, truth is often slower than a lie. While these systems work well for debunking yesterday’s news, they fail spectacularly in real-time crises. When fast-moving political noise gets posted, it can take hours for the "truth" to catch up to a viral falsehood. By then, the damage to public perception is done. Furthermore, these human-powered efforts are currently drowning under the sheer volume of AI-generated "slop"—low-effort, synthetic content designed solely to trigger algorithms to work. Our politicians do not like this at all.
Because platforms proved unable—or unwilling—to effectively govern their own spaces, the government is considering imposing regulations to address the situation. Several bills on fake news and deepfakes are now being deliberated in both chambers of Congress. It appears we will be entering an era of hard enforcement.
In most countries, the legislative landscape is reactive and punitive. We see laws that strictly enforce short takedown time for deepfakes and the criminalization of creating non-consensual synthetic media. While necessary to combat the weaponization of AI, these regulations may introduce new perils. When governments demand speed under threat of massive fines, platforms may possibly over-correct. They can deploy aggressive AI filters that frequently mistake satire, legitimate political dissent, or cultural nuance for misinformation.
This regulatory heat highlights a central tension of our time: We demand platforms protect us from lies, but we fear giving them (or the government) the power to define what "truth" is.
So, where does that leave the user? We are realizing that perhaps humans were not meant to be in a room with four billion other people shouting simultaneously. Eco's lament was ultimately about a loss of shared reality. The democratization of voice means the democratization of responsibility. In the pre-Internet era, we outsourced truth verification to institutions. Today, that duty falls squarely on us.
Digital literacy is no longer merely a "nice-to-have" skill; it is a fundamental civic duty. It requires a constant, low-level skepticism of everything we see on a screen. It means understanding that if something makes you emotionally triggered, it is probably designed to bypass your critical thinking faculties.
We cannot put the genie back in the bottle. Social media has provided us with a megaphone, and the Nobel laureate is often drowned out. The challenge now is not to silence anyone, but to build better personal and collective noise-canceling headphones, so that when the truth does whisper, we still have the capacity to hear it.
(The author is an executive member of the National Innovation Council, lead convener of the Alliance for Technology Innovators for the Nation (ATIN), vice president of the Analytics and AI Association of the Philippines, and vice president of UP System Information Technology Foundation. Email: [email protected])
.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); 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() { console.log('scroll event'); 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((data) => { console.log(data); console.log(this); loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { console.log("length: ", articles.length); const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); let oberservationCount = 0; // Intersection Observer for Updating URL function observeArticles(articles) { const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl && newUrl !== window.location.pathname) { history.pushState(null, null, newUrl); // Extract metadata const section = entry.target.querySelector('.section-info a:first-of-type')?.textContent?.trim() || ''; const author = entry.target.querySelector('.author-section a')?.textContent?.trim() || ''; const title = entry.target.querySelector('h1, h2, h3, .article-title')?.textContent?.trim() || document.title; // 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') { pSUPERFLY.virtualPage(cleanUrl, { title: title, sections: section, authors: author }); } // Optional: Update document title if (title && title !== document.title) { document.title = title; } console.log('Chartbeat virtual page tracked:', { url: cleanUrl, section: section, author: author, title: title }); } } }); }, { threshold: 0.1 } ); articles.forEach(article => { console.log(oberservationCount++); intersectionObserver.observe(article) }); }
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 }}

Sign up by email to receive news.