Field Note · The Build

The AI-Native SDLC, Translated for a One-Person Company

AI 原生开发流程,翻译成一人公司的版本。

In plain English Anthropic published a playbook on how software teams should work now that AI writes the code. It is written for enterprises: committees, release managers, compliance sign-offs. I run a one-person company in Sabah on the same idea, every day. This is the translation. Six stages become three files and a handful of rules, and the part that stays human is smaller than you fear and more important than you think. Anthropic 出了一份手册:AI 会写代码之后,团队应该怎么重新分工。它是写给大企业的:委员会、发布经理、合规签字。而我在沙巴,一个人,每天跑的就是同一套逻辑。这篇是翻译版:六个阶段,浓缩成三个文件加几条规则。留给人做的部分,比你怕的少,比你想的重要。
TL;DR

The AI-native SDLC says one thing: code is no longer the bottleneck, you are. AI builds in hours, so the slow parts are now deciding, checking and approving. Anthropic's answer is a chain of committed files: the ask, the spec, the plan, each one signed before the next starts. For a one-person company that chain collapses into three files, the ask in your words, a handbook the AI reads every session, a checkable finish line, plus the doors that stay on manual: money, publishing, deleting.

AI 原生开发流程只讲一件事:代码不再是瓶颈,你才是。AI 几小时就能建好,慢的变成了决定、检查、批准。Anthropic 的答案是一条文件链:需求、规格、计划,每一份签了字,下一步才开始。一人公司把这条链压成三个文件:用你自己的话写的需求、AI 每次开工都读的手册、一条机器可以核对的终点线。再加三扇留给人的门:钱、发布、删除。

Code was the slow part. Not anymore.

The AI-native SDLC is Anthropic's playbook for how software should get built now that agentic AI writes the code (Anthropic, The AI-Native SDLC Playbook). Its one central claim: the old process was designed for a world where implementation took weeks, and that world is gone. The build now finishes in hours. Everything around it, deciding, reviewing, approving, watching, still runs at human speed. That is the new bottleneck.

I feel this in my own work, every week. For example, this month my system drafted a rental app for me faster than I could decide what I actually wanted it to do, using Claude Code as the engine. The building was not the wall. My own clarity was.

And the gap is real at every size. McKinsey found most organisations now use AI somewhere, but only about 6% see real bottom-line impact from it (McKinsey, State of AI 2025). The missing piece is never a smarter model. It is the process wrapped around it.

Code used to be the expensive part. Now the expensive part is you. 以前贵的是代码,现在贵的是你的判断。

— Weiss Ang

The six stages, in plain English

Anthropic's version has six stages, each ending with a committed file the next stage reads. Here is each one, translated out of engineering language.

Plan / say what you want, in your words
One page: what you want, why, and what success looks like. Anthropic calls it intent.md and expects it to take hours, not the weeks a requirements cycle used to eat.
Design / AI drafts the spec, rules attached
The AI turns your page into a spec with your standing rules, brand, prices, red lines, applied while writing, not discovered in a review weeks later.
Build / nothing built without an accepted plan
Before code, the AI writes a plan: what changes, in what order, and how you will know it worked. You interrogate it, then say go. Course corrections are cheap on paper.
Test / every build checks its own work
Give the AI one command that answers pass or fail. It loops until green before you ever look. Your review time goes to judgment, not to catching typos.
Ship / review in both directions, rules as gates
AI reviews every change the same way, ranked by severity. The rules that must always hold live as hard gates that cannot be talked around. Production still waits for a named yes.
Maintain / the system files its own next request
When something drifts past a threshold, the AI diagnoses it and writes the finding as a new one-page ask. The loop restarts without anyone starting it.

Notice what runs through all six. Every stage ends with a file somebody signed. The chain of files is the audit trail: who asked for what, what got built, who approved it. That is the whole trick.

What this looks like when the whole company is one person

Treat this section as a real-world case study of the playbook at its smallest possible scale. An enterprise runs this playbook with a product owner, a tech lead and a release manager. I run it with none of those people, because there are no other people. My company is me, a laptop in Sabah, and a system of 23 AI staff members, each with a written charter saying what it owns and what it must bring to me.

So the org chart becomes rules. Before any build starts, the ask goes into a brief in my own words. Before any build ends, it has to pass a written finish line, a list of checks a script can run, where the script's answer is the verdict, not my mood at 11pm. And the mistakes I have corrected twice live in a handbook file the AI reads at the start of every session, which is exactly the playbook's rule for institutional knowledge.

I did not adopt this because it is elegant. I adopted it because a one-person company has no colleague to catch you. The tokens are cheap; I once ran 6.19 billion of them in 45 days, verified on a public leaderboard (the receipt is here). Without written gates, that much output is just noise moving faster.

An enterprise writes process so a thousand people agree. I write process so one person can be absent. 大公司写流程是为了让一千个人同步,一人公司写流程是为了让那一个人可以缺席。

— Weiss Ang

The three files that do the heavy lifting

In practice, strip the playbook to what a solo owner actually needs and three files remain. Everything else is elaboration.

  • The ask. One page, your own words: what you want, why, what would make you stop. Write it before the AI touches anything. Anthropic's version is intent.md. Mine is a build brief with ten boxes, and the boxes only I can fill, the goal and the stop condition, stay mine.
  • The handbook. One page the AI reads every single session: how your business works, your conventions, your known traps. The playbook's rule is blunt and correct: when the AI makes the same mistake twice, the correction goes in the handbook. Teach once, never re-explain.
  • The finish line. "Done" written as checks a machine can run. Not "make it good". Not "I'll know it when I see it". A list where each row passes or fails. My builds do not end when I am tired. They end when the list is green and I sign it.

First the files, then the speed. Run it the other way around and you get fast output nobody asked for, which is the most expensive thing AI produces.

What stays human

The playbook is direct about this: humans remain accountable for every decision that requires judgment. The AI prepares the release; a person authorizes it. The AI drafts the finding; a person decides it matters. Attention does not disappear. It moves to the files worth reading.

In practice that means four standing doors in my system, and they are always manual: anything that costs money, anything published under my name, anything deleted, and the first go on any new build. My AI can reach every one of those doors. It cannot walk through them. That single design choice is why I can let it run for hours without watching it.

Start this week, no code required

You do not need to ship software for this shape to pay you. It works for any real work you hand to AI, a proposal, a report, a content system. The one-person version:

  • First, write the ask. Next time you want AI to build or draft anything, spend ten minutes writing one page in your own words before you open the tool. What, why, what does done look like.
  • Second, start your handbook. One file about your business: services, prices, tone, the ten questions clients keep asking. Paste it into every session, and add a line each time the AI gets you wrong.
  • Third, make done checkable. Before the work starts, write the three to five checks that would prove it is finished. Judge the output against the list, not against your patience.
  • Finally, put your gates in writing. Decide now what always waits for your yes. Money, publishing, deleting is a solid floor. Everything inside the gates, let it run.

The enterprises get the playbook. You get the advantage: no committee to convince. One evening is enough to set up all three files. 慢的从来不是 AI,是没人写下来的决定。

FAQ

What is the AI-native SDLC?
Anthropic's playbook for reorganizing the software development lifecycle around agentic AI. Its core claim: writing code is no longer the slow stage. AI collapses the build to hours, so the bottleneck moves to deciding, reviewing, approving and monitoring. The playbook restructures all six stages around that shift.
What is an intent.md file?
A one-page ask in your own words: what you want, why, the constraints, and what success looks like. It starts the whole pipeline. You do not need to be technical to write one; the AI turns it into a spec and a plan. Anthropic expects the step to take hours, not the weeks a requirements cycle used to take.
What is a CLAUDE.md file and why does it matter?
A plain-text handbook the AI reads at the start of every session: your conventions, your commands, your known mistakes. The rule of thumb: when the AI makes the same mistake twice, the correction goes into the file, and the whole thing stays under a page. For a solo owner it is a staff handbook. Teach the business once.
Do I need to be a programmer to use this?
No. Stage one is deliberately non-technical: describe the problem in natural language and let the AI write the intent file. The shape also transfers beyond code. Write the ask, keep one context file, define done as something checkable, and keep money, publishing and deleting behind a human yes.
What should stay human in an AI-native workflow?
Judgment. The playbook states humans remain accountable for every decision that requires judgment; the AI prepares, the human approves. My standing gates: money, anything published under my name, anything deleted, and the first go on a new build. The AI reaches those doors. It does not walk through them.
How is this different for a one-person company?
The stages stay; the org chart collapses into rules. An enterprise has a product owner, a tech lead and a release manager. A solo owner has written gates playing those roles. Six stages become three files: the ask in your words, a handbook the AI reads every session, and a checkable finish line.

Sources

Stop re-explaining your business to AI. Write it down once.

The AI Solopreneur OS community is where solo owners build the three files and the gates, together. Free to join.

Join the free community