ADVERTISEMENT

Performativity and Gen Z in the Age of the Crowd

Published Nov 13, 2025 12:00 am  |  Updated Nov 12, 2025 05:21 pm
ENDEAVOR
at a time when social media has transformed politics from policy to performance, the emergence of latter-day political personalities provides the public insights into how performativity underpins modern political behav-ior—and how that behavior in turn resonates with the aspirations of a younger generation steeped in digital culture.
The modern-day spectacle is characterized by crowd-drawing antics and meme-inflected social media cam-paigns that invite a question. How much of what we see is substance, and how much is performance?
Originating in philosophy and social theory, performativity refers to how individuals enact a role, not simply reflect it. In the context of politics today, this means public figures don’t just govern—they stage. They “show up” for an audience, craft a persona, curate visuals, and manage moments that will play well in media feeds. The result: a politics less about purposive deliberation and more about visibility, movement, crowd optics, crisis moments, and rapid-fire content.
Today’s social media-savvy politicos stage live events that are filmed, posted, reshared, and commented on. The performance becomes the evidence of power. As one columnist put it, they position themselves as “being a thorn to the powers that be.”
So why does this posturing matter now? It’s simply because we are living in a social media era where atten-tion is the currency, and the members of Generation Z, or those born after 1995, consume politics through screens, reels, TikTok, tweets, and livestreams. The traditional gatekeepers, such as media, political parties, and community networks, are being bypassed or ignored.
For younger voters, authenticity means showing up and getting noticed. The questions of the day persist: “Did (s)he respond to the chat? Did (s)he drop that meme? Was the livestream real or staged?” The boundary between performance and policy blurs.
Moreover, performativity alters the incentives for politicians. Instead of being recognized for having done long-term planning, extensive research, and sustained community work, they are rewarded for being “present in the moment.”
Thus, they purposefully plan and execute “performativity moments,” such as a viral instant rally, a tweet storm, a hashtag, a theatrical stand-up in the House of Representatives, or a conspicuous attention-getting stunt in a public square. These are all calculated to elicit applause from crowds, virtually or physically. When the share count in social media ticks up, such performance moments are thereby validated.
In that sense, we may ask: Is our politics being reshaped by spectacle? And if so, what are the implications for governance?
For Gen Z voters, whose patience for status-quo promises is understandably low, performative politics pro-vides a fresh outlook: a younger face, a different tone, a crowd-powered energy. For those who are buoyed by a vision of a major transformation, there is ample scope for hope that the 2028 national elections could bring about meaningful change.
Hence, it becomes imperative to cultivate a more mature perspective that eschews the promotion of image over the propagation of substance. If, indeed, performativity is inexorably determined by the nature of social media, then there must be heightened caution against allowing it to become the end goal, rather than the pro-jection of the means by which today’s political leaders deliver concrete and tangible services to their constitu-ents.
For media professionals like us at the Manila Bulletin, it is worth pondering and reflecting on how our cov-erage of current events should respond to the new imperatives brought on by the emergence of performativity. Do we treat and measure the relevance of public officials by their ultimate accountability to the sovereign peo-ple? We are leaning toward this new norm.
Performativity is not a reason to lighten scrutiny but to sharpen it. Acknowledging that someone orches-trates the crowd doesn’t relieve us of the responsibility of ascertaining the ultimate impact upon the wellbeing of the mass audience or the populace.
For those who belong to Gen Z, the stakes are personal. They live in a world of short-form content, instant social validation, and fleeting trends. When their politics becomes performative, they set into motion a cycle of reaction rather than deliberation.
The audience may applaud the spectacle, or share the moment, but will they ask the deeper questions, such as: What has changed? Will the infrastructure improve? Will corruption be reduced? Will schools and hospitals function better?
On the flip side, performativity also offers opportunity. Elected representatives, as well as senior officials in the civil service, who are sufficiently savvy in social media can bring new voices, new topics, and new energy into the realm of political discourse. If such is matched with genuine service, then this might usher in a new politics of substance.
In the age of performativity, the stage is set, but the real work remains backstage. For Gen Z, and for all of us, the challenge is to ensure that in the end, good governance is not just what appears in the feed. It is about meaningful changes that transform people’s lives.
Comments may be sent to [email protected]

Related Tags

ENDEAVOR SONNY COLOMA
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.