🤖 AI 速览
📋 文章元数据
- 发布时间
- 2026-06-30
- 类型
- posts
- 标签
- AI Agent, OpenClaw, Huanxi OS, Loop Engineering, Agents Team OS
The first three OpenClaw essays already covered one full stage of the journey.
The first one, To Build a Long-Lived AI Assistant, I Built Wheels for OpenClaw and Assembled a Coding Crew, was about survival: how to make an AI assistant stay alive over time — reset, recover, self-check, and use real tools.
The second one, When My AI Assistant Started Passing the Buck: The Brutal Truth of Multi-Agent Collaboration, was about the first layer of multi-agent pain: having multiple agents does not mean having a team. Without task briefs, isolation, verification, and boundaries, they simply break things together.
The third one, After Building a Long-Lived AI Assistant, I Turned OpenClaw into a Multi-Agent OS in Three Months, covered the next stage: OpenClaw evolving from a long-lived assistant into a multi-agent OS, and beginning to grow the early organizational layer that later became Huanxi OS 2.x.
So this essay does not repeat how I moved from assistant to Huanxi OS 2.x.
That part was already covered.
This piece starts from Huanxi OS 3.
For me, 3.0 was a stage signal: the system started trying to bring recovery, capability attachment, and continued work into its own runtime loop, instead of relying on a human to lift it back up every time.
In other words, it was no longer only about “staying online.” It began asking: if I break, drift, or lack a capability, can I pull myself back into work?
After 3.x, the lesson became clearer:
The next stage of AI agents is not just entering a loop and continuing to work. It is about letting an agent team drive different loops through different responsibilities.
That is why I increasingly describe it not as a stronger AI assistant, but as an Agents Team OS.
Not because the term sounds cooler.
Because it is more accurate.
1. Loop Engineering Is Hot, But the Loop Is Only the Beginning Link to heading
Loop Engineering is getting a lot of attention.
The intuition is right: the unit of AI workflow is moving from the prompt to the loop.
We used to ask:
How do I prompt the model so that it gives a better answer in one shot?
But once an agent enters real work, the question becomes:
How do I design a loop where it can read the goal, find context, take action, inspect the result, correct errors, and keep going?
A typical loop looks like this:
- read the goal;
- decompose the task;
- call tools;
- inspect the result;
- decide whether it passes;
- if not, revise;
- if yes, deliver or move to the next step.
This matters.
Without a loop, an agent is just a chat object waiting for your next instruction. Every step forward still requires you to manually tell it what to do next.
With a loop, an agent starts to gain the possibility of continuous work.
It can run tests, read errors, modify code, run tests again. It can gather materials, summarize, find gaps, and continue searching. It can monitor a task, detect an anomaly, attempt recovery, and write a receipt.
That is the value of Loop Engineering:
It pushes AI from one-shot answers toward continuous execution.
But in real systems, I later became less obsessed with complex dispatchers.
Some loops do not need fancier orchestration. They need a more direct and traceable runtime trigger: when it fires, who triggered it, who is responsible after it fires, and how it stops when it fails. Those questions matter more than an impressive scheduling architecture.
After enough Huanxi OS 3.x experiments, I would add one more sentence:
Loops matter, but loops are not an organization.
2. Why Loops Are Not Enough: Loops Solve Tasks, Not Responsibility Link to heading
Loops can drive tasks.
But the hard part of a digital team is not only making tasks move forward. It is answering:
Who should move it? Why that role? Who is accountable if it fails? Under what condition must it stop?
That is the difference between a loop and a team.
A coding loop can let an agent repeatedly edit code, run tests, and fix errors.
But it cannot automatically answer:
- Should this requirement be implemented at all?
- Is the solution over-engineered?
- Does the change exceed permission boundaries?
- Does it affect release?
- Who reviews the architecture?
- Who performs QA?
- Who makes the final delivery call?
Without roles and responsibilities, loops become dangerous.
They can work very hard in the wrong direction.
This is why I say:
Loop Engineering solves “how a task advances itself.” Agents Team OS solves “who is qualified to advance which task, and where the loop must stop.”
In other words: loops drive tasks, but responsibility drives loops.
That was the real turning point of Huanxi OS 3.x for me.
I was no longer just designing loops for agents. I was designing roles, boundaries, collaboration rules, and acceptance responsibilities for different agents.
3. The Core of Huanxi OS 3.x: From Running to Division of Labor Link to heading
By the end of the third essay, Huanxi OS 2.x already had many foundational pieces: identity, tasks, rhythm, capability indexing, project cards, and knowledge accumulation.
In 3.x, my focus shifted to another question:
How do these capabilities become a real collaborative team?
Opening more agents is not enough.
A team needs at least three layers:
- Roles: who owns content, architecture, quality, governance, and final delivery;
- Routing: when a task arrives, who should receive it and who should not;
- Gates: when the task may continue, when it must stop, and when another role must review it.
That is why Huanxi OS 3.x increasingly introduced role definitions, routing, reviews, tool gates, and complex project workflows.
There are many internal names: AMC, Registry, Review Gate, Tool Guardian, Content OS, CPD / CPDP.
But the essence is not the terminology.
The essence is turning “who should do what, where must it stop, and who verifies it” into system rules.
Together, these mechanisms answer one question:
When AI is no longer one assistant but a group of digital employees, how do we make them work like a team?
Another underestimated point: the team must be visible.
A chat window is good for starting a task. Portal / Observability solves a different problem: whether the digital team is actually moving correctly. Who is handling which task, where the task is blocked, which gate failed, which agent spawned a child agent, where cost and anomalies show up — these cannot live only in chat history.
An organization is not declared.
It is observed, tracked, and audited.
This article itself is an example.
If you only look at the chat, you see “write, review, push to draft box.” But the organizational view should show: marketer wrote r3/r4/r5, COO reviewed governance boundaries and returned REVISE, SCODER reviewed technical causality and returned PASS, main performed final gate, and the WeChat draft box produced a media_id.
If that information is scattered in chat, people forget quickly.
If it enters state records, review reports, receipts, and Portal, the system knows this is not an article casually written by one agent. It is a content production chain with roles, evidence, and external-write boundaries.
4. AMC: Not Automatic Dispatch, But First Deciding Whether to Dispatch Link to heading
In Huanxi OS 3.x, AMC became important.
AMC can be understood as Ability Match Cycle.
But I prefer to describe it more plainly:
When a user gives a task, do not rush to execute. First decide who should handle it, whether it can be handled, where the risk is, and whether review is needed.
This sounds less automated, even slower.
But that slowness is exactly what a mature system needs.
Many agent systems do not fail because they cannot execute. They fail because they execute too quickly.
The user says “send it,” and the agent sends. The user says “change the config,” and it changes. The user says “deploy it,” and it deploys.
That feels great in a demo.
It is dangerous in a real system.
So after Huanxi OS 3.x, I increasingly emphasized one principle:
Route before execution. Decide responsibility before entering the loop.
If it is a content task, it should enter Content OS.
If it involves governance, COO should review.
If it involves architecture, SCODER should review.
If it involves external publishing, it needs final gate and user confirmation.
This is not about slowing the system down.
It is about preventing the wrong loop from starting.
Because once a wrong loop starts, the harder it works, the more damage it can do.
A concrete example: when I say, “Push this article to the WeChat draft box so I can take a look,” an execution-only agent may immediately find a script, call the API, and push a draft.
Fast, but unsafe.
It may not realize that this is not just writing — it is an external platform write.
In Huanxi OS 3.x, the task should first be decomposed:
- This is a content task; has it gone through Content OS?
- It involves Huanxi governance narrative; does COO need to review boundaries?
- It involves technical mechanisms; does SCODER need to review architecture causality?
- It writes to the WeChat draft box; that is external write, but not official publishing.
- Therefore, pushing a draft is acceptable, but mass publishing is not.
That is the practical value of AMC for me: not making the system act faster, but making it first decide what kind of thing the task is.
Another example: if the user says “ship this feature,” the system should not enter a deployment loop immediately. It should first decide whether this is implementation, release, production change, or just a proposal. If it is production change, does it require QA, itops, and main final gate? If it is only a local draft, it should not be treated as production release.
That is what responsibility-driven loops look like in practice.
5. From Loop to Team: Division of Labor Is the Higher-Level Driver Link to heading
Loop Engineering focuses on the loop itself: how it starts, continues, observes, corrects, and stops.
Agents Team OS focuses on the organizational relationship behind the loop: who may trigger it, who defines the goal, who observes the process, who verifies the result, who can interrupt it, and which loops must remain readonly.
This is the biggest difference between Huanxi OS 3.x and ordinary loop workflows.
It is not “one agent working inside a loop.”
It is “multiple roles collaborating around different loops.”
This article itself is a simple example.
It is a loop, but not a single-agent loop.
It went through:
- marketer for language, audience, and distribution quality;
- coo for governance accuracy and brand boundaries;
- scoder for technical architecture and git-history causality;
- main for final gate;
- user for final publishing intent.
None of these roles is decorative.
They determine how the loop runs, where it must stop, and what result can enter the next stage.
So I prefer this metaphor:
The loop is the engine. Responsibility is the steering wheel and the brake.
6. Huanxi OS 3.6: Agents Team OS Became Clearer Link to heading
Around Huanxi OS 3.6, I first clearly described it as an Agents Team OS practice.
The key word is not OS.
It is team.
A team means:
- roles;
- onboarding;
- responsibilities;
- collaboration;
- audit;
- lifecycle;
- governance.
The appearance of HRD Agent was representative.
In a human company, HRD manages organization and people. In Huanxi OS, HRD manages agent lifecycle.
It sounds like a joke, but the underlying question is serious:
If agents are digital employees, who manages their onboarding, identity, responsibility, offboarding, and cognitive synchronization?
Before, I could handle it manually.
With more than a dozen agents, that no longer works.
Each agent has its own workspace, responsibility boundary, capability entry, collaboration relationship, and risk level.
Without lifecycle management, the agent team quickly becomes a messy organization where nobody knows who is still active, who should do what, and which roles are outdated.
This is why the focus of Huanxi OS 3.x is not simply “more capabilities.”
It is “clearer organization.”
7. Huanxi OS 3.7: Quality Does Not Come from More Effort, But from Gates Link to heading
After role division, the next problem is quality.
An agent can produce something, but that does not mean it produced something good.
For content, design, code, publishing, and governance tasks, failure often does not look like a runtime error. More often:
- it looks finished, but the narrative is wrong;
- the logic works, but the reader does not care;
- it can be published, but should not be;
- it can be deployed, but was not reviewed enough;
- it is written, but the problem was decomposed incorrectly.
So in Huanxi OS 3.7, I focused more on Gate.
Gate does not mean bureaucracy.
It means quality control.
Once a task enters a loop, the agent cannot be the only one deciding whether it is done.
It needs acceptance conditions:
- content goes through Content OS;
- technical work goes through SCODER;
- governance goes through COO;
- publishing goes through main final gate;
- high-risk actions require user confirmation.
Again, this is not abstract.
In this article, COO was not reviewing “style.” COO checked whether I turned stage mechanisms into stable product promises, whether I made Huanxi OS sound like the official OpenClaw roadmap, and whether I confused active, retired, and planned mechanisms.
SCODER was not checking typos. SCODER checked whether the OpenClaw/Huanxi OS architecture relationship was accurate, whether git-history causality was inverted, and whether the relationship between Loop Engineering and runtime triggers was misleading.
Main final gate did not rewrite the article. It decided whether the piece could enter the next external-facing stage or should return to Phase 4.
Gate is not “more people taking a look.”
Gate is each role using its own professional lens to decide whether the loop can continue.
This extends the “postmortem” idea from the second essay.
Back then, I required physical evidence for individual tasks.
By Huanxi OS 3.7, I was turning that into a system-level quality gate.
I also increasingly preferred loops that do more than execute: they should observe, judge, plan, run, and verify. If they fail, they may attempt recovery, but recovery itself must be bounded.
The brake is not only another agent’s review. It also includes health checks, anomaly recovery, and execution fusing when necessary: the system must know when not to continue.
For content, design, and code tasks, Gate is not just passing tests. It includes whether the decomposition is right, whether review is independent, and whether taste and publishing risk were seen.
Without Gate, an agent team only produces uncontrollable results faster.
8. Huanxi OS 3.8: Maturity Is Not More Automation, But Readonly Alignment First Link to heading
Then came Huanxi OS 3.8.
The most important judgment at this stage was:
A mature Agent OS is not one that executes faster, but one that knows when to stay readonly first.
That is the meaning of AMC readonly.
If a task arrives and the system immediately executes, it looks automated but can be dangerous.
Especially when publishing, configuration, permission, production environment, or cross-role collaboration is involved, the first step should not be “do it.” It should be:
- understand what the user actually wants;
- determine whose responsibility it is;
- find existing capabilities and paths;
- identify risks and gaps;
- clarify whether human confirmation is needed.
This is similar to a dispatcher or PMO in a human company.
Before 3.8, I also started treating git history sweep and scope audit as a kind of pre-release self-check: not saying “the system changed” by feeling, but going back to evidence to see which nodes actually happened, which mechanisms were still active, and which were only stage experiments.
Even by 3.8.1, I still chose to keep execute locked until the next stage: first clarify source attribution, evidence boundaries, and responsibility routing; then talk about more automated execution.
A mature organization does not rush into production because someone says “do this.”
It first asks: whose responsibility is it? Is there an existing capability? Which assets are affected? Who verifies? Who delivers?
So Huanxi OS 3.8 was not “more automation” for me.
It was a stage shift:
from running loops automatically to deciding which loops should be started at all.
9. Looking Back: Huanxi OS 3.x Is About How Organization Drives Loops Link to heading
If you only look at internal terms, Huanxi OS 3.x has many of them: AMC, Registry, HRD, Content OS, Gate, Tool Guardian, CPD, Portal, CSP.
But the main line is clear.
They are not mechanism stacking.
They all answer one question:
When AI agents are no longer one-shot responders but begin executing tasks continuously, how does the system drive those loops through organization?
Loop Engineering solves the problem that tasks can keep moving.
Huanxi OS 3.x goes one level higher:
- which tasks may move;
- who defines the direction;
- who observes the process;
- who verifies the result;
- who can interrupt the wrong loop;
- which things must remain readonly and cannot execute automatically.
So I increasingly believe:
The core of an Agent OS is not only the loop.
The higher layer is the role-driven loop.
Or, more plainly: task loops driven by division of responsibility.
Closing: The Future AI Assistant Does Not Just Work — It Must Be Managed Link to heading
At first, I only wanted a long-lived AI assistant.
It could send me an AI daily report, check email, find routes, write some code, and organize materials.
Then it became a multi-agent OS.
Later, in Huanxi OS 3.x, I realized the real question was no longer:
“How do I make agents work harder?”
The real question became:
How do you manage a group of digital employees that can enter loops, call tools, and produce results by themselves?
Loop Engineering is an important trend because it moves AI from one-shot prompting toward continuous execution.
But if there are only loops, without responsibility, gates, audit, and readonly boundaries, the system becomes a group of diligent but dangerous automations.
So the real keyword of Huanxi OS 3.x is not automation.
It is:
organization.
Not letting AI run without limits, but letting it run inside the right role, the right boundary, and the right verification mechanism.
OpenClaw provides the runtime foundation.
Huanxi OS 3.x adds a responsibility system for a digital team on top of that foundation.
If the first three essays were about how I raised an AI assistant and made it grow up, this one is about what happened after it grew up:
I had to start managing it like a team.