An editorial blog by Chen Kai

关于机器数学与云的长文笔记。

A long-form notebook on machine learning, mathematics, and the cloud infrastructure that runs them.

Latest writing

Recent essays and deep dives, freshest first.

The complete archive

用 Terraform 给 AI Agent 上云(三):可复用的 VPC 与安全基线

第一个可复用 module——三可用区 VPC,公私网交换机分层,NAT 出网,按 tier 分层的安全组,以及按数据域分的 KMS 主密钥。同样的代码出现在我交付过的每一个 Agent stack 里,参数化但本体不变。

7 min read · 3094 words

用 Terraform 给 AI Agent 上云(一):为什么 IaC 是唯一靠谱的部署方式

Agent 系统是个移动靶——每个月都有新工具、新记忆库、新区域。手动点控制台撑不到第二个同事入职。本系列第一篇讲为什么要在阿里云上用 Terraform,盘点 alicloud provider 真正覆盖了什么,并把它和 Pulumi、Crossplane、ROS 摆在一起对 …

7 min read · 3451 words