ADVERTISEMENT

The fear of becoming useless in an AI-driven workplace

Published Jan 20, 2026 12:05 am  |  Updated Jan 19, 2026 06:28 pm
TECH4GOOD
Remember that old adage that says “a jack of all trades is a master of none?” It seems the connotation is no longer as negative as we thought. I recently read an article in which a Middle East AI official did not just stop at the beginning of the saying. He also added a new end, which goes like this, “But most times better than a master of one.” He says that in a world dominated by AI, people who focus their skills across multiple areas would be able to survive in any situation.
I have written many articles about AI. There is no question that it is here, reshaping industries, redefining productivity, and unsettling the very foundations of how we think about work. However, amid the excitement lies a quieter, more unsettling emotion: The fear of being useless in an AI-driven workplace. It is the sinking feeling that gets to you when you watch an AI tool complete a task in seconds that took you a decade to master. This fear is not irrational—it reflects a profound shift in how human skills are valued, and it raises urgent questions about how education and workforce development must evolve.
The rise of AI is pushing our national economy toward a productivity paradox. It promises extraordinary gains in national productivity. However, we will be confronted with an uncomfortable macroeconomic truth: National productivity is poised to skyrocket because of AI, and it may well do so at the expense of human jobs.
We are entering an era where we can produce exponentially more goods, services, and code with significantly fewer human hours. It is entirely possible for a nation’s GDP to soar while its labor participation rate plummets. This decoupling of productivity from employment is the engine of our current anxiety. A richer society with a sidelined workforce is a recipe for profound social instability.
We have heard the phrase many times, “AI destroys jobs but creates new ones.” It captures part of the truth but not the whole picture. While historically true, this mantra may have reached its limit. We must stop using it to dismiss genuine fears. The difference today is the pace and nature of displacement. Yes, new roles will emerge—AI prompt engineers, ethicists, and AI managers —but these jobs are fewer in number and often demand specialized skills. The replacement rate is not one-to-one. A factory that once employed 1,000 workers may now need only 100 engineers to oversee automated systems. The net effect is displacement, not balance.
How then can we prepare our workforce to be more adaptable and maintain its relevance? The traditional education model—designed for an industrial economy—emphasizes specialization. Students are trained to become “I-shaped” professionals: Deep expertise in one area, with limited breadth. Master’s degree in this and a PhD in that. Such education might lead to expert physicists or educators, but also might render their students poorly equipped for dealing with an environment in which all sorts of simple, routine, or technological operations are performed by machines. If your value is knowing a specific set of rules or data, an AI model has already surpassed you.
In an AI workplace, this model is increasingly fragile. A narrow skill set can be easily automated or rendered obsolete. It will soon become harder to answer the question “What do you do?”
We need an educational redesign that fosters Comb-shaped individuals—people with broad foundational knowledge anchored by multiple deep specializations across disparate fields. A Comb-shaped professional might possess deep expertise in nursing, a secondary depth in data analytics, and a third in behavioral psychology.
Why does the “Comb” win? Because AI struggles with synthesis across highly distinct domains. An AI can diagnose an illness (medicine) and it can crunch numbers (data), but it struggles to intuitively understand how a patient’s fear (psychology) will affect their adherence to a data-driven treatment plan. The Comb-shaped human connects these dots, using AI as a tool for each individual vertical, but providing the uniquely human connective tissue between them.
For the existing workforce, waiting for educational reform is not an option. To increase employability, professionals must aggressively build new “legs” on their comb. If you are a deep specialist in marketing, you must stop viewing AI as a competitor and start viewing it as an exoskeleton. Do not just learn to use generative AI; develop a deeper understanding of how these models work. Lean into the skills that remain stubbornly human—complex negotiation, ethical stewardship, and empathetic leadership—while simultaneously becoming highly literate in the tools threatening to replace you.
The fear of uselessness is a signal that the old ways of working are dying. Our value in the AI workplace will not just come from what we know, but also from how we synthesize it across multiple domains in ways a machine cannot yet replicate.
(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.