SYSTEM NOTICE

Auto translation by AI. Be sure, accuracy, nuances and authorial intent may not be fully reflected.

Claude Managed Agents: What happens when complexity is absorbed by the harness? A challenge to designers?



The other day, Anthropic released a 37-minute free guide on building AI agents. It is content where the engineers who build Claude themselves explain the overall picture of agent design.

There are already plenty of technical explanations out there. So, what I want to write about is what comes next.What does this shift mean for the work of designers?

To put it briefly, I read this not as a threat, but as an invitation.

Agent development has become 'easier' in three stages

Agent development with Claude has evolved roughly in three stages.

Messages API → Agent SDK → Claude Managed Agents


Messages API is the stage where you only borrow Claude's 'brain' via API. How to execute tools, how to manage conversation history, how to recover if an error occurs, how to maintain long-running tasks... the developer has to write all of that surrounding infrastructure themselves.

Agent SDK is a development foundation that allows Claude to use tools to carry out multi-step tasks. It reads files, rewrites them, executes commands, looks at the results, and decides what to do next. It can act more like an agent. However, developers still need to be quite conscious of the execution environment, session management, and the stability of long-running tasks.

And then, Claude Managed Agents. It was launched in public beta on April 8, 2026. Agent loops, tool execution environments, sandboxes, state management, scaling, observability... Anthropic takes on the 'harness' parts that developers previously had to handle themselves.

In the guide, the structure of an agent is neatly broken down into three parts.

Endpoint = Brain. Environment = Limbs. Session = Something that connects the two and maintains state.

Because the session is stateful, the intermediate state of the work is maintained even if you close your PC or interrupt it for a while. You can take what you made in a prototype and carry it directly into a form close to production operation.

This is as far as common explanations go. Stories that end with 'infrastructure has become easier'.

But what designers should read is what lies beyond that.

What happens when complexity is absorbed by the harness?

The room for differentiation is pushed up to the next layer.

In the era when infrastructure was difficult, those who could build infrastructure held value. Once that is solved, the bottleneck moves elsewhere.

  • What should the agent be made to do in the first place?

  • How do humans understand the agent's actions?

  • How do we show what is happening in the middle of a process?

  • When something goes wrong, how do we notice, stop, and retry?

  • How much authority should be granted, to whom, and how?

These are not all infrastructure problems.They are design problems.

In other words, the main battlefield for agent development is shifting from "calling the model" to "what to make the model do and how to connect it to humans." The latter is the very arena for us designers.

The three-part breakdown is exactly what UX design targets

What is interesting is that the breakdown of Endpoint / Environment / Session corresponds almost one-to-one with the UX design targets I deal with daily.

Environment (limbs) is the UX of connectors and permissions. Which tools can the agent touch, and which credentials can it use? A screen that passes this information to users or administrators safely and clearly. If you have ever designed connector management, OAuth flows, or error states for AI products, you will realize that this is entirely your domain.

Session (connection + state) is the UX of resumability and observability. "State is maintained even if you close your PC" is a backend capability, but whether the user can trust that is another matter, and that is exactly what needs to be designed. How do we convey that a long-running task is "still alive," "you can leave and come back," and "here is what it is doing now"? On the Managed Agents side, all tool calls, decision-making, and failure modes can be tracked from the console. Translating this "trackability" for the user is the job of UX.

Endpoint (brain) is a problem of versioning and trust. Agent configurations are version-controlled, and sessions are fixed to a specific version. Which version of the agent did what, and when... UI for auditing and traceability is particularly heavy in B2B products.

And Managed Agents has also introduced multi-agent coordination. It is still in research preview, but for someone like me who is building products that compare, bundle, and coordinate multiple AIs, this is a direct tailwind.

This is where what Google PAIR has been saying all along comes into play... mental models, how to convey trust, behavior during errors, and explainability. As infrastructure is absorbed, these things will not fade away; they will become the main battlefield for products.

One more thing. We ourselves are following the same evolution

This is not just about the people building it. The automation of us who use AI in our practical work is following the exact same path.

At first, you just ask the AI in a chat. Next, you build skills and hooks, let the AI use tools, and delegate tasks. I am currently running my own "harness" on my machine using hooks and skills.

Managed Agents has offered an option to offload some of that to the cloud. Resident jobs that wouldn't run because the local environment was broken—I have had schedule automations that I retired without them ever running once—are clearly better suited for cloud sandboxes and state persistence.

However, I want to be honest here.I don't think there is any need to rush to switch everything over.

In addition to the model token charges, there is a charge for the time the agent is running. It is still in beta. And above all, the local mechanism you have running with your own hands is an asset in itself. It is wrong to jump to something new at the cost of letting go of the "state where you can build it yourself, not just ask the AI."

The correct answer is not "switching" but "choosing the best tool for each layer." Try using the cloud for just one thing that was fragile locally. That kind of distance is just right.

What becomes scarce in a world where infrastructure has dissolved

A concept I have been relying on recently is 'crossing role boundaries with product sense.' You don't draw lines saying, 'This is as far as a designer goes' or 'This is as far as an engineer goes.' If it's necessary to make the product better, you cross them.

What Claude Managed Agents points to is exactly that kind of world. As the complexity of the infrastructure is absorbed downward, what becomes rare is...

the power to decide what to have the agent do, and the power to design its movements so that humans can trust them.

Neither of these has anything to do with whether your job title is 'designer.' But I believe this is the domain that someone trained in product sense and UX can step into most naturally.

That is why I read this not as a threat, but as an invitation.

Beyond the point where infrastructure disappears, what should remain is design.


いいなと思ったら応援しよう!