concept Updated 2026-07-09 Tags: Agents, Infrastructure, Context, Tooling

Agent Harness

Google 的 AI 策略:不赌模型,赌什么?| Google Cloud Next 现场 S10E09 adds an enterprise platform version of the harness problem. The source treats Google Cloud’s agent platform announcements as a move from building individual agents toward managing agent fleets with identity, permissions, observability, security, inter-agent protocols, and production governance, which connects directly to Enterprise Agent Governance.

Agent harness is the model-external system that lets an AI agent act in the world. In 探秘 Claude Code,搞懂 Agent Harness|对谈来新璐, Lai Xinlu defines it as everything outside the model: tools, files, runtime state, context, memory, compression, handoff, permissions, and multi-agent governance.

当我们在讨论 Harness 的时候,我们在讨论什么 | 深度对谈: MiniMax × Hermes Agent adds a work-environment analogy through MiniMax and Hermes Agent: a harness is like giving a capable coworker tools, accounts, boundaries, feedback, and responsibility for delivery. The source emphasizes that harness design becomes more important once humans become the bottleneck in supervising many agents.

138. 对罗福莉3.5小时访谈:AI范式已然巨变!OpenClaw、Agent范式很吃后训练、卡的分配、组织平权 adds a model-training interpretation through Luo Fuli / 罗福莉. She treats Open Claw and Open Cloud as a thick middle layer between humans and models: memory, workflow, cost routing, multi-agent structure, skills, simulated user agents, and evaluation all become part of how models should be post-trained and deployed.

139. 【Agent的综述】和苏煜聊Agent技术史、OpenClaw Moment、边界的消弭和社会的辐射 adds a technical-history interpretation through Su Yu / 苏煜. He places the harness inside Memory-Autonomy Framework: tools, permissions, context, GUI/CLI/API access, and feedback are part of the autonomy layer that lets Language Agent systems become Computer Use Agent and eventually Universal Digital Agent systems.

EP108 Vibe Coding大地震:Cursor定价争议、Windsurf收购风波,模型厂商亲儿子们又将如何进场? adds a coding-tool comparison: Gemini CLI may benefit from loading large code context directly, while Cursor may use more engineered chunking, indexing, and retrieval to control cost. The episode therefore treats context strategy itself as a harness-level product choice.

Vol. 161 从开发自己的 OpenClaw 聊起 adds a personal-agent harness case. Justin Yan’s Open Claw-inspired agent makes channels, schedules, trusted versus self-written AI Skills, virtual-machine isolation, separate accounts, and automatic versus explicit invocation part of the harness, not merely deployment details.

Vol. 166 闲聊: 从 Gemini 到 AI 的加速与混沌 adds a task-orchestration case through Superpowers, Claude Code, and Codex. The harness question becomes how to preserve brainstorm, design, plan, execution, review, repair, and subagent handoff without exhausting the main context or the human supervisor.

EP124 为什么 Agent 时代,CLI 反而成了最优解?⚡ adds the product-client layer through Podwise. The source shows that an Agent Harness works better when tools expose Agent-Optimized CLI commands with discovery, non-interactive authentication, structured output, idempotency, and repair-oriented errors, so the model can recover without a human reading docs.

20 个问题,搞懂 OpenClaw:爆红机制、本质变化、创业机会 adds a consumer-facing harness view through Open Claw. 鸭哥 and 豪大 emphasize that the harness is what turns model ability into work: local runtime, tool calls, memory files, instruction following, context compaction, orchestration, and feedback loops let the agent run, observe failure, revise, and keep going.

EP127 从 Skills 到自动化工作流,论 Agent 如何接管真实生产力 ⚙️ adds a day-to-day harness view. The useful harness is not only a tool list; it is the combination of project-local skills, permissioned accounts, computer-use or browser validation, scheduling, review loops, and release checks that make agents reliable enough for production tasks.

为什么Manus必须出海?聊聊国产大模型的“文科生困境” adds a commercial-stability warning through Manus. The source says agent products may need to rework prompts, routing, and workflow logic when base models change, while 2B customers still expect stable delivery. In that sense, the harness must become a change-isolation and evaluation layer, not only an execution layer.

Vol. 170 Fable 5 重出江湖,GPT 仍需努力 adds a capability-versus-process warning through Fable 5. The hosts see a large jump in practical coding behavior, but they also note that some of the improvement may come from harness and skill design rather than the base model alone. The harness therefore has to balance model power, verification loops, skill loading, and Model Routing Cost Control rather than blindly maximizing process.

Vol. 167 Token 如流水,Agent 似朝阳 adds a device-and-channel harness case through Codex, Open Claw, and Hermes Agent. The harness now includes browser extension access, lock-screen background operation, phone-to-computer remote control, IM sessions, group-chat memory, Obsidian/calendar/reminder access, and rules for when an agent can act without interrupting the human.

当可靠的代码变成了偶尔发疯的OpenClaw,我们未来的工作范式变迁 adds a failure-recovery case. Open Claw can run scheduled tasks, modify files, call local tools, and update its own configuration, but the hosts describe cases where identical instructions produced different behavior or an update broke routines. That makes rollback, config isolation, service shutdown, logs, and narrow mounted directories harness requirements rather than optional safety polish.

142. 雨森的创投观察第2集:Harness、下一个字节、2026大机会和Stanley Druckenmiller adds Dai Yusen / 戴雨森’s investor/product version. He compares a harness to an operating system around a model-as-processor and argues that Claude Code, Codex, Manus, and Open Cloud are not disposable wrappers when they own context, tools, runtime, sandbox, permissions, memory, user habits, and workflow data. The source makes harness value explicitly commercial: user loyalty and model-training feedback can accumulate in the harness layer.

136. 全球大模型季报第9集:和广密聊,Coding是AGI第二幕、硅谷御三家真相、模型正成为新一代OS adds a work-environment version of the same idea. The guest says agents should be treated as first-class knowledge workers: give them computers, tools, accounts, permissions, task environments, and feedback loops. This makes the harness both a productivity layer and a lower-bound amplifier for models that are not themselves frontier-leading.

171: 【AI季报 26Q2】从 coding 到 RSI,强者愈强的未来? adds two Q2 harness forms. Claude Tag turns a team channel into the agent’s task surface, where context, social visibility, and permissions matter. Record and Replay turns demonstrated GUI workflows into repeatable skills, making the harness a recorder, player, and safety boundary rather than only a tool list.

Layers

  • Execution ability: CLI tools, file operations, browser use, language interpreters, code-registered tools, and protocol-style extensions.
  • Context and environment: system prompt, working directory, dependency state, git state, AI Skills, Persistent Agent Memory, context-window management, compression, and task handoff.
  • Governance and orchestration: multi-agent roles, permissions, information boundaries, and safeguards against agents mutating the wrong artifacts.
  • Feedback and learning: tests, deployments, result checks, memory updates, and successful workflows saved as AI Skills.
  • Recovery and audit: logs, rollback points, kill switches, scheduled-task traces, and boundaries around which state the agent can mutate.

Key Claims

  • Harness matters because a model without tools and environment is an intelligent system without hands, memory, or operating context.
  • The model is still the first source of agent intelligence; harness design should amplify the model rather than replace the model’s judgment with rigid flow logic.
  • Current agents may work better with more context, more action capacity, and less brittle programmatic control.
  • CLI/Unix-style interfaces can be more natural for current models than newer abstractions because command-line patterns are deeply represented in training data.
  • Good harnesses should align with the model’s operating logic and remain useful as models improve; over-managed context or overly restrictive orchestration can become a bottleneck.
  • Harnesses expose real-world feedback that lets agents recover, update memory, and support Agent Self-Evolution rather than merely produce one-shot answers.
  • Harness design must account for Agent Identity And Authentication when agents operate accounts, payments, code deployment, or other high-impact tools.
  • Context loading, indexing, retrieval, and compression choices can determine whether a coding harness preserves enough codebase meaning for hard tasks.
  • Personal agents need Agent Permission Boundaries that distinguish safe automatic actions from powerful actions requiring explicit user intent.
  • Tool clients should do stable deterministic work locally when possible, because forcing the model to recreate fixed conversions or exports wastes context and inference budget.
  • Consumer-facing harnesses also need an entry point users will actually tolerate, such as IM Agent Interfaces, plus local permissions that are powerful enough for work but bounded enough for safety.
  • Scheduled personal routines extend the harness problem from single-task execution into triggers, recurrence, notifications, and auditability.
  • Verification tools such as Playwright are harness components because they let the model observe runtime behavior and repair failures.
  • Enterprise agent products need harness-level versioning, evaluation, and workflow governance so model upgrades do not silently break delivery.
  • Stronger models reduce some supervision burden, but harnesses still need step acceptance, review, and cost controls for long tasks.
  • Personal-agent harnesses increasingly cross devices and channels, so state, permissions, foreground/background behavior, and notification design become part of the harness rather than UI polish.
  • Local harnesses must assume model behavior may drift under the same instruction, so scheduled automation needs stricter checks than one-shot interactive work.
  • A harness can become training infrastructure when it generates agent traces, simulated user interactions, skills, and real workflow failures for Agent Post-Training and Agent RL.
  • Harnesses also define the agent’s effective action space: a Language Agent may reason broadly, but computer-use reliability depends on the tools, GUI access, API access, memory, and feedback the harness exposes.
  • A harness can become the user’s durable product relationship when memory, configuration, workflow history, and habit live there rather than in the base model alone.
  • Episode 136 adds that harnesses may become the management system around agent workers: the same model performs better when it has a proper environment, tools, feedback, and authority boundaries.
  • The LateTalk source adds that harnesses can be team-facing through Claude Tag or demonstration-driven through Record and Replay, both of which make permissions and auditability central.
  • The Google Cloud Next source adds that enterprise harnesses need management-plane features: agent identity, lifecycle, observability, security, audit, and cross-agent coordination.

Connections