Hermes, OpenClaw, and Managed Computer Agents

In this lesson: Guardrails turn a loop into a managed agent · Governance counts more than raw intelligence · The platform is the car while the model is the engine

Jason Jorgenson · 60 min · June 2026
Released June 24, 2026

Top 3 takeaways

01

Guardrails turn a loop into a managed agent

An agent loop running on its own is just autocomplete with tools. Put that same loop inside a governed environment with permissions, monitoring, and memory, and you have a managed agent you can assign real work to.

02

Permissions decide safety, not how smart the model is

A modestly smart agent holding production credentials is more dangerous than a genius agent inside a sandbox. The question to keep asking is what the agent is allowed to touch, since a smarter model does not gain or lose permissions.

03

The platform is the car and the model is the engine

You can swap the model freely, the way you swap an engine, so the model is the least interesting layer. The platform, the harness, the guardrails, and the shared board are what let you orchestrate a team of agents.

Jason Jorgenson

AI Engineer, Gauntlet AI

Jason Jorgenson is a Gauntlet Cohort 3 graduate who specializes in AI agents and production AI systems. During his time at Gauntlet, he contributed to both the Mopac and Kelly projects, combining a strong software engineering background with hands-on experience building and deploying agentic applications.

Connect with Speaker

Lesson notes

A written walkthrough of the lecture, covering the patterns, the setup, and the things that trip people up.

From Text Predictors to Managed Agents

AI systems have evolved in stages. The first large language models simply generated text. Next came tool use, allowing models to call APIs or execute functions. Wrapping those capabilities in a reasoning loop created agents that could think, act, and observe as they worked.

The next step is managed agents: agents that operate inside governed environments with memory, permissions, monitoring, and orchestration. Instead of managing a single agent, you can coordinate teams of specialized agents working together on complex tasks. Each step increases capability, but it also increases the need for governance.

What Makes an Agent "Managed"

Most AI agents are temporary. Once the conversation ends, they lose their context. Managed agents are persistent systems that run on dedicated infrastructure, allowing them to maintain memory, coordinate long-running work, and complete tasks over time.

The key shift is thinking less about how intelligent the model is and more about what the agent is allowed to access and do. Unlike chatbots, managed agents can interact with applications, submit forms, modify systems, and perform real work — making governance, permissions, and auditing essential.

Computer Use Gives Agents Hands and Eyes

Recent advances let agents interact directly with software through browsers, desktops, and operating systems. Instead of relying solely on APIs, an agent can recognize interfaces, fill forms, click buttons, and complete workflows much like a human user. APIs remain the preferred integration when available, but computer use makes it possible to automate software that has no public interface — which dramatically expands the types of tasks agents can perform.

Managed Agent Platforms

The lecture compares several managed-agent platforms, each making different tradeoffs between ease of use and flexibility. Some emphasize simplicity and hosted infrastructure; others prioritize customization, self-hosting, and complete control over agent behavior. Regardless of the platform, they all provide the same core capabilities: persistent agents, memory, orchestration, permissions, and governance. Choosing the right one depends on whether your priority is speed, flexibility, or operational control.

Building Teams of Agents

Production AI systems rarely rely on a single model. Instead, orchestrators coordinate specialized agents responsible for planning, design, implementation, testing, and quality assurance. Tasks are tracked on shared work boards, with each agent operating within defined responsibilities and permissions. Using multiple models also improves efficiency, letting stronger models handle planning while smaller, faster models execute routine work.

Where Managed Agents Break Down

Most failures are not caused by weak models. Common problems include context drift, tool failures, excessive permissions, and vague requirements. As agents become more autonomous, these operational failures matter more than model intelligence. The solution is tighter task definitions, better monitoring, stronger permission controls, and clear approval checkpoints.

Governance Is the Real Product

The lecture's central message is that governance matters more than intelligence. Human approval should remain in place for irreversible actions such as deployments, payments, and deletions. Memory, permissions, audit logs, and monitoring are what make agents safe to use in production — not simply choosing a smarter model.

Once agents share memory, coordinate work, and operate within governed systems, they stop behaving like isolated tools and begin functioning as a small software organization. The competitive advantage is no longer the model itself — it's the operating system built around it.

FAQ

What is a managed computer agent? +
A managed computer agent is an agent loop running inside a governed environment that has permissions, monitoring, and memory. That governance is what separates it from an ordinary chatbot or a one-off coding session, since it can do real work and you can audit every step.
How is a managed agent different from ChatGPT or Claude Code? +
An incognito ChatGPT or Claude Code session is ephemeral, so it forgets everything once you close the window. A managed agent lives on your own VPS or cloud box with continuity, a defined permission system, human approval gates, and a memory it knows to update.
What is the difference between a managed agent and a harness? +
Hermes and OpenClaw are examples of harnesses, meaning the platform an agent runs inside. The management comes from the governance you set up on top, meaning the guardrails, the permissions, and the evals that decide which tools and directories each agent can touch.
Hermes versus OpenClaw, which should you use? +
Hermes is self-hosted and batteries-included with many skills and strong community support, so a lot works out of the box. OpenClaw does anything Hermes can do and takes more setup and configuration, which suits you when you want full visibility into every tool the agent calls. It is a lot like choosing between Mac and Linux.
What is computer use and why does it count? +
Computer use is an agent reading a screen and operating software the way a person does, finding the fields and filling them in. It counts because it reaches applications that have no public API, and it keeps working when an interface changes, since the agent finds the login field even after it moves.
What guardrails do managed agents need? +
Put human approval on anything irreversible, such as deployments, deletions, and payments. Give each agent only the tool calls and directories it needs, keep monitoring you can audit, and hold a tight scope on every task, since these are what catch an agent that is confidently wrong.
Do managed agents replace the model you use? +
No, since the model is the most swappable layer. You can route planning to a frontier model and the coding to a smaller or local model, and the platform, the guardrails, and the orchestration are what carry the real weight.

What's next?

Keep building with the rest of Night School, or apply to Gauntlet — twelve weeks of technical intensity with the best AI engineers we can find.

▶ Play lesson Slides