模式
值得起名字的反复出现的形状:技术栈选型与工程范式。
-
The 2026 Agent Framework Landscape (And Where I Actually Stand)
Five mainstream agent frameworks, what each one actually solves, where my own multi-agent system fits in the picture, and the honest answer to "are we walking down the right path."
-
为什么我把整个产品都建在 Cloudflare 上
大多数 AI 产品跑在 AWS 或 Vercel 上 + 某处的数据库。我把每一层都跑 在 Cloudflare 上——Workers、D1、R2、KV、Vectorize、AI Gateway、Pages。 六个理由它加起来意味着更少的代码和更低的账单,以及两种我不会用它的 情况。
-
提交 + 轮询:我怎么停止和 WebSocket 战斗
WebSocket 看上去是 AI 长任务的正确答案。它几乎从不是。提交+轮询模式 看上去更丑、生产里更稳定、易于扩展、优雅降级。我停止和 WebSocket 战斗之后,AI 功能的失败率下降了一个数量级。