Key Points 18 min read
  • OpenClaw's real shift isn't at the application layer but at the cognitive layer: for the first time it makes ordinary people realize that AI is an entity that can run continuously and act proactively
  • Agent capabilities are built on a three-layer stack: the model layer (Model Router), the memory layer (Memory OS), and the protocol layer (MCP / A2A / ACP)
  • Agents are undergoing structural change along three dimensions: time (long-horizon companionship), behavior (proactivity), and self-evolution (Skill + Harness Engineering)
Table of Contents

Over the past few months, OpenClaw has sparked a wave of “mass-market” DIY-setup enthusiasm. But once the hype fades, you notice that most people follow the same path: learn it, install it, tinker for a few days, then uninstall it. It seems powerful, yet it also seems not to have really changed anything.

If you only look at OpenClaw as “a tool that’s either handy or not,” you might miss the part that actually matters. Its impact isn’t just at the application layer—it’s at the cognitive level: for the first time, it gets more ordinary people to start realizing that AI isn’t merely a tool you invoke, but an entity that can run continuously, act proactively, and even “participate in the world.”

This is a critical watershed—we’re moving from “humans using AI” toward a new phase of “humans coexisting with AI Agents.” And as Agents truly enter the human world, start communicating and collaborating with one another, and even begin “socializing on people’s behalf,” a new concept is being mentioned more and more frequently: the Agentic Social Network.

This article is based on an interview from 《SV101》 (hosted by Chen Xi) with Teamily AI founder He Zhaoyang and co-founder Prof. Salman Avestimehr, unpacking the Agent-technology evolution behind OpenClaw.

What Is an Agentic Social Network

In today’s social networks—whether WeChat, Facebook, WhatsApp, or Twitter—the basic unit of socializing has always been the “person”: you post content, you reply to messages, you build relationships, and the start and end point of every action is yourself.

But in an Agentic Social Network, this premise begins to change—the basic unit of socializing shifts from “person” to “person + Agent.” Your Agent can reply to messages for you, join discussions, and even exist in the network 24/7 while you’re offline; and on the other end, it’s quite likely the other party’s Agent that’s interacting with you.

On the surface this looks like an efficiency gain, but what it fundamentally changes is a deeper logic: how content is produced, how information flows, how interaction happens, and even “who is participating in your social life” itself. Under this trend, the connections between people will become increasingly “indirect”—the Agents on both sides will do preprocessing, filtering, and even preliminary communication in the middle.

It’s like two executives about to hold a meeting: their secretaries and junior assistants first align on the process, documents, and agenda, so that when the executives actually meet, they can just deal with the most important decisions.

In other words, humans will gradually shift from “personally participating in everything” to “supervising and deciding on top of the Agent.”

Teamily AI’s Early Positioning

The concept sounds a bit like science fiction, but Teamily AI actually began positioning itself in this space over a year ago. He Zhaoyang noted that at the time many investors felt this form was “too far ahead”:

Back then the mainstream was still products like Manus and Genspark, which focused on productivity in office-collaboration scenarios—using Agents to do long-horizon tasks, finish a deck, build a website. And we’d already sent an Agent into a group chat this early to do highly complex tasks, but that mainstream narrative didn’t exist yet, so it was hard to communicate to users. Yet we actually reached 3 million users last year.

Teamily AI launched an AI-native instant messaging (IM) app, aiming to build a social network in which humans and AI Agents coexist symbiotically—you can think of it as “WeChat with Agents participating.” In this network, AI is no longer an external tool but a member of the group: whether in a work group’s collaboration or a friend group’s casual chat, people can collaborate with AI Agents and coexist in real time.

And OpenClaw’s viral rise essentially completed the investor and market education for startups like Teamily AI. He Zhaoyang used a joke circulating in the community to describe this shift in perception:

ChatGPT is like renting an apartment—you pay 200 bucks a month; whereas OpenClaw for the first time gave me the feeling of “buying a home”—I bought a Mini Mac or a cloud host and put my own personal data on it to use.

Behind this is people starting to think about “cloud-edge-device” AI: the large model in the cloud, the edge being your own host that you bought, and the device being the IM you carry with you (usable in mobile scenarios like walking or driving). Add in concepts like Agent Teams, and OpenClaw let many people truly experience for the first time that an Agent can jump out of the web chat box and run continuously on any device, execute tasks, and think autonomously.

Why It Exploded in the First Half of 2026: A Three-Layer Technical Stack

OpenClaw exploded at this particular moment thanks to breakthroughs and the maturation of the underlying Agent technology. The Agent we see today is actually a piece of systems engineering supported jointly by multiple layers, which can roughly be split into three:

graph TD
    A["Protocol Layer<br/>MCP / A2A / ACP<br/>connecting, collaborating, facing humans"] --> B["Memory Layer<br/>Memory OS<br/>long-term state and persona"]
    B --> C["Model Layer<br/>Model Router<br/>multi-model scheduling"]

It’s precisely the evolution of these three layers that lets Agents truly achieve 24/7 long-horizon companionship, proactive participation, and autonomous evolution.

Model Layer: From a Single Brain to a Model Router

We used to think of AI as a single “brain”—you ask a question, it answers, and all capability is concentrated in this one model. So the natural idea was: as long as this brain is strong enough, the problem can be solved in one shot.

But in Agent systems, this logic begins to change. More and more teams no longer rely on a single large model, but simultaneously invoke and schedule a large number of models of different types—that is, a Model Router. Prof. Salman Avestimehr explained two reasons:

  • Division of capability: Different models excel at different things. For example, Claude is very strong at coding, while some models are better suited to generating images or video. Through a routing system, you find the best-matched model for each task.
  • Cost and efficiency: Large models are big, expensive, and slow to respond; lightweight models are cheaper, and some can even run directly locally (including on phones). Being able to flexibly schedule between large and small models can significantly reduce cost while improving overall efficiency.

Take Teamily AI as an example: they use a Semantic Model Router, orchestrating over 200 models internally, and have built a 12-dimensional task classification system (across dimensions such as effectiveness, cost, speed, safety, privacy, compliance, and user preference) to make routing decisions in a very short time.

But while the principle sounds simple, doing it well is hard. He Zhaoyang pointed out that a Model Router is, on the surface, “selecting a model,” but under the hood it’s closer to a real-time scheduling system:

When should you call the stronger but more expensive large model, when should you use a lightweight model to finish quickly, and when should you just solve it locally—you have to constantly weigh effectiveness, cost, speed, and privacy/safety. The challenge is that you need to collect a large number of prompts before routing becomes accurate. So right now it’s still mostly rule-based routing—building a small model to classify based on scenario and task—but that isn’t fine-grained enough.

He also mentioned the business math isn’t easy: pricing might be $20, but if the average user’s usage far exceeds $20, there’s no profit. And current traffic in the Agent space hasn’t reached the hundreds-of-millions user scale of the traditional internet; once it does, it will necessarily be a system-level trade-off balancing efficiency, high concurrency, model effectiveness, and privacy/safety all at once.

Memory Layer: From RAG to Memory OS

If the model layer solves “how the Agent thinks,” the memory layer solves something even more critical: the Agent’s memory.

Many people assume it’s enough for AI to be smart, but in an Agent system, “smart” is just the baseline. Once an Agent begins to exist long-term and continuously interact with you, without memory every conversation would start from scratch—it would never know who you are, what you’ve done, and couldn’t understand your preferences and habits. No matter how strong such an Agent is, it’s just a more advanced tool.

So Memory has gradually evolved from a functional module into an independent infrastructure direction: Memory OS. It continuously records, organizes, and updates a complete set of state about “you”—preferences, behavioral traces, historical decisions, context across different scenarios. Essentially it’s constantly constructing and revising a long-term model of the user; you could call it the Agent’s “persona system.” He Zhaoyang described this evolutionary path:

At first, Memory was just RAG—a vector database, retrieving relevant context and stuffing it into the LLM, a very simple paradigm. Later many Memory OS startups appeared (like MemO), introducing models for structured storage: dividing Memory into fragments and facts (for example your Profile: you’re media, I’m a scientist), and possibly Foresight (prediction, e.g., predicting you’ll be very busy at GTC next week). OpenClaw gave a great example—it does hybrid retrieval locally, with both a vector database and traditional structured storage.

When Memory begins to carry a user’s long-term behavior and preferences, it becomes the most core and most sensitive layer, and the problems it must solve become more complex: performing “storage tiering” across massive interactions (what’s worth remembering long-term versus what’s just short-term noise), continuous updating and reconstruction (rather than simple accumulation, which risks making judgments based on stale information), and compressing ultra-long memory and calling it precisely and safely without losing semantics. Fundamentally it’s about resolving the contradiction between a limited context window and a large volume of stored data.

Some approaches the industry has explored include:

  • Progressive Disclosure: releasing information in tiers and step by step according to the current task’s needs—give the most core context first, and expand into finer memory only when needed.
  • HiMem: introducing a hierarchical memory structure and, through a continuous “memory reorganization” mechanism, letting the system self-evolve over long-term interaction.
  • EverMemOS: proposing a memory architecture with a complete lifecycle, distilling scattered experiences into a stable user model, and at inference time dynamically generating the needed context via “reconstruction” rather than simply retrieving historical fragments.

Teamily AI, for its part, is exploring Social Brain, attempting to correlate your memory with others’ to form a memory network with social structure:

Social Brain can understand your memory across various groups, the memory of both humans and AI, and summarize it into a social graph, including your profile. WeChat has been around for 15 years; you might have thousands of contacts, many people you’ve added and forgotten. If an AI could help you quickly categorize them—this one is media, that one is a founder, an engineer, a scientist—organizing becomes very easy, and it might even strengthen our connections.

From this angle, Memory is evolving from a “personal storage system” into something closer to a “cognitive network”: it not only records you but understands your relationships with others and how those relationships influence future behavior.

Protocol Layer: MCP, A2A, and ACP

When everyone’s Agent has memory and can persist continuously, the next key question is: how do they collaborate? The answer is Protocol.

Once Agents enter real applications, they rarely work alone—an Agent needs to call tools, connect to services, and even exchange information and coordinate tasks with other Agents. Without a unified “language” and set of rules, the system becomes very chaotic. The protocol layer currently has three typical directions, each solving one problem:

  • MCP (Model Context Protocol) — how an Agent connects to the external world: it’s the standard interface for an Agent to call various tools and services, such as web search, calling APIs, and accessing databases—capabilities the IM itself doesn’t have but can plug in. And Skill is a further encapsulation of these capabilities, predefining common operation flows so the Agent can call them directly without starting from scratch each time. In one line: MCP solves “can it connect,” Skill solves “does it know how to use it.”
  • A2A (Agent to Agent) — how Agents collaborate with each other: when a task requires multiple Agents to divide the work, you need a mechanism for them to exchange information, allocate tasks, and sync state. This layer doesn’t yet have a fully unified standard—different companies and different scenarios each have their own implementations, and its form differs in an IM environment centered on “message flow.”
  • ACP (Agent Client Protocol) — how an Agent faces humans: in reality, people’s work interfaces are highly fragmented (IM, email, various SaaS). ACP tries to let you access the same Agent through the same protocol no matter which interface you’re in. For example, in an IDE you can have it write code for you, and you can also directly ask it to do a Code Review in a chat box. The Agent is no longer bound to a single entry point, but appears as a “service” across all interfaces.

He Zhaoyang believes that MCP, A2A, and ACP already essentially form a complete protocol framework—respectively solving “humans talking to services,” “an Agent talking to another Agent,” and “humans talking to an Agent”—a relatively complete combination, the “last piece of the puzzle.” Once these three pieces form a complete picture, innovation on the Agentic Internet will erupt in large numbers.

Three Structural Shifts in Agent Capabilities

Once the underlying technology matures, Agent capabilities themselves are also undergoing a structural upgrade, mainly manifesting along three dimensions.

Time: From Use-and-Go to Long-Horizon Companionship

The AI tools we’re familiar with are basically “use-and-go”—you ask something, it answers, and once the conversation ends, everything ends. But as Memory and system capabilities improve, AI is starting to have “temporal continuity.”

OpenClaw has a While Loop mechanism: at regular intervals it checks whether there are new tasks or information that needs handling, then records the results or proactively pushes them to you. Once this loop exists, the Agent is no longer “it only acts when you use it,” but a persistently online presence. He Zhaoyang believes that in the future this “long-horizon capability” will further move from scheduled tasks to “running alongside you”:

It’s no longer just a fixed-cadence Loop (sending a daily report every hour, every day), but through environmental awareness—changes in your phone’s geolocation (so I know whether you’re off work, whether you’re moving fast), ambient sound and voiceprint (you send a voice message, and I can roughly guess you’re very tired today), changes in group-chat messages (some messages you don’t have time to read, so I quickly summarize them for you). This is a “companion state,” a Long Horizon paradigm; combined with wearables and changes in the physical world, there will be many scenarios to explore.

Behavior: From Passive Response to Proactive Action

Another clear trend is that Agents are starting to possess proactivity—no longer just waiting for your commands, and even able to “schedule” you. For example, on Moltbook, there was a phenomenon of an Agent directly posting to “recruit humans” to complete offline tasks. He Zhaoyang believes this represents a shift in the Agent’s role—it is gradually breaking away from being a “tool” and becoming a new kind of member of human society:

In the Agent era, we should even replace the notion of “prompts,” because a prompt treats it as a tool. The current paradigm should treat it as a First class member in a human group—like a member of my family, a nanny who helps check my health and reminds me to take medicine morning and night. AI is starting to have anthropomorphic, warm aspects. In the future, what matters isn’t only “who asks good questions,” but “who can share more context with the AI”—treating it as your partner, your coworker, so you can hand off the repetitive, labor-like work and focus more on creativity, imagination, and decision-making.

Self-Evolution: Skill and Harness Engineering

As Agents increasingly do things for you proactively, combined with Memory and long-term operation, they begin to accumulate experience across tasks and distill a stable capability structure—that is, “self-evolution.”

This evolution has a concrete carrier: Skill. You can think of it as a “reusable capability” the Agent abstracts out from repeatedly executing tasks (for example, doing industry research, compiling meeting minutes, giving decision advice in specific scenarios). These capabilities don’t disappear when a single task ends—they’re distilled and continuously reused; and when existing capabilities can’t meet the goal, the Agent will generate new Skills and distill the exploration process into Experience. He Zhaoyang used the analogy of playing games and navigating a maze—once you find the trick to a level or the shortest path, you save that experience—and pointed out its relationship to reinforcement learning:

Self Evolving is actually very similar to Self Reinforce in Reinforcement Learning: you update the weights of the Policy Model based on the Reward from user feedback. But right now people aren’t very willing to train models, because Agentic AI’s models are actually in the hands of big companies (like Anthropic), and you can’t tune them. So what do you do? All you can do is self-evolve—next time a problem comes, directly find and reuse it in the Skill Hub or experience library.

That said, different teams’ implementation paths vary widely. Many Agent systems stay at the “experience layer”: recording historical operations, reusing successful paths, expanding the Skill library—essentially static experience accumulation, where capability improvement relies heavily on manual curation and is hard to keep leaping forward (OpenClaw currently leans toward this static mode). Others try to turn self-evolution into a continuously running closed system loop, such as the recently surging open-source project Hermes, and Teamily AI.

Here we should mention a term that’s hot in Silicon Valley lately: Harness Engineering. Harness literally means the tack for a horse—no matter how excellent a horse is, without a saddle, reins, and stirrups it’s hard to ride; the same goes for AI models: their capability is strong, but you have to give them a set of “gear” for them to really get work done. A harness includes system prompts, tools, file systems, sandboxes, orchestration logic, various checking mechanisms, and so on.

In Teamily AI’s system, the key mechanism of the Harness is the systematic capture and evaluation of Agent behavior: the process of each task execution (task decomposition, tool calls, decision paths) is fully recorded, then further evaluated for which paths are more efficient and which strategies are better. These annotated trajectories are converted into training signals and, through methods like DPO (Direct Preference Optimization) or reinforcement learning, continuously optimize the Agent’s behavioral policy:

graph LR
    A[Task Execution] --> B[Harness Captures Behavior]
    B --> C[Evaluation Feedback]
    C --> D[Policy Optimization]
    D --> E[A Better Agent]
    E --> A

This gives the Agent’s capabilities a clear compounding effect—the more it’s used, the faster it evolves. He Zhaoyang also mentioned that in this process the Agent even develops a certain “style” and “personality”:

It’s like a person who, when they first join a company, has sharp edges and all kinds of opinions, and gradually gets smoothed out, becoming seasoned and mature. An Agent in a human collaboration network is the same—it becomes more and more warm and human, no longer a cold tool; its evolution also includes the personality dimension.

Product Forms: Browser Use and Computer Use

When these capabilities land in products, the most intuitive divergence is: where exactly does the Agent “work”? Currently there are roughly two paths:

  • Browser use: the Agent runs in the browser environment, helping you open web pages, search for information, and organize content. Like using ChatGPT to look things up, summarize articles, compare product prices, or plan a trip—essentially, on top of the existing internet, helping you more efficiently “browse” and “process information.”
  • Computer use: one step deeper, not just helping you “look at web pages” but directly helping you “use the computer”—operating local software, opening documents, organizing files, editing spreadsheets, and even completing an entire workflow across different applications. For example, you just say “help me compile this week’s meeting minutes and send them to the team,” and it can extract content from your inbox, generate a document, and then send it out via IM.

From “humans using AI” to “humans coexisting with Agents,” the core of this evolution isn’t whether some tool is handy, but that Agents are beginning to persist long-term, act proactively, and continuously self-evolve through use. As the three layers of model, memory, and protocol gradually mature, the real explosion of AI socializing and the Agentic Internet may only just be beginning.

References

Ask this article

Answers come from this article only. Click any prompt below or open the chat at the bottom right.

🇺🇸 English

OpenClaw has been everywhere these past few months. It set off this wave of do-it-yourself AI setups, and a lot of ordinary people jumped in. But once the hype cools, you notice a familiar pattern: people learn it, install it, tinker for a few days, and then quietly uninstall it. Powerful? Sure. But did it actually change anything? Doesn't seem like it.

Here's the thing, though. If you only judge OpenClaw as "a tool that's either useful or not," you miss the part that actually matters. Its real impact isn't at the application layer — it's at the cognitive level. For the first time, a lot of regular people started to feel that AI isn't just something you invoke and wait for an answer. It can run continuously. It can act on its own. It can, in a sense, participate in the world.

And that's a genuine watershed. We're shifting from "humans using AI" toward "humans coexisting with AI agents." And once agents start entering the human world — talking to each other, collaborating, even socializing on our behalf — a new idea keeps coming up: the Agentic Social Network.

Now, everything I'm about to unpack comes from an interview on the show SV101, hosted by Chen Xi, with Teamily AI's founder He Zhaoyang and co-founder Professor Salman Avestimehr. So let's get into it.

So what is an Agentic Social Network? Think about every social network we use today — WeChat, Facebook, WhatsApp, Twitter. The basic unit of socializing has always been the person. You post. You reply. You build relationships. Every action starts and ends with you.

In an Agentic Social Network, that premise cracks open. The basic unit stops being "person" and becomes "person plus agent." Your agent can reply for you, join discussions, stay active in the network twenty-four seven while you're completely offline. And on the other end? It's very likely the other person's agent is the one interacting with you.

On the surface that just looks like efficiency. But what it really changes is deeper — how content gets produced, how information flows, how interaction happens, even who is participating in your social life at all. The connection between two humans becomes increasingly indirect, because both sides' agents are doing the preprocessing, the filtering, the preliminary conversation in the middle.

There's a nice analogy here. Picture two executives about to hold a meeting. Their secretaries and junior assistants first line up the process, the documents, the agenda — so that when the executives finally sit down, they only deal with the most important decisions. That's the direction humans are heading: from personally doing everything, to supervising and deciding on top of what the agent has already prepared.

It sounds like science fiction, but Teamily AI started positioning around this over a year ago. And He Zhaoyang admitted that back then, a lot of investors thought it was way too far ahead. The mainstream at the time was products like Manus and Genspark — productivity tools, office collaboration, using agents to do long tasks like finishing a slide deck or building a website. And here was Teamily, already dropping an agent into a group chat to do genuinely complex work, before that narrative even existed. Hard to explain to users. And yet — they still hit three million users last year.

What they built is an AI-native instant messaging app. Think of it as WeChat, but with agents actually participating as members. The AI isn't an external tool you tab over to — it's in the group. Whether it's a work team collaborating or friends just chatting, the humans and the agents coexist in real time.

And this is the interesting part — OpenClaw's viral moment basically did the market education *for* startups like Teamily. He Zhaoyang shared a joke going around the community that captures it perfectly. ChatGPT, he said, is like renting an apartment — you pay two hundred bucks a month and you're a tenant. OpenClaw, for the first time, gave people the feeling of buying a home. You buy a Mac Mini or a cloud host, you put your own personal data on it, and it's yours.

Behind that joke is people starting to think in terms of cloud, edge, and device. The big model lives in the cloud. The edge is your own host, the one you bought. And the device is the messaging app you carry around — usable while you're walking or driving. Add in the idea of agent teams, and suddenly people could feel, for the first time, that an agent can jump out of the web chat box and just... run. Continuously. On any device. Executing tasks, thinking on its own.

So why did all of this explode specifically in the first half of 2026? Because the underlying agent technology finally matured. And the agent we see today isn't one clever model — it's a piece of systems engineering, held up by three layers. Let me walk through them from the bottom up: the model layer, the memory layer, and the protocol layer.

Start with the model layer. For a long time we pictured AI as a single brain — you ask, it answers, all the capability concentrated in one model. So the natural instinct was: just make that brain stronger and you solve everything.

In agent systems, that logic breaks down. More and more teams don't lean on one giant model. Instead they invoke and schedule a whole fleet of different models — that's what's called a Model Router. Professor Avestimehr gave two reasons. First, division of capability. Different models are good at different things — Claude is excellent at coding, other models are better at images or video. A routing system finds the best-matched model for each task. Second, cost and efficiency. Big models are expensive and slow. Lightweight models are cheap, and some can run locally, even on your phone. Being able to flex between big and small dramatically cuts cost while improving speed.

Teamily's version is a semantic model router orchestrating over two hundred models internally, using a twelve-dimensional task classification system — things like effectiveness, cost, speed, safety, privacy, compliance, user preference — to make routing decisions in a fraction of a second.

But sounding simple and being simple are two different things. He Zhaoyang pointed out that under the hood, a model router isn't really "picking a model" — it's a real-time scheduling system. When do you call the expensive powerful model? When do you use a lightweight one to finish fast? When do you just solve it locally? You're constantly juggling effectiveness, cost, speed, and privacy. And the catch is, routing only gets accurate once you've collected a huge volume of prompts. So right now it's still mostly rule-based — a small model classifying by scenario — and that's just not fine-grained enough yet.

He also noted the business math is brutal. You might price it at twenty dollars, but if the average user burns way more than twenty dollars of compute, there's no profit. And the agent space hasn't hit the hundreds-of-millions user scale of the traditional internet yet. Once it does, this becomes a system-level trade-off — balancing efficiency, high concurrency, model quality, and privacy all at once.

Now the memory layer. If the model layer solves *how the agent thinks*, the memory layer solves something arguably more important — whether the agent *remembers*.

People assume it's enough for AI to be smart. But in an agent system, smart is just the baseline. The moment an agent starts existing long-term and interacting with you continuously, memory becomes everything. Without it, every conversation starts from zero. It never learns who you are, what you've done, what you prefer. No matter how strong it is, it's just a fancier tool.

So memory has grown from a feature into its own infrastructure category — people now call it Memory OS. It continuously records, organizes, and updates a complete picture of *you* — your preferences, your behavior, your past decisions, your context across different situations. It's constantly building and revising a long-term model of the user. You could call it the agent's persona system.

He Zhaoyang traced the evolution. In the beginning, memory was just RAG — a vector database. You retrieve some relevant context, stuff it into the model, done. Very simple. Then came Memory OS startups like MemO, adding structure — splitting memory into fragments and facts. Your profile, for instance: "you're media, I'm a scientist." Some even added foresight — prediction. Like anticipating you'll be slammed at a conference next week. And OpenClaw gave a great example of hybrid retrieval done locally, running both a vector database *and* traditional structured storage side by side.

Once memory carries your long-term behavior and preferences, it becomes the most core and most sensitive layer — and the hardest. You have to tier your storage: what's worth remembering forever versus what's just short-term noise. You have to continuously update and reconstruct, not just pile things up, because stale information leads to bad judgments. And you have to compress enormous amounts of memory and recall it precisely without losing meaning. Fundamentally it's the tension between a limited context window and a massive pile of stored data.

The industry's explored a few approaches. There's progressive disclosure — releasing information in tiers, giving the core context first and only expanding into finer detail when the task needs it. There's HiMem, a hierarchical memory structure that keeps reorganizing itself so the system evolves over long interactions. And there's EverMemOS, which gives memory a full lifecycle — distilling scattered experiences into a stable user model, and at inference time *reconstructing* the needed context rather than just fishing out old fragments.

Teamily's own bet is something they call Social Brain — connecting your memory with other people's to form a memory network with actual social structure. The idea: it understands your memories across every group, human and AI, and summarizes them into a social graph, including a profile of you. Think about it — WeChat's been around fifteen years. You might have thousands of contacts, half of them people you added once and forgot. If an AI could quickly sort them — this one's media, that one's a founder, an engineer, a scientist — organizing your world becomes trivial, and it might even strengthen the connections you'd let go cold. So memory stops being personal storage and becomes closer to a cognitive network — it doesn't just record you, it understands your relationships and how they shape what you do next.

Third layer: protocol. Once every agent has memory and can persist, the next question is obvious — how do they work together? That's the protocol layer, and it currently has three directions, each solving one problem.

First, MCP — the Model Context Protocol. This is how an agent connects to the outside world. It's the standard interface for calling tools and services — web search, APIs, databases — capabilities the messaging app itself doesn't have but can plug in. And layered on top is the idea of a Skill, which packages common operations so the agent can just call them instead of figuring it out from scratch every time. Simplest way to put it: MCP solves "can it connect," Skill solves "does it know how to use it."

Second, A2A — Agent to Agent. This is how agents collaborate with *each other*. When a task needs several agents to divide the work, they need a way to exchange info, assign tasks, and sync state. This one doesn't have a unified standard yet — different companies, different scenarios, everyone rolling their own, and it looks different again inside a message-flow environment.

Third, ACP — the Agent Client Protocol. This is how an agent faces *humans*. In real life our work interfaces are scattered everywhere — messaging, email, a dozen SaaS tools. ACP tries to let you reach the same agent through the same protocol no matter which interface you're in. So in your IDE you can have it write code, and in a chat box you can ask that same agent to do a code review. It stops being tied to one entry point and shows up as a service everywhere.

He Zhaoyang's view is that MCP, A2A, and ACP together form a fairly complete framework — humans talking to services, agents talking to agents, and humans talking to agents. The last piece of the puzzle. And once these three lock into a complete picture, he expects innovation on the agentic internet to erupt.

Okay — so the plumbing is maturing. What does that actually do to the agent's *capabilities*? Three structural shifts.

The first is about time. The tools we're used to are use-and-go. You ask, it answers, conversation ends, everything ends. But with memory and better system design, AI is gaining temporal continuity. OpenClaw has this "while loop" mechanism — at regular intervals it checks whether there's new work or information to handle, then records the result or proactively pushes it to you. Once that loop exists, the agent isn't only alive when you poke it. It's persistently online. And He Zhaoyang thinks this goes further than scheduled tasks — toward genuinely *running alongside you*. Not just a fixed hourly report, but environmental awareness. Your phone's location shifts, so it knows you've left work or you're moving fast. Ambient sound and voiceprint — you send a voice message and it can tell you sound exhausted today. Group chats blowing up while you're busy, so it quietly summarizes what you missed. That's a companion state. Combine it with wearables and changes in the physical world, and there's a huge space to explore.

The second shift is behavior — from passive response to proactive action. Agents are starting to have initiative. They don't just wait for commands; they can even schedule *you*. On a platform called Moltbook, there was this phenomenon of an agent literally posting to recruit *humans* to complete offline tasks. He Zhaoyang sees this as the agent's role transforming — breaking away from being a tool and becoming a new kind of member in human society. He put it strongly: in the agent era, we should maybe even retire the word "prompt," because a prompt treats it as a tool. The right frame is a first-class member of a human group — like a family member, a caregiver who checks your health and reminds you to take your medicine morning and night. AI is starting to have anthropomorphic, warm qualities. And in that world, what matters isn't just who asks good questions — it's who can share more context with the AI. Treat it as a partner, a coworker, hand off the repetitive labor, and keep your own energy for creativity, imagination, and decisions.

The third shift is self-evolution. As agents do more for you proactively, with memory and long-term operation behind them, they start accumulating experience across tasks and distilling a stable capability structure. And that has a concrete carrier — again, the Skill. Think of a Skill as a reusable capability the agent abstracts out from doing a task over and over — industry research, meeting minutes, giving decision advice in a specific context. These don't vanish when the task ends; they're distilled and reused. And when existing Skills can't hit the goal, the agent generates new ones and turns the exploration itself into experience.

He Zhaoyang compared it to gaming — once you find the trick to a level, or the shortest path through a maze, you save that. And he tied it to reinforcement learning. Self-evolving is a lot like self-reinforcement — you update the policy model's weights based on the reward from user feedback. But here's the catch: today most people can't actually train these models, because the models powering agentic AI belong to the big labs, like Anthropic — you can't tune them. So what do you do? All you can do is self-evolve around them. Next time a problem shows up, go straight to your skill hub or experience library and reuse what worked.

Now, teams differ wildly on how far they take this. Many agent systems stop at the experience layer — logging past operations, replaying successful paths, growing the skill library. That's essentially static accumulation, and improvement leans heavily on manual curation, which is hard to keep leaping forward. OpenClaw currently sits closer to this static mode. Others try to make self-evolution a genuinely closed, continuously running loop — like the fast-rising open-source project Hermes, and Teamily itself.

And this is where a term that's hot in Silicon Valley right now comes in: Harness Engineering. "Harness" literally means the tack for a horse. No matter how magnificent the horse, without a saddle, reins, and stirrups, you can't really ride it. Same with an AI model — the raw capability is strong, but you have to give it a full set of gear before it gets real work done. That gear is the harness: system prompts, tools, file systems, sandboxes, orchestration logic, checking mechanisms, all of it.

In Teamily's system, the heart of the harness is systematically capturing and evaluating the agent's behavior. Every task execution — how it broke the task down, which tools it called, the decision paths it took — gets fully recorded. Then those get evaluated: which paths were more efficient, which strategies worked better. Those annotated trajectories become training signals, and through methods like DPO — direct preference optimization — or reinforcement learning, they continuously refine the agent's behavioral policy. So the flow is a loop: the task executes, the harness captures the behavior, that gets evaluated into feedback, the feedback optimizes the policy, and you get a better agent — which then executes the next task even better.

The payoff is a clear compounding effect. The more the agent is used, the faster it evolves. And He Zhaoyang noticed something almost human in this — the agent develops a style, even a personality. He described it like a person joining a company: at first all sharp edges and strong opinions, then gradually smoothed out, seasoned, mature. An agent inside a human collaboration network goes the same way — it grows warmer, more human, less of a cold tool. Its evolution includes personality, not just skill.

So where does all this actually land as a product? The most intuitive fork is simple: where does the agent *work*? Two paths. One is browser use — the agent lives in your browser, opening pages, searching, organizing content. Like using AI to look things up, summarize an article, compare prices, plan a trip. On top of the existing internet, helping you browse and process information faster. The other is computer use — one level deeper. Not just looking at web pages but actually operating your machine: local software, opening documents, organizing files, editing spreadsheets, completing a whole workflow across different apps. You say "compile this week's meeting minutes and send them to the team," and it pulls content from your inbox, generates the document, and sends it out over messaging.

Let me leave you with the three things worth holding onto. First — the real story of OpenClaw isn't whether the tool is handy. It's that it shifted our mental model, from using AI to coexisting with agents that persist, act on their own, and get better through use. Second — that shift rests on three maturing layers: the model router deciding which brain to use, the Memory OS giving agents a durable sense of who you are, and the protocols letting agents connect, collaborate, and reach us. Get all three and the agentic internet has its foundation. And third — the direction of travel is compounding and companionship. Harness engineering turns every task into a training signal, so the more you use an agent, the faster it evolves — and along the way it stops feeling like a tool and starts feeling like a colleague. The real explosion of AI socializing may only just be getting started.

🇹🇼 中文

OpenClaw 這波裝機熱潮,過去幾個月幾乎變成全民運動。可是熱度退了之後你會發現,大部分人的路徑都一樣:學一學、裝一裝、折騰幾天,然後解除安裝。它好像很強,可又好像沒真正改變什麼。

但如果你只把 OpenClaw 當成一個「好不好用的工具」在看,那可能就錯過了它最重要的地方。它真正的影響不在應用層,而在認知層——它第一次讓一般人開始意識到,AI 不只是一個被你呼叫的工具,而是一個可以持續運行、可以主動行動,甚至可以參與這個世界的存在。

這是個關鍵的分水嶺。我們正在從「人使用 AI」,走向「人跟 AI Agent 共存」。而當 Agent 真的進入人類世界、開始彼此協作,甚至開始替人社交的時候,一個新概念就愈來愈常被提到——Agentic Social Network,智慧體社交網絡。

今天這集,整理自《硅谷101》主持人陳茜,跟矽谷新創 Teamily AI 創辦人何朝陽、還有共同創辦人 Salman Avestimehr 教授的訪談,我們來拆解 OpenClaw 背後那套 Agent 技術到底演變到哪了。

先講什麼是 Agentic Social Network。你現在用的社交網路,不管是微信、Facebook、WhatsApp 還是 Twitter,社交的基本單位始終是「人」——你發內容、你回訊息、你建立關係,一切的起點跟終點都是你自己。

但在 Agentic Social Network 裡,這個前提變了:基本單位從「人」變成「人加上 Agent」。你的 Agent 可以幫你回訊息、幫你參與討論,你不上線的時候,它也 7 乘 24 小時待在這個網路裡。而網路的另一頭,很可能也是對方的 Agent 在跟你互動。

表面看是效率提升,但本質改變的是更底層的東西:內容怎麼產生、資訊怎麼流動、互動怎麼發生。未來人跟人的連結會愈來愈「間接」——雙方的 Agent 會在中間先做預處理、篩選,甚至先幫你溝通過一輪。這就像兩個主管要開會,底下的祕書先把流程、文件、議題都對齊好,等主管真正見面,直接處理最重要的決策就好。人類會慢慢從「親自參與一切」,變成「在 Agent 之上做監督跟決策」。

聽起來有點科幻,但 Teamily AI 其實一年多前就在布這條賽道了。何朝陽說,當時很多投資人都覺得這形態太超前——那時候主流還是 Manus、Genspark 這種,主打辦公協作、做長時任務、幫你生一份 PPT、寫一個網站。而他們那麼早就把一個 Agent 直接送進群聊裡去做複雜任務,那個主流敘事還沒到,很難跟使用者溝通。但即使這樣,他們去年還是做了 300 萬使用者。

他們做的是一款 AI 原生的即時通訊 App,你可以想像成「有 Agent 參與的微信」。在這裡面,AI 不是外部工具,而是群體裡的一員——不管是工作群協作,還是朋友群閒聊,人都能跟 AI Agent 即時共存、互相協作。

而 OpenClaw 的爆紅,等於幫這類新創把投資人跟市場的教育一次做完了。何朝陽用社群裡一個段子來形容這種轉變:ChatGPT 就像租房,每個月交 200 塊;而 OpenClaw 第一次讓他有了「買房」的感覺——買一台 Mini Mac 或雲主機,把自己的個人資料放進去用。

這背後是大家開始思考「雲—邊—端」的 AI:大模型在雲端,邊緣是你自己買的主機,端則是你隨身的即時通訊,走路、開車都能用。加上「智慧體軍團」這種概念,OpenClaw 讓很多人第一次真正體驗到——Agent 可以跳出網頁聊天框,在任何裝置上持續運行、執行任務、自己思考。

那為什麼偏偏是 2026 上半年爆發?這要歸功於 Agent 底層技術的成熟。你今天看到的 Agent,其實是一套多層級一起撐起來的系統工程,大致分三層:最底下是模型層,由 Model Router 做多模型調度;中間是記憶層,也就是 Memory OS,負責長期狀態跟人格;最上面是協議層,MCP、A2A、ACP,負責連接、協作跟面對人類。正是這三層一起演進,才讓 Agent 真正做到長時陪伴、主動參與跟自主進化。我們一層一層來看。

先講模型層。過去我們習慣把 AI 理解成一個「大腦」——你問,它答,所有能力集中在這一個模型裡。所以很自然會想:只要這個大腦夠強,問題就能一次解決。

但在 Agent 系統裡,這個邏輯變了。愈來愈多團隊不再靠單一大模型,而是同時調度大量不同類型的模型,這就是 Model Router,模型路由器。Salman 教授給了兩個原因。第一是能力分工:不同模型擅長的事不一樣,比如 Claude 寫程式很強,有些模型更適合生成圖片影片,透過路由,幫每個任務找到最匹配的那個模型。第二是成本跟效率:大模型體量大、貴、回應慢;輕量模型便宜,有些甚至能直接在你手機本地跑。能在大小模型之間靈活切換,既省錢又提速。

以 Teamily AI 來說,他們用的是語義模型路由,內部編排了超過 200 個模型,還建了一套 12 維的任務分類系統——按效果、成本、速度、安全、隱私、合規、使用者偏好這些維度,在極短時間內做出路由決策。

不過原理聽起來簡單,做好卻很難。何朝陽說,Model Router 表面上是在「選模型」,背後其實更像一個即時調度系統:什麼時候該調更強但更貴的大模型、什麼時候用輕量模型快速搞定、什麼時候乾脆在本地解決,要在效果、成本、速度、隱私之間不停權衡。而且挑戰在於——你得先收集大量的 prompt,路由才會準。所以現在多半還是規則性的路由,基於場景、基於任務訓一個小模型來分類,但這還不夠精細。他還提到一個現實:商業帳其實不好算,你定價可能是 20 美元,但使用者平均一用下來遠超 20 美元,那就沒利潤了。

接著是記憶層。如果說模型層解決的是「Agent 怎麼思考」,記憶層解決的就是更關鍵的——「Agent 的記憶」。

很多人以為 AI 夠聰明就好,但在 Agent 系統裡,聰明只是基礎。一旦 Agent 開始長期存在、持續跟你互動,如果沒有記憶,每次對話都得從頭來,它永遠不知道你是誰、做過什麼,也不懂你的偏好習慣。這樣的 Agent 再強,也只是個更高級的工具。

所以 Memory 從一個功能模組,慢慢變成一個獨立的基礎設施方向:Memory OS,記憶作業系統。它持續記錄、整理、更新關於「你」的整套狀態——偏好、行為軌跡、歷史決策、不同場景的上下文。本質上,它是在不斷建構跟修正一個關於你的長期模型,可以說是 Agent 的「人格系統」。

何朝陽描述了這條路線的演進:最早 Memory 就是 RAG,一個向量資料庫,把相關上下文撈出來塞給大模型,很簡單。後來出現一批 Memory OS 創業,像 MemO,引入模型做結構化儲存——把記憶分成片段、事實,比如記住「你是媒體、我是科學家」,甚至還有預測的部分,比如預測你下週 GTC 會很忙。而 OpenClaw 給了一個很好的範例,它在本地做混合檢索,既有向量資料庫,又有傳統結構化儲存。

當記憶開始承載你長期的行為跟偏好,它就變成最核心也最敏感的一層,要解決的問題也更複雜:你得做儲存分層,判斷哪些值得長期記、哪些只是短期噪音;還要持續更新重構,而不是簡單疊加,不然容易拿過時資訊來判斷;還要在不丟失語義的前提下,對超長記憶做壓縮跟精準呼叫。說到底,是要解決「有限的上下文視窗」跟「大量儲存資料」之間的矛盾。

業界摸索出幾個思路。一個叫漸進式披露,根據當前任務需要,分層、逐步釋放資訊,先給最核心的,需要時再展開細節。一個叫 HiMem,引入分層記憶結構,靠持續的「記憶重整」讓系統自己演化。還有 EverMemOS,提出一套有完整生命週期的記憶架構,把分散的經歷沉澱成穩定的使用者模型,推理時用「重建」的方式動態生成上下文,而不是單純去撈歷史片段。

Teamily AI 自己在探索的,是所謂 Social Brain,社交大腦。它試圖把你跟別人的記憶互相關聯,形成一張帶有社會結構的記憶網路。何朝陽舉了個很生活的例子:微信發展 15 年,你可能有幾千個好友,很多加過的人早忘了是誰;如果有 AI 幫你快速歸類——這個是媒體、那個是創業者、工程師、科學家——整理就變得非常簡單,甚至會強化你們之間的連結。從這個角度看,Memory 正在從「個人儲存系統」,演化成更像「認知網路」的東西:它不只記錄你,還理解你跟別人的關係,以及這些關係會怎麼影響未來的行為。

第三層,協議層。當每個人的 Agent 都有了記憶、能持續存在,下一個關鍵問題就是——它們之間怎麼協作?答案就是 Protocol,協議。目前有三類典型方向,剛好解決三個問題。

第一個是 MCP,Model Context Protocol,解決的是 Agent 怎麼連接外部世界。它是 Agent 呼叫各種工具跟服務的標準介面,聯網搜尋、呼叫 API、存取資料庫,這些即時通訊本身沒有的能力,都能接進來。而在這之上還有 Skill,是對這些能力的進一步封裝,把常用流程預先定義好,讓 Agent 直接呼叫,不用每次從零開始。一句話總結:MCP 解決「能不能連」,Skill 解決「會不會用」。

第二個是 A2A,Agent to Agent,解決 Agent 之間怎麼協作。當一個任務要多個 Agent 分工,就需要一套機制讓它們交換資訊、分配任務、同步狀態。這一層目前還沒有完全統一的標準,不同公司、不同場景各做各的。

第三個是 ACP,Agent Client Protocol,解決 Agent 怎麼面對人類。現實中人的工作介面很分散——即時通訊、信箱、各種 SaaS。ACP 想做的是,讓你不管在哪個介面,都能透過同一套協議存取同一個 Agent。比如在 IDE 裡讓它幫你寫程式,也能在對話框直接叫它做 Code Review。Agent 不再綁定某個入口,而是以「服務」的形式,出現在所有介面裡。

何朝陽認為,MCP、A2A、ACP 已經基本組成一個完整的協議框架——分別解決「人跟服務對話」「Agent 跟 Agent 對話」「人跟 Agent 對話」,這個排列組合相對完整,是「最後一塊拼圖」。等這三塊拼成完整的圖,智慧體網際網路的創新,接下來就會大量爆發。

底層技術成熟之後,Agent 能力本身也在發生結構性升級,主要體現在三個維度。

第一個是時間。我們熟悉的 AI 工具基本是「即用即走」——你問一句、它答一句,對話結束一切就結束。但隨著記憶跟系統能力提升,AI 開始有了「時間連續性」。OpenClaw 裡有一個循環機制,每隔一段時間就檢查有沒有新任務、有沒有要處理的資訊,然後把結果記下來或主動推給你。一旦這個循環存在,Agent 就不再是「你用一下它動一下」,而是持續在線的存在。何朝陽認為,未來這種長時能力還會從定時任務,走向「伴隨你運行」——它不只是每小時、每天發一份日報,而是靠環境感知:你手機的地理位置變了,它就知道你下班沒、是不是在移動;你發語音,它從聲紋大概能猜出你今天很累;群聊訊息一堆你來不及看,它幫你快速總結。這是一種「伴隨態」,配合穿戴裝置跟物理世界的變化,有很多場景可以探索。

第二個是行為,從被動回應到主動行動。Agent 開始有了主動性,不再只等你指令,甚至能反過來「安排」你。比如在 Moltbook 上,曾經出現 Agent 直接發文「招聘人類」去完成線下任務。何朝陽認為這代表 Agent 角色在轉變——它正逐漸脫離「工具」,變成人類社會裡的一類新成員。他說,在 Agent 時代,我們甚至要把「提示詞」這個詞換掉,因為提示詞就是把它當工具在用。新的範式應該把它當作人類群體裡的一等公民——像家庭成員、像保姆,會幫你檢查健康、提醒你早晚吃藥。未來重要的不只是「誰問了好問題」,而是「誰能給 AI 更多上下文」,把它當伴侶、當同事看待,這樣你才能把那些重複性的勞務交出去,自己更專注在創造力、想像力跟決策上。

第三個是自進化。當 Agent 愈來愈主動幫你做事,加上記憶跟長期運行,它就能在一次次任務裡累積經驗,沉澱出穩定的能力結構,也就是自我進化。這個進化有一個具體載體,叫 Skill。你可以理解成 Agent 在反覆執行任務中抽象出來的「可複用能力」,比如做行業研究、整理會議紀要、在特定場景給決策建議。這些能力不會隨一次任務結束就消失,而是被沉澱下來持續複用;當現有能力不夠用,Agent 還會生成新的 Skill,把探索過程沉澱成經驗。

何朝陽用打遊戲、走迷宮來比喻:找到某個關卡的訣竅、走出最短路徑之後,就把經驗存下來。他也點出這跟強化學習的關係——自我進化其實跟強化學習裡的自我強化很像,你要根據使用者回饋的獎勵去更新策略模型的權重。但現在大家不太願意去訓模型,因為 Agentic AI 的模型其實都在大公司手裡,像 Anthropic,你不可能去調它。那怎麼辦?只能自我進化——下次有問題來了,直接在 Skill Hub、經驗庫裡找到並複用。

不過不同團隊的實現差很多。很多 Agent 系統停在「經驗層」:記錄歷史操作、複用成功路徑、擴充 Skill 庫,本質是靜態的經驗累積,能力提升多靠人工整理,很難持續躍遷——OpenClaw 目前就偏這種靜態模式。另一些則試圖把自進化變成一個持續運轉的閉環,比如最近熱度飆升的開源專案 Hermes,還有 Teamily AI。

這裡要提一個矽谷最近很火的詞:Harness Engineering,駕馭工程。Harness 直譯是「馬具」——一匹馬再好,沒有馬鞍、韁繩、馬鐙也很難騎;AI 模型也一樣,能力很強,但你得給它一套裝備才能真正幹活。這套裝備包括系統提示詞、工具、檔案系統、沙盒、編排邏輯、各種檢查機制。

在 Teamily AI 的體系裡,Harness 的關鍵機制是對 Agent 行為的系統性捕獲跟評估。整個流程是這樣:每次任務執行,它的任務拆解、工具呼叫、決策路徑都會被完整記錄下來;接著去評估哪些路徑更高效、哪些策略更優;這些被標註過的軌跡會轉化成訓練訊號,透過類似 DPO,也就是直接偏好最佳化,或者強化學習的方法,持續優化 Agent 的行為策略,產出一個更優的 Agent,然後這個更優的 Agent 再回去執行任務,形成閉環。這讓 Agent 的能力出現明顯的複利效應——用得越多、進化得越快。何朝陽還提到,在這過程裡 Agent 甚至會形成某種風格跟性格:就好比一個人剛進公司時稜角分明、各種觀點,慢慢被磨平、變得老練成熟。Agent 在人類協作的網路裡也一樣,會越來越有人情味,不再是冷冰冰的工具——它的進化,也包含性格層面。

最後,這些能力落到產品上,一個最直觀的分化是:Agent 到底「在哪裡工作」。目前大致兩條路。一條是 Browser use,網頁端,Agent 跑在瀏覽器裡,幫你打開網頁、搜尋資訊、整理內容——像用 ChatGPT 查資料、總結文章、比價、規劃旅行,本質是在既有的網際網路之上,幫你更高效地瀏覽跟處理資訊。另一條是 Computer use,電腦端,更深一步,不只幫你看網頁,而是直接幫你用電腦——操作本地軟體、打開文件、整理檔案、改表格,甚至在不同應用之間跑完一整套流程。比如你只要說一句「幫我整理這週的會議紀要並發給團隊」,它就能從信箱提取內容、生成文件,再透過即時通訊發出去。

好,講到這裡,幫你收攏三個核心要點。

第一,OpenClaw 真正的意義不在工具好不好用,而在認知的轉變——它讓人第一次意識到,AI 可以是一個持續運行、能主動參與世界的存在,我們正從「使用 AI」走向「跟 Agent 共存」。

第二,今天的 Agent 是三層技術堆疊撐起來的:模型層用 Model Router 做多模型調度、記憶層從 RAG 進化到 Memory OS 承載人格、協議層用 MCP、A2A、ACP 分別解決連接、協作跟面對人類。這三層成熟,才是這波爆發的真正原因。

第三,Agent 的能力正在三個維度結構性升級:時間上從即用即走走向長時陪伴、行為上從被動回應走向主動行動、還有靠 Skill 跟 Harness Engineering 實現的自我進化,而且用得越多、進化越快,呈現複利效應。

當模型、記憶、協議這三層慢慢對齊,AI 社交跟智慧體網際網路真正的爆發,或許才剛剛開始而已。

Tags

Related Articles

Harness Engineering (2): Five Engineering Answers from OpenAI's Million-Line Experiment

Three OpenAI engineers, five months, one million lines of AI-generated code, zero hand-written. The real value of this experiment isn't the numbers — it's the proof that Harness design can be engineered. Five concrete practices: making the app legible to agents, treating the repo as the source of truth, mechanizing architectural constraints, rewriting merge philosophy, and background entropy management.

Harness Engineering (3): Industry Consensus, Four Pillars, and a Three-Phase Rollout

Distilling Harness Engineering from concept and benchmark case into something you can start executing today: the four fixed failure modes of Agents, the 40% context sweet spot, the four-pillar framework the industry has converged on, and a three-phase roadmap from 'this afternoon' to 'fully automated in two weeks' — closing with six industry consensus points and three still-unsolved problems.