// Adds dimensions UUID, Author and Topic into GA4
Friday, March 6, 2026
29.8 C
Singapore

‘AI is a skill amplifier’: Why AI is a ‘powerful productivity booster’ for experts but a ‘threat’ to young workers

One can quickly produce something with artificial intelligence (AI), but whether it’s any good is another conversation.

As Western University’s Ivey Business School associate professors Tony Frost and Christian Dippel put it, “AI is a skill amplifier, not a skill creator” — meaning it can be a “powerful productivity booster” for experts, but a “threat” to the young still trying to build their skills.

Mr Frost and Mr Dippel wrote in a guest column for The Globe and Mail that they have seen the contrast firsthand.

While the tool has helped boost productivity for companies and mid-career professionals with stronger judgement and subject-area expertise, the opposite is happening with their students in university classrooms, where tasks like first drafts, initial analysis, basic coding and spreadsheet work are already being overtaken by AI — threatening to “wipe out the entry-level rungs they need to build those very skills”.

They said there are three advantages experienced professionals hold over early-career workers: knowing which questions to ask, spotting whether an output has gone off track, and knowing how to pull everything together into something that actually makes sense.

See also  Revolutionising learning: ChatGPT now enters Singapore school classrooms

These three help with effective prompting, spotting AI hallucinations, and transforming components into integrated, meaningful wholes, which are only possible through practice and accumulated understanding.

Ten years ago, new graduates learned by doing the work senior colleagues did not have time for, including drafting reports, coding basic functions and conducting research, tasks that were imperfect, messy and slow but essential, they added.

Still, they noted that no one should resist AI. Instead, universities and employers should work on rebuilding early-career pathways to cultivate skills AI can’t replicate, while exposing young workers to higher-judgment tasks early on — with proper feedback and supervision, of course. /TISG

Read also: AI is taking the blame for layoffs — but analysts say it’s really tariffs, overhiring, and cost-cutting

- Advertisement -

Hot this week

Pritam Singh: Process of bringing in new citizens, Permanent Residents, should be transparent

Mr Singh said, "​In Parliament last week, the DPM Gan announced that the Government would increase the intake of New Citizens and Permanent Residents over the next five years. The Workers’ Party be...

Jamus Lim proposes for underutilised MSCP floors to be used as pickleball courts

Workers’ Party MP Jamus Lim on Thursday (Mar 5) suggested converting “chronically underutilised” multi-storey car park floors into pickleball courts. He also suggested installing retractable sound ...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //