All Episodes

September 8, 2025 14 mins
In this episode, we kick off with an introduction and overview before delving into OpenAI's new initiatives, including a job platform and the AI Academy, designed to enhance AI education and employment opportunities. We explore industry reactions to these educational efforts and discuss OpenAI's partnerships and accelerator program in Greece. The episode addresses challenges such as AI chatbot hallucinations and prediction errors, along with solutions for evaluation misalignment and AI benchmarks. We also examine OpenAI's strategic partnerships in AI development and the trend among tech companies to own the AI tech stack. The episode wraps up with a conclusion and sign-off, summarizing the key topics covered.
Mark as Played
Transcript

Episode Transcript

Available transcripts are automatically generated. Complete accuracy is not guaranteed.
(00:00):
Could OpenAI's latest move reshape the futureof work as we know it!?

(00:04):
Welcome to The OpenAI Daily Brief, your go-tofor the latest AI updates.
Today is Monday, September 8th.
Here’s what you need to know about OpenAI'sgroundbreaking shift into talent acquisition
and training.
Let’s dive in.
OpenAI has just announced a bold step into thetalent acquisition landscape with the

(00:27):
introduction of its new job matching andplacement platform.
This isn't just any job board—it's designed toconnect companies with AI-focused talent,
disrupting traditional hiring methods.
Imagine a world where finding the perfectAI-skilled candidate is as easy as a few
clicks, thanks to AI itself!
But that's not all.

(00:48):
OpenAI is also launching a series of AICertifications through its OpenAI Academy.
These certifications aim to boost AI literacyand skills across various levels, from basic
applications at work to advanced promptengineering.
It’s a comprehensive approach to upskillingthat could redefine how we think about learning

(01:08):
and development in the workplace.
Initial reactions to these announcements havebeen mixed.
Some experts in human resources are concernedthat such a large-scale disruption may be a
step too far, even for a tech giant likeOpenAI.
However, companies like Walmart and John Deereare already on board, indicating a strong vote
of confidence from major players in the market.

(01:31):
Fidji Simo, Chief Executive Officer ofApplications at OpenAI, emphasized that this
platform is not just for big corporations.
It’s designed to help local businesses andgovernments find the AI talent they need to
thrive.
"Most businesses, including small businesses,think AI is the key to their future," she
noted, highlighting the platform's potential todemocratize access to AI skills.

(01:58):
In a world where AI is increasingly central toproductivity, the need for skilled workers has
never been greater.
OpenAI’s move could be a game-changer,addressing ongoing skill gaps and transforming
how companies approach talent acquisition anddevelopment.
Whether this will lead to a revolution incorporate learning and development, or become
another case of 'application tourism,' remainsto be seen.

(02:21):
OpenAI is making waves again by partnering withthe Greek government to roll out its AI tools
in schools and support startups.
This move is not just a tech upgrade; it's aneducational revolution.
Imagine classrooms where AI is a daily tool,helping teachers enhance productivity and
integrate AI responsibly into their work.

(02:44):
That’s the vision with ChatGPT Edu, a tailoredversion of ChatGPT designed specifically for
educational establishments.
Greece is set to launch a pilot this year,focusing initially on AI literacy, which could
change how education is delivered in thecountry.
But there's more to this story.
OpenAI is also launching its first acceleratorprogram in Europe, right in Greece, and it's

(03:09):
backed by the government.
This program will prioritize AI startups thatfocus on key areas like education, public
services, healthcare, and climate.
It’s an ambitious step that could positionGreece as a leader in AI-driven innovation.
Chris Lehane, OpenAI's Chief Global AffairsOfficer, captured the significance of this

(03:31):
partnership perfectly.
He said, "From Plato’s Academy to Aristotle’sLyceum—Greece is the historical birthplace of
western education.
With millions of Greeks using ChatGPTregularly, the country is once again showing
its dedication to learning and ideas."
This partnership is especially promisingbecause Greece already has one of the highest

(03:53):
percentages of STEM graduates in Europe.
This provides a solid foundation for buildingAI skills and careers, making it an ideal
environment for such a groundbreakinginitiative.
OpenAI’s collaboration with Greece is not justa nod to the past but a bold leap into the
future, preparing the next generation to seizethe economic opportunities of the Intelligence

(04:15):
Age.
It’s a fascinating development that could serveas a model for other countries looking to
integrate AI into education.
Why do chatbots confidently churn out wronganswers?
The issue isn't the code itself but rather theway these systems are tested.

Think of it like this (04:32):
much like students guessing on a tough exam, AI chatbots often
bluff when they're unsure.
The result?
Plausible-sounding but completely falsestatements – a phenomenon researchers call
hallucinations.
These can mislead users and undermine trust.
Despite significant progress in artificialintelligence, these hallucinations persist even

(04:56):
in the most advanced systems, includingOpenAI's GPT-5.
A new paper from OpenAI suggests that thesehallucinations aren't strange side effects of
machine intelligence but are predictablestatistical errors built into how large
language models are trained and tested.
Fixing them, the researchers argue, requiresrethinking the benchmarks that drive AI

(05:17):
development.
At their core, language models are essentiallyprobability machines.
They don’t "know" truth from falsehood ashumans do.
Instead, they predict which words are mostlikely to follow others based on patterns in
their training data.
For example, when asked about the title ofpaper co-author Adam Tauman Kalai’s doctoral

(05:38):
dissertation, a widely used chatbot confidentlyprovided three different answers—all incorrect.
When queried about his birthday, it offeredthree more wrong answers.
OpenAI formalizes this problem with what theycall the Is-It-Valid test, which reduces text

generation to a binary classification problem: is a given string valid or invalid? (05:55):
undefined
The math shows that if a model struggles withthis classification, it will necessarily
produce hallucinations during generation.
"The model sees only positive examples offluent language and must approximate the
overall distribution," the researchersexplained.

(06:17):
"All base models will err on inherentlyunlearnable facts.
For each person, there are 364 times moreincorrect birthday claims than correct ones."
For arbitrary facts with no learnable patterns,the error rate remains stubbornly high.
In short, hallucinations aren’t bugs—they’reessentially baked into the statistical

(06:38):
foundations of language modeling.
The paper also points out that post-training,the fine-tuning process where models are
adjusted with human feedback, often exacerbateshallucinations.
This happens because of how success ismeasured.
Much like students on a test, leaving aquestion unanswered guarantees failure, whereas

(06:59):
guessing opens a chance to earn points.
Language models face similar incentives whenevaluated on accuracy-based benchmarks.
Saying "I don’t know" is penalized as much asbeing wrong, while guessing might look correct.

Imagine two models (07:15):
Model A only answers when it’s confident, abstaining when uncertain.
Model B always gives an answer, even whenguessing.
On today’s benchmarks, Model B will outperformModel A—not because it’s more accurate overall,
but because the scoring system rewards boldnessover caution.
Over time, this encourages models to "learn" tohallucinate.

(07:40):
This evaluation misalignment isn't a minorquirk.
Benchmarks are the lifeblood of AI research.
Leaderboards showcasing model performance onaccuracy-driven tests shape funding,
competition, and deployment.

But under current norms, accuracy is a binary: right or wrong. (07:55):
undefined
There’s no room for "uncertain," no credit forsaying "I don’t know," and no penalty for
confidently spewing falsehoods.
This misalignment means even well-intentionedefforts to curb hallucinations are fighting
against the grain.

(08:15):
OpenAI suggests one solution is to overhaul theway models are graded.
Just as some tests penalize wrong answers todiscourage blind guessing, AI benchmarks should
penalize confident errors more heavily thanuncertainty, give credit when a model admits it
doesn’t know, and reward abstention overfabrication.

(08:36):
This isn’t just about making chatbots lessannoying.
In high-stakes domains like medicine, law, oreducation, confidently wrong answers can have
serious consequences.
A system that bluffs less and signalsuncertainty more could be far safer—even if it
looks less impressive on traditionalbenchmarks.

(08:56):
For leaders in unified communications, theresearch highlights a critical operational

challenge (09:01):
AI-powered chatbots and assistants may confidently provide wrong information,
potentially affecting customer interactions,internal collaboration, or automated workflows.
Because current evaluation metrics rewardguessing over caution, unified communication
systems that integrate AI could inadvertentlypropagate errors, reduce user trust, or trigger

(09:25):
compliance risks.
The bottom line is that hallucinations maynever completely vanish—the mathematics
guarantee some level of error is inevitablewhen machines are trained to mimic the messy
distribution of human knowledge.
But OpenAI's researchers argue that we can makethem less harmful by changing the incentives.
Right now, AI is like a student trained tomaximize test scores by guessing whenever it’s

(09:49):
unsure.
If we want models that admit uncertainty—and indoing so, become more trustworthy partners—we
need to rewrite the tests themselves.
Because as long as the leaderboards keeprewarding lucky guesses, chatbots will keep
bluffing.
Thinking Machines and OpenAI have joined forcesto revolutionize how organizations across the

(10:11):
Asia-Pacific region harness the power ofartificial intelligence.
This partnership aims to integrate cutting-edgeAI solutions into various sectors, from finance
to healthcare, offering unprecedentedefficiency and innovation.

Picture this (10:27):
A bustling city in the heart of Asia, where businesses are not just surviving
but thriving, thanks to AI-driven insights.
This is the future that Thinking Machines andOpenAI envision—a future where AI is seamlessly
woven into the fabric of daily operations,enhancing productivity and decision-making.

(10:49):
Why does this matter?
Well, the Asia-Pacific region is a hotbed ofeconomic activity and innovation.
By infusing AI into these markets, businessescan unlock new levels of growth and
competitiveness.
It is not just about keeping up with theJoneses; it is about setting the pace for the
future.
Thinking Machines’ CEO, Stephanie Sy,highlighted the transformative potential of

(11:14):
this collaboration, saying, "Our partnershipwith OpenAI allows us to bring world-class AI
capabilities to organizations that are ready toinnovate and lead.
It is about empowering businesses with thetools they need to excel."

Consider this (11:29):
According to recent reports, the adoption of AI technologies in the Asia-Pacific
region could contribute an additional onetrillion U.S.
dollars to the regional gross domestic productby 2030.
That is a staggering figure that underscoresthe economic impact of embracing AI.
OpenAI is stepping into the hardware arena witha big announcement: they're teaming up with

(11:52):
Broadcom to develop their first in-houseartificial intelligence chip, set to launch in
2026.
This is a significant move for OpenAI, as itmarks their entry into the semiconductor
industry, a field that's becoming increasinglycrucial as artificial intelligence continues to
grow.
Imagine this—a world where OpenAI isn't justthe brains behind some of the most advanced

(12:17):
artificial intelligence models, but also thecreator of the very chips that power them.
This partnership with Broadcom could redefinehow artificial intelligence applications are
deployed, making them more efficient, faster,and perhaps more cost-effective.
The importance of this collaboration can't beoverstated.

(12:37):
As artificial intelligence becomes moreembedded in our daily lives, the demand for
specialized hardware to support thesetechnologies is skyrocketing.
By developing its own artificial intelligencechip, OpenAI is positioning itself to better
meet that demand and gain more control over theperformance and capabilities of its systems.

(12:59):
Broadcom, a leader in the semiconductorindustry, brings a wealth of experience to the
table.
Their expertise in chip design andmanufacturing will be invaluable as they work
alongside OpenAI to bring this new chip tomarket.
It's a strategic partnership that could set anew standard for artificial intelligence
hardware.
This development also signifies a broader trendin the tech industry—companies increasingly

(13:24):
seeking to own more of their technology stack.
By developing in-house chips, OpenAI can tailorhardware specifically to its software's needs,
potentially leading to performance improvementsand innovations that off-the-shelf components
simply can't match.
As we look towards 2026, it'll be fascinatingto see how this collaboration unfolds and what

(13:45):
it means for the future of artificialintelligence.
Will OpenAI's chip redefine the landscape ofartificial intelligence hardware?
Only time will tell, but the potential iscertainly there.
That’s it for today’s OpenAI Daily Brief.
OpenAI's collaboration with Broadcom to developtheir first artificial intelligence chip is a

(14:06):
game-changer, promising to reshape theartificial intelligence hardware landscape.
Thanks for tuning in—subscribe to stay updated.
This is Bob, signing off.
Until next time.
Advertise With Us

Popular Podcasts

Stuff You Should Know
Dateline NBC

Dateline NBC

Current and classic episodes, featuring compelling true-crime mysteries, powerful documentaries and in-depth investigations. Follow now to get the latest episodes of Dateline NBC completely free, or subscribe to Dateline Premium for ad-free listening and exclusive bonus content: DatelinePremium.com

The Joe Rogan Experience

The Joe Rogan Experience

The official podcast of comedian Joe Rogan.

Music, radio and podcasts, all free. Listen online or download the iHeart App.

Connect

© 2025 iHeartMedia, Inc.