ADVERTISEMENT

Employers prioritize people over technology

Published Jun 27, 2023 07:42 am
Despite the advancements in technology, particularly AI (artificial intelligence), employers vowed that people should always be priority and they cannot be replaced by robots.
This was stressed by Employers Confederation of the Philippines (ECOP) Chairman Edgardo G. Lacson at the opening Tuesday, June 27, of the 44th National Conference of Employers on the theme  “Human-Centered Transitions for a Just and Sustainable Workplace” at the Manila Hotel.
“We assure you that despite whatever developments in technology will come our way, ECOP shall continue to believe in that time-honored philosophy that people should always be our priority,” said Lacson.
ECOP President Sergio Ortiz-Luis Jr. also talked about the human aspect of their work to correct the impression where employers have often been  referred to as capitalists, caring only about making profits and accumulating wealth. “We value our people, not only as active contributors and partners in growth and development but, above all, as fellow humans. We in ECOP are also humans concerned with other humans, as well as the planet where we live,” he said. “We are a group of employers – who employ and work with humans,” he added. As employers, he said, employers grow and expand their businesses to provide jobs and income for humans. They also train and develop humans so that they can achieve their full potential,  strive to create the best employee experience. He said that employers do their best to attract and retain the best talents that can help grow their organizations. While employers embrace automation, robotics, digital transformation, artificial intelligence (A.I.) and other technological advancements, both Lacson and Ortiz-Luis stressed that employers have the human heart to put the primacy of humans over machines and their intelligent applications. “We make sure that robots and A.I. will not replace humans in the workplace,” he said. In fact, he said, one of ECOP’s missions is to put People First, and foster compliance in order to promote peace and harmony in the workplace. Employers also strive hard to ensure compliance with global and local standards for working conditions. Employers are guided by laws, orders, and advisories; by exemplary business practices in the world of work; and by what conscience dictates – a working atmosphere that protects and promotes the welfare and wellbeing of employees. They also work hard to help create liveable cities and communities, where constituents are assured to have access to the necessities of life, including food security and a stable natural environment by mitigating the ill effects  of global warming and climate change, and make adjustments that ultimately build resilient employees, businesses, and communities – in ways where they can best discharge their societal responsibilities. Ortiz-Luis said they do these things not only to benefit their businesses, but also to help improve the careers and livelihood of employees. “But more importantly, we do this because it is the right thing to do,” he said. Lacson, however, stressed that business cannot ignore technological developments, “Otherwise, we shall fall by the wayside.” He stressed that technology enable companies to serve customers faster, better, and at a lower cost. “We have to adapt to the changing ways of doing business. Technology has made communication, marketing, manufacturing, and logistics faster and more environment-friendly. We have to adapt and amend some of our labor- intensive operations in order for our enterprises to be globally competitive,” he said. Meantime, Lacson said that many of ECOP member-companies have found ways to transition to and adopt new technologies for more cost-effective operations and better customer service. He cited inspiring stories of how some companies have “re- purposed,” instead of terminating, their excess or redundant employees. “This is one human-centered way to make just transitions driven by technological developments,” he said. As technological developments and climate change initiatives continue to drive transitions in the workplace, Lacson cited some ways to make transitions just and fair for all stakeholders. These are — reskill and upskill of employees; empower customers; invigorate supply chain; benefit your community; and, adopt an ‘all-of-society’ approach.

Related Tags

ECOP Chairman Edgardo G. Lacson Employers Confederation of the Philippines (ECOP)
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.