api
6 篇文章
Gemini API 終於能設花費上限了,CI 跟 agents 比較敢放手玩
Simon Willison 轉貼 Gemini API 新增 spend caps,認為這對想在 CI 跑 Gemini prompts,或讓 agents 試驗 Gemini API 的人是好消息,因為比較不用怕突然冒出難看的帳單。
為數兆個 Agent 打造軟體:Aaron Levie 談 Agent 時代的基礎建設大改造
Box CEO Aaron Levie 指出,當 Agent 從 coding 擴展到所有知識工作,現有軟體根本不是為 Agent 設計的。未來每個平台都需要 Agent 專用的 API 和 CLI,而 Agent 之間的互通性將成為軟體的核心競爭力。
Anthropic Prompt Caching 全攻略 — Automatic Caching、1 小時 TTL、與那些官方文件沒明說的坑
Anthropic 官方 prompt caching 文件大更新:Automatic Caching 讓你不用手動標記、1 小時 TTL 讓 cache 活更久、invalidation hierarchy 告訴你什麼改動會炸掉什麼。我們也分享了自己踩過的 $13.86 帳單地雷。
每個 SaaS 現在都是 API — 不管你願不願意:6 人團隊幹掉 100 人後勤的實戰拆解
Fintool 創辦人 Nicolas Bustamante 用自身經驗展示:透過 Agent + API 串接所有 SaaS(Brex、QuickBooks、HubSpot、Stripe),6 人團隊處理了過去 100+ 人才能做的事。他提出 B2A(Business to Agent)概念,並警告沒有好 API 的 SaaS 將被 Agent 繞過甚至取代。
OpenAI API 正式支援 Skills — Simon Willison 拆解這個讓 Agent 自帶「技能包」的新功能
OpenAI 的 Responses API 現在可以透過 shell tool 掛載 Skills — 把可重複使用的工作流程(指令 + 腳本 + 資源檔)打包成 zip,讓模型在需要時才載入執行。Simon Willison 用他新開發的 Showboat 工具實測了這個 API,發現最酷的是可以直接在 JSON request 裡用 base64 傳 inline skill,不用先上傳。Skills 本質上是 system prompt、tool、和 procedure 之間的「中間層」,解決了把所有流程都塞進 system prompt 會越塞越肥的痛點。
Google 終於開竅了:Developer Knowledge API + MCP Server 讓 AI 不再亂掰 API 用法
Google 推出 Developer Knowledge API 和官方 MCP Server(Public Preview),讓 AI coding 工具可以直接讀取最新的 Google 官方文件——Firebase、Android、Google Cloud、Chrome 全都有。再也不用在 AI 生成的「過期 API 用法」和「存在於平行宇宙的 function」之間來回 debug 了。