載入中...
載入中...
整理 Threads 介紹 Cloudflare Kitesurf,查核 Cloudflare Blog / Browser Run docs:Kitesurf 是跑在 Workers / V8 isolates 上的 agent-first browser,CPU / memory 比 Chromium 低 3–7×,但 wall time 較慢且目前屬 Browser Run beta runtime;適合大規模 agent 抽取與瀏覽器工具分層。
Threads 轉貼 Hermes v0.20 語音助手實測;查核 NousResearch/hermes-agent v2026.8.3 release,整理即時語音、barge-in、wake words、gateway voice notes、MCP 與本地/開源部署價值,以及對 Athena/Allen voice-agent 專案的啟示。
Sam Lung 將 Antigravity、Grok Build、Claude Code、Codex 的多 Agent 能力分成 workflow 編排型與最高推理自動多 Agent 型。本文查證 Claude Dynamic Workflows 與 ultracode 官方文件、xAI Grok Build 文件,並把 Grok/Claude/Codex/Antigravity整理成 Allen 可用的任務分派決策表。
Threads 討論 agent 上網搜尋到底用 OpenAI 內建 web_search 還是 Google Custom Search API。實測重點是:web_search 可以讓模型搜尋並 open_page 看頁面,但可讀文字轉換可能丟掉只有 icon、沒有 anchor text 的 href;Google Custom Search JSON API 只回搜尋結果 metadata,且官方文件顯示 2027-01-01 停止服務、目前不開放新客戶。本文整理最實用架構:web_search 負責找候選與判斷,fetchPage 讀原始 HTML 抽 href / metadata / JSON-LD,GCS 或替代搜尋 API 只當 fallback。
Threads 轉述 Can Bölük / Stencil 的 /prewalk:昂貴 frontier model 先深入閱讀、建立 todo、並完成第一個 edit,再把完整軌跡交給便宜模型接手。核心洞察是 coding agent 的 token 成本主要在閱讀而非寫入;傳統 /plan 只交接摘要會讓便宜模型重讀整個 repo,反而可能更貴。搜尋結果與相關 repo 轉述 Stencil SWE-Bench Pro 實驗主張:保留約 92–97% frontier pass rate、成本約減半,特定設定下成本降 41%、速度 1.9×。
Threads 分享把 x.com URL 改成 xcancel.com,可讓 AI 更容易讀公開 X tag、list、推文並做趨勢摘要。查證 XCancel about page 可回 200,HTML metadata 顯示 Nitter 類 frontend;但搜尋/使用者頁可能回 503,因此它適合當免登入、免 JS 的快速讀取 fallback,不適合作為穩定 API、大量爬取或正式產品資料源。正式需求仍應評估 X 官方 API / Hosted X MCP。
Dustin GMAT 分享一個 Claim-Evidence Hook:當模型宣稱已驗證、已測試、已實測,或宣稱找不到、不存在、查無時,hook 會檢查本輪 session 是否真的有相應工具 / 指令證據;沒有就要求拿出證據、回去驗證或降級成「尚未驗證」。查證 Claude Code hooks 官方文件後,本文整理 Stop / PreToolUse / PostToolUse 等事件如何支撐這種 guard,並翻成 Athena / Hermes 可用的 execution ledger + claim classifier + evidence matcher 架構。
TokenBar 是 Nanako0129 開源的 macOS menu bar AI coding usage / quota monitor,讀本機 logs 追蹤 Claude Code、Codex、Cursor、OpenCode、Hermes 等 25+ agents。GitHub 查證:MIT、Rust + Swift、Apple Silicon / macOS 14+、Homebrew cask、Liquid Glass、zero telemetry,latest release v1.7.0。適合多 agent 工作流的 spend observability;若只想看 5-hour / weekly quota bar,CodexBar 或更極簡工具可能較少噪音。
Moco Lee 分享用 Claude + Zeabur + Odoo 社區版搭建 AI ERP。查證 Odoo、Odoo API/pricing、Zeabur template 與留言中的 LeadOwl 顧問來源後,本文把它定位為「內部管理 / Shadow ERP / AI 操作助理」可行,但正式財務、庫存、採購寫入不能跳過資料正確性、權限、audit trail、備份、approval queue 與會計審核。對 BigIntTech 的產品訊號是:賣 AI ERP 不如賣現成 ERP 的對話式操作層與治理層。
Threads 指出 Claude Code Desktop 的 iOS Simulator / computer use 讓 Claude 能編譯、啟動、操作並截圖驗證 iOS App;本文查證官方 Claude Code docs,整理功能前提、隱私 caveat、適合測試流程與對 iOS 開發工作流的影響。
Threads 分享 PM 以 Vibe Coding 將 LINE Bot、Gemini Embedding、pgvector、Jina Reranker、Gemini 2.5 Flash 組成 AI 客服,並做成多租戶平台;本文整理文件同步、RAG pipeline、File Search 取捨、LINE 後台衝突、模型退役與回饋閉環。
Threads 介紹 Cognee 作為 AI Agent 長期記憶系統;本文查證 GitHub、PyPI、官方網站、MCP/Claude Code/OpenClaw 整合與 arXiv 論文,整理其向量+知識圖譜定位、Apache-2.0 授權、部署前提與對 Hermes/Allen KB 的架構啟發。
NVIDIA 官方釋出 Unitree G1 的 Isaac GR00T 端到端 Physical AI workflow:模擬與實機流程解耦,開發者可先在 Isaac Lab-Arena 收集遙操作示範、轉成 LeRobot 格式、微調 GR00T 1.7 VLA policy、用成功率評估 pick-and-place,再視需要部署到搭配 Jetson Thor 的實體 G1。這對課程與 PoC 的重點是 sim-first,而不是一開始就採購人型機器人。
Cerebras 公開內部 Knowledge Base 架構:保留 Slack、Wiki、Code、Incident、客製資料庫等資料產地,以同一張 Postgres/pgvector embeddings 表與共通介面接入;查詢端採 full-text、embedding、IDF、age decay、RRF、LLM rerank、project scope 與 MCP/Web UI 工具化,讓企業知識庫從文件倉庫變成可被人、automation、agent 共同使用的證據檢索層。
Nanako Tsai 發布 pilotfish v1.1.0,這是 Claude Code 多模型協作層的安全與誠實度強化版。GitHub release 確認 v1.1.0 聚焦 Trust & security、tag/SHA-pinned install、scout/Explore positive allowlist、agent name collision detection、subagent policy self-disable、verifier security-sensitive max thoroughness,以及成本/宣稱重新校準。Repo 為 MIT,截至查證時 stars 232。
Threads 分享 Anthropic 官方 Claude Loops 入門文章,重點是把 agent 從單次 prompt 進化成可驗證、可停止、可排程、可主動執行的 loop。官方文章將 loops 分成 turn-based、goal-based、time-based、proactive 四種,並強調 success criteria、verification skills、fresh-context reviewer、token/cost boundaries 與小規模 pilot。
Allen 連續提供機票交錯開票、旅遊不便險理賠、小說推薦、未知矩陣 Prompt、pilotfish 多模型編排、福岡觀光補助與長岡花火 Club Tourism 行程等 Threads/GitHub 來源。本文整理成 LifeOps 個人決策助理概念池:一邊作為 Allen KB 的知識沉澱,一邊作為 OneDrive 專案資料夾的產品孵化素材。
Threads 提到 AWS Continuum 像資安自動駕駛。查證 AWS Summit New York 2026 官方公告後,Continuum 的定位是 Security at machine speed:收斂環境 findings、依 business impact 排序、驗證哪些漏洞真的可利用,並透過既有流程推動修補;AWS Security Agent 也併入 Continuum,提供 STRIDE threat modeling、PR code scanning、Kiro / Claude Code plugin / MCP IDE integrations。需注意 Threads 提到的 Claude Mythos 未在 AWS 官方公告中確認。
Asgard AI 在 Threads 提到,台灣 AI 落地常卡在綠界金流、物流、實價登錄、立法院資料等在地 API 接法。查證 Yggdrasil / vault.asgard-ai.com 與 GitHub 後,這是一個開源展示廳,收錄 MCP Servers、SKILLs 與 PlugIns;GitHub org 有 51 個 public repos,包含 mcp-ecpay-logistics、mcp-ezpay-einvoice、mcp-591、mcp-tw-lvr、mcp-tw-ly、tw-ecommerce-majordomo 等。
andrewshih1210 分享 LINE Bot、Google Apps Script 與 Google Sheets 統合網站,延伸近期多篇 LINE 群組自動歸檔討論:將 LINE 群組圖片/文件存到 Google Drive,文字寫入 Google Sheets,按群組與日期分類。本文整理這類方案的產品價值、適用場景、架構取捨,以及從 Cloud Run 到 GAS 的實作路線。
cai.chengkai 使用 Dr. Lawbot 台灣法院判決 MCP 抓取相關案件,讓 AI 自動建立案件、法條、爭點、勝敗訴與有利/不利條件的關聯圖。這代表法律 MCP 的下一步不只是查判決,而是把判決集合轉成 litigation graph,再產生策略分析報告。關聯 GitHub lawchat-oss/mcp-taiwan-legal-db 為 MIT Python 專案,提供司法院判決、全國法規、憲法法庭等 8 個 MCP tools。
darkseoking 分享的 Fable Soul 是一個 MIT 開源的 AI coding agent judgment layer,repo 為 akseolabs-seo/fable-soul。它把 Fable5 使用體感中最有價值的操作紀律——先找根因、不要照抄錯誤指令、改完要驗證、不能沒測就說完成——整理成 SKILL.md、soul.md、compact mirror、transfer prompts、evals、worked examples 與同步腳本。重點不是讓小模型變成 Fable5,而是把高階 agent 的判斷習慣轉成可維護的 proof contract / rationalization table / capture loop。
Govin.AI 的 Threads 用「年薪 120 萬美金 Anthropic 工程師丟 .claude/ 資料夾」包裝一個重點:同樣模型,差距常在 harness。圖中 LOOPKIT VAULT 對應 Archive228/loopkit:MIT、33 個 battle-tested skills、.claude/CLAUDE.md、settings hooks、verifier subagent、MEMORY.md、run.sh、MCP wiring。這是可參考的 agent operating system,但也有 memory 膨脹、skill 觸發混淆、prompt-based verifier 不 deterministic 的風險。
Jesse Vincent 用 Fable 對 Superpowers 的 subagent-driven development 流程做 autoresearch:36 小時、25 次實驗,找到預先打包 reviewer packet、合併 spec/code review、條件式 Haiku implementer 等成本優化。作者宣稱 wall-clock 快 50%、token spend 降 60%。真正重點不是單一 prompt,而是 AI 已能建立研究 harness、假說紀錄、實驗與自我抓漏流程。