Cognition makes Devin, described by TechCrunch as the first and arguably most successful AI coding agent. Scott Wu says the product is not meant to supplant human programmers. The key takeaway is a positioning statement: AI coding agents are being framed as tools for software work, not as a direct removal of humans from development.
Vercel 發表最新技術實踐,揭露他們如何利用 AI Agent 來優化其熱門 Monorepo 工具 Turborepo。透過在隔離的沙盒環境中運行 Agent 進行程式碼重構與效能瓶頸分析,並結合人類工程師的最終審查(Human-in-the-loop),成功讓 Turborepo 的特定關鍵路徑或建置速度提升了 96%。這展示了 AI 代理在實際大型開源專案重構與效能調優中的巨大潛力。
Vercel 宣布 AssistLoop 正式加入其 Agents Marketplace。AssistLoop 專注於提供 AI Agent 的「人機協同(Human-in-the-loop)」解決方案,讓開發者能在 Agent 執行高風險或不確定任務時引入人類審查。透過此次整合,Vercel 用戶可以更快速地在專案中部署具備安全護欄與人類協作能力的 AI 應用。
Hugging Face 介紹了一種利用對抗性數據動態訓練模型的方法。透過 Gradio 建立互動介面(以 MNIST 為例),讓使用者主動找出能騙過模型的樣本。這些對抗性數據會被自動收集並儲存至 Hugging Face Datasets,進而觸發模型的動態重新訓練,有效提升模型的魯棒性。