Skip to content
TopicTracker
出典 garymarcus.substack.com原文を表示
翻訳言語翻訳言語

生成AIが輝きを失った月

6月はまだ終わっていないが、すでに多くの出来事が起きている。生成AIの勢いが失速しつつある兆候が見られる月となっている。

背景メモ

- ゲイリー・マーカス氏は、ニューヨーク大学の名誉教授で、AIの限界やリスクについて繰り返し警鐘を鳴らしてきた著名な批評家。生成AI(ChatGPTや画像生成モデルなど)に対しては特に懐疑的で、その「幻覚(hallucination)」問題や信頼性の低さを長年指摘している。 - 本稿でマーカス氏が「生成AIが勢いを失った月」と評する背景には、2024年6月に起きた複数の出来事がある。OpenAIのChatGPTが提供する情報の正確性に批判が集まったこと、AppleがWWDCで発表した自社AI戦略が想定内の範囲にとどまったこと、そしてGoogleのAI検索「AI Overviews」が不正確な情報(ピザに接着剤を塗るなど)を表示して炎上したことなどが中心。 - 生成AI業界は2023年から2024年にかけて巨額の投資を集めてきたが、マーカス氏は「本当の有用性」と「誇大広告」の乖離が徐々に明らかになりつつあると主張。同氏は以前から、大規模言語モデル(LLM)の根本的な限界(世界の理解ではなく確率的なパターン一致にすぎない点)を批判してきた。 - この記事の文脈を理解する鍵は、マーカス氏が「AIブームの熱狂」に対して常にアンチテーゼを提供する立場にいること。したがって本稿も、生成AIバブルの崩壊(少なくとも冷却化)を予告する論考のひとつとして読むのが適切。

関連記事

  • Humanity is unprepared for the rapid acceleration of artificial intelligence that will soon surpass human capabilities. Current safety measures and governance are insufficient to manage an "intelligence explosion," risking catastrophic outcomes. Urgent global coordination is needed for safe AI development.

  • The article argues that while modern hardware operates asynchronously with multiple independent components, most operating systems remain fundamentally synchronous in design. This mismatch leads to inefficiencies and complexity, as OSes must layer async abstractions on top of inherently async hardware. The author calls for rethinking OS architecture to embrace asynchrony natively.

  • The article discusses the development of humanoid robots designed for continuous operation until human intervention is required, highlighting advancements in autonomy and endurance for real-world applications.

  • Ethereum continues its pursuit of sovereignty as a decentralized blockchain platform, reflecting ongoing efforts to achieve greater independence from centralized control and external influence in its network operations and governance.

  • Many developers misunderstand CORS, believing it is a server-side security measure. In reality, CORS is a browser-enforced policy that restricts frontend JavaScript from reading cross-origin responses, but does not block requests from non-browser clients or server-to-server communication.