剛剛,谷歌諾貝爾獎得主被Anthropic收編

2026年6月20日 09:24
剛剛,谷歌諾貝爾獎得主被Anthropic收編

重點摘要

這篇消息聚焦「剛剛,谷歌諾貝爾獎得主被Anthropic收編」。原始導語提到:谷歌AlphaFold之父宣佈離職。 從 AI 情報角度來看,這類內容值得關注其背後的技術進展、產品落地、產業競爭與後續市場影響。

站內 AI 整理稿

### 重點整理:谷歌諾貝爾獎得主轉投 Anthropic

根據最新消息,曾在 Google DeepMind 主導 AlphaFold 開發、並因此獲得諾貝爾獎的關鍵科學家,已正式宣布離職並加入 AI 新創公司 Anthropic。這項人事變動不僅震撼學術與產業界,更標誌著頂尖 AI 人才流動進入全新階段。這位科學家被譽為「AlphaFold 之父」,其離開與加入的動向,立即引發外界對 Google 人才保留策略與 Anthropic 技術路線的熱烈討論。

### 背景脈絡:AlphaFold 與諾貝爾獎的榮光

AlphaFold 是 Google DeepMind 團隊的重大突破,利用深度學習成功預測蛋白質三維結構,解決了生物學界長達五十年的難題。這項成就讓開發團隊的核心成員,包含此次離職的科學家,共同獲頒 2024 年諾貝爾化學獎,表彰其對蛋白質結構預測的開創性貢獻。Google DeepMind 也因此鞏固了在全球 AI 與科學研究領域的領導地位,而這位諾貝爾獎得主更是品牌象徵與技術靈魂。

### 為何選擇 Anthropic?AI 安全領域的磁吸效應

Anthropic 由前 OpenAI 研究員創立,長期專注於 AI 安全、可解釋性與對齊研究,其旗艦模型 Claude 在安全性與理性推理上享有盛譽。與 Google 偏向商業化應用與大規模產品整合的路線相比,Anthropic 更強調基礎研究與負責任 AI 發展。這位科學家選擇加入,很可能看中 Anthropic 在科學探索上的自由度,以及對長期風險與倫理議題的關注,與他在 AlphaFold 後

Related

相關文章

GRPO過時了嗎?

GLM-5.2模型決定停止使用GRPO演算法,此舉引發業界對強化學習未來發展方向的廣泛討論。傳統GRPO是否即將被更先進的技術取代,成為當前人工智慧領域的關注焦點。

剛剛
MarkTechPost AI研究與前沿

Yandex Open-Sources YaFF: A Zero-Copy Wire Format for Protobuf With Near-Struct Read Speed

TLDR YaFF is Yandex’s open-source zero-copy wire format for Protobuf — Apache 2.0, currently C++, v0.1.0. The .proto file stays the source of truth; only the physical memory layout changes. On Yandex’s benchmarks, the Flat Layout reads hot data ~3.8× faster than FlatBuffers, within 1.2× of a raw C++ struct. Four layouts — Fixed, Flat, Sparse, Dynamic — trade read speed for schema flexibility; Dynamic is the default. YaFF runs in its advertising recommendation system, where it reports 10–20% CPU savings at production scale. Adoption is incremental: drop it into one hot path, with two-way Protobuf conversion at the edges. Yandex has open-sourced YaFF (Yet another Flat Format) under Apache 2.0. It is a high-performance C++ serialization library. YaFF provides a zero-copy wire format for the P

1 天前

GPT發AI原創新成果了

這篇消息聚焦「GPT發AI原創新成果了」。原始導語提到:AI實現藥物全自動研發,還遠嗎? 從 AI 情報角度來看,這類內容值得關注其背後的技術進展、產品落地、產業競爭與後續市場影響。

1 天前

AI越強,越要“殺死”過去的自己

這篇消息聚焦「AI越強,越要“殺死”過去的自己」。原始導語提到:人類需要實現思維模式的轉變。 從 AI 情報角度來看,這類內容值得關注其背後的技術進展、產品落地、產業競爭與後續市場影響。

2 天前
MarkTechPost AI研究與前沿

Salesforce CodeGen Tutorial: Generate, Validate, and Rerank Python Functions With Unit Tests and Safety Checks

In this tutorial, we implement an end-to-end workflow for Salesforce CodeGen. We load a CodeGen model from Hugging Face, prepare it for code generation, and use it to generate Python functions from natural-language prompts. We then move beyond basic inference by adding function extraction, syntax checking, static safety checks, unit-test-based validation, best-of-N candidate reranking, multi-step program synthesis, prompt-style experimentation, benchmark visualization, and artifact export. Through this workflow, we learn how CodeGen can be used not only as a code completion model but also as part of a structured code-generation pipeline that evaluates, filters, and organizes generated solutions. Loading the Salesforce CodeGen Model from Hugging Face Copy CodeCopiedUse a different Browserim

2 天前