ADVERTISEMENT

SC welcomes use of AI-powered tools

Published May 1, 2023 04:00 pm

Like it or not, artificial intelligence (AI) is here, not only to stay, but also to drastically transform the way we live, work, study, and play. The production of hundreds of AI-powered tools is underway and sooner than later, ChatGPT will just be a dime a dozen. We will be spoiled with choices.
This development in AI, however, is also met with trepidation. There are fears coming from some sectors, particularly in the media and the academe. It is understandable as the technology is too “invasive” and there are issues on factuality, but whatever these may be, any industry cannot completely avoid or reject AI-powered tools as there are benefits in using them.
In related news, it is quite surprising that an institution as traditional and venerable as the Supreme Court (SC) has been on the “affirmative” side on AI, with no less than Chief Justice Alexander G. Gesmundo championing the court’s automation and digitalization with the aid of AI-powered tools.
Case in point was Gesmundo’s speech during the Court Stenographers Association of the Philippines (COSTRAPHIL) in Dipolog City last April 26. He said that to expedite the submission of stenographic notes during court proceedings “to facilitate the speedy disposition of cases,” AI can help in the stenographic work.
“We can harness AI-enabled voice-to-text transcription services to make stenographic work more efficient and more effective,” he said. “After these tools generate automated transcripts, stenographers can then make corrections and enhancements; these will be fed back into the software’s system through adaptive algorithms, allowing it to constantly improve.”
The use of AI-enabled voice-to-text transcription will be pilot tested in several courts. “If it is successful, we will roll out AI-powered transcription technology in additional courts, and, hopefully, across all our courts,” said Gesmundo, noting that the full court automation is part of the five-year Strategic Plan for Judicial Innovations (SPJI).
The chief justice is cognizant of the concerns of some people with regards to AI replacing their work. He allayed the fears of court stenographers who may think that full automation would make their jobs irrelevant. “We are aware that there are apprehensions from those who encounter the words reorganization, digitization, and automation, and hear downsizing and layoffs,” he said. “Let me be clear: when we talk of pushing the judiciary forward through innovation, we mean exactly that — to propel the judiciary, in its entirety, forward. That means bringing everyone, including our court stenographers, in tow.”
He stressed that the SC is not pursuing innovation for innovation’s sake but “through digitization and automation, we will be able to unleash our potential and upgrade our skills for more meaningful work.” As the SC reorganizes its systems and transforms its processes, Gesmundo hopes that its people will be “freed from the shackles of bureaucracy that limit productivity,” and “empowered to lead happier and healthier lives.”
“I call on court stenographers to embrace technology in the performance of your duties, especially as we pursue reform through innovation. Harness it to work more efficiently and expeditiously. Invest in the skills and resources needed to enable the shift that we envision. Be active agents of reform, bearing in mind that these innovations are meant not to supplant us, but to support us.”
As the SC welcomes AI with open arms, what are the implications — and what are the boundaries? Will other government agencies follow suit? If AI-powered tools can help in producing results faster, easier, and cheaper, why shouldn't it be used for the benefit of the Filipino people? Or should we pause for a while and look further down the road?

Related Tags

artificial intelligence Editorial Manila Bulletin
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.