# Harness Engineering: How to Build Reliable AI Agents

Source: https://www.youtube.com/watch?v=1Ohf2aeSPFA
Recap page: https://rapidrecap.app/video/1Ohf2aeSPFA
Generated: 2026-02-23T14:31:14.277+00:00

---
## Quick Overview

The best model for AI agents in the workplace is likely not the largest model itself, but rather the one with the most robust and simple "harness engineering," which refers to the infrastructure wrapping the large language model (LLM) that manages context, tool use, and recovery, as demonstrated by Anthropic's Opus 4.6 leading benchmarks while simpler harnesses may prove more effective in real-world deployment.

**Key Points:**
- Anthropic's Opus 4.6 achieved the highest score (29.8% ± 3.6%) in a new benchmark testing AI agents on real-world tasks for knowledge workers, outperforming competitors like GPT-5.2 Codex and Gemini 3 Flash.
- The success of Opus 4.6, and the underlying principle of effective agent design, is attributed to "harness engineering," which manages context windows, tool use, and error recovery, rather than just the base LLM.
- Vercel's experience with their agent framework showed that removing 80% of the agent's tools resulted in better performance, proving that complexity can hinder effectiveness.
- The Vercel agent's success relied on simple, general-purpose tools (like reading/writing files and running bash commands) managed by a simple orchestration layer, rather than complex, specialized toolsets.
- The core insight is that an agent's performance scales with the quality of its harness (the infrastructure around the LLM), not solely with the size or inherent intelligence of the base model.
- The speaker predicts that 2026 will be the year of agent harnesses, as the industry shifts focus from pure model size to robust, simple scaffolding that allows models to reliably manage long-running tasks.

![Screenshot at 00:27: A benchmark comparison chart showing Anthropic's Opus 4.6 achieving the highest score \(29.8% ± 3.6%\) on a real-world agent task index, highlighting that a specific model is currently leading this complex evaluation.](https://ss.rapidrecap.app/screens/1Ohf2aeSPFA/00-00-27.jpg)

**Context:** The video discusses the current state and future direction of AI agents designed for the workplace, specifically questioning whether the largest and most complex frontier models are truly the best fit for real-world, long-running professional tasks. The speaker references recent studies, including one testing models like GPT, Claude, and Gemini on tasks performed by analysts, lawyers, and consultants, and contrasts these results with practical engineering experiences from companies like Vercel.

## Detailed Analysis

The speaker argues that the question of which AI model is best for the workplace is flawed; the real differentiator is the "harness engineering" surrounding the model. A recent study testing frontier models (Opus 4.6, GPT-5.2 Codex, Gemini 3 Flash, etc.) on real-world tasks showed Opus 4.6 leading with a 29.8% success rate, while other models scored lower, such as GPT-5 Codex at 20.0%. The speaker points out that these successful models often rely on infrastructure that manages context, tool use, and error recovery over many steps, rather than relying solely on the model's inherent intelligence. For example, Vercel, after rebuilding their agent framework five times in six months, found that removing 80% of their agent's tools led to better performance. Their successful agent used simple, general-purpose tools (read/write files, bash commands) and relied on a simple execution/orchestration layer rather than complex, specialized tools or extensive domain knowledge programmed into the harness. The key takeaway is that the harness—the scaffolding that dictates how the model sees the world and recovers from mistakes—is more critical than the raw LLM power. The speaker concludes that 2026 will be the year of harness engineering, focusing on reducing complexity and improving reliability for long-running tasks, rather than just chasing larger models.

### Agent Benchmark Results

- Anthropic Opus 4.6 leads with 29.8% score
- GPT 5.2 Codex at 27.6%
- Gemini 3 Flash at 24.0%
- The benchmark tests agents on professional service tasks like those done by analysts and lawyers.

### The Importance of Harness

- The key to performance gains is the harness infrastructure, not just the underlying LLM, as demonstrated by Opus 4.6's success.

### Vercel's Experience

- Vercel found that removing 80% of their agent's tools improved performance, suggesting tool complexity hinders long-running tasks.

### Harness Architecture

- Successful agents use simple, general-purpose tools (read/write file, bash) and rely on simple orchestration/recovery logic, not complex routing or extensive domain knowledge.

### The Future Focus

- The speaker predicts the industry focus shifting to harness engineering, emphasizing simpler, reliable architectures over complex ones, as seen in the success of the simpler Opus 4.6 harness.

![Screenshot at 00:10: Title slide: "Are AI agents ready for the workplace? A new benchmark raises doubts"](https://ss.rapidrecap.app/screens/1Ohf2aeSPFA/00-00-10.jpg)
![Screenshot at 00:27: Performance comparison chart showing Opus 4.6 leading all tested models on the benchmark.](https://ss.rapidrecap.app/screens/1Ohf2aeSPFA/00-00-27.jpg)
![Screenshot at 02:17: Title slide from Anthropic's blog post: "Harness engineering: leveraging Codex in an agent-first world"](https://ss.rapidrecap.app/screens/1Ohf2aeSPFA/00-02-17.jpg)
![Screenshot at 03:32: Title slide from APEX showing "The AI Productivity Index for Agents" measuring long-horizon, cross-application tasks.](https://ss.rapidrecap.app/screens/1Ohf2aeSPFA/00-03-32.jpg)
![Screenshot at 05:10: Vercel blog post title: "We removed 80% of our agent's tools"](https://ss.rapidrecap.app/screens/1Ohf2aeSPFA/00-05-10.jpg)
