// Adds dimensions UUID, Author and Topic into GA4
Tuesday, February 10, 2026
30.7 C
Singapore

They might even score horribly on the SAT: Nvidia CEO Jensen Huang says the smartest people are very different from what most think

The majority often point to people with technical skills when asked who’s the smartest person in the room. Nvidia CEO Jensen Huang once thought so, too.

However, in an interview with Jodi Shelton, in her A Bit Personal Podcast, Mr Huang said the era of artificial intelligence (AI) has shown that technical skills such as coding or solving complex problems are fast becoming commodities that can be handled by AI the easiest.

“Everybody thought software programming was the ultimate smart profession. Look what is the first thing that AI is solving?” he said.

“So it turns out that the definition of ‘smart’ is very different from what most people think,” he added.

While he didn’t have an answer when Ms Shelton asked him who’s the smartest person he knows, he said that for him, the long-term definition of smart is someone who sits at the intersection of being technically astute, empathetic, and able to infer the unspoken, “the unknowables.”

See also  California Fitness announces past midnight that all its Spore gyms are closed

He adds, “People who are able to see around corners are truly, truly smart, and their value is incredible.”

He further said that these people can “preempt problems before they show up” just because they “feel the vibe” — a vibe that comes from a combination of data, analysis, first principles, life experience, wisdom, and sensing other people.”

He adds, this person may even score horribly on the SAT! /TISG

Read also: ‘I don’t believe we are in an AI bubble,’ Nvidia CEO says as he claims a ‘quite extraordinary’ turning point in the AI industry that justifies costly computing infrastructure

- Advertisement -

Hot this week

Causeway vs Second Link: What first-time travellers need to know

JOHOR/SINGAPORE: Crossing the Johor–Singapore border is almost a rite...

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); } });
// //