ADVERTISEMENT

From AI literate to AI dependent

Published Aug 11, 2026 12:01 am  |  Updated Aug 10, 2026 12:52 pm
People often ask me what the next stage of artificial intelligence (AI) adoption will look like. My answer is that we are no longer talking about AI literacy—we are beginning to see AI dependency.
AI literacy is a good thing. It means knowing what AI can and cannot do: how to write effective prompts, fact-check outputs, identify bias, and leverage tools to boost productivity. Every organization should aim for that level, as AI has become a standard workplace utility, much like spreadsheets or search engines.
AI dependency, however, is something else entirely. It begins when people stop using AI as an assistant and start letting it think for them. That line is becoming easier to cross than many realize.
The recent decision by the University of the Philippines College of Law to restrict the use of AI and digital devices in first-year Juris Doctor classes is a clear signal of growing concern among educators. Faculty members report a sharp decline in the quality of student work, particularly in legal reasoning, analysis, and research. The policy does not ban AI; rather, it delays extensive adoption until students master the foundational skills required of legal professionals. Faculty members who permit AI in limited situations are expected to supervise its use closely.
This distinction is crucial. The issue is not AI itself; the issue is what happens when people never learn to think before asking AI to think for them.
This challenge is not unique to the Philippines. The University of Chicago Law School recently introduced one of the strictest AI policies in the United States, prohibiting first-year students from using laptops and phones in required classes to help them build critical thinking, strategic analysis, and independent reasoning before incorporating AI into their workflow. As their dean argued, future lawyers must still be able to solve problems when AI is unavailable.
Ironically, these institutions are not anti-AI—they are preparing students to use AI more effectively later on.
The challenge extends far beyond academia. Inside many companies, employees routinely rely on AI to draft emails, summarize reports, build presentations, analyze spreadsheets, and record meeting minutes. These are all practical applications; I use AI myself for research and ideation. Yet I have noticed a worrying trend: many people now accept the first response AI offers. They no longer verify facts, challenge assumptions, or question whether a conclusion makes sense. That is where dependence sets in.
Recent surveys show that more than 80 percent of college students have used AI for academic work in the past six months, primarily for brainstorming, summarizing, and research. Notably, nearly four in 10 express concern that AI could erode independent thinking, seeking clear guidelines for responsible use rather than outright bans. Students themselves recognize the risk.
Research supports these concerns. One recent study found that standard AI tools can boost overall performance and shrink productivity gaps across varying educational backgrounds. However, long-term skill retention depends on whether users continue to exert cognitive effort. Those who delegate thinking to AI gain far less than those who actively engage with the tool.
This finding offers a vital lesson for business leaders: the objective should not be to replace thinking with AI, but to amplify it.
Consider navigation apps. GPS has simplified travel, yet many people can no longer navigate familiar places without it because their spatial memory has atrophied from disuse. AI threatens to produce the same effect in writing, analysis, problem-solving, and creativity.
When employees rely on AI to draft every report, summarize every meeting, and generate every idea, they gradually lose confidence in their own judgment. Instead of becoming better decision-makers, they become prompt operators.
Organizations must be careful not to reward speed alone. By prioritizing raw output volume, management risks inadvertently encouraging surface-level thinking. Faster output does not equate to better judgment.
How do we prevent AI dependency?
First, organizations should insist that employees formulate their own ideas before consulting AI. Workers should draft initial solutions first, using AI only afterward to review, critique, or refine them.
Second, AI-generated work must always be challenged. Managers should ask employees why they agree with a given recommendation. If an employee cannot explain the rationale without referencing the AI response, true learning has not occurred.
Third, leaders must redesign learning and evaluation. Instead of assessing whether employees can produce answers, assess whether they can defend them. Oral presentations, live problem-solving exercises, and collaborative workshops remain essential because they reveal genuine understanding.
Finally, we must remember that AI literacy is not about mastering software—it is about strengthening human judgment while using software.
Every major technology transforms work: calculators changed mathematics, search engines changed research, and GPS changed navigation. AI is now changing thought itself. The real question is whether we will allow it to replace thinking altogether.
If we are not careful, the next generation may excel at asking questions of machines while losing the ability to solve complex problems independently. That is a steep price to pay for convenience.
The future belongs to those who know when to trust AI, when to question it, and when to step away and think for themselves. That is the fundamental difference between AI literacy and AI dependency.
The author is the Founder and CEO of Hungry Workhorse, a digital, culture, and customer experience transformation consulting firm. He is a Fellow at the US-based Institute for Digital Transformation, Chair of the AI and Digital Transformation program of the FINEX Academy, and teaches strategic management and digital transformation in the MBA Program of De La Salle University. He may be reached at [email protected].

Related Tags

Financial Executives Institute of the Philippines (FINEX) artificial intelligence
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; } }

{{ static_articles_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.