Skip to content
TopicTracker
来自 garymarcus.substack.com查看原文
译文语言译文语言

生成式AI失去魔力的那个月

六月还未结束,任何事情仍可能发生,但已经发生了很多事情。这个月标志着生成式AI热潮的转折点,技术的神奇光环开始消退,行业面临更多质疑与反思。

背景速读

- Gary Marcus是一位知名的AI批评者、认知科学家,曾创立AI公司Geometric Intelligence(后被Uber收购)。他长期质疑大型语言模型(LLM)和生成式AI的能力上限。 - 这篇文章的核心观点:2024年6月,生成式AI(以ChatGPT、Gemini等为代表)遭遇了"失势"月——一系列事件集中暴露了技术的根本局限:幻觉、逻辑推理薄弱、不可靠。 - 关键背景事件包括:Google AI Overviews(AI摘要)推荐用户吃石头、在胶水上加披萨酱等荒谬建议,引发大规模嘲讽;OpenAI的GPT-4o被指实际性能未达宣传;苹果与OpenAI合作引发隐私争议;多家AI公司面临版权诉讼浪潮。 - Marcus认为,这些事件不是"成长阵痛",而是"系统性缺陷"的体现:大语言模型本质上无法理解世界、无法可靠推理,产业正接近"信任天花板"——用户发现它们并非真正的"通用智能"。

相关报道

  • 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.