AI Native 组织观察站
追踪「把公司打造成自动升级的无人公司」这条路上,全球最优质的观点、实践、案例与工具。
第 1 期 · 2026-09-10 · 每周更新基石文档:Anthropic 官方 AI Native 开发手册
六阶段产物驱动循环(intent.md → spec.md → plan.md → diff → review → incident),含全部代码示例与配置样板。这是理解 AI 原生 SDLC、把公司改造成 AI Native 组织的起点。
进入阅读中文精排版 →"OMARCHY TOOK OVER. APP STORE JUST HAD ITS FIRST REVENUE DROP IN HISTORY."
X 上一张被疯传的截图:DHH 的 Omarchy 生态席卷开发者社区,App Store 出现史上第一次营收下滑。
为什么长期挂在这里:开发者正在成批离开「应用商店分发 + 手工写代码」的旧世界,转向 agent 驱动的个人工作流。App Store 营收史上首次下挫,是「AI native 工作方式替代旧软件生态」最早的可量化信号之一——这正是我们要把公司打造成 AI Native 组织的原因。
"Even when you use a coding agent to write all your code, understanding software fundamentals is important for steering your agent to make the tradeoffs you want — or to even know what tradeoffs exist to be made."
"Back in Nov 2025 I fully stopped writing code by hand, though I continue to code (using agents) every day. That is the point where for me and many others around me, it felt fair to say that coding is solved. But engineering is more than coding."
"In 2025, I thought I'd hate having AI write my code, because I thought it meant autocomplete in an editor. I still hate that style! Now it means agents doing the work, and I love it."
"Agents can skip much of that work, so building your reps has to be deliberate. Good agent work depends on two abilities: 1. Deep expertise… 2. Applied judgment… To build these the skills I'd practice are decision making, specifying, steering and verifying."
"In the next chapter of software engineering, agents will become proactive by default, software will improve itself, and compute will automatically get allocated toward the highest impact use cases. We're still at the dawn of the self-driving software era."
"You can now run Cursor cloud agents on your infrastructure, including pools of machines that automatically scale with demand. This lets you give agents access to internal services or specialized hardware, while the agent loop stays in Cursor."
"I love agentic coding harnesses, but they shouldn't be primarily terminal-based. The terminal is great for quick and precise commands, but information density is extremely low and UI affordances are minimal."
"Sorry for the radio silence folks - got sucked into extreme LLM psychosis. But I can confidently say we have crossed over into a new age of AI Engineering and we are never, ever, looking back."
"Looking for an AI-native SDLC playbook? @AnthropicAI just published a detailed one. It keeps the standard SDLC stages (plan/design/build/test/deploy/maintain) but reframes the process from a linear flow to artifact-driven loop."
"Yeah, increasingly a lot more appealing to tear down these abstractions now that agents can do a lot of the math and drudgery and verification. A lot of the abstractions were built for a world with constraints of finite intelligence and attention in the industry."
一位 Apple 工程师用个人agent工作流,完成了 iPhone 17 Pro 上 Apple Intelligence 的主要功能之一。他没有写代码,而是反复向 Codex 描述方法、修改提示词。Jeff 审查后的评价是"令人印象深刻,希望这在 Apple 内部更常见"。
把 agent 工程能力卖给 Nvidia(芯片设计)、GE Aerospace(航空)、Citi(金融)、Mercedes-Benz(汽车)。年化收入近 $9 亿。客户正在把真实的工程任务——不是演示——交给 agent 系统。
招聘"Coffee Club"非工程师担任 vibe-coding 产品经理。他们用 agent 做原型,让高级工程师做审查和加固。结果:原型周期从数天缩到数小时,高级工程师从被动接活变成主动参与,企业文化更聚焦价值创造而非写代码。
发布 d0 引擎,目标 sub-100ms agent 启动时间。CEO Guillermo Rauch 说:"web 有了个新客户端:agents。" 基础设施正在为 agent 负载重构,不只是为人类用户。
发布《The AI-Native SDLC Playbook》,把内部 Applied AI 团队的实践写成六阶段产物驱动循环(intent.md → spec.md → plan.md → diff → review → incident)。同时 Boris Cherny 公开说"coding is solved, engineering is more than coding"。
18 个月后的 AI 工程工具大调查:谁在用 agent、怎么用、效果如何。Apple 的 solo+agent 案例就出自这篇。对理解"工程组织实际怎么变"最有实操参考价值。
Simon 的 agentic engineering 系列是 Coding Agent 实战指南的标准参考:指导 agent、使用研究型 agent、理解上下文窗口、红绿 TDD 与 agent 的配合。他的标签页已成事实标准。
把持续交付流水线的经验映射到 coding agent 的默认行为编码。关于"怎么把团队知识写进 agent 配置"的最系统性文章之一。
Yegge 给 Fable agent 起角色名,描述"多 agent 协作像一家小公司"的工作方式。对理解"agent 团队内部怎么分工"很有启发。
Agentic coding 工具的事实标准。 Boris Cherny 团队的产品,也是 AI-native SDLC playbook 的工具载体。
跨 harness 工程系统(ECC),在 Claude Code、Codex、OpenClaw 等多个 harness 上运行的统一工程配置。 Anthropic hackathon 获奖项目。
TypeScript agent harness。DeepSeek 团队出品,强调可组合的 agent 工作流定义。
LangChain 团队的 Python harness,标准化了规划、文件系统访问、子 agent 的接口。
桌面/VPS agent 开发环境。支持从任何地方访问你的 agent,触及"agent 在哪运行"的基础设施问题。