ADVERTISEMENT

KPMG Innovation Summit launches gov't center to aid in digitalization strategies Digital Pilipinas, industry leaders cite impact of positive disruption

Published Aug 15, 2023 05:39 am

KPMG Innovation Summit launches gov't center to aid in digitalization strategies.docx.jpg

As the country speeds up in the adoption of digitalization, KPMG, the global professional services firm offering audit, tax, advisory services, and digital and technology consulting, launched the government center which aims to put local and national government units ahead of the curve when it comes to digitalization strategies. The launch was made during the KPMG Innovation Summit 2023, supported by a powerhouse lineup of speakers from government, technologists and industry and movement leaders such as Digital Pilipinas. 

KPMG Philippines’ one-stop-shop for the latest knowledge, blueprints, and approaches for e-government transformation covers a comprehensive line of services that includes strategy development, solution design, and project management for various aspects such as smart cities, data & analytics, cybersecurity, and hyper-automation.

“It became apparent that government units that were already equipped with digital infrastructure and services fared better in continuing to deliver their services while agencies that lack digital capabilities, and agencies that were heavily reliant on manual and in-person work faced significant challenges in delivering essential services and maintaining government processes,” said Noel Bonoan, COO and Vice Chairman of KPMG Philippines.

The shift towards digitalization reflects a significant disruption in the government sector, as it traditionally relied on manual processes and a mindset that has long undermined resource allocation and process optimization.

Discussions on disruption

Aside from the launch of the latest ally of the country’s transition to e-government, the recent KPMG Innovation Summit 2023 also discussed the trailblazing impact of innovations and technologies that are upending traditional industries here and abroad.

The two panel discussions that centered on industry disruptors and the next wave of automation both elaborated the need for sectors, businesses, individuals, and agencies to leverage on technology to enhance products, services, and experiences.

Believing that disruption starts in the mind, Bonoan explained, “Disruption, it's basically taking a fundamental need and applying either new technology or new mindset. So, you can either do things differently or you can scale the delivery of that particular solution that needs fulfillment.”

Positive disruptions can even be more effective on a grand scale, said Amor Maclang, Convenor, Digital Pilipinas; Convenor, Philippine Fintech Festival; and Founder, One ASEAN Fintech Movement. She elaborated, “It takes a whole-of-ecosystem, whole-of-country approach to do it. That’s what we need to do: bring the legislators, market leaders, technologists, and regulators so they can all work together.”

To support the government's comprehensive efforts, convenors of Digital Pilipinas, now the largest private sector-led movement focused on creating an innovative and technology ecosystem in the Philippines that ties it to a bigger global digital economy, also encouraged the participants to focus on micro-level disruptive solutions to address problems that uplift communities to eventually reshape public service.

For his part, Angkas CEO George Royeca shared how their company was able to disrupt the transport sector address the pain points in the motorcycle ride hailing category: “To really disrupt something, you got to change how you approach it. Think about the family, think about whom you're serving and then think about their problems, what are their issues, what are their pain points, citing how they were able to transform habal-habal drivers into legitimate Angkas bikers. 

He added, “When we started uplifting communities that were close to us, our neighbors within our sphere, then that's when things started really to move.

Similarly, Arivuvel Ramu, Founder and CEO of Singapore-based fintech company Inypay, underscored that disruption should be focused on helping more communities to achieve progress and better outcomes instead of merely seeing it as a competitive advantage.

“A disruptive innovation is when you want to serve the current 35 million accessible population, where most of the SMEs are---or if you want to cover another 30 million people, totaling 60 to 65 million. That is what we are all working on to grow. That, for me, is what the disruption is in the Philippines,” Ramu said.

The conversations allowed the participants to understand, prepare for, and harness the potential benefits of emerging technologies to navigate the rapidly changing landscape amid the advantages and threats.

 

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.