ADVERTISEMENT

Why our 'analog' regional structures will fail the AI economy

Published Dec 9, 2025 12:05 am  |  Updated Dec 8, 2025 04:06 pm
TECH4GOOD
The country has taken great strides to make the citizen experience today more convenient by putting government transactions at the fingertips of everyone who has a smartphone. We are finally catching up with our ASEAN neighbors.
However, when you visit any major city in the Philippines today, you will likely see different signs of digital progress. New cell towers rising above coconut trees, mayors cutting ribbons for "Free Wi-Fi" zones in plazas, and perhaps a press release about a new shipment of laptops for the local government unit.
On the surface, it looks like the Philippine countryside is digitizing. But look closer. You will likely find that the "digital" data on farm yields is trapped in a spreadsheet on a single computer, inaccessible to the trade office next door. Visit a rural health unit, and you will see patient records that are digitally encoded but cannot be shared with the nearby provincial hospital.
We are building "Digital Islands" connected by fiber optics but separated by an even deeper barrier: antiquated structures.
The Philippines is standing at the edge of a historic shift. The global economy is being reshaped by artificial intelligence, automation, and data-driven decision-making. Yet in our countryside, most of the institutions tasked with preparing communities for this future remain stuck in structures and mindsets designed for a bygone era. They are becoming the single biggest chokehold on our progress. They continue to treat Digital Transformation (DX) as a hardware project rather than a survival strategy. Unless we act decisively, these outdated organizations with outdated mindsets will become structures that stifle innovation and hold back regions from participating in the AI economy.
These regional institutions were built to coordinate development when progress meant pouring concrete and laying irrigation pipes. Their rigid structures discourage collaboration across sectors and make experimentation nearly impossible. In a world where digital transformation demands agility and integration, these structures are not just inefficient—they can be the antithesis of progress.
Instead of enabling innovation, they sometimes reduce development to compliance exercises. But innovation does not thrive on paper alone. It thrives in environments where leaders can test new ideas and scale what works.
Compounding the structural problem is a dangerous misconception among many regional leaders: that digital transformation is about technology alone. Internet access, data centers, and e-government portals are essential, but they are only foundational. True digital transformation is about rethinking how we govern, deliver services, and, most importantly, empower citizens.
Without this broader vision, technology simply digitizes inefficiency. A slow, paper-based process becomes a slow, digital process. A siloed agency becomes a siloed database. The result is not transformation—it is stagnation dressed up in modern hardware.
Digital transformation must be understood as a lens that cuts across every initiative. Farmers can use AI-driven analytics to adapt to climate change. Small businesses can access markets through e-commerce platforms. Local governments can deliver transactional and social services more efficiently with digital workflows and become more transparent with open data. Citizens can be empowered through access to information and opportunities that were previously out of reach. Treating digital as a “sector” rather than a philosophy is a recipe for irrelevance.
The AI economy will not wait for the Philippines to catch up. Automation, machine learning, and data-driven decision-making are already reshaping industries worldwide. To prepare, the country must embed digital transformation into every regional development initiative.
This means that regional development institutions must shift from siloed, hierarchical structures to collaborative, networked governance that encourages cross-sector integration. Stakeholders, most especially the local leaders, must be trained to understand digital transformation as institutional change, not just tech adoption. Digital strategies must be embedded across agriculture, health, education, and governance, making them inseparable from development initiatives. And finally, digital initiatives must respond to the actual needs of rural communities, not just infrastructure targets.
The countryside is where digital transformation can have the most profound impact. It is where inclusion, resiliency, and empowerment are most urgently needed. To ignore this is to consign millions of Filipinos to permanent disadvantage. This is not about modernization for its own sake. It is about survival in a global economy already reshaped by AI. The question is not whether digital transformation will happen—it is whether the Philippines will be ready to participate.
We should seize this moment, reform our institutions, and embed digital transformation across every regional initiative. As they are set up right now, they were designed for a different time. If they are not reimagined for the digital age, they will become barriers rather than engines of progress. Digital transformation is not optional, not sectoral, and not tomorrow’s problem. It is today’s imperative.
The future will not wait. Neither should we.
(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])
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.