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
Top 3 takeaways
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.
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.
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.
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? +
How is a managed agent different from ChatGPT or Claude Code? +
What is the difference between a managed agent and a harness? +
Hermes versus OpenClaw, which should you use? +
What is computer use and why does it count? +
What guardrails do managed agents need? +
Do managed agents replace the model you use? +
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.