
On AI and Knowledge
模型記憶、公司知識與自動學習迴圈
On AI and Knowledge — Pablo Castro, Distinguished Engineer & CVP for AI Knowledge, Microsoft
Microsoft 的 Pablo Castro 把知識分成模型內建、外部檢索、從使用中學習三層,示範 agent 怎麼越用越好。
重點摘要
5 件事
內建知識啟動了 AI 指數成長模型的參數記憶(intrinsic knowledge)是 GitHub Copilot、ChatGPT 等工具的核心動力,也是整個 agentic 浪潮的起點;從 IntelliSense 到全自動生成程式碼,22 年才走到的第一步,後來的每一步都在加速。
公司知識需要統一入口企業 agent 除了自身任務知識外,還要存取組織的文件、信件、聊天記錄與資料倉儲。Microsoft IQ 提供四層接口(Work IQ、Fabric IQ、Foundry IQ、Web IQ),讓 agent 有一個統一入口取得這些「環境知識」。
混合檢索顯著優於單一方法評估一再顯示,結合向量搜尋、詞彙搜尋與 agentic retrieval 的複合方法,在真實客戶場景中遠比任何單一方法好;agentic retrieval 會先反思資訊需求是否已滿足再回傳結果。
知識庫即 MCP ServerFoundry IQ 建立的每個知識庫都自動成為 MCP Server,無需額外黏合程式碼即可接入任何已有的 agent 架構。
Agent Optimizer 自動化學習迴圈透過觀察 agent 的 trace 與評估指標,系統以類山丘攀爬法反覆生成並評估候選配置,找到更好的指令與工具組合後直接部署,讓 agent 的能力隨實際使用不斷提升。
時間軸 · 金句在右
13 段 · 時碼連回 YouTube
「this is the knowledge that actually threw us into the exponential we are in today.」這正是讓我們進入今日指數成長的知識
「as an industry we thought that if we could get really, really good at computing cosine similarity between vectors, we were all set for retrieval.」作為一個產業,我們曾以為只要把向量餘弦相似度算得夠好,檢索問題就解決了
「every knowledge base is an MCP server, so you can just connect to it uh without having to write any glue code in the middle.」每個知識庫都是 MCP Server,直接連接,不需要寫任何黏合程式碼
「how they can create this learning loop that effectively captures what's unique about the company」怎麼形成一個學習迴圈,把這家公司真正獨特的東西留下來
名詞與人物
9 個
延伸
演講裡沒展開的
- agent optimizer 以反覆產生候選配置、逐輪比較指標的迴圈往上爬,講者沒有說明背後的演算法。
- Agent Optimizer 展示的學習迴圈需要 agent 配置外部化(指令、工具定義分離),演講中未說明如何處理非外部化配置的舊有 agent 系統。
- 講者提到 Satya 最近撰文討論人與 agent 複利成長的概念,演講中僅引用觀點未展開細節。
標籤