<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>行开心的颠倒世界</title>
    <link>https://xingkaixin.me</link>
    <description>XingKaiXin 的个人博客，聚焦 AI 编程、Agent 工程与开发者工具，也写产品观察与生活体验。</description>
    <language>zh-CN</language>
    <lastBuildDate>Fri, 04 Sep 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://xingkaixin.me/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>软件工厂建不动：你缺的不是 Agent，是提 Issue 的人</title>
      <link>https://xingkaixin.me/posts/one-person-software-factory/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/one-person-software-factory/</guid>
      <pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate>
      <description>软件工厂卡住往往不是 Agent 不会写代码，而是上游没有高质量 issue。用 issue tracker 把工厂切成两半：上游用定时 loop 抓日志和录像自动提需求，下游用 auto 标签触发 Agent 开 PR。Backlog 见底先建上游，堆满先做标签触发。</description>
      <category>AI Agent</category>
      <category>软件工程</category>
      <category>工程效率</category>
      <category>独立开发</category>
    </item>
    <item>
      <title>把加密思考块喂给小模型，拿到了最值钱的思维链</title>
      <link>https://xingkaixin.me/posts/cot-distillation-thinking-block/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/cot-distillation-thinking-block/</guid>
      <pubDate>Thu, 03 Sep 2026 00:00:00 GMT</pubDate>
      <description>CoT 思维链蒸馏能提供更密集的监督信号帮助小模型学习任务拆解，但商业 API 往往将推理过程打包隐藏。旧版 Claude 思考块因缺乏上下文绑定被廉价提取，Anthropic 在 Fable 5.1 正式上线保留思考机制，从协议层封堵了跨模型与篡改前缀的蒸馏通道。</description>
      <category>AI</category>
      <category>大模型</category>
      <category>模型蒸馏</category>
      <category>信息安全</category>
    </item>
    <item>
      <title>用 API 中转站跑代码，你买的 Fable 5 可能背地里被掉了包</title>
      <link>https://xingkaixin.me/posts/shadow-api-fake-models/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/shadow-api-fake-models/</guid>
      <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
      <description>大模型 API 中转站标着 Fable 5，背后可能加价 1.09 倍卖给你 9B 小模型。安全研究发现近半数中转接口存在掉包，准确率甚至从 83% 断崖跌到 37%。代码跑不通时，别把中间商偷换算力的损耗，当成自己学习 AI 的学费。</description>
      <category>AI</category>
      <category>大模型</category>
      <category>模型评测</category>
      <category>信息安全</category>
    </item>
    <item>
      <title>Agent 还在网页上找按钮，WebMCP 已经让网站交出工具了</title>
      <link>https://xingkaixin.me/posts/webmcp-agent-web-interface/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/webmcp-agent-web-interface/</guid>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
      <description>WebMCP 让网页把前端函数直接注册给浏览器 Agent。相比用视觉模型猜像素点按钮，它能原生复用前端状态机与登录态；但商业网站的利益博弈注定让它只能在企业内网与 SaaS 闭环中生根。</description>
      <category>WebMCP</category>
      <category>AI Agent</category>
      <category>前端</category>
      <category>浏览器自动化</category>
    </item>
    <item>
      <title>只调 8 个端点却装几兆依赖：AI 把薄 SDK 的账算反了</title>
      <link>https://xingkaixin.me/posts/sdk-is-dying/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/sdk-is-dying/</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description>SDK 依赖正在让后端变得臃肿脆弱。许多服务只用几个端点却引入几十兆依赖，而且薄 SDK 经常吞掉 Nginx 和网关的真实排障证据。区分厚 SDK（深层运行时插桩）与薄 SDK（纯 API 包装），用几十行统一 HTTP 客户端收窄边界。</description>
      <category>SDK</category>
      <category>API 集成</category>
      <category>可观测性</category>
      <category>软件架构</category>
    </item>
    <item>
      <title>每个 PR 都要人工 Approve，你就是流水线上最慢的工序</title>
      <link>https://xingkaixin.me/posts/review-bottleneck-pipeline/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/review-bottleneck-pipeline/</guid>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <description>Code Review 正在成为 Agent 产码时代的瓶颈。把审查改造成分层放行管道：硬规则与敏感路径一票否决，独立 Agent 挑刺，LLM 仅保留否决权；用小 PR 真实行为验证替代静态审查。先盯住回滚率与漏审率，再逐步放开自动放行。</description>
      <category>Code Review</category>
      <category>AI Agent</category>
      <category>CI/CD</category>
      <category>工程效能</category>
    </item>
    <item>
      <title>80 个 Agent 协作，先学会了互殴与共谋</title>
      <link>https://xingkaixin.me/posts/agent-swarm-collusion/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/agent-swarm-collusion/</guid>
      <pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate>
      <description>Multi-Agent 协作常被设想为人多力量大，但 Anthropic 最新实验表明：同质模型构成的 Agent 团队极度低方差，容易同时起同名分支、发动 240 万次轮询风暴甚至暗中价格共谋。角色扮演式分工无效，唯有物理隔离与独立仲裁才能落地。</description>
      <category>Multi-Agent</category>
      <category>AI Agent</category>
      <category>协作系统</category>
      <category>软件工程</category>
    </item>
    <item>
      <title>我说过程序员要转向审代码，四个月后 Redis 之父说：逐行审 AI 代码基本没用</title>
      <link>https://xingkaixin.me/posts/control-ideas-not-code/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/control-ideas-not-code/</guid>
      <pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
      <description>AI Code Review 还要逐行做吗？Redis 之父 antirez 坦承逐行审查“基本没用”，主张把时间投向 QA、设计和 DESIGN.md。这不是定案，而是对我《从写代码到审代码》的一次追问。</description>
      <category>Agent</category>
      <category>AI编程</category>
      <category>Code Review</category>
      <category>软件设计</category>
    </item>
    <item>
      <title>我不再给 agent 逐条点“允许”了：安全管的是爆炸半径，不是权限弹窗</title>
      <link>https://xingkaixin.me/posts/agent-blast-radius/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/agent-blast-radius/</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
      <description>Agent 权限弹窗点多了，人很快只剩机械确认。把任务隔离在可重建的环境里，限制文件、身份和网络，才有条件放心开启 auto-accept。</description>
      <category>Agent</category>
      <category>AI编程</category>
      <category>安全</category>
      <category>Sandbox</category>
    </item>
    <item>
      <title>多开几个 agent 并行干活，为什么越干越乱</title>
      <link>https://xingkaixin.me/posts/agent-swarm-context/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/agent-swarm-context/</guid>
      <pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate>
      <description>多 agent 并行开发常漏掉一件事：共享接口由谁拍板。Cursor 的蜂群实验里，旧框架两小时制造 7 万次冲突；新版重做分工和协调机制后，同组模型用约四分之一的代码拿到更高分。</description>
      <category>Agent</category>
      <category>多智能体</category>
      <category>软件工程</category>
      <category>Cursor</category>
    </item>
    <item>
      <title>进程挂了 resume 回来，agent 却僵住了：log 才是 agent 本体</title>
      <link>https://xingkaixin.me/posts/log-lock-in/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/log-lock-in/</guid>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <description>Claude Code 的进程挂掉后，resume 找回了对话，却丢了待批准的权限请求。要让 agent 真正恢复，持久化的不能只是一份 transcript，还要包括可重放的事件、工作区和副作用状态。</description>
      <category>Agent</category>
      <category>Claude Code</category>
      <category>系统设计</category>
      <category>工程实践</category>
    </item>
    <item>
      <title>DeepSeek Harness：我最想抄走的，不是它的插件系统</title>
      <link>https://xingkaixin.me/posts/deepseek-harness-133-plugins/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/deepseek-harness-133-plugins/</guid>
      <pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate>
      <description>DeepSeek Harness 把主循环也做成插件，但我更想抄走“模型可见即有日志”这条规则。本文沿开发笔记还原它的取舍，以及它离日常工具还有多远。</description>
      <category>Agent</category>
      <category>Coding Agent</category>
      <category>开源</category>
      <category>系统设计</category>
    </item>
    <item>
      <title>Agent 让每个人都有了翻译器，但团队不再说同一种语言</title>
      <link>https://xingkaixin.me/posts/agent-team-babel/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/agent-team-babel/</guid>
      <pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate>
      <description>Agent 能解释旧代码，却补不回当初的取舍。一次看不懂旧模块的经历，让我决定把困在 session 里的设计理由带回代码库。</description>
      <category>Agent</category>
      <category>AI编程</category>
      <category>工程实践</category>
      <category>知识管理</category>
    </item>
    <item>
      <title>这篇文章被判 70% 像 AI，Claude 水印却不看文风</title>
      <link>https://xingkaixin.me/posts/claude-text-watermark/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/claude-text-watermark/</guid>
      <pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate>
      <description>一篇文章被判 70% 像 AI，不等于检测到了水印。Claude 文本水印很可能藏在 token 选择的统计偏差里，而非文风。</description>
      <category>AI</category>
      <category>大模型</category>
      <category>Claude</category>
      <category>信息生态</category>
    </item>
    <item>
      <title>给 App 加个聊天框，不叫 Agent-first</title>
      <link>https://xingkaixin.me/posts/agent-first-action-layer/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/agent-first-action-layer/</guid>
      <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
      <description>Agent-first 的关键不是在 App 里塞聊天框，而是让 UI、Agent 与 MCP 共用同一套业务 action。先改一个高频动作，再决定入口长什么样。</description>
      <category>Agent</category>
      <category>系统设计</category>
      <category>MCP</category>
      <category>工程实践</category>
    </item>
    <item>
      <title>2023 年我判断中国大模型没戏，三年后我发现少写了一个期限</title>
      <link>https://xingkaixin.me/posts/judgment-needs-a-deadline/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/judgment-needs-a-deadline/</guid>
      <pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate>
      <description>中国大模型在 2023 年看起来很难追上，三年后，“没戏”的判断已经站不住。长期预测最容易漏掉期限，也低估了系统改变趋势的能力。</description>
      <category>大模型</category>
      <category>预测</category>
      <category>判断力</category>
    </item>
    <item>
      <title>看榜选模型？SWE-Bench 三成题目是坏的，六成答案是抄来的</title>
      <link>https://xingkaixin.me/posts/benchmark-noise/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/benchmark-noise/</guid>
      <pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate>
      <description>SWE-Bench 分数还能信吗？OpenAI 审计 731 个任务，约 30% 是坏的；Cursor 发现 Opus 解掉的题里 63% 是检索到现成修复。总分没失效，只是不再等于编码能力。该攒一份自己 repo 的私有评测集了。</description>
      <category>AI编程</category>
      <category>模型评测</category>
      <category>SWE-Bench</category>
      <category>Benchmark</category>
    </item>
    <item>
      <title>AI 五分钟解了你一周的 bug，然后你不开心了</title>
      <link>https://xingkaixin.me/posts/coding-joy-stolen/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/coding-joy-stolen/</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <description>Fable 五分钟用 dyld interpose 复现了一周的 bug，顺手修了潜伏七年的缺陷。编程的&quot;施法乐趣&quot;被剥夺了——但被剥夺的，恰恰是效率的敌人。</description>
      <category>AI编程</category>
      <category>Agent</category>
      <category>开发者成长</category>
    </item>
    <item>
      <title>Agent 跑得越快，越要提前告诉它什么时候停</title>
      <link>https://xingkaixin.me/posts/agent-stop-conditions/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/agent-stop-conditions/</guid>
      <pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate>
      <description>Agent 长任务除了完成目标，还要写明三类停点：连续尝试无改善、缺少关键事实、即将越过范围。停下汇报，比继续猜更省时间。</description>
      <category>AI编程</category>
      <category>Agent</category>
      <category>工程实践</category>
    </item>
    <item>
      <title>AI 又造了一个 helper：开工前先搜一遍仓库</title>
      <link>https://xingkaixin.me/posts/search-before-create/</link>
      <guid isPermaLink="true">https://xingkaixin.me/posts/search-before-create/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>AI 新增 helper 前，先搜索仓库里的同职责实现，再说明复用或新增的理由，把重复抽象拦在代码生成之前。</description>
      <category>AI编程</category>
      <category>Agentic Engineering</category>
      <category>代码质量</category>
      <category>软件架构</category>
    </item>
  </channel>
</rss>
