ADVERTISEMENT

Smart taps into Google Cloud AI to help personalize digital services for Filipinos

Published Oct 26, 2023 04:29 pm

Smart Communications, Inc. (Smart) has partnered with Google Cloud to enhance the accessibility of critical digital services for Filipinos. This partnership has enabled Smart to become one of the first communication service providers in the Asia Pacific region to integrate Google Cloud's AI-powered solution.

The said collaboration includes Searce, a top global cloud computing solutions and technology services provider that specializes in cloud, AI and analytics providing technical implementation support.

And with Google Cloud's Telecom Subscriber Insights which ingests data from various sources, provides contextual insights on subscribers’ propensity to consume services, and presents personalized recommendations to their devices for activation, Smart hopes to get a deeper understanding of how subscribers consume mobile data and gaps in rural coverage.

With the Philippines’ digital economy set to grow 20% year-on-year between now and 2025, mobile connectivity plays an increasingly central role in how Filipinos access essential services like food, transport, and the purchase of daily items. By leveraging Telecom Subscriber Insights to analyze customer data securely hosted on Google Cloud, Smart will gain richer perspective into how Filipinos interact with digital services and the pain points they face in everyday usage—informing the development of services that equip Filipinos to better understand, manage, and optimize their mobile data consumption.

Smart will also use Telecom Subscriber Insights to design more inclusive mobile services for subscribers by identifying both patterns and gaps in connectivity. With real-time insights from customer data, Smart could, for instance, help subscribers optimize their data consumption while streaming content by alerting the user to adjust the resolution of their video. Subscribers could also be prompted to top up their prepaid plan on their device through integrations with local digital payments services, instead of having to locate a physical store to purchase a prepaid load.

“Our collaboration with Google Cloud to be the first communication services provider in Asia Pacific to adopt Telecom Subscriber Insights will empower us to better serve Filipino mobile users whenever and wherever they need us. This is a huge step toward our commitment to always put our customers first and provide them with the best mobile experience powered by our superior network,” said Alex O. Caeg, Senior Vice President and Head of Consumer Business – Individual, Smart Communications, Inc..

“The speed of digital change has created growing anxiety amongst Filipinos about running low on data in their exact moment of need—from booking a ride-hailing service on an app, to completing important financial transactions on the go. Google Cloud’s enterprise-grade AI solutions will allow us to give our subscribers simpler, quicker, and more affordable access to the data services most aligned to their evolving digital lifestyles, while guiding our efforts to boost mobile connectivity across the country,” said Emmanuel C. Lorenzana, Chief Transformation and Customer Officer, PLDT Inc..

Smart is looking to gain additional capabilities that enable subscribers to better interact with agents and chatbots, by integrating Google Cloud’s generative AI (gen AI) capabilities—such as Google’s first-party foundation models for summarizing text and maintaining an ongoing conversation—with Telecom Subscriber Insights. By using Google Cloud’s Vertex AI platform to access and tune snapshots of these models, ground their responses with its own private corpus, and integrate them into its services, Smart could allow its subscribers to interact with natural-sounding, virtual agents that offer more tailored and accessible insights into, and ways to optimize, their personal data consumption.

“As CSPs are increasingly put under pressure to deliver transformative customer experiences tailored to individual needs, the ability to navigate and understand complex datasets has become critical for achieving success,” said Gabriele Di Piazza, Senior Director, Global Product Management, Telecommunications, Google Cloud. “With Telecom Subscriber Insights, Smart can extract customer insights in real-time, while leveraging the product’s machine learning capabilities to inform digital sales opportunities based on customer readiness, price sensitivity, and lifetime value.”

“When deployed strategically by CSPs, AI and gen AI can significantly improve inclusion and equity of digital access, by tapping on data that these providers already manage and store as part of their core operations,” said Malis Selamat, Country Manager, Philippines and Vietnam, Google Cloud. “Smart’s use of Telecom Subscriber Insights demonstrates the potential for CSPs in Asia to support national digital transformation efforts with the use of AI in a secure-by-design and privacy-controlled environment, while empowering consumers to make more informed decisions about their data usage in a growing and fast-evolving digital world.”

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.